document.write( "Question 411675: How do you solve this equation over the complex numbers?
\n" );
document.write( "2t^2-2sqrt( 2 ) t+1=0 \n" );
document.write( "
Algebra.Com's Answer #289450 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 2t^2 - 2sqrt(2)t + 1 = 0 \n" ); document.write( "lets look at the discriminant of this equation, where a=2, b=2sqrt(2), c=1 \n" ); document.write( "[2sqrt(2)]^2 - 4 * 2 * 1 = \n" ); document.write( "8 - 8 = 0; it has one real root \n" ); document.write( ": \n" ); document.write( "Try completing the square \n" ); document.write( "t^2 should have a coefficient of 1, divide eq by 2 \n" ); document.write( "t^2 - sqrt(2)t + .5 = 0 \n" ); document.write( "t^2 - sqrt(2)t + ___ = -.5 \n" ); document.write( "Divide the coefficient of t by 2 and square it: (.5sqrt(2))^2 = .25(2) = .5 \n" ); document.write( "t^2 - sqrt(2)t + .5 = -.5 + .5 \n" ); document.write( "t^2 - sqrt(2)t .5 = 0 \n" ); document.write( "(t - .5sqrt(2)^2 = 0 \n" ); document.write( "same as \n" ); document.write( "t - .5sqrt(2) = 0 \n" ); document.write( "t = +.5sqrt(2) a single root (~ +.707) \n" ); document.write( " \n" ); document.write( " |