ODE with non-constant coefficient

  • Thread starter Thread starter PhDorBust
  • Start date Start date
  • Tags Tags
    Coefficient Ode
PhDorBust
Messages
141
Reaction score
0
R'' + 2rR' - Rl(l+1) = 0, where R = R(r) and l is a constant. This is portion of sol'n by separation by variables to laplace's equation in spherical coordinates.

I tried laplace transform, but reached integral that I don't think admits analytic sol'n.

F'(s) + F(s)[\frac{1 + l(l+1)}{s} - s] = sA + B, where R(0) = A, R'(0) = B.

What am i missing? Is series sol'n the only way?
 
Last edited:
Physics news on Phys.org
series sounds like a good idea for this type of problem asnd would be my first approach - is there reason you don't want to use it, or is an analytic expression just going to be simpler to deal with?
 
Last edited:
froma mathematica check it looks like the solutions involve hermite polynomials and other complex functions
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top