document.write( "Question 980947: Find all solution of the equation in the interval [0,2pi)\r
\n" );
document.write( "\n" );
document.write( "4cos(x) = ((sin^2)(x)) + 4 \n" );
document.write( "
Algebra.Com's Answer #602003 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find all solution of the equation in the interval [0,2pi)\r \n" ); document.write( "\n" ); document.write( "4cos(x) = sin^2(x) + 4 \n" ); document.write( "4cos(x) = 1 - cos^2(x) + 4 \n" ); document.write( "cos^2 + 4cos - 5 = 0 \n" ); document.write( "(cos + 5)*(cos - 1) = 0 \n" ); document.write( "cos = -5 (Ignore) \n" ); document.write( "================= \n" ); document.write( "cos = 1 \n" ); document.write( "x = 0 \n" ); document.write( " |