Linear Algebra (Linear Transformation)

In summary: It's my first time using it. So it looks like it's not a linear transformation. Is there anything else I need to show, or is this enough to prove it false?In summary, the function T(x,y)=(2x+5y,-x+2) is not a linear transformation from \mathbb{R}^2 to \mathbb{R}^2 as it does not satisfy the two requirements for linearity: T(u+v) = T(u)+T(v) and T(ru) = rT(u). A counterexample was shown using arbitrary vectors u and v, demonstrating that the two requirements do not hold. Therefore, T is not a linear transformation.
  • #1
DanielFaraday
87
0

Homework Statement


True or False:
[tex]
T(x,y)=(2x+5y,-x+2)\text{ is a linear transformation from }\mathbb{R}^2\text{ to }\mathbb{R}^2.
[/tex]


Homework Equations


None


The Attempt at a Solution


I thought the answer was true, but the correct answer is false. Here is my reasoning for true:

T depends only on x and y and the transformation depends only on x and y, so it must be in the same space.
 
Physics news on Phys.org
  • #2
Your reasoning is not detailed enough. Do you know how to check if a transformation is linear?
 
  • #3
I think I do. If a transformation is linear, then:

[tex]T(\mathbf{u}+\mathbf{v})=T(\mathbf{u})+T(\mathbf{v})[/tex]
and
[tex]T(a\mathbf{u})=aT(\mathbf{u})[/tex]
 
  • #4
DanielFaraday said:

Homework Statement


True or False:
[tex]
T(x,y)=(2x+5y,-x+2)\text{ is a linear transformation from }\mathbb{R}^2\text{ to }\mathbb{R}^2.
[/tex]

You need to show your answer though. A function [itex]T:V\to W[/itex] is a linear transformation if for all [itex]\vec u, \vec v\in V[/itex] and for all scalars [itex]r\in\mathds{R}[/itex],
[tex]T(\vec u+\vec v) = T(\vec u)+T(\vec v) [/tex]
[tex]T(r\vec u) = rT(\vec u)[/tex]
(You can actually combine these two requirements into one, but I think it is usually best to leave them separate early on.)

In your case, let [itex]\vec u=(x,y)[/itex] and [itex]\vec v = (u,v)[/itex]. (Don't get confused between my re-use of u and v.) You need to try and show that
[tex]T(\vec u+\vec v) = T(x+u,y+v) = T(x,y)+T(u,v) = T(\vec u)+T(\vec v)[/tex]
[tex] T(r\vec u) = T(rx,ry) = rT(x,y) = rT(\vec u)[/itex]

If you can show this, then T is a linear transformation. If either of these two statements are not true, then T is not a linear transformation.
 
  • #5
Do I pick arbitrary values for u and v and then test them, or is there a more systematic way to go about it?
 
  • #6
You pick arbitrary values just as I mentioned at the end of my last post.
 
  • #7
Okay, so this is obviously not a linear transformation because the first component involves both an x and a y, correct?.
 
  • #8
DanielFaraday said:
Okay, so this is obviously not a linear transformation because the first component involves both an x and a y, correct?.

I'm not sure what you mean by an x and a y. It's not a linear transformation because T(u+v) is not equal to T(u)+T(v). You probably need to illustrate that by picking two arbitrary vectors, and performing the transformations. You will then see that they are not equal.
 
  • #9
I forgot, you need to show a counterexample.
 
  • #10
I get that they are equal. What am I doing wrong?

[tex]
\text{Let }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
1 \\
0
\end{array}
\right)\text{ and }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
0 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u+v)=\left(
\begin{array}{c}
2+5 \\
2-1
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u)+T(v)=\left(
\begin{array}{c}
2 \\
2-1
\end{array}
\right)+\left(
\begin{array}{c}
5 \\
0
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
1
\end{array}
\right)
[/tex]
 
  • #11
Okay, I just happened to pick a case that works. Here is one that doesn't:

[tex]
\text{Let }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
2 \\
0
\end{array}
\right)\text{and }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
0 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u+v)=\left(
\begin{array}{c}
4+5 \\
-2+2
\end{array}
\right)=\left(
\begin{array}{c}
9 \\
0
\end{array}
\right)
[/tex]

[tex]
T(u)+T(v)=\left(
\begin{array}{c}
4 \\
-2+2
\end{array}
\right)+\left(
\begin{array}{c}
5 \\
2
\end{array}
\right)=\left(
\begin{array}{c}
9 \\
2
\end{array}
\right)
[/tex]

Thanks for your help everyone!
 
  • #12
DanielFaraday said:
I get that they are equal. What am I doing wrong?

[tex]
\text{Let }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
1 \\
0
\end{array}
\right)\text{ and }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
0 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u+v)=\left(
\begin{array}{c}
2+5 \\
2-1
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u)+T(v)=\left(
\begin{array}{c}
2 \\
2-1
\end{array}
\right)+\left(
\begin{array}{c}
5 \\
{\color{red}0}
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
1
\end{array}
\right)
[/tex]
You might want to check the highlighted value ...
 
  • #13
Oops, you are right. Is this correct?

[tex]
\text{Let }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
1 \\
0
\end{array}
\right)\text{ and }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
0 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u+v)=\left(
\begin{array}{c}
2+5 \\
2-1
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u)+T(v)=\left(
\begin{array}{c}
2 \\
2-1
\end{array}
\right)+\left(
\begin{array}{c}
5 \\
2
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
3
\end{array}
\right)
[/tex]
 
  • #14
DanielFaraday said:
Oops, you are right. Is this correct?

[tex]
\text{Let }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
1 \\
0
\end{array}
\right)\text{ and }\overset{\rightharpoonup }{u}=\left(
\begin{array}{c}
0 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u+v)=\left(
\begin{array}{c}
2+5 \\
2-1
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
1
\end{array}
\right)
[/tex]

[tex]
T(u)+T(v)=\left(
\begin{array}{c}
2 \\
2-1
\end{array}
\right)+\left(
\begin{array}{c}
5 \\
2
\end{array}
\right)=\left(
\begin{array}{c}
7 \\
3
\end{array}
\right)
[/tex]
Much better :approve:

P.S. Nice use of latex
 
  • #15
Hootenanny said:
Much better :approve:

P.S. Nice use of latex

Thanks!
 

FAQ: Linear Algebra (Linear Transformation)

What is linear algebra?

Linear algebra is a branch of mathematics that deals with linear equations, matrices, vectors, and their operations. It is used to solve systems of linear equations and study geometric transformations.

What is a linear transformation?

A linear transformation is a function that maps one vector space to another while preserving the operations of vector addition and scalar multiplication. It is also known as a linear mapping or linear operator.

How is linear algebra used in science and engineering?

Linear algebra is used in various fields such as physics, engineering, computer science, and economics. It is used to model and analyze real-world problems, such as systems of linear equations, optimization, and data analysis.

What are the basic operations in linear algebra?

The basic operations in linear algebra include vector addition, scalar multiplication, matrix addition, matrix multiplication, and matrix inversion. These operations are used to manipulate and solve linear equations and systems.

What are the applications of linear algebra in machine learning and data science?

Linear algebra is used extensively in machine learning and data science for tasks such as dimensionality reduction, regression, and classification. It is also used in deep learning for tasks such as image and speech recognition. Linear algebra provides a framework for representing and manipulating large datasets efficiently.

Back
Top