Illustrating Linear Transformation: Sketches for T

yango_17
Messages
60
Reaction score
1

Homework Statement


media%2F128%2F1286bc27-b87e-4d7f-8c5b-1b8ded2a0e2b%2FphpYSE3dF.png


Homework Equations

The Attempt at a Solution


I would just like to know what is being requested when it asks me to draw sketches in order to illustrate that T is linear. Does it have something to do with altering to position of the line L itself? Any help would be very much appreciated. Thanks.
 
Physics news on Phys.org
No, you keep the line ##L## fixed at all times in this exercise.
  1. Start by drawing a vector ##\mathbf{x}## in the diagram, say somewhere betwee the horizontal axis and the line ##L##. Now apply ##T## to ##\mathbf{x}##. Where does ##T(\mathbf{x})## go?
  2. After this, draw another vector ##\mathbf{y}## in the same way. Also draw ##T(\mathbf{y})## again.
  3. Next, add ##\mathbf{x}## and ##\mathbf{y}## using the parallelogram law. Call the result ##\mathbf{z}## and draw ##T(\mathbf{z})##.
  4. Finally, add ##T(\mathbf{x})## and ##T(\mathbf{y})## using the parallelogram law. If you have done the previous steps correctly, the resulting vector should coincide with ##T(\mathbf{z})##. Do you understand why this should be the case?
The previous steps illustrate the additivity of ##T##. It remains to sketch the homogeneity of ##T##. You can probably figure out how?
 
Thank you! Any suggestions on how to approach part b?
 
yango_17 said:
Any suggestions on how to approach part b?

Hint: In your sketch in step 1. above, using rules from trigonometry, you should be able to express ##[T(\mathbf{x})]_1## and ##[T(\mathbf{x})]_2## in terms of ##x_1, x_2## and ##\theta##. The ##2 \times 2## matrix
$$
A =
\begin{bmatrix}
a_{11} & a_{12}\\
a_{21} & a_{22}
\end{bmatrix}
$$
you are asked to find, is such that
$$
\begin{bmatrix}
[T(\mathbf{x})]_1\\
[T(\mathbf{x})]_2
\end{bmatrix}
=
A
\begin{bmatrix}
x_1\\
x_2
\end{bmatrix}
$$
This matrix is a function of ##\theta## alone.
 
Thank you!
 
Note that if you apply matrix \begin{bmatrix}a & b \\ c & d\end{bmatrix} to the vector \begin{bmatrix}1 \\ 0 \end{bmatrix} the result is \begin{bmatrix}a & b \\ c & d \end{bmatrix}\begin{bmatrix} 1 \\ 0 \end{bmatrix}= \begin{bmatrix}a(1)+ b(0) \\ c(1)+ d(0)\end{bmatrix}= \begin{bmatrix}a \\ c \end{bmatrix}.

That is, applying a matrix to the vector (1, 0) gives the first column of the matrix as a vector. Similarly, applying a matrix to the vector (0, 1) gives the second column of the matrix.

Now, the vector (1, 0) is 10 degrees "below" the line of reflection so its reflection is 10 degrees "above" or 20 degrees above the x-axis. What are the components of a vector of length 1 that makes an angle 20 degrees above the x-axis? The vector (0, 1) is 80 degrees "above" the line of reflection so its reflection is 80 degrees "below" the line of reflection or 70 degrees below the x- axis. What are the components of a vector of length 1 that makes an angle 70 degrees below the x-axis?
 
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