Solving differential equation using power series representation

In summary, the problem is that the teacher needs the recursion formula to solve the equation. However, the equation can be solved using the method of Frobenius.
  • #1
thepatient
164
0

Homework Statement


The problem is:
(x2 - 4) y′′ + 3xy′ + y = 0, y(0) = 4, y′(0) = 1


Homework Equations


Existence of power series:
y = [tex]\sum c(x-x0)^n[/tex]

or

y = (x-x0)^r[tex]\sum c(x-x0)^n[/tex]

The Attempt at a Solution


I know the point x=2 is an ordinary point of the differential equation, since:
(x^2 - 4) y′′ + 3xy′ + y = 0

y′′ + 3xy′/(x^2-4) + y/(x^2-4)=0

P(x) = 3x/(x^2-4) Q(x) = 1/(x^2 - 4)

x can't equal to +-2.

But then the thing is that, our teacher has only given us problems where 0 is the regular singular point, but it seems like in this problem has x=+-2 as the regular singular points. Would that mean that there exists two li solutions in a form of a power series where:

y = (x-2)^r[tex]\sum c(x-2)^n[/tex]

y = (x+2)^r[tex]\sum d(x+2)^n[/tex]

(c and d being constants)

Then each one would have a different set of indicial roots which would give two separate r values in which there would be two different series for each y?

Or should I not be doing the method of Frobenius?

I already tried setting up the sum using the method of frobenius using only x=2 as the ordinary point (because I assumed I should only use the positive term), but for the indicial equation, I obtained two indicial roots of r=0,0, which left me thinking maybe I'm doing this completely wrong and don't know what I'm doing. :( This is probably the most confusing part of this class... Can anyone give me some guidance on what I should do? :(
 
Physics news on Phys.org
  • #2
I think you should get the same indicial equation regardless of which point you expand about. I found two different roots to the indicial equation for your differential equation.

The method of Frobenius will get you at least one solution. In certain cases, you'll get two. If you have a double root, you'll get only one solution. If the roots are distinct and differ by a non-integer, you'll get two solutions. If they differ by an integer, the larger root will yield one solution, and the smaller root may or may not yield a solution.
 
  • #3
I can see no reason for expanding about x= 2, especially because x= 2 is a singular point. Because you are given initial conditions y(0)= 4 and y'(0)= 1 at x= 0 write your solution as [itex]y= \sum a_nx^n[/itex] and don't worry the fact that about x= 2 and x= -2 are singular points. Of course, [itex]y(0)= a_0= 4[/itex] and [itex]y'(0)= a_1= 1[/itex]

The only time you need to use Frobenius is when your initial values are given at a regular singular point.
 
  • #4
I think I did it. :] Took me like 5 hours last night, but then I found out the only thing the teacher needed was the recursion formula. I got from the equation, a_n+2 = (a(n) (n+1)/4(n+2). a(0) = 4, a(1) = 1. I took so long because I was trying to find the entire solution using a series, which came out as something like: y = sum((2n)!/4^n(2n+1)! or something like that. Two different ones, that one was for the odds, and I had another one similar to the evens.
 

FAQ: Solving differential equation using power series representation

How do you know when to use a power series representation to solve a differential equation?

Power series representation is typically used to solve differential equations when the solution cannot be expressed in terms of elementary functions, such as polynomials or exponential functions. This method is particularly useful for nonlinear differential equations or equations with variable coefficients.

What is the general process for solving a differential equation using power series representation?

The general process involves first expressing the differential equation as a power series, then finding the coefficients of the series by using the given initial conditions. Finally, the solution is obtained by summing the series and simplifying it as much as possible.

Can power series representation be used to solve any type of differential equation?

No, power series representation is most effective for solving linear differential equations with constant or variable coefficients. Nonlinear differential equations may also be solved using this method, but the series may not converge or may be more difficult to manipulate.

What are the advantages of using power series representation to solve differential equations?

One advantage is that it allows for finding exact solutions to differential equations that cannot be solved using other methods. It also provides a more general solution that can be used to approximate solutions for a range of initial conditions.

Are there any limitations or challenges when using power series representation to solve differential equations?

One limitation is that the series may not converge for certain initial conditions, making it difficult to find a solution. Additionally, the process of finding the coefficients of the series can be time-consuming and tedious, especially for more complex differential equations.

Similar threads

Back
Top