Acceleration when velocity is a function of distance

AI Thread Summary
The discussion revolves around calculating the acceleration of a car with variable velocity defined as a function of distance, specifically 1 + 2s. The acceleration at 10 meters is computed as 42 m/s² using the formula a(s) = v(dv/ds). For the second part of the problem, participants clarify that the distance traveled in 4 seconds requires solving a differential equation, leading to the equation ds/dt = 1 + 2s. The correct approach involves separation of variables, integrating both sides, and addressing integration constants properly. The conversation highlights common mistakes in solving differential equations and emphasizes the importance of careful variable management.
Fyei
Messages
5
Reaction score
0

Homework Statement


A car has a variable veloctiy given as a funtion of distance s by 1 +2s. What its accleration when it has traveled 10m and how far has it traveled in 4s.

Homework Equations



a(s)=v\frac{dv}{ds}(i think?)

a=\frac{d^2s}{dt^2}


The Attempt at a Solution




accleration at 10m

a(s)=v\frac{dv}{ds}=(2s+1)(2) = (4s+2)

a(10) = 42ms^-2

however i am unsure how to do the second part as velocity is already a function of distance, is it solved using the chain rule?
 
Last edited:
Physics news on Phys.org
Welcome to PF!

Fyei said:

Homework Statement


A car has a variable veloctiy given as a funtion of distance s by 1 +2s. What its accleration when it has traveled 10m and how far has it traveled in 4s.

Hi Fyei! Welcome to PF! :smile:

Nice solution for the first part! :biggrin:

In the second part, the 4s means 4 seconds, doesn't it?

You'll have to solve a differential equation in t. :smile:
 
yes s means seconds, sorry about the confusion

and differential in t, you mean something along the lines

\frac{dv}{dt}=\frac{d^2s}{dt^2}?
 
Hi Fyei! :smile:

No … more like ds/dt = 1 + 2s. :smile:
 
I tried to do that but I must be solving it wrong

ds/dt = 1 + 2s

therefore

ds/dt-2s = 1

now in the form dy/dx+Py=Q

therefore can be solved with intergrating factors

thefore If = e^{\int-2ds} = e^{-2s}

s=\frac{\int1*e^{-2s}ds}{e^{-2s}}

therefore

s=\frac{1*-2e^{-2s}}{e^{-2s}}

s=-2

which is obviously wrong
 
Last edited:
Separate and integrate if you want s(t)--

\int ds/(1+2s)=\int dt

s=\frac{1}{2}(1-e^{2t})
 
Separation of variables is easier. your method should work but in this equation:

<br /> s=\frac{1*-2e^{-2s}}{e^{-2s}}<br />

- you should have had t instead of s as the dependent variable
- you forgot about the integration constant
- the integral of e^{-2t} is -\frac{1}{2} e^{-2t}
 
thank you, I'm feeling a bit silly at all my school boy errors
 
Back
Top