Q13E

Question

In Problems 13 and 14, use variation of parameters to find a general solution to the given equation for x>0.

x2y"(x)-2xy'(x)+2y(x)=x-1/2

Step-by-Step Solution

Verified
Answer

By using the parameters, the General solution of the given equation is, 

y(x)=c1x+c2x2+(4/15) x-1/2

1Definition of Cauchy-Euler equation:

It has direct application to Fourier's approach in the study of partial differential equations, the Cauchy-Euler equation is significant in the theory of linear differential equations.

2Find the homogeneous solution:

The given differential equation is,

x2y"(x)-2xy'(x)+2y(x)=x-1/2

In order to obtain a solution via variation of parameter approach, first we need two linearly independent solutions of the humogen’s equation,

x2y"(x)-2xy'(x)+2y(x)=0

Since x=0 is not an ordinary point, therefore we will use Cauchy-Euler equidimensional approach to find the solution of the equation.

Let 

L[y](x)=x2y"-2xy'+2y

And 

w(r,x)=xr

This will be the solution of the equation. Thus substituting w in the operator L, you get

L[y](x)=x2(xr)"-2x(xr)'+2(xr)

=x2 [r(r-1)]xr-2 -2xr(x)r-1+2xr

=r(r-1)xr-2rxr+2xr

=(r2-3r+2) xr

Now solving the indicial equation is,

r2-3r+2=0

(r-1)(r-2)=0

r=1,2


Thus, the two linearly independent solutions of the above homogeneous equation are y1=x and y2=x2.

3Calculate the Wronskians equation:

The differential equation can also be written as,

y"-(2/x) y'+(2/x2)y=x-5/2

The complimentary solution of the above equation is,

u1'=W1/W  and  u2'=W2/W

W= |y1   y2|

      |y'1   y'2

W1= |0   y2|

      |f(x)   y'2

W2= |y1   0|

      |y'1   f(x)|


The values of different parameters are,

f(x)=x-5/2  , y1=x   ; y2=x2

Now Calculating Wronskians,

W=|x   x2|

     |1   2x|

=2x2-x2

=x2

W1=|0       x2|

       |x-5/2  2x|

=0-x2-x-5/2

=-x-1/2

W=|x      0|

       |1  x-5/2 |

=(x) x-5/2-0

=-x-3/2

4Find the general solution:

Calculating u1:

u1'= -x-1/2/x2

= -x--5/2

u1=∫  -x--5/2 dx

=2/3 x-3/2

Similarly Calculating u2.

u2'= x-3/2/x2

= x--7/2

u2=∫x--7/2 dx

= -2/5 x-5/2

The Particular solution will be,

y=u1y1+u2y2

=2/3 x-3/2 x- 2/5 x-5/2 x2

=2/3 x-1/2 - 2/5 x-1/2  

=4/15 x-1/2

The general solution of the given differential equation is,

y(x)=yc+yp

=c1x+c2x2+(4/15) x-1/2