document.write( "Question 249121: Find all exact zeros (both real and complex) of the function:
\n" );
document.write( " f x = 4x^4 - 21x^2 - 25. \n" );
document.write( "
Algebra.Com's Answer #181503 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 4x^4 - 21x^2 - 25=0 \n" ); document.write( "4*-25=-100 \n" ); document.write( "4 & -25 are factors of -100 whose sum is -21 \n" ); document.write( "4x^4+4x^2-25x^2-25=0 \n" ); document.write( "4x^2(x^2+1)-25(x^2+1)=0 factor by grouping \n" ); document.write( "(4x^2-25)(x^2+1)=0 \n" ); document.write( "(2x+5)(2x-5)(x^2+1)=0 \n" ); document.write( "2x=-5, x=-5/2 \n" ); document.write( "2x=5, x=5/2 \n" ); document.write( "x^2=-1, x=sqrt(-1), x=i \n" ); document.write( "x=-sqrt(-1), x=-i \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |