Differential equations particle motion

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
12 replies · 4K views
philnow
Messages
83
Reaction score
0

Homework Statement


Hey all. I have F(v) and I'm looking for x(t).

F(v) = -bV2

I'm a physics undergrad student who hasn't done diff. equations in a while, so I'm very unsure of my work so far... but here it is.

The Attempt at a Solution



I write F=ma as F(v)=mdv/dt:

-bV2=mdv/dt

-m∫ dv/v2 = -b ∫dt

-m/v = -bt
m/v = bt

v = m/bt = dx/dt

∫ dx = m/b ∫ dt/t

Finally x(t) = m/b*ln(t)

Does this look good?
 
Physics news on Phys.org
philnow said:

Homework Statement


Hey all. I have F(v) and I'm looking for x(t).

F(v) = -bV2

I'm a physics undergrad student who hasn't done diff. equations in a while, so I'm very unsure of my work so far... but here it is.

The Attempt at a Solution



I write F=ma as F(v)=mdv/dt:

-bV2=mdv/dt

-m∫ dv/v2 = -b ∫dt

-m/v = -bt
m/v = bt +constant

don't forget the constant.

Otherwise it looks alright. Also remember that ma can be written as mv dv/dx as well
 
I forgot to add that the initial position and initial velocity are both zero so I don't need to worry about constants. Thanks!
 
I misinformed you all, the particle has an initial velocity Vo. My bad. Even still I see that if I put 0 for t in my equation, it is undefined, when it should be zero.

I don't really know how to take it from here, any hints? How do I take into account the constant?
 
How does this seem?

x(t) = m/b*ln(t) + Vo*t
 
Here's my work:

-bV2=mdv/dt

-m∫ dv/v2 = -b ∫dt

(note: so the integral of 1/v^2 is -1/v, and this integral is from initial v to final v) so:

bt = m(1/v - 1/vo) where vo is initial velocity

bt/m = 1/v - 1/vo

m/bt + vo = v

m/bt + vo = dx/dt

∫(m/bt + vo)dt = ∫dx

m/b*ln(t) + vo*t = x(t)
 
philnow said:
Here's my work:

-bV2=mdv/dt

-m∫ dv/v2 = -b ∫dt

(note: so the integral of 1/v^2 is -1/v, and this integral is from initial v to final v) so:

bt = m(1/v - 1/vo) where vo is initial velocity

bt/m = 1/v - 1/vo
Okay so far.

m/bt + vo = v
This step does not follow from the previous one. (We can tell because t=0 implies v=∞, instead of v=vo, in this equation.)

Instead, this step could have been

(bt/m) + (1/vo) = 1/v​
See if you can take if from there.
 
(bt/m) + (1/vo) = 1/v

doesn't this mean v = m/bt + Vo?
 
Redbelly98 said:
No, what it means is that v is the reciprocal of

(bt/m) + (1/vo)​

which is

[tex]\frac{1}{(bt/m) + (1/v_o)}[/tex]

Please tell me I've done this right:

from there:

∫dx = ∫https://www.physicsforums.com/latex_images/23/2356837-0.png

x = m/b*ln(bt/m + 1/vo) - m/b*ln(1/vo)

for t=0, x=0 and when differentiated, at t=0,v=vo
 
Last edited by a moderator: