Solving Equation: y''(x) + \frac{y'(x)}{x} + \frac{y(x)}{x^2} = 0

  • Thread starter Thread starter JohanL
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on solving the differential equation y''(x) + y'(x)/x + y(x)/x^2 = 0. The user initially attempts a power series solution with y(x) expressed as a sum of a_i*x^{i+k}. The key breakthrough involves transforming the equation by multiplying through by x^2, leading to a simpler form that can be solved using a change of variable t = ln(x). This transformation reduces the equation to one with constant coefficients, allowing for a straightforward solution.

PREREQUISITES
  • Understanding of differential equations, specifically second-order linear equations.
  • Familiarity with power series and their convergence.
  • Knowledge of singular points in differential equations.
  • Experience with variable substitution techniques in calculus.
NEXT STEPS
  • Study the method of Frobenius for solving differential equations with regular singular points.
  • Learn about the transformation techniques for differential equations, particularly using logarithmic substitutions.
  • Explore the theory of constant coefficient differential equations and their solutions.
  • Investigate the implications of irregular singular points in differential equations.
USEFUL FOR

Mathematicians, physicists, and engineering students who are solving complex differential equations, particularly those dealing with singular points and power series methods.

JohanL
Messages
154
Reaction score
0
Im trying to solve the following equation
[tex] y''(x) + \frac{y'(x)}{x} + \frac{y(x)}{x^2} = 0[/tex]

Then with

[tex]y(x) = \sum_{i=0}^\infty a_i*x^{i+k}[/tex]

[tex]y'(x) = \sum_{i=0}^\infty a_i*(i+k)*x^{i+k-1}[/tex]

[tex]y''(x) = \sum_{i=0}^\infty a_i*(i+k)(i+k-1)*x^{i+k-2}[/tex]

I get

[tex]\sum_{i=0}^\infty a_i*(i+k)(i+k-1)*x^{i+k-2} + \sum_{i=0}^\infty a_i*(i+k)*x^{i+k-2} + \sum_{i=0}^\infty a_i*x^{i+k-2} = 0[/tex]

but how can i get a recurrence relation from this.
I need something like
[tex]a_{i+2} = f(i)*a_i[/tex]
But with only the same i+k-2 in all terms i don't know how to proceed.
 
Last edited:
Physics news on Phys.org
Yes, go ahead and write out the formula you get:
[tex]a_i(i+k)(i+k-1)+ a_i(i+k)+ a_i= a_i((i+k)^2+ 1)= 0[/tex]
Either i+k= 0 or ai= 0 for all i.
The difficulty is that x= 0 is not a "regular" singular point for this equation. That's an "equipotential" (also called "Euler type") equation for which 0 is pretty much the "boundary" between regular singular point and irregular singular point. Multiplying on both sides of the equation by x2 you get x2y"+ xy'+ y= 0. Making the change of variable t= ln x or x= et reduces it to an equation with constant coefficients:
[tex]\frac{dy}{dx}= \frac{dx}{dt}\frac{dy}{dt}= e^t\frac{dy}{dt}= x\frac{dy}{dt}[/tex]
[tex]\frac{d^2y}{dx^2}= \frac{d }{dx}(x\frac{dy}{dt})= x^2\frac{d^2y}{dt^2}+ x\frac{dy}{dt}[/tex]
so [tex]x^2\frac{d^2y}{dx^2}+ x\frac{dy}{dx}+ y= \left(\frac{d^2y}{dt^2}+ \frac{dy}{dt}\right)- \frac{dy}{dt}+ y= \frac{d^2y}{dt^2}+ y= 0[/tex]
Solve that equation for y as a function of t and then replace t by ln x.
 
Thx, I solved it!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
33
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K