- #1
PlickPlock
- 3
- 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?