Qucik help with transformation matrices

AI Thread Summary
The discussion focuses on finding the transformation matrix T_4, which results from applying three transformations T_1, T_2, and T_3 in sequence. T_1 represents an enlargement with a scale factor of 5, T_2 is an anti-clockwise rotation defined by the angle tan^{-1}(4/3), and T_3 is a stretch parallel to the x-axis with a scale factor of 2. The correct approach to obtain T_4 is to multiply the matrices in the order T_3, T_2, and T_1, as transformation matrices chain from right to left. While T_1 and T_3 matrices are confirmed correct, T_2 needs simplification for clarity. The final answer for T_4 is derived from this multiplication process.
rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement


Three transformations of the x-y plane are defined as follows.
T_1: enlargement with centre O(the origin) and scale factor 5
T_2: Anti-clockwise rotation about the origin O through an angle tan^{-1}(\frac{4}{3})
T_3: A stretch parallel to the x-axis(with the y-axis invariant) with scale factor 2.

The transformation T_4 is the result of applying T_1,T_2,T_3 in that order. Find the matrix which represents T_4


Homework Equations





The Attempt at a Solution



T_1 =\left(<br /> \begin{array}{cc}<br /> 5 &amp; 0\\<br /> 0 &amp; 5<br /> \end{array}<br /> \right)<br />


T_2 =\left(<br /> \begin{array}{cc}<br /> cos(tan^{-1}(\frac{4}{3})) &amp; -sin(tan^{-1}(\frac{4}{3}))\\<br /> sin(tan^{-1}(\frac{4}{3})) &amp; cos(tan^{-1}(\frac{4}{3}))<br /> \end{array}<br /> \right)<br />


T_3 =\left(<br /> \begin{array}{cc}<br /> 2 &amp; 0\\<br /> 0 &amp; 1<br /> \end{array}<br /> \right)<br />

and T_4 = T_3*T_2*T_1
Is the matrices I put correct and is T_4 correct?
 
Last edited:
Physics news on Phys.org
Other than T2 (which is correct, but should be simplified), you are fine. Transformation matrices chain right-to-left.
 
D H said:
Other than T2 (which is correct, but should be simplified), you are fine. Transformation matrices chain right-to-left.

so then T_4 is just to multiply the transformations in the order given ?
 
Yes, that's the whole point- applying the transformation corresponds to multiplying by the matrix.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top