1
$\begingroup$

I've only recently started learning how to work with differential equations. I'm about to start on linear 2nd order DE, but I wondered - what approach is taken to solve equations of the form:

$ay'' + by' +cy = d$

where $a$,$b$,$c$,$d$ and $y$ are all functions of $x$?

I'm sure I'll get to that point soon, but I just thought I'd throw out an enquiry. It was a very useful question to ask when I started learning about first orders linears.

  • 0
    http://eqworld.ipmnet.ru/en/methods/methods-ode/Khorasani2003.pdf claims that can solve general 2nd order linear ODE analytically. Does it true?2012-09-20

1 Answers 1

2

In general, these equations do not have closed-form solutions, or even an integral formula for solutions. In the homogeneous case ($d=0$) where $a$, $b$, $c$ are rational functions there is an algorithm due to Kovacic to decide whether there are "Liouvillian" solutions (roughly speaking, those are solutions that can be expressed in terms of the exponential function, algebraic functions and integrals). For example, $y'' + (x^3+1) y = 0$ has no Liouvillian solutions (and, as far as I know, no closed-form solutions of any kind). However, this is not something for beginners to deal with.

  • 0
    It was a while ago that I wrote this, but IIRC I just looked for a simple equation of this form that did not have a closed form solution according to Maple. Thus with $x^2+1$ instead of $x^3+1$ you have solutions using Whittaker M and W functions.2017-04-14