mnb96
Feb2-10, 03:33 PM
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):
R_\theta=\{ (\begin{array}{ccc} cos\theta & -sin\theta \\ sin\theta & cos\theta \end{array}) \\ : \\ \theta \in [0,2\pi] \}
The question is: How can I construct an orthogonal curvilinear coordinates system, in which the parameter \theta 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 R_{\theta}(\mathbf{x}) is a parametric curve which is obviously a circle.
The (gradient) vectors
e_\theta=\frac{\partial R_{\theta}(\mathbf{x})}{\partial \theta} are tangent to the curve, so if we consider their orthogonal complement e_\theta^* (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: r = (x^2 + y^2)^{1/2} and \theta = atan2(y/x) , but I don't know how to arrive at that.
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):
R_\theta=\{ (\begin{array}{ccc} cos\theta & -sin\theta \\ sin\theta & cos\theta \end{array}) \\ : \\ \theta \in [0,2\pi] \}
The question is: How can I construct an orthogonal curvilinear coordinates system, in which the parameter \theta 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 R_{\theta}(\mathbf{x}) is a parametric curve which is obviously a circle.
The (gradient) vectors
e_\theta=\frac{\partial R_{\theta}(\mathbf{x})}{\partial \theta} are tangent to the curve, so if we consider their orthogonal complement e_\theta^* (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: r = (x^2 + y^2)^{1/2} and \theta = atan2(y/x) , but I don't know how to arrive at that.