Solving xy'(x) - y(x) = x^2 Exp[x] using the power series method

Click For Summary

Homework Help Overview

The discussion revolves around solving the differential equation xy'(x) - y(x) = x^2 e^x using the power series method. Participants explore the formulation of y as a power series and the challenges in deriving a recursive formula for the coefficients.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the assumption of a power series solution and the difficulties in obtaining a recursive relationship for the coefficients. Suggestions include using the Taylor series expansion for e^x and comparing powers of x.

Discussion Status

Some participants have offered suggestions for expanding e^x and comparing coefficients, while others express confusion about deriving recursion formulas. There is acknowledgment of the nature of the equation and its potential simplifications.

Contextual Notes

Participants note that the problem involves an "Euler type" equation and discuss the implications of the homogeneous part of the equation. There is a focus on the requirement to use the series method and the assumptions made in the process.

Repetit
Messages
128
Reaction score
2
I've tried solving the equation xy'(x) - y(x) = x^2 Exp[x] using the power series method. I assume that y has the form:

[tex]y = \sum_{n=0}^{\infty} a_n x^n[/tex]

Inserting this in the diff. eq. gives:

[tex]\sum_{n=0}^{\infty} n a_n x^n - \sum_{n=0}^{\infty} a_n x^n = x^2 e^x[/tex]

Now, in the other types of diff. eqations I've solved using this method I found a recursive formula for the coefficients, but I don't see how I can do that here? How would I got about solving this problem?

Thanks
 
Physics news on Phys.org
You could try using the series for ex on the RHS. It's just a suggestion, so I don't know whether it'll work, but give it a go!
 
Yes, if you are required to use the series method, expand ex in Taylor's series and compare corresponding powers of x.

Of course, that's an "Euler type" equation so it should be easier to solve it directly, perhaps by converting to an equation with constant coefficients.
 
My problem is that I don't see how to obtain a recusion formula for the coefficients. Even when trying to solve just the corresponding homogeneous equation [tex]x y'(x) - y(x) = 0[/tex] I end up with something like [tex]n a_n - a_n = 0[/tex] and I can't see what to do.
 
Obviously, [itex]na_n- a_n= 0[/itex] is true as long as [itex]a_n= 0[/itex] for any n other than 1. For n= 1, the equation becomes [itex]a_1= a_1[/itex] which is also true- [itex]a_1[/itex] becomes the undetermined constant in your general solution. What that tells you is that the general solution to xy'(x)- y(x)= 0 is y(x)= Cx.
Since [itex]e^x= \Sigma_{n=0}^\infty\frac{1}{n!}x^n[/itex], [itex]x^2e^x= \Sigma_{n=0}^\infty\frac{1}{n!}x^{n+2}[/itex]. If you let i= n+2, then you get [itex]x^2e^x= \Sigma_{i=2}^\infty\frac{1}{(i-2)!}x^i[/itex] so you can compare "like powers".
You get [itex](0)a_0- a_0= 0[/itex] so a_0= 0. [itex](1)a_1- a_1= 0[/itex] which is always true- [itex]a_1[/itex] will be an "unknown constant".

For n> 1, [itex]na_n- a_n= a_n(n-1)= \frac{1}{(n-2)!}[/itex] so
[tex]a_n= \frac{1}{(n-2)!(n-1)}[/itex].[/tex]
 
Hmm, of course. Why did I not see that. I guess I was to focused on obtaining a recursion formula for the coefficients, because I thought I always had to do that. I see now that I don't. Thanks a lot for the help!
 

Similar threads

Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K