I have a simple physical task: there is a car, riding on an ellipse ($a=500$, $b=250$), with a constant absolute velocity ($|\vec{v}|$ constant). I need to find the maximum and minimum acceleration $\vec{a}$ in each point.
I represent the position vector $\vec{r}$ as a vector function $\vec{r}(t)$. Also, I know that velocity is the first derivative, $\vec{v}=\vec r\,'$, and acceleration is the second derivative, $\vec{a}=\vec r\,''$.
How should I approach this problem?
Acceleration is given by the formula $$ \vec{a}=\frac{dv}{dt}\vec{u}_T+\frac{v^2}{R}\vec{u}_{\perp} $$ where $\frac{dv}{dt}\vec{u}_T$ is the linear acceleration ($\vec u_T$ is the unit vector tangent to the trajectory) and $\frac{v^2}{R}\vec{u}_{\perp}$ the centripetal/normal acceleration ($\vec u_{\perp}$ is the unit vector perpendicular to $\vec u_T$). $R$ is the radius of curvature, that is the radius of the circumference that best approximates the car's trajectory in every point.
So, knowing that $v$ is constant, linear acceleration is always zero, so only the centripetal one counts, and it is greater when $R$ is smaller, which happens at the vertices of the major axis, so you have maximum acceleration at these two points. On the other hand you have minimum acceleration where $R$ is greater, that is at the vertices of the minor axis.