Find Min Acceleration Experienced by Car Passengers on Elliptical Path

  • Thread starter Thread starter the_dialogue
  • Start date Start date
  • Tags Tags
    Dynamics
AI Thread Summary
The discussion focuses on calculating the minimum acceleration experienced by passengers in a car moving along an elliptical path defined by the equation x²/60² + y²/40² = 1, at a constant speed of 60 km/h. The user seeks verification of their approach, which involves using normal acceleration and a derived function for acceleration based on the ellipse's geometry. They differentiated this function to find critical points, yielding x-values of 0, 42.43, and 60, and calculated the corresponding accelerations. The final computed minimum acceleration is stated as 0.827 m/s². The user requests feedback on potential errors in their calculations.
the_dialogue
Messages
77
Reaction score
0
A car moves around an ellipse with the equation
\frac{x^2}{60^2} + \frac{y^2}{40^2} = 1
-60<x<60
-40<y<40

The car keeps a constant speed of 60 km/h.

I have to find the minimum acceleration experienced by the passengers of the car.

---------

I am nearly sure that my solution contains the right process. However, they may be an error in calculation throughout. If anyone could check my answers, I would strongly appreciate it.

There is no tangential acceleration. Therefore, acceleration = normal acceleration. Normal acceleration = \frac{v^2}{p}
Where:
p = \frac{(1+ (dy/dx)^2)^\frac{3}{2}}{|d^2y/dx^2|}

After manipulation, I end up with a function for a:

a = 2400*(v^2)*(\frac{180^2-9x^2}{(180^2-5x^2)(60^2-x^2)})^\frac{3}{2}

Afterwards, I diffentiated this 'a' function and found its roots. x=0, x=42.43, and x=60. Then, i calculated the accelerations as needed.

Please tell me where I have gone astray!
 
Physics news on Phys.org
The minimum acceleration experienced by the passengers of the car is:a_min = 2400*(60^2)*(\frac{180^2}{(180^2-5*42.43^2)(60^2-42.43^2)})^\frac{3}{2} a_min = 0.827 m/s^2
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top