Confused about tangent to a circle (polar/Cartesian convert)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
TomServo
Messages
281
Reaction score
9

Homework Statement


The problem is from D'Inverno's book on GR, problem 5.6. We're using the Jacobian/transformation matrix to convert the tangent to a circle centered at the origin of radius A from Cartesian to polar coordinates. I can do the problem and get the book answer, that's okay. What confuses me is when I try to do the conversion without using the matrix and just do it the old-fashioned calculus class way I get an extra factor of A.

Homework Equations


Polar coordinate system is primed, Cartesian is unprimed.

[tex]x=a cos(\phi)\\<br /> y=a sin(\phi)\\<br /> <br /> \vec{x}=x\hat{x}+y\hat{y}\\<br /> \vec{x'}=a\hat{r}\\<br /> \vec{T}=\dot{x}\hat{x}+\dot{y}\hat{y}=-y\dot{\phi}\hat{x}+x\dot{\phi}\hat{y}[/tex]
[tex] \vec{T'}=\frac{d}{dt}a\hat{r}=a\dot{\phi}\hat{\phi}\\<br /> \hat{r}=cos(\phi)\hat{x}+sin(\phi)\hat{y}\\[/tex]
[tex]\hat{\phi}=-sin(\phi)\hat{x}+cos(\phi)\hat{y}[/tex]

$$\dot{\hat{r}}=\dot{\phi}\hat{\phi}$$
I don't know why this last one won't render, I've tried everything I could think of.
Mod note: It's fixed now. Instead of \dot\hat{r}, use \dot{\hat{r}}

The Attempt at a Solution


When I try to convert [tex] \vec{T}[/tex] to polar coordinates by substituting x and y in terms of [tex]r, \phi[/tex] I get:[tex] \vec{T}=-(a sin(\phi))\dot{\phi}\hat{x}+(a cos(\phi))\dot{\phi}\hat{y}=a\dot{\phi}\hat{\phi}=\vec{T'}\\[/tex]

The problem is that using the transformation matrix I get [tex]\vec{T'}=\dot{\phi}\hat{\phi}[/tex], no factor of a, and this is what the book has as an answer too. Where am I going wrong? Thanks.
 
Last edited by a moderator:
on Phys.org
I do not have d'Inverno, but probably your problem is that you have normalised your polar basis vectors.
TomServo said:
I don't know why this last one won't render, I've tried everything I could think of
\dot\hat{x} is not a good TeX command. You must do \dot{\hat{x}} or \dot{\hat x}
 
Orodruin said:
\dot\hat{x} is not a good TeX command. You must do \dot{\hat{x}} or \dot{\hat x}
I edited the OP before noticing that you had addressed this problem.
 
Orodruin said:
I do not have d'Inverno, but probably your problem is that you have normalised your polar basis vectors.

\dot\hat{x} is not a good TeX command. You must do \dot{\hat{x}} or \dot{\hat x}

Yes but my Cartesian basis vectors (xhat and yhat) are also normalized. I get the feeling that the book answer is wrong, just by considering units, and that there should be a factor of a in the transformed tangent vector.
 
TomServo said:
Yes but my Cartesian basis vectors (xhat and yhat) are also normalized. I get the feeling that the book answer is wrong, just by considering units, and that there should be a factor of a in the transformed tangent vector.
Not the Cartesian basis, the polar basis. The Cartesian basis is normalised by default.
 
Orodruin said:
Not the Cartesian basis, the polar basis. The Cartesian basis is normalised by default.
Aren't the polar vectors always normalized? Where would the normalization enter into the derivation of the transformation matrix?
 
TomServo said:
Aren't the polar vectors always normalized? Where would the normalization enter into the derivation of the transformation matrix?
No. Why would they be?

Edit: A normalised basis would mean a displacement rate of one when changing the corresponding coordinate. The displacement rate when changing the polar angle (and therefore the tangential basis vector) depends on the radius. Of course, you can then normalise the basis, but then you must take this into account and your transfer coefficients will not be given by the partial derivatives.