Problem with finding second solution to ODE

  • Thread starter Thread starter Judas503
  • Start date Start date
  • Tags Tags
    Ode
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
Judas503
Messages
22
Reaction score
0
1. The problem is to find the series solution to the following differential equation
$$ x^2 \frac{d^2 x}{dx^2}+x\frac{dy}{dx}+(x^2 - 1)y $$








3. Using the ansatz $$ y = \sum _{\lambda = 0}^{\infty}a_{\lambda}x^{k+\lambda}$$ the
solution to the indicial equation was found to be k=1 and k=-1. I obtained a solution for k = 1, however I am having a problem with obtaining the second solution. The recurrence relation for k = -1 is $$ a_{j}=-\frac{a_{j-1}}{(j-1)(j-2)+j-2} $$ which diverges for j = 2. In this case, is it possible to obtain a solution for k = -1?
 
Physics news on Phys.org
If the roots of the indicial equation differ by an integer, the second root may not yield a solution, which appears to be the case here. Your textbook probably covers how to get a second solution in such a case, and it's mentioned on this Wikipedia page: http://en.wikipedia.org/wiki/Frobenius_method#Double_roots
 
  • Like
Likes   Reactions: 1 person