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

Click For Summary
SUMMARY

This discussion focuses on the mathematical transformation of a linear function around the z-axis, specifically how to express the function f(x', y') = C in the original coordinate system (x, y) after a rotation by angle α. The gradient of the function is defined as 1/tan(α), and the shift in the x-coordinate is determined to be C/cos(α). The transformation utilizes a rotation matrix to facilitate the conversion between the two coordinate systems.

PREREQUISITES
  • Understanding of linear functions and their properties
  • Familiarity with coordinate transformations and rotation matrices
  • Knowledge of trigonometric functions, specifically sine and cosine
  • Basic concepts of multivariable calculus
NEXT STEPS
  • Study the application of rotation matrices in 3D transformations
  • Learn about the implications of coordinate system changes in multivariable functions
  • Explore the geometric interpretation of linear functions in different coordinate systems
  • Investigate the relationship between gradients and angles in multivariable calculus
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with coordinate transformations and linear functions in multivariable contexts.

Niles
Messages
1,834
Reaction score
0

Homework Statement


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

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


The Attempt at a Solution


I need to find the shift in [itex]x[/itex] now. I get that this is [itex]C/\cos(\alpha)[/itex]. Is there a way for me to test that this function indeed is constant in the coordinate system [itex](x', y')[/itex]?
 
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 [itex]\alpha[/itex] is given by the matrix
[tex]\begin{bmatrix}cos(\alpha) & -sin(\alpha) & 0 \\ sin(\alpha) & cos(\alpha) & 0 \\ 0 & 0 & 1\end{bmatrix}[/tex]
 

Similar threads

Replies
17
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K