By the method of Euler-Cauchy , we have to solve this differential equation -
=(x4D4+6x3D3+9x2D2+3xD+1)y=(1+lnx)2
Now let , x=et , Taking log both the side of given equation , we get ,
=lnx=t
Now we know that , the terms on left hand side of given differential equation can be reduces into linear differential equation , by putting the formulas -
=x4D4=D(D−1)(D−2)(D−3)y
=x3D3= D(D−1)(D−2)y
=x2D2=D(D−1)y
=xD=Dy
Putting all these above values in the given equations , we get -
= (D(D−1)(D−2)(D−3)+6D(D−1)(D−2)+9D(D−1)+3D+1)y=(1+t)2
Now , solving we get as -
= (D4+2D2+1)y=(1+t)2
It's Auxiliary equation will be -
=m4+2m2+1=0
=m4+m2+m2+1=0
=m2(m2+1)+1(m2+1)=0
=(m2+1)2=0
m=±i
so CF=[(c1+c2x)cosx+(c3+c4x)sinx]
Now to find PI of given function , we get -
PI=D4+2D2+11 (1+t)2
PI=(1+D4+2D2)−1(1+t)2
Now using Binomial expansion of (1+x)−1=1−x+x2+....
Now applying this series in above equation we get ,
PI=(1−D4−2D2)(1+2t+t2)
PI=1+2t+t2−4=t2+2t−3
Solution of given Partial differential equation can be written as -
Y=CF+PI= [(c1+c2x)cosx+(c3+c4x)sinx]+(lnx)2+2lnx−3
which is required solution of given partial differential equation .
Comments