Determine the values of r for which the given differential e
Determine the values of r for which the given differential equation has solutions of the form y = t^r for t > 0. (Enter your answers as a comma-separated list.) t^2y\" + 10fy\' + 20y = 0
Solution
Let y = tr
=> y\' = rtr-1
=> y\'\' = r(r - 1)tr-2
Plugging above in the differential equation
=> t2.r(r - 1)tr-2 + 10t.rtr-1 + 20.tr = 0
=> tr( r(r - 1) + 10r + 20 ) = 0
=> r2 + 9r + 20 = 0
=> ( r + 5 )( r + 4 ) = 0
=> r = -5 , -4
