Find the radius of curvature of a particle

PlickPlock
Messages
3
Reaction score
0

Homework Statement


A particle is moving on a path parameterized as such:
$$x(t)=a\sinωt \quad y(t)=b\cosωt$$
Find the radius of curvature ρ as a function of time. Give your answer in Cartesian coordinates.

Homework Equations



$$\frac{1} {Radius~of~curvature}=|\frac{de_t}{ds}| $$, where et is the unit tangent vector and s the path length.

The Attempt at a Solution


$$\frac{de_t}{ds}=\frac{de_t}{dt}\frac{dt}{ds}=\frac{1}{v}\frac{de_t}{dt}$$, where v is the speed.
$$\frac{de_t}{dt}=\frac{d}{dt}\frac{\vec v}{v}$$ so$$|\frac{de_t}{ds}|=\frac{1}{v^2}|{\vec a}|$$
Evaluating the derivative gives me $$\frac{\sqrt{a^2ω^4sin^2ωt+b^2ω^4cos^2ωt}}{a^2ω^2cos^2ωt+b^2ω^2sin^2ωt}$$ which is wrong. At which step did I make a mistake?
 
Physics news on Phys.org
PlickPlock said:

Homework Statement


A particle is moving on a path parameterized as such:
$$x(t)=a\sinωt \quad y(t)=b\cosωt$$
Find the radius of curvature ρ as a function of time. Give your answer in Cartesian coordinates.

Homework Equations



$$\frac{1} {Radius~of~curvature}=|\frac{de_t}{ds}| $$, where et is the unit tangent vector and s the path length.

The Attempt at a Solution


$$\frac{de_t}{ds}=\frac{de_t}{dt}\frac{dt}{ds}=\frac{1}{v}\frac{de_t}{dt}$$, where v is the speed.
$$\frac{de_t}{dt}=\frac{d}{dt}\frac{\vec v}{v}$$ so$$|\frac{de_t}{ds}|=\frac{1}{v^2}|{\vec a}|$$
Evaluating the derivative gives me $$\frac{\sqrt{a^2ω^4sin^2ωt+b^2ω^4cos^2ωt}}{a^2ω^2cos^2ωt+b^2ω^2sin^2ωt}$$ which is wrong. At which step did I make a mistake?
I'm not sure where you got your definition of the radius of curvature from, but this article contains an alternate formulation:

http://mathworld.wolfram.com/RadiusofCurvature.html

The osculating circle is given by these coordinates (parametrically):

https://en.wikipedia.org/wiki/Osculating_circle
 
Thanks; that formulation is much easier to work with.
As for the definition I used, it was illustrated using a circle. The full equation would be:
$$|\frac{de_Θ}{ds}|=\frac{1}{R}e_r$$
, where $$e_Θ \quad and \quad e_r$$ are the unit tangent vector and unit normal vector respectively.
What I gleaned from watching online tutorials is that the rate of change of the direction of motion w.r.t path length gives the curvature.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top