Question about Linear Transformations

fredrogers3
Messages
40
Reaction score
0

Homework Statement


Hello everyone,

I have a quick question about linear transformations. In my class, we were given transformation functions and asked to decide if they are linear:

The transformation defined by: T(X)= X1+X2+3
The transformation defined by: T(X)=X1+X2+(X1*X2)
The transformation defined by: T(X)= 2X1*X2
The transformation defined by: T(X)= X1-2X2

For those that are not linear transformations, we were asked to state why they were not a linear transformation.

Homework Equations


See Below

The Attempt at a Solution



I correctly figured out that the only linear transformation on the list was the last transformation. This has associated matrix of transformation [1 -2]. My rationale for not choosing the other equations was the fact that it is impossible to write an associated matrix of transformation for the T(X). This was done by simple inspection. However, I was told this is not an acceptable justification for why those are not linear. I thought that all linear transformations must have an associated matrix.

Further, my book says that all transformations that satisfy A(cx+dy) =c(Ax)+d(Ay) are linear. However, it doesn't seem that the first 3 equations satisfy this constraint.
Any thoughts?

Thanks
 
Physics news on Phys.org
fredrogers3 said:

Homework Statement


Hello everyone,

I have a quick question about linear transformations. In my class, we were given transformation functions and asked to decide if they are linear:

The transformation defined by: T(X)= X1+X2+3
The transformation defined by: T(X)=X1+X2+(X1*X2)
The transformation defined by: T(X)= 2X1*X2
The transformation defined by: T(X)= X1-2X2
I presume you mean that X= (X1, X2, X3). You should say that.

For those that are not linear transformations, we were asked to state why they were not a linear transformation.

Homework Equations


See Below


The Attempt at a Solution



I correctly figured out that the only linear transformation on the list was the last transformation. This has associated matrix of transformation [1 -2]. My rationale for not choosing the other equations was the fact that it is impossible to write an associated matrix of transformation for the T(X). This was done by simple inspection. However, I was told this is not an acceptable justification for why those are not linear. I thought that all linear transformations must have an associated matrix.

Further, my book says that all transformations that satisfy A(cx+dy) =c(Ax)+d(Ay) are linear. However, it doesn't seem that the first 3 equations satisfy this constraint.
Any thoughts?

Thanks
Yes, A is a linear transformation if and only if A(cx+ dy)= cA(x)+ bA(y) for a and d numbers and x and y vectors.

And, yes, only the last is a linear transformation. But can you say exactly why that s true?

In the first, A is defined by Ax= A(x1, 2)= x1[//sub]+ x2+ 3.

So A(ax+ by)= A(ax1+ by1, ax2+ by2)= ax1+ by1+ ax2+ by2+ 3.

While aA(x)= a(x1+ x2) while bA(y)= b(y1+ y2
 
Thank you for the help! Just to clarify, would the correct matrix of transformation for the 4th equation be [1 -2]?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top