How Do You Calculate the Speed of a Car Based on the Differentiation Equation?

  • Context:
  • Thread starter Thread starter markosheehan
  • Start date Start date
  • Tags Tags
    Differentiation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
markosheehan
Messages
133
Reaction score
0
a car starts from rest. when it is at a distance s from its starting point its speed is v and its acceleration is 25v+v³. show that dv=(25+v²)ds and find (correct to 2 decimal places) its speed when s=.01
this is how i went about it
dv/dt= acceleration dv/dt=dv/ds×ds/dt=v×dv/ds

v dv/ds=25v+v³
dv/ds+25+v²
dv=(25+v²)ds i can get this but i do not understand how to get speed when s=.01
 
Physics news on Phys.org
markosheehan said:
a car starts from rest. when it is at a distance s from its starting point its speed is v and its acceleration is 25v+v³. show that dv=(25+v²)ds and find (correct to 2 decimal places) its speed when s=.01
this is how i went about it
dv/dt= acceleration dv/dt=dv/ds×ds/dt=v×dv/ds

v dv/ds=25v+v³
dv/ds+25+v²
dv=(25+v²)ds i can get this but i do not understand how to get speed when s=.01

Hi markosheehan! Welcome to MHB! ;)

The Taylor expansion of $v(s)$ around $s=0$ gives us:
$$v(s) = v(0) + v'(0) s + \frac 12 v''(\theta s) s^2$$
where $\theta$ is some number such that $0\le \theta \le 1$.

That is:
$$v(s) \approx v(0) + v'(0) s$$
with an error of:
$$e = \frac 12 v''(\theta s) s^2 \le \frac 12 v''(s) s^2$$

We have:
$$v(0) = 0, \quad v'(0) = 25+0^2, \quad v''(s) = 2v$$
So:
$$v(s) \approx 0 + (25 + 0^2) s = 25s$$
with an error of:
$$e = \frac 12 v''(\theta s) s^2 = \frac 12 \cdot 2v(\theta s) \cdot s^2 \le v(s)s^2 \approx 25s\cdot s^2 = 25s^3$$
 
Your differential equation, [tex]dv= (v^2+ 25)ds[/tex] is the same as [tex]\frac{dv}{v^2+ 25}= ds[/tex] and, integrating both sides, [tex]\frac{1}{5}arctan(5v)= s+ C[/tex] or [tex]v= \frac{1}{5}tan(5s+ C)[/tex]. At "its starting point", s= 0 and v= 0 so we have [tex]\frac{1}{5}tan(C)= 0[/tex]. [tex]tan(C)= 0[/tex] so C= 0. [tex]v= \frac{1}{5}tan(5s)[/tex]. Set s= 0.01.