Another power series method

In summary, the conversation discusses solving a problem using the power series method. The method involves using a series of equations and a recursive equation to find the constants in the general solution. Another approach is to use Taylor's series and initial values. Ultimately, the problem can also be solved using a simple linear, homogeneous, differential equation with constant coefficients.
  • #1
asdf1
734
0
for this problem,
y``-3y`+2y=0
how do you solve it using the power series method?
 
Physics news on Phys.org
  • #2
Pretty much the same way you would any such equation.
Let
[tex]y= \Sigma_{n=0}^\infty a_nx^n[/tex]
then
[tex]y'= \Sigma_{n=1}^\infty na_nx^{n-1}[/tex]
(we can start at n= 1 because if n= 0 the term is 0) and
[tex]y"= \Sigma_{n= 2}^\infty n(n-1)a_nx^{n-2}[/tex]
(we can start at n= 2 because both n=0 and n= 1 make n(n-1) 0)

Now put those into the equation:
y``-3y`+2y=0
[tex]\Sigma_{n= 2}^\infty n(n-1)a_nx^{n-2}-\Sigma_{n=1}^\infty 3na_nx^{n-1}+\Sigma_{n=0}^\infty2a_nx^n= 0[/tex]
Since n in each sum is a "dummy index", we can change indices to match powers. In the first sum let j= n-2, in the second sum, j= n-1, and in the last, j= n. The sums become
[tex]\Sigma_{j= 0}^\infty (j+2)(j+1)a_{j+2}x^j-\Sigma_{n=0}^\infty 3(j+1)a_{j+1}x^j+\Sigma_{j=0}^\infty2a_jx^j= 0[/tex]
or
[tex]\Sigma_{j= 0}^\infty\left( (j+2)(j+1)a_{j+2}- 3(j+1)a_{j+1}+2a_j\right)x^j= 0[/tex]
For that to be true for all x, we must have
[tex](j+2)(j+1)a_{j+2}- 3(j+1)a_{j+1}+2a_j= 0[/tex]
for all j. That's a recursive equation that you can solve for aj in terms of a0 and a1, the two constants in the general solution.

Another way to get a power series is to find Taylor's series for y:
[tex]y= \Sigma_{n=0}^\infty \frac{y^{(n)}}{n!}x^n[/tex]
Take y(0) and y'(0) as given initial values (again, the two constants in the general solution. The y"(0)= 3y'(0)- 2y(0), y(3)(0)= 3y"(0)- 2y'(0), y(4)(0)= 3y(3)- 2y"(0), etc.

Of course, there is no need to do all that (unless some evil teacher is requiring it!) since this is a simple linear, homogeneous, differential equation with constant coefficients. It's characteristic equation is r2- 3r+ 2= 0 which has roots r= -1 and r= -2. The general solution to the differential equation is y= C1e-x+ C2e-2x. You can use that to check your series solution.
 
  • #3
thank you very much!
 

What is another power series method?

Another power series method is a mathematical technique used to approximate solutions to differential equations. It involves expressing a function as a infinite sum of powers of a variable and using that series to solve the equation.

How is another power series method different from other methods?

Another power series method is different from other methods, such as Euler's method or Runge-Kutta method, because it is a direct method that does not require any initial values. It also provides a more accurate approximation as the number of terms in the series increases.

When should I use another power series method?

Another power series method is best used when the differential equation cannot be solved analytically and other numerical methods are not suitable. It is also useful for solving nonlinear differential equations.

What are the advantages of using another power series method?

One advantage of another power series method is that it can provide a more accurate solution compared to other numerical methods. It is also a direct method, meaning it does not require iteration, and it can be applied to a wide range of differential equations.

Are there any limitations to using another power series method?

Yes, there are limitations to using another power series method. It can be time-consuming and difficult to determine the convergence of the series. It is also limited to solving single-variable differential equations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
251
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
708
  • Calculus and Beyond Homework Help
Replies
7
Views
703
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
911
  • Calculus and Beyond Homework Help
Replies
3
Views
274
  • Calculus and Beyond Homework Help
Replies
17
Views
882
  • Calculus and Beyond Homework Help
Replies
26
Views
890
Back
Top