How do I rotate a linear function around the z-axis?

AI Thread Summary
To rotate a linear function around the z-axis, the transformation involves applying a rotation matrix to the coordinates. The function f(x', y') = C in the rotated system can be expressed in the original (x, y) coordinates, where the gradient is defined as 1/tan(α). The shift in the x-coordinate is determined to be C/cos(α). To verify that the function remains constant in the (x', y') system, visualizing the line f(x', y') = C before and after rotation is essential. This process highlights the need for understanding how parameters change under rotation.
Niles
Messages
1,834
Reaction score
0

Homework Statement


I have two coordinate system (x, y), (x', y') that differ by a rotation around the z-axis by an angle \alpha. In the coordinate system (x', y') I have a function f(x', y') = C, where C is a constant.

I would like to express f in the coordinate system (x,y), where it is a linear function x\nabla +y_0. The gradient \nabla of this function is 1/\tan(\alpha).


The Attempt at a Solution


I need to find the shift in x now. I get that this is C/\cos(\alpha). Is there a way for me to test that this function indeed is constant in the coordinate system (x', y')?
 
Physics news on Phys.org
Draw a picture of f(x',y') = C in your x'-y' coordinate system. Now imagine that this coordinate system is rotated about the origin by an angle alpha. What happens to the line f(x',y') = C? Don't you need more than one parameter to express this line in the (x,y) system?
 
Rotation about the z-axis through an angle \alpha is given by the matrix
\begin{bmatrix}cos(\alpha) & -sin(\alpha) & 0 \\ sin(\alpha) & cos(\alpha) & 0 \\ 0 & 0 & 1\end{bmatrix}
 
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
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top