
Ronay R. answered 10/12/16
Tutor
5
(2)
Effective Math tutoring from a Scientist
This type of equation is called Euler Equations: ax^2y"(x)+bxy'(x)+cy(x)=0
in the equation given above, a=4, b=8, c=1.
The solution is of the from y(x)= x^r
r is the parameter.
y'(x)=r. x^(r-1)
y"(x)= r.(r-1).x^(r-2)
let's substitute them into the equation:
4x^2.r.(r-1).x^(r-2) +8x.r. x^(r-1) + x^r =0
4r(r-1)x^r+8rx^r+ x^r =0
x^r(4r^2-4r+8r+1)=0
we know that x>0 so x^r cannot be zero. Therefore, so this will only be zero if,
4r^2-4r+8r+1=0
4r^2+4r+1=0
(2r+1)(2r+1)=0
r1= -1/2, r2=-1/2 (this is double root)
the final solution is y(x)= c1x^r1 +c2x^r2Inx = c1x^(-1/2) +c2x^(-1/2)Inx
Now using initial condition, we can determine the values of c1 and c2:
y(1)=2 and y'(1)=1
y(1)= c1+c2In1 =2
since In(1)=0, then c1 =2.
y'(x)=-x^(-3/2)-(c2/2)x^(-3/2)Inx+c2x^(-3/2)
y'(1)=1
y'(1)=-1+c2=1
c2 = 2
the general solution is then
y(x) = 2x^(-1/2) +2x^(-1/2)Inx