Higher Order Linear Homogenous Differential Equation

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 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 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 :)
 
Yep, plug ahead.
 
  • Like
Likes Mark Rice
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top