Rotation Matrix: Finding Two Expressions & Verifying Equivalence

yoyo
Messages
21
Reaction score
0

Homework Statement


A vector x in R^2 is rotate twice through an angle theta (it is rotated through theta and again through theta). Find two expressions for the matrix representing this rotation. Verify that these two expressions are equivalent


Homework Equations


rotation matrix R=[cos, -sin; sin, cos]


The Attempt at a Solution



I can only think of one expression:

(R)(R)(x).

Could (R^2)(x) be the other one? How would i prove that this is equivalent?
 
Last edited:
Physics news on Phys.org
How about just rotating once by 2theta?
 
follow up question: a vector x in R^2 is rotated n times through an angle theta. Find two expressions for the matrix representing this rotation. what identity is implied.

if what Ziox said is true then it should be [cos (theta)n, -sin(theta)n; sin (theta)n, cos(theta)n]

but i don't see what identity this implies?
 
yoyo said:
follow up question: a vector x in R^2 is rotated n times through an angle theta. Find two expressions for the matrix representing this rotation. [/color]what identity is implied.

if what Ziox said is true then it should be [cos (theta)n, -sin(theta)n; sin (theta)n, cos(theta)n]

but i don't see what identity this implies?

You should probably find a second expression for the matrix first.
 
First, what is
\left(\begin{array}{cc}cos(\theta) & -sin(\theta)\\ sin(\theta) & cos(\theta)\end{array}\right)^2?

Second, can you use trig identities to write that in terms of cos(2\theta) and sin(2\theta)?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top