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
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