LCKurtz said:
If you lump the constants together and multiply the equation by ##x^4## it is of the form$$
x^4y'''' +cxy=0$$That is an Euler - Cauchy equation.
Except it isn't, because ##xy## is not of the form ##x^ny^{(n)}##.
This means that substituting ##y = x^m## doesn't work because it leads to:
hushish said:
m4-6m3+11m2-6m+kx=0
Any suggestions for the roots of the equation? Some of them will be complex...a little too much maths for my engineering brain.
Don't bother: If ##y = x^m## were actually a solution, you would have ended up with a fourth-order polynomial for ##m## whose coefficients are independent of ##x##. (As an aside, a pair of complex conjugate roots ##m = p \pm iq## would result in real-valued solutions of the form ##x^p \cos(q\ln(x))## and ##x^p \sin(q\ln(x))##).
I suspect the only method of solving this one (aside from doing it numerically, which would be my first choice here) is to use a variant of Frobenius' Method: pose a power series solution of the form
[tex]y(x) = x^k \sum_{n=0}^{\infty} a_nx^n[/tex]
and choose ##k## so that ##a_0## is not required to be zero. Substituting this into
the ODE then gives the condition
[tex]a_0 k(k-1)(k-2)(k-3) = 0[/tex]
Unfortunately the roots of ##k(k-1)(k-2)(k-3) = 0## differ by integers, so we only get one linearly independent solution from this; and for ##a_1## to be finite we must take ##k = 3##. We then have the recurrence relation
[tex]a_{n+1} = {{-c a_n} \over {(n+4)(n+3)(n+2)(n+1)}}<br />
= -c a_n {{n!} \over {(n+4)!}}[/tex]
which gives
[tex]a_n = a_0 (-1)^n c^n \prod_{r=0}^{n-1} {{r!} \over {(r+4)!}}[/tex]
The resulting power series has an infinite radius of convergence: for ##n \geq 4##, we have
[tex]|a_0| |c|^n |x|^{n+3} \prod_{r=0}^{n-1} {{r!} \over {(r+4)!}} = <br />
|a_0| |x|^3 |cx|^n {{2!3!} \over {n!(n+1)!(n+2)!(n+3)!}} <<br />
|a_0| |x|^3 2!3! {{|cx|^n} \over {n!}}[/tex]
Thus, for ##n \geq 4##, the absolute value of the ##n##th term of the series for ##y(x)## is strictly less than a constant (##12|a_0| |x|^3##) times the ##n##th term of the series for ##e^{|cx|}##, which converges for all finite ##|cx|##. Since the behaviour of the first three terms does not affect convergence, the series for ##y(x)## also converges for all finite ##|cx|##.
That gives one solution; there are three others to find.