Affine transformations problem

  • Thread starter Thread starter springo
  • Start date Start date
  • Tags Tags
    Transformations
springo
Messages
125
Reaction score
0

Homework Statement


In R3:
T1 symmetry with respect to x -√3y = 0 & z = 0
T2 symmetry with respect to the X axis

Find:
The matrices for T1 and T2, T1(T2) and check that T1(T2) is a rotation around a line.

Homework Equations

The Attempt at a Solution


T2 is:
\begin{pmatrix}<br /> {1}&amp;{0}&amp;{0}&amp;{0}\\ <br /> {0}&amp;{1}&amp;{0}&amp;{0}\\ <br /> {0}&amp;{0}&amp;{-1}&amp;{0}\\ <br /> {0}&amp;{0}&amp;{0}&amp;{-1}<br /> \end{pmatrix}

The line in T1 belongs to z = 0 and the image of (0,0,0) is (0,0,0), therefore the image of (0,0,1) is (0,0,-1).

In the plane z = 0, with the basis {O, (√3/2, 1/2), (1/2, -√3/2)} the transformation's matrix is:
\begin{pmatrix}<br /> {1}&amp;{0}\\ <br /> {0}&amp;{-1}<br /> \end{pmatrix}

So putting this in the canonical basis and all together in one matrix:
\begin{pmatrix}<br /> {1}&amp;{0}&amp;{0}&amp;{0}\\ <br /> {0}&amp;{\frac{\sqrt{3}}{2}}&amp;{-\frac{1}{2}}&amp;{0}\\ <br /> {0}&amp;{\frac{1}{2}}&amp;{\frac{\sqrt{3}}{2}}&amp;{0}\\ <br /> {0}&amp;{0}&amp;{0}&amp;{-1}<br /> \end{pmatrix}

Then for T1(T2) = T2·T1 which yields:
\begin{pmatrix}<br /> {1}&amp;{0}&amp;{0}&amp;{0}\\ <br /> {0}&amp;{\frac{\sqrt{3}}{2}}&amp;{-\frac{1}{2}}&amp;{0}\\ <br /> {0}&amp;{-\frac{1}{2}}&amp;{-\frac{\sqrt{3}}{2}}&amp;{0}\\ <br /> {0}&amp;{0}&amp;{0}&amp;{1}<br /> \end{pmatrix}

I don't know if I'm doing fine so far, and I don't know how to do the end of the problem.

Thanks for your help.
 
Physics news on Phys.org
(Gentle) bump :)
 
Last edited:
Run a few vectors through your matrix, and see if the output vectors are rotated around a line. The line x = sqrt(3)y seems a likely candidate for the line. The endpoint of each input vector should be the same distance away from the line as the endpoint of the output vector, and the angle of rotation of an input/output vector pair should be the same as that of any other input/output pair.

That's the way I would go. Hope that helps.
Mark
 
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