How Do You Calculate Time Along a Path in Polar Coordinates?

AI Thread Summary
To calculate the time taken to move along a path defined in polar coordinates, the differential length ds must be expressed as ds = √((dr)^2 + (r dθ)^2). The velocity along the path is given as a function of θ, leading to the relationship dt = ds/v(θ). The integration to find the total time involves evaluating the integral of dt between two angles, which results in the expression ∫(√((dr/dθ)² + r²)/v(θ)) dθ. This approach effectively combines the concepts of differential length and velocity to determine the time along the specified path.
vmedica
Messages
10
Reaction score
0

Homework Statement



I have a path defined in polar coordiantes defined as r=a*cos2(θ). I also have the velocity along this path as a function of θ. I want to find the time take to move between two given angles on the path.2. The attempt at a solution

I know that this problem will involve some kind of integration but what is the general method behind solving this kind of problem.
 
Physics news on Phys.org
$$ \vec{v} = \frac {d\vec{R}} {dt} = \frac {d\vec{R}} {d\theta} \frac {d\theta} {dt } $$
 
The rules are that you need to show some attempt to solve the problem before anyone can help you. So show us what you have tried so far.
 
Well my idea is that since I have the velocity of the particle in the direction of the path, then would the time just be ∫(a*cos2(θ)/v(θ))dθ integrated between the two angles I want ( f(v) is the velocity along the path as a function of theta). The main problem is see with this is that r dθ is for a circular loop but can I assume this because dθ is very small.
 
vmedica said:
Well my idea is that since I have the velocity of the particle in the direction of the path, then would the time just be ∫(a*cos2(θ)/v(θ))dθ integrated between the two angles I want ( f(v) is the velocity along the path as a function of theta). The main problem is see with this is that r dθ is for a circular loop but can I assume this because dθ is very small.

This isn't quite right, but you are on the right track. Let me help you. If the particle trajectory is arbitrary, what is the equation for a differential length ds along the trajectory in terms of r, dr, and dθ? What is the equation for the tangential velocity v in terms of ds and dt?
 
Differential length is √(r2+(dr/dθ)2).

Do you mean the tangential component of the velocity? For that, I get √(ds2-dr2). (Using v=r dθ and ds2=(r dθ)2+dr2).

Or do you mean the tangent to the curve at that point, if ds is a straight line at that point, then v=ds/dt. This looks better, so would time just be ∫ds/v= ∫√(r2+(dr/dθ)2)/v dθ , where v is the velocity along the curve?
 
vmedica said:
Differential length is √(r2+(dr/dθ)2).

Do you mean the tangential component of the velocity? For that, I get √(ds2-dr2). (Using v=r dθ and ds2=(r dθ)2+dr2).

Or do you mean the tangent to the curve at that point, if ds is a straight line at that point, then v=ds/dt. This looks better, so would time just be ∫ds/v= ∫√(r2+(dr/dθ)2)/v dθ , where v is the velocity along the curve?

√(r2+(dr/dθ)2) isn't quite right. The differential distance ds along the trajectory is this multiplied by dθ. ds=\sqrt{(dr)^2+(rd\theta)^2}

So, dt=\frac{\sqrt{(\frac{dr}{d\theta})^2+r^2}}{v(\theta)}d\theta
 
That makes sense now. Thank you for your help.
 
Back
Top