document.write( "Question 212136: i need a solution to the ordinary differential equation
\n" ); document.write( "x\"+2x'+2x=0
\n" ); document.write( "

Algebra.Com's Answer #160215 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let x=e^(rt), x'=r*x, x''=r^2*x
\n" ); document.write( "x\"+2x'+2x=0
\n" ); document.write( "r^2*x+2r*x+2x=0
\n" ); document.write( "r^2+2r+2=0
\n" ); document.write( "Using the quadratic formula,
\n" ); document.write( "r=-1+/-i
\n" ); document.write( "x=e^((-1+/i)t)
\n" ); document.write( "x=e^(-t)*(C1*cos(t)+C2*sin(t)), where C1 and C2 are constants.
\n" ); document.write( "
\n" );