Show that T is a nonlinear transformation

Sociomath
Messages
9
Reaction score
0
1. Show that T isn't a linear transformation and provide a suitable counterexample.
##T \begin{bmatrix}x\\y \end{bmatrix} = \begin{bmatrix}x - 1 \\ y + 1 \end{bmatrix}##

2. The attempt at a solution
##\text{let}\, \vec{v} = \begin{bmatrix}0\\0 \end{bmatrix}. \text{Then,}##
##T(\vec{v}) = T\left(\begin{bmatrix}0\\0 \end{bmatrix}\right) = \begin{bmatrix}0 - 1 \\ 0 + 1 \end{bmatrix} = \begin{bmatrix}-1 \\ 1 \end{bmatrix}##
Nonlinear transformation due to constants: ##T \begin{bmatrix}-1 \\ 1 \end{bmatrix}##.
 
Physics news on Phys.org
Sociomath said:
1. Show that T isn't a linear transformation and provide a suitable counterexample.
##T \begin{bmatrix}x\\y \end{bmatrix} = \begin{bmatrix}x - 1 \\ y + 1 \end{bmatrix}##

2. The attempt at a solution
##\text{let}\, \vec{v} = \begin{bmatrix}0\\0 \end{bmatrix}. \text{Then,}##
##T(\vec{v}) = T\left(\begin{bmatrix}0\\0 \end{bmatrix}\right) = \begin{bmatrix}0 - 1 \\ 0 + 1 \end{bmatrix} = \begin{bmatrix}-1 \\ 1 \end{bmatrix}##
Why does the above show that T is not a linear transformation?
And why is ## \begin{bmatrix}0\\0 \end{bmatrix}## a counter example?
Sociomath said:
Nonlinear transformation due to constants: ##T \begin{bmatrix}-1 \\ 1 \end{bmatrix}##.
Your reason doesn't make sense to me, and this part -- ##T \begin{bmatrix}-1 \\ 1 \end{bmatrix}## -- really doesn't make sense.

What are the properties a linear transformation has to satisfy?
 
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