uchicago2012
- 74
- 0
Homework Statement
An (x,y) coordinate system is rotated through an angle theta to produce an (x',y') system, see figure.
A point with coordinates (x,y) will have coordinates (x',y') in the rotated system given by:
x'1 = (x1 * cos theta) + (y1 * sin theta)
y'1 = (-x1 * sin theta) + (y1 * cos theta)
Show that the formula for the distance of the point from the origin is invariant, or unchanged, by the rotation. That is, show:
sqrt (x12 + y12) = sqrt (x'12 + y'12)
Homework Equations
I don't know if these are really relevant, I just thought so:
ax = a cos theta
ay = a sin theta
a = sqrt (ax2 + ay2)
tan theta = ay/ax
where a = the magnitude of vector a and theta = the angle vector a makes with the positive direction of the x axis
The Attempt at a Solution
So I thought this was asking, more or less, to prove that rotating the axes changes the components of the vector but not the vector itself.
I set the two equations given equal to each other, subbing in the information given for x' and y', but I don't know how to proceed or even if this was a good place to start. Any ideas for starting off?
sqrt (x12 + y12) = sqrt (((x1 * cos theta) + (y1 * sin theta))2 + ((-x1 * sin theta) + (y1 * cos theta))2)