How do I solve this forced oscillation differential equation?

  • Thread starter Thread starter Lizwi
  • Start date Start date
  • Tags Tags
    Oscillation
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
4 replies · 2K views
Lizwi
Messages
40
Reaction score
0

Homework Statement


Please help me solve this differential equation: This is mass attached to a spring, we have

F= ma= -kx -bv + Fext where k and v are spring constant and velocity respectively and Fext is an additional external force.


Homework Equations


I know how to solve nonhomogeneous differential equations mathematically but on the right of the above equation is not a function so I stuck.

The Attempt at a Solution



I tried this way:
writing the above as differential equation I have
md2x/dt2 + bdx/dt + kx = Fext
for homogeneous part md2x/dt2 + bdx/dt + kx=0
the solution I assumed is x(t) =Aept
the first derivative of the assumed solution is x'(t)= Apept and the second derivative is x''(t)= Ap2ept
substituting all these x(t), x'(t) and x''(t) to the differential equation and divide by
Aept I get:

mp2 + bp+k=0
for inhomogeneous part I don't know ho to handle this right hand side Fext. Please help me.
 
Last edited:
Physics news on Phys.org
Hi Lizwi! :smile:
Lizwi said:
… and Fext is an additional external force.

Is Fext a constant?

You need to find any solution for the whole equation …

try polynomials first (starting with constants!) :wink:
 
You could express the solution for any right side function by means of a convolution integral, but that is only a symbolic solution and not good for too much.
 
just absorb the external force into x i.e. x' = x + F. If it's a constant then it's not too difficult to solve, if it isn't then you have another (manageable) diff equation to solve.