How Do You Calculate Displacement with Varying Force Over Time?

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
1 reply · 3K views
getty102
Messages
38
Reaction score
0

Homework Statement


Find Δx
Given:
Fxe-(t/T)
v0=-41.2 m/s
tf=84.54 s
T=46 s
Fx=13.4 N
m=8.8 kg



Homework Equations


F=ma


The Attempt at a Solution


a=Fxe-(t/T)/m
dv/dt=Fxe-(t/T)/m

*integrate both sides*
v=[(-T)Fx)/m]e-(t/T)+v0
dx/dt=[(-T)Fx/m]e-(t/T)+v0

*take the definite integral between t0 and tf*
x=[(T2)Fx)/m]e-(t/T)+v0t

I am doing something wrong as my answer of 6192.301 m, is not correct
 
Physics news on Phys.org
getty102 said:

Homework Statement


Find Δx
Given:
Fxe-(t/T)
v0=-41.2 m/s
tf=84.54 s
T=46 s
Fx=13.4 N
m=8.8 kg



Homework Equations


F=ma


The Attempt at a Solution


a=Fxe-(t/T)/m
dv/dt=Fxe-(t/T)/m

*integrate both sides*
v=[(-T)Fx)/m]e-(t/T)+v0
dx/dt=[(-T)Fx/m]e-(t/T)+v0

*take the definite integral between t0 and tf*
x=[(T2)Fx)/m]e-(t/T)+v0t

I am doing something wrong as my answer of 6192.301 m, is not correct

I think perhaps your problem comes in assuming that the constant of integration is equal to v0 (in red above). That is not the case in this situation. To see this, use the generic symbol "C" for the constant of integration here:[tex]v(t) = \int a(t)\,dt = \frac{F_x}{m}\int e^{-t/T}\,dt = -\frac{T F_x}{m} e^{-t/T} + C[/tex]Now, to solve for C, plug t = 0 into this expression. Note that e0 = 1, NOT 0:[tex]v(0) = v_0 = -\frac{T F_x}{m} + C \\ \Rightarrow C = v_0 + \frac{T F_x}{m}[/tex]If we plug this expression for C back into the expression for v(t), we end up with:[tex]v(t) = v_0 + \frac{T F_x}{m}(1 - e^{-t/T})[/tex]Can you take it from here?