Simple dynamics problem, I can't seem to get the answer to

  • Thread starter Thread starter rock.freak667
  • Start date Start date
  • Tags Tags
    Dynamics
AI Thread Summary
A car with an initial velocity of 5 m/s accelerates at 0.06t m/s² while traveling around a circular track with a radius of 300 m. The total distance for one-third of the track is 200π m, leading to the equation 200π = 5t + 0.01t³ for determining time t. Users confirm that there is a real solution for t, which can be approximated using online calculators, but solving the cubic equation by hand is complex and time-consuming. The discussion highlights the challenges of finding roots of cubic equations without advanced calculators, emphasizing the difficulties of manual methods like the Newton-Raphson approach. Understanding these dynamics and solving for velocity and acceleration at the specified distance is crucial for completing the problem.
rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement



A car travels around a circular track having a radius of 300m such that when it is at point A, it has a velocity f 5m/s, which is increasing at the rate of \dot{v}=0.06t m/s^2. Determine the magnitudes of the velocity and acceleration when it has traveled one-third the way around the track

Homework Equations



n,t-coordinate system

a=\sqrt{a_t^2+a_n^2}

a_n= \frac{v^2}{r}

The Attempt at a Solution


Since the radius r=300m, the total distance the car will travel is 2 \pi r= 600\pi m

So I want to find v and a when the distance = 200pi

Now at A, \dot{v}=a_t=0.06t
Initially at A,t=0 and v=5

so

\int^{v} _{5} = \int^{t} _{0} 0.06t dt
v=5+0.03t^2

Thus
\int ^{s} _{0}= \int ^{t} _{0} (5+0.03t^2) dt

s=5t+0.01t^3

When s=200\pi

200\pi=5t+0.01t^3

Which I do not know how to solve since there is no rational root.

Was I going on the correct track?
 
Physics news on Phys.org
rock.freak667 said:
200\pi=5t+0.01t^3

Which I do not know how to solve since there is no rational root.
There is a real solution. (Yes, you're on the right track.)
 
Doc Al said:
There is a real solution. (Yes, you're on the right track.)

Well I had to use an online calculator to get t=35.579993691668676.

But my normal calculator doesn't have a function for cubic equations. How would I normally solve it without a computer? I know the rational root theorem but if I were to use the Newton-raphson method, I'd spend a lot of time finding a starting point and doing the iteration.
 
Solving a general cubic equation by hand is a bear. There's an analytic solution, but I wouldn't dare attempt it from memory. (I too have been spoiled by fancy calculators.) Here's one version: http://mathworld.wolfram.com/CubicFormula.html"
 
Last edited by a moderator:
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