Deriving Velocity in Polar Coordinates

AI Thread Summary
The discussion focuses on deriving the velocity of a particle in polar coordinates, expressed as (φ, r). The velocity components are determined by differentiating the radial and angular components with respect to time, resulting in v = \dot{r}\hat{r} + r\dot{\theta}\hat{\theta}. The importance of including the factor of r in the angular component is highlighted to ensure accurate velocity representation, especially for particles at varying distances from the origin. The conversation also touches on converting between polar and Cartesian coordinates and the utility of these transformations in solving related problems. Overall, the derivation is confirmed as correct, with suggestions for further verification through simpler examples.
jbunten
Messages
86
Reaction score
0
Hi, I've just gone through a derivation and would like some confirmation that my reasoning is correct:

Say the position of a particle is expressed in polar coordinates as

(\phi,r)

If we want to describe it's velocity v we need to differentiate both components(angular and radial) with respect to time, as well as adding a directional component and giving each magnitude(speed(?)).

So, differentiating individual components we say rate of change of the radial component is

\frac{dr}{dt}

and hence velocity of radial component = \dot{r}\hat{r}

where we define \hat{r} to be the unit vector pointing outwards in the positive direction along the radial component.

secondly we need to define the rate of change of the angular component

we can say this is \frac{d\theta}{dt}

and to give it direction we define \hat{\theta} to be the unit vector pointing perpendicular to the radial line in the counterclockwise direction.

now here is the more delicate bit: we need to add a factor of r to this in order to give the angular motion a magnitude, otherwise particles close to the origin would be moving at the same velocity as those far from it. This naturally only works if we are using radians.

hence the final velocity is described as

v=r\hat{r}+r\dot{\theta}\hat{\theta}

So what we've done is shifted from polar to vectorial system with the vector components of the velocity at the position of the particle at any time, adding to give the speed and direction.

I may post this in other forums since it falls under more than one category, thanks in advance.
 
Science news on Phys.org
I'm probably not wrong when I think that you have first seen this result somewhere, and then figured out a way to justify it? :wink: I believe be your reasoning is ok, and not useless because it makes it easier to remember the result, but I still suggest also calculating it more explicitly. It could be that some day you need to do something similar with a more complicated case, where you cannot simply see the result from a picture.

If the Cartesian basis is (\hat{e}_1, \hat{e}_2), then for each fixed \theta the basis in polar coordinates is

<br /> \hat{r} = \cos\theta\;\hat{e}_1 + \sin\theta\;\hat{e}_2<br />

<br /> \hat{\theta} = -\sin\theta\; \hat{e}_1 + \cos\theta\;\hat{e}_2<br />

You can solve the Cartesian basis out of this, and get

<br /> \hat{e}_1 = \cos\theta\;\hat{r} - \sin\theta\;\hat{\theta}<br />

<br /> \hat{e}_2 = \sin\theta\;\hat{r} + \cos\theta\;\hat{\theta}<br />

Then suppose you have some path in the plane, parametrized by the time t. In Cartesian coordinates the path is (x(t), y(t)), and in the polar coordinates it is (r(t),\theta(t)), and these coordinates are related by

<br /> x(t) = r(t)\cos\theta(t)<br />

<br /> y(t) = r(t)\sin\theta(t)<br />

Take the time derivative of both sides, and you get

<br /> \dot{x}(t) = \dot{r}(t)\cos\theta(t) - r(t)\dot{\theta}(t)\sin\theta(t)<br />

<br /> \dot{y}(t) = \dot{r}(t)\sin\theta(t) + r(t)\dot{\theta}(t)\cos\theta(t)<br />

Now substitute these into

<br /> v(t) = \dot{x}(t)\hat{e}_1 + \dot{y}(t)\hat{e}_2<br />

and you should be getting the same result as you already got.
 
Yes this way of doing it seems more elegant, I can follow it easily but lack the confidence with maths to switch to cartesian to solve the problem and then back to polar. As you assumed the problem I had had the result stated (as in "prove that.."). The problem with a question like that with the result given beforehand is I guess that it tends to limit the originality of your solution, since the result gives you an early indication of where you need to go.

Would you say that the approach you used is the more useful one for solving polar type problems?

Also, are results such as the polar->Cartesian transformations so useful that you simply know them off by heart?

Thanks for the reply.
 
jbunten said:
hence the final velocity is described as

v=r\hat{r}+r\dot{\theta}\hat{\theta}

There's a dot missing above ... probably just a typo:

v=\dot{r}\hat{r}+r\dot{\theta}\hat{\theta}

If you are unsure of what you are done, I'd pick a simpler example to verify. Example, it should (and does with the typo fix) hold for a plane:

<br /> z = a e^{i\theta}<br />

<br /> z&#039; = a&#039; e^{i\theta} + i\theta&#039; a e^{i\theta} = a&#039; \hat{z} + \hat{\theta} \theta&#039; z<br />
 
Hi, yes the lack of a dot was a mistake!

Thanks for the help.

I've received another response in the other forum (calculus) that showed yet another really good way of doing this, it's nice when all the maths comes together.
 
I would like to use a pentaprism with some amount of magnification. The pentaprism will be used to reflect a real image at 90 degrees angle but I also want the reflected image to appear larger. The distance between the prism and the real image is about 70cm. The pentaprism has two reflecting sides (surfaces) with mirrored coating and two refracting sides. I understand that one of the four sides needs to be curved (spherical curvature) to achieve the magnification effect. But which of the...
Back
Top