Fourth Order Homogenous Differential Equation

shards5
Messages
37
Reaction score
0

Homework Statement


y4 - 6y3 + 9y2
y(0) = 19; y'(0) = 16; y"(0) = 9; y"'(0) = 0


Homework Equations


N/A

The Attempt at a Solution


Factored out the equation and obtained the following roots.
r2(r2-3) = 0 which gives r = 0 and r =3.
Using those roots, I make the following general solution.
y(x) = j*e3x + k*x*e3x + L*k*x2*e3x
I am assuming since one of the roots is zero then the solution will not have to have add i*e0t. I am also assuming since this is a fourth order equation that I will need to solve for n=4 variables and that this is the form in which I should tackle it. Am I mistaken in my assumptions?
 
Physics news on Phys.org
Is your differential equation? y(4) - 6y(3) + 9y(2) = 0?

Your characteristic equation has four roots, with 0 and 3 repeated. Your basic set of solutions is {1, x, e3x, xe3x}. Your general solution will be all linear combinations of these functions, or
y(x) = c1*1 + c2*x + c3*e3x + c4*xe3x. Use your initial conditions to solve for the constants ci.
 
Yea it was equal to zero and thanks for the general equation. It solved a lot of the confusion I had on what to do with the r = 0.
 
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