Help with a linear differential equation

Sagar_C
Messages
30
Reaction score
1
Is there any general method to solve the following linear equation:

[ D^6+a D^4+b D^2+(c-d sech^2(x))] y=0?

Here, D=d/dx and a,b,c,d are constants.
 
Physics news on Phys.org
That's a linear equation with constant coefficients. it characteristic equation is D^6+a D^4+b D^2= 0 (we are now thinking of "D" as a number, not a derivative operator). You can obviously factor out D^2 leaving D^4+ aD^2+ b= 0, a quadratic equation in D^2 so, using the quadratic formula, D^2= \frac{-a\pm\sqrt{a^2- 4b}}{2} and then find D by taking the square root of each of those. The fact that D is a double root of the characteristic equation means that two solutions are a constant and x. For given values of a and b, 0 may b a triple or higher root which would give additional powers of x. For non-zero roots, of the form a+ bi, there will be solutions of the form e^{ax}(A cos(bx)+ B sin(bx)) for constants A and B. You will need six independent solutions.

As for the "non-homogeneous" part, try "variation of parameters": http://www.sosmath.com/diffeq/second/variation/variation.html
 
Last edited by a moderator:
HallsofIvy said:
As for the "non-homogeneous" part, try "variation of parameters": http://www.sosmath.com/diffeq/second/variation/variation.html

Thanks. Just to double-check, so I can treat (c-d sech^2(x))y as the non-homogeneous part even though it contains y? I actually knew how to solve it (as particular solution) when y is absent but not when y is present. :(
 
Blast! I didn't see that "y". That is still a linear equation but now with "variable coefficients. Probably the simplest way to handle it is through a power series expansion.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top