1 10 points Consider the differential equation t2y 3ty y
Solution
t2y\" + 3ty\' + y = 0, t>0 is Euler\'s equation.
Let x = lnt
Then dy/dt = (dy/dx)(dx/dt)...Using chain rule of derivatives
=> dy/dt = (dy/dx)(1/t) (because dx/dt = 1/t)
Now d2y/dt2 = (d2y/dx2)(dx/dt)2+(dy/dx)(d2x/dt2) = (1/t2)(d2y/dx2)+(-1/t2)(dy/dx) = (1/t2)(d2y/dx2-dy/dx)
Substitute these values in the original equation, we get:
t2(1/t2)(d2y/dx2-dy/dx)+3t(1/t)(dy/dx)+y = 0
=> d2y/dx2-dy/dx+3dy/dx+y = 0
=> d2y/dx2 + 2dy/dx + y = 0
This is ordinary differential equation whose characteristic equation is given by:
r2 + 2r + 1 = 0 => (r+1)2 = 0 => r=-1, -1
So the general solution of this ordinary differential equation in x is given by:
y = Ae-x + Bxe-x
Now substitute x=lnt
y = Ae-lnt + Blnt e-lnt = Aelnt^-1 + Blntelnt^-1
=> y = A(1/t)+Blnt(1/t) = (1/t)(A+Blnt)
=> y = (1/t)(A+Blnt)
