Polar coordinates: derivation from rotation group

Click For Summary
SUMMARY

The discussion focuses on deriving polar coordinates from the rotation group of linear transformations in the xy-plane, specifically using the rotation matrix Rθ = { (cosθ, -sinθ; sinθ, cosθ) : θ ∈ [0, 2π] }. The user seeks to construct an orthogonal curvilinear coordinate system where θ serves as one coordinate. The key equations for the Cartesian-to-polar transformation are r = (x² + y²)^(1/2) and θ = atan2(y/x). The discussion emphasizes the importance of understanding the tangent vectors eθ and their orthogonal complements in forming local orthogonal bases.

PREREQUISITES
  • Understanding of linear transformations and rotation matrices
  • Familiarity with polar coordinates and their mathematical representation
  • Knowledge of vector calculus, particularly gradient and tangent vectors
  • Basic understanding of orthogonal coordinate systems
NEXT STEPS
  • Study the properties of rotation matrices in linear algebra
  • Explore the derivation of polar coordinates from Cartesian coordinates
  • Learn about orthogonal curvilinear coordinates and their applications
  • Investigate the use of the atan2 function in coordinate transformations
USEFUL FOR

Mathematicians, physicists, and engineers interested in coordinate transformations, particularly those working with polar coordinates and rotational dynamics.

mnb96
Messages
711
Reaction score
5
Hello,
I posted a similar question long time ago, but after working on it I am still unable to arrive at a solution.
Let's have a group of linear transformations (rotations in the xy-plane):

[tex]R_\theta=\{ (\begin{array}{ccc} cos\theta & -sin\theta \\ sin\theta & cos\theta \end{array}) \\ : \\ \theta \in [0,2\pi] \}[/tex]

The question is: How can I construct an orthogonal curvilinear coordinates system, in which the parameter [itex]\theta[/itex] works as one coordinate?
What I am supposed to get as a result are essentially the equations defining the cartesian-to-polar transformation.

----------------
My attempt:
Observe that given any vector x, the orbit [tex]R_{\theta}(\mathbf{x})[/tex] is a parametric curve which is obviously a circle.
The (gradient) vectors

[tex]e_\theta=\frac{\partial R_{\theta}(\mathbf{x})}{\partial \theta}[/tex] are tangent to the curve, so if we consider their orthogonal complement [tex]e_\theta^*[/tex] (which is easy to find), we have already found a family of local orthogonal bases.
How can I continue from this point?
I am supposed to get: [itex]r = (x^2 + y^2)^{1/2}[/itex] and [itex]\theta = atan2(y/x)[/itex], but I don't know how to arrive at that.
 
Physics news on Phys.org
Since you do not include any transformation in the radial direction, you can only use it to create a coordinate system on the sphere S^1, using your coordinate theta. This is done choosing a point of origin for you coordinate system, e.g. (x,y) = (1,0). From this, just apply a rotation with angle theta, and you get the correspondence between angles theta and the pairs of coordinates (x,y) along the 1-sphere S^1.

Torquil
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K