raul_l
- 105
- 0
Homework Statement
A body is moving on a trajectory \frac{x^2}{a^2} + \frac{y^2}{b^2} =1 vith a constant speed v_{0}. Find its velocity \vec{v} and acceleration \vec{a}.
Homework Equations
As far as I know \vec{a} = \vec{a}_{\tau} + \vec{a}_{n} = \frac{dv}{dx}\vec{\tau} + \frac{d\vec{\tau}}{dx}v
The Attempt at a Solution
Since v=const, \frac{dv}{dx}\vec{\tau} = 0 and therefore \vec{a} = 0 + \frac{d\vec{\tau}}{dx}v = \frac{v^{2}_{0}}{\rho}\vec{n} where \rho is the radius. Since we are dealing with an ellipse, the radius is a function of x and y, but I don't know how to express \rho as \rho(x,y)
I think that I can express velocity and acceleration like this:
\vec{v}=v_{0}(\frac{y}{b} , \frac{x}{a})
\vec{a}=\frac{v^{2}_{0}}{\rho}(\frac{x}{a} , -\frac{y}{b})
If so far everything has been correct (although I doubt about it) the only problem is expressing the radius \rho(x,y).