document.write( "Question 1013017: Solve: x^4 -3x^2 =4 (find 4 roots)\r
\n" ); document.write( "\n" ); document.write( "* I plugged it into my calculator and only got two root -2 and 2. There should be two more but how do you get the answers with i? (my classmate's answer for that are x=i and x= -i)
\n" ); document.write( "

Algebra.Com's Answer #629168 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "let y=x^2
\n" ); document.write( ".
\n" ); document.write( "x^4-3x^2=4
\n" ); document.write( "x^4-3x^2-4=0 Replace x^2 with y.
\n" ); document.write( "y^2-3y-4=0
\n" ); document.write( "(y-4)(y+1)=0
\n" ); document.write( ".
\n" ); document.write( "y-4=0 or y+1=0
\n" ); document.write( "y=4 or y=-1 . Replace y with x^2
\n" ); document.write( "x^2=4 . or . x^2=-1
\n" ); document.write( "x=+/-2 . or . x=+/-i . (\"sqrt%28-1%29=i\"
\n" ); document.write( "
\n" );