Higher Order Linear Homogenous Differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 1K views
Mark Rice
Messages
37
Reaction score
0

Homework Statement


Hi, basically I have a boundary value problem and just want to check that my general solution is correct.

x'''' + 16x = 0

Homework Equations

The Attempt at a Solution


I'm pretty sure you make a characteristic equation which would be m4 + 16 = 0.
Solving this I get m to be √2 +- √2 i and -√2 +- √2 i. I therefore get my general solution to be:

Ae(√2t)cos(√2t) + Be(-√2t)cos(√2t) + Ce(-√2t)sin(√2t) + De(√2t)sin(√2t)

Is this correct or am I on totally the wrong track? I just want to make sure this is correct before applying the initial and boundary coniditions. Thanks.
 
Physics news on Phys.org
Mark Rice said:

Homework Statement


Hi, basically I have a boundary value problem and just want to check that my general solution is correct.

x'''' + 16x = 0

Homework Equations

The Attempt at a Solution


I'm pretty sure you make a characteristic equation which would be m4 + 16 = 0.
Solving this I get m to be √2 +- √2 i and -√2 +- √2 i. I therefore get my general solution to be:

Ae(√2t)cos(√2t) + Be(-√2t)cos(√2t) + Ce(-√2t)sin(√2t) + De(√2t)sin(√2t)

Is this correct or am I on totally the wrong track? I just want to make sure this is correct before applying the initial and boundary coniditions. Thanks.
Take your general solution and plug it back into the original ODE. If you're on the right track, you'll know it when you get zero on both sides of the equation.
 
  • Like
Likes   Reactions: Mark Rice
SteamKing said:
Take your general solution and plug it back into the original ODE. If you're on the right track, you'll know it when you get zero on both sides of the equation.
What SteamKing suggests is something you should always do when you're working with diff. equations.
 
  • Like
Likes   Reactions: Mark Rice
Right cool thanks guys!
 
Cool, I plugged it in and got 0 (99% sure I did this correctly, there was a lot of terms haha!), so that means it is the correct and I can move on to applying the boundary functions? Thanks for all the help, will definitely use that plugging in method to double check my answers in future :)