Solving 2nd Order Homogeneous Equations with Non-Constant Coefficients

beetle2
Messages
110
Reaction score
0
Hi Guys,

I know how to find the solution to a 2nd order homogeneous with constant coefficients but how do you solve one with a non constant
ie

x^2y''+2xy' ... etc = 0

Is there a general solution formula for these types of problems?

My book seems to jump from 2nd order homogeneous with constant coefficients straight to
2nd order non homogeneous with undetermined coefficients.
any help greatly appreciated.
 
Physics news on Phys.org
Hello, beetle2. It didn't mentioned 2nd order with variable coefficients, since there is no general method in solving that. However, what you can do is by guessing the first solution. Then you can find the 2nd one using various method, such as:

http://www.voofie.com/content/84/solving-linear-non-homogeneous-ordinary-differential-equation-with-variable-coefficients-with-operat/"

At last, I don't really like undetermined coefficients method, which is highly restricted in the class of function you can solve. You may want to have a look at:

http://www.voofie.com/content/6/introduction-to-differential-equation-and-solving-linear-differential-equations-using-operator-metho/"

Lastly, for various tutorial, paper, articles, discussion in Ordinary differential equations, you may refer to:

http://www.voofie.com/concept/Ordinary_differential_equation/"
 
Last edited by a moderator:
The specific example you give, with the coefficient of each derivative being a power of x, with power equal to the degree of the derivative, ax^2y''+ bxy+ cy= 0 is an "equi-potential" or "Euler-type" equation. "Trying" a solution of the form x^r, in the same way you "try" a solution of the form e^{rx} for equations with constant coefficients.

That works because the substitution t= ln(x) reduces an "Euler-type" equation with independent variable x to a "constant coefficients" equation with independent variable t.

For more general linear equations with variable coefficients, you typically have to try power series solutions. Let y= \sum a_n x^n, substitute that and its derivatives into the equation and try to find the coefficients, a_n.
 
Last edited:
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