

InterviewSolution
Saved Bookmarks
1. |
If `y=3e^(2x)+2e^(3x)`. Prove that `(d^2y)/(dx^2)-5(dy)/(dx)+6y=0`. |
Answer» `y = 3e^(2x)+2e^(3x)` `=> dy/dx = 3e^(2x)(2)+2e^(3x)(3)` `=> dy/dx = 6(e^(2x)+e^(3x))` `=>(d^2y)/dx^2 = 6(2e^(2x)+3e^(3x))` Now,`L.H.S. = (d^2y)/dx^2-5dy/dx+6y ` `=12e^(2x)+18e^(3x)-30e^(2x)-30e^(3x)+18e^(2x)+12e^(3x)` `=0 = R.H.S.` |
|