Could somebody confirm this answer for me please?

  • Thread starter Thread starter djames1009
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
djames1009
Messages
9
Reaction score
0
Could somebody confirm this answer for me please? :)

A particle of mass 2kg is subject to a drag force from the air: F(v)= -0.5v^2. The initial displacement of the mass is zero and the initial speed is 1ms. Find an expression for x(t) and hence work out x(4)
From the initial conditions we know that:
[itex]x(0)=0 m[/itex]
[itex]v(0)=1 m/s[/itex]

I'm going to keep using the notations v(t) and x(t) to try to remind you that v and x are functions of t, which is very important when doing calculus.

For a constant mass:
[itex]F(v(t))=ma=m\frac{dv(t)}{dt}=-0.5v(t)^2[/itex]
So:
[itex]\frac{dv(t)}{dt}=\frac{-0.5v(t)^2}{m}=\frac{-v(t)^2}{4}[/itex]

[itex]-\int\frac{1}{v^2}dv=\int\frac{1}{4}dt[/itex]
Integrating gives:
[itex]\frac{1}{v(t)}=\frac{t}{4}+c=\frac{t+4c}{4}[/itex]
[itex]\Rightarrow v(t)=\frac{4}{t+C}[/itex]
Since, from the second initial condition:
[itex]v(0)=\frac{4}{0+C}=1 m/s[/itex]
Then:
[itex]C=4[/itex]
Giving:
[itex]v(t)=\frac{dx(t)}{dt}=\frac{4}{t+4}[/itex]
Integrating with respect to t:
[itex]\int\frac{dx(t)}{dt}dt=\int\frac{4}{t+4}dt[/itex]
Gives:
[itex]x(t)=4ln(t+4)+b[/itex]
Since, from the first initial condition:
[itex]x(0)=4ln(0+4)+b=0[/itex]
Then:
[itex]b=-4ln(4)[/itex]
Which gives the final equation for displacement, x(t):
[itex]x(t)=4(ln(t+4)-ln(4))=4ln(\frac{t+4}{4})[/itex]
And:
[itex]x(4)=4ln(\frac{4+4}{4})=4ln(2) m[/itex]
 
Physics news on Phys.org


Well everything looks great, except in the second line where you said 0.5 = 1/4.
 


grindfreak said:
Well everything looks great, except in the second line where you said 0.5 = 1/4.

Skipping units I think he said 0.5/m=1/4. Since m=2 kg this looks reasonable IMO.