Matrix multiplication/Rotations

  • Thread starter Thread starter Jerbearrrrrr
  • Start date Start date
  • Tags Tags
    Matrix
AI Thread Summary
The discussion centers around a problem involving matrix multiplication and rotations, specifically demonstrating that the transformation y = Ax represents an anticlockwise rotation of vector x in R^2. Participants express confusion about how to prove a definition and suggest various approaches, such as using geometric interpretations or polar coordinates. There's a focus on understanding the relationship between x and y through the matrix A, which is defined using trigonometric functions. Suggestions include applying the matrix to standard basis vectors and exploring the geometric implications of the transformation. The overall aim is to clarify the concept of rotation in a mathematical context relevant to engineering.
Jerbearrrrrr
Messages
124
Reaction score
0
An engineer came to me with the following problem

Homework Statement


Suppose
y = A x
where x,y \in R^2
and A = \left( \begin{array}{cc}<br /> \cos \theta &amp; -\sin \theta\\<br /> \sin \theta &amp; \cos \theta \end{array} \right).
Show that y is an anticlockwise rotation of x about the origin.

Homework Equations


None.
Maybe definition of SO(2,R).

The Attempt at a Solution


\square

========

I kind of don't understand the question.
How can you prove a definition?
Is this question not asking something like, "prove that average speed equals distance over time"?
I guess they want the student to draw a load of triangles? Or perhaps express x and y in terms of polar coordinates to make it more obvious that it's a rotation? Or maybe to show that it can be written as a product of two reflections? Or show that |x| = |y|...but that doesn't make any comments about the angle.
Any suggestions?
Thanks
 
Physics news on Phys.org
i think what is being asked of you is to forget about SO(2) and everything. Just draw two point vectors in a 2-d plane separated by an angular distance of \theta.

Now, by just applying your knowledge of geometry, show that the new coordinates of y in terms of the old coordinates x, is the exact same equations as written above in matrix form.
 
Suppose you were to apply that matrix to (1, 0). What would the result be? Suppose you were to apply it to (0, 1)? How do those points relate to (1, 0) and (0, 1)?
 
Thanks. I thought they were after something like that. Expand sin(A+B) and wave some hands.

Kinda just looking for a definition of 'rotation' in the context of "mathematics for engineers" I suppose, since my friend (whom I'm posting on behalf of) couldn't supply one from lecture notes.

To prove a Foo is a Bar, you have to know what Foos and Bars actually are. And I suppose since the only geometry I've done has been in bits of algebra courses, I would naturally think of group-context definitions xD
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top