CrazyNeutrino
- 99
- 0
If I have a point (x,y) and I rotate the axises by some amount. Why is x' = xcosθ+ysinθ and y'=-xsinθ+ycosθ?
The discussion focuses on calculating new coordinates after rotating the coordinate axes. The key formulas derived are x' = xcos(θ) + ysin(θ) and y' = -xsin(θ) + ycos(θ). The transformation is explained using polar coordinates, where the original point (x, y) is represented as (R, φ) and the rotated point as (R, φ + θ). The angle addition formulas for sine and cosine are utilized to derive the new coordinates, emphasizing that a counterclockwise rotation of the axes corresponds to a clockwise rotation of the points.
PREREQUISITESMathematicians, physics students, computer graphics developers, and anyone interested in understanding coordinate transformations and their applications.