F(t) as it relates to v(t) and x(t)

  • Thread starter Thread starter Tonyt88
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Tonyt88
Messages
62
Reaction score
0
Starting at t = 0, an object of mass m is subject to a force

F(t) = F nought cos omega t

If the initial speed and position are v nought and x nought, find v(t) and x(t), any help would be greatly appreciated.
 
Physics news on Phys.org
Okay, so this is how it worked out for me:

dv = (F0/m) cos(ωt) dt

v = (F0/mω) sin(ωt) + C
v(t) = (F0/mω) sin(ωt) + v0
dx =[ (F0/mω) sin(ωt) + v0 ] dt
x = -(F0/mω2) cos(ωt) + v0t + x0

x(t) = -(F0/mω2) cos(ωt) + v0t + x0

Does that make sense?
 
You went a little too fast. After integrating

dx =[ (F0/mω) sin(ωt) + v0 ] dt

you get

x = -(F0/mω²) cos(ωt) + v0t + C

But plugging x(0)= x_0 does not give C=x_0 because cos(0)=1.
 
Oh, oops, so then C = x_0 + (F_0/mω²) ?