Solving 2nd Order Homogeneous Equations with Non-Constant Coefficients

  • Context: Undergrad 
  • Thread starter Thread starter beetle2
  • Start date Start date
  • Tags Tags
    2nd order Homogeneous
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
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, [itex]ax^2y''+ bxy+ cy= 0[/itex] is an "equi-potential" or "Euler-type" equation. "Trying" a solution of the form [itex]x^r[/itex], in the same way you "try" a solution of the form [itex]e^{rx}[/itex] 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 [itex]y= \sum a_n x^n[/itex], substitute that and its derivatives into the equation and try to find the coefficients, [itex]a_n[/itex].