Q22E

Question

In Problems 21-28, use the procedure illustrated in Problem 20 to find at least the first four non-zero terms in a power series expansion about’s x=0 of a general solution to the given differential equation.

w'+xw=ex

Step-by-Step Solution

Verified
Answer

The first four nonzero terms in a power series expansion to the given differential equation w'+xw=ex are w(x)=a0 (1-x2/2+x4/8+...)+(x+x2/2-x3/6-x4/12-...).

1Define power series expansion:

The power series approach is used in mathematics to find a power series solution to certain differential equations. In general, such a solution starts with an unknown power series and then plugs that solution into the differential equation to obtain a recurrence relation for the coefficients. 

A differential equation's power series solution is a function with an infinite number of terms, each holding a different power of the dependent variable.

It is generally given by the formula,

y(x)=Σn=0 =anxn

2Find the expression:

Given,

w'+xw=ex

Use the formula,

w(x)=Σn=0anxn

Taking derivative of the above equation,

w(x)=Σn=1nanxn-1

The Maclaurin series for ex is,

ex=1+x+x2/2!+x3/3!+.....

Substitute the values in the above formula you get,

Σn=1nanxn-1 +x Σn=0anxn =1+x+x2/2!+x3/3!+...

Σn=1nanxn-1 - Σn=0anxn+1 =1+x+x2/2!+x3/3!+...


In order to make the exponent common for all terms we will make the substitution n-1=k therefore, k=n+1 in first term and k=n+1 in the other term.

Σk=0 (k+1)ak+1 xk + Σk=1 ak-1 xk =1+x+x2/2!+x3/3!

a1+Σk=1 (k+1)ak+1 xk + Σk=1 ak-1 xk =1+x+x2/2!+x3/3! 

a1+Σk=1 ((k+1)ak+1 +ak-1) xk=1+x+x2/2!+x3/3! 


Hence the expression is a1+Σk=1 ((k+1)ak+1 +ak-1) xk=1+x+x2/2!+x3/3!.

3Find the first four nonzero terms:

Expand the expression given in the previous step.

a1+(2a2+a0)x+(3a3+a1)x2+(4a4+a2)x3+(5a5+a3)x4+...=1+x+x2/2!+x3/3!


By equating the coefficients you get,

a1=1


2a2+a0=1

a2=(1-a0)/2


3a3+a1=0

a3=- -1/6


4a4+a2=1/6

a4=-1/12+a0/8


Substitute the coefficient.

w(x)=a0+x+(1-a0)/2 x2-1/6 x3+(-1/12+a0/8) x4+...

=a0+ (1-x2/2+x4/4+...)+ (x+x2/2-x3/6-x4/12-...)


Hence the first four nonzero terms are,

w(x)=a0+ (1-x2/2+x4/4+...)+ (x+x2/2-x3/6-x4/12-...)