document.write( "Question 857427: Verify that the given function satisfies the differential equation \r
\n" );
document.write( "\n" );
document.write( "y= Euler^x sin3x\r
\n" );
document.write( "\n" );
document.write( "And \r
\n" );
document.write( "\n" );
document.write( "y= y'' - 2y' + 10y = 0 \n" );
document.write( "
Algebra.Com's Answer #516599 by richard1234(7193) You can put this solution on YOUR website! I think you typoed there -- y is not equal to 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Just compute y' and y'' (it should not be hard with product rule since you already have the function y, it'll just be a lot of computation which I will not waste my time doing). Substitute y, y' and y'' and check that the resulting equation holds for all x. \n" ); document.write( " |