Q10E

Question

In Problems 1-10, use the substitution y=xr  to find a general solution to the given equation for x>0.

x3y"'+9x2y"+19xy'+8y=0

Step-by-Step Solution

Verified
Answer

The general solution for the given equation is y=c1x-2+c2x-2(lnx)+c3x-2 (lnx)2 .

1Define Cauchy-Euler equations:

In mathematics, a Cauchy problem is one in which the solution to a partial differential equation must satisfy specific constraints specified on a hypersurface in the domain. 

An initial value problem or a boundary value problem is both examples of Cauchy problems. 

The equation will be in the form of,

ax2y"+bxy'+cy=0.

2Find the general solution:

The given equation is

x3y"'+9x2y"+19xy'+8y=0  

Let L be the differential operator defined by the left-hand side of equation, that is

L [y] (x)= x3y"'+9x2y"+19xy'+8y 

Let set

w(r,x) = xr

Substituting w(r,x) in place of y(x), you get

L[w] (x)= x3( xr )"'+9x2(xr )"+19x(xr ) '+8(xr

= x3( xr )"'+9x2(xr )"+19x(xr)'+8(xr )  

=x3[r(r-1)(r-2)]( xr-3 )+9x2[r (r-1)] (xr-2)+19x(r)(xr-1 )+8(xr )

=(r3-3r2+2r) xr+9(r2-r) xr +15r xr+8xr

=(r3++6r2+12r+8) xr

Solving the indicial equation,

r3++6r2+12r+8=0

By substitution , you can identify that r= -2 is a solution of the equation,

(r+2) (r2+4r+4)=(r+2)(r+2)2

(r+2)3= r= -2, -2, -2

There are three simultaneous roots at x=-2, thus you can write three linearly independent real-valued solutions as,

y1=x-2

y2=x-2  (lnx)

y3=x-2 (lnx)2 

Therefore, the general solution for the equation will be,

y= c1x+c2x-2 cos(lnx) +c3x-2 (lnx)2