Higher-Order Differential Equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
recon_ind
Messages
8
Reaction score
0

Homework Statement



Find the general solution of the given higher-order differential equation.

d3x/(dt3) - d2x/(dt2) - 4x = 0

Homework Equations



Use an auxiliary equation such as m3 - m2 - 4 = 0

The Attempt at a Solution



----------------------------
 
Physics news on Phys.org
That is the auxiliary equation you want to use. As it turns out, the left side can be factored, yielding (m - 2)(m2 + m + 2) = 0

There are three distinct solutions, so the solution to this homogeneous problem will be x(t) = c1e2t + c2em2t + c3em3t. All you have to do is find the other two constants, m2 and m3.
 
So, I should just use the quadratic formula to find the other two solutions?

Thanks man.
 
The other two solutions are of the form [tex]\alpha[/tex] [tex]\pm[/tex] [tex]\beta[/tex]
 
recon_ind said:
So, I should just use the quadratic formula to find the other two solutions?
Yes. And yes, the two solutions are of the form a +/- b. One of your values of m will be a + b, and the other will be a - b.