document.write( "Question 600086: Find the solutions of the equation that are in the interval [0, 2π). (Enter your answers as a comma-separated list. If there is no solution, enter NO SOLUTION.)\r
\n" );
document.write( "\n" );
document.write( "cos u − cos 2u = 0 \n" );
document.write( "
Algebra.Com's Answer #379189 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Since cos(2u) = 2*cos^2(u) - 1, we can write the equation as \n" ); document.write( "cos(u) - (2*cos^2(u) - 1) = 0 \n" ); document.write( "2*cos^2(u) - cos(u) - 1 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(2*cos(u)+1)(cos(u)-1) = 0 \n" ); document.write( "This gives cos(u) = -1/2 and cos(u) = 1 \n" ); document.write( "On the interval 0 <= u < 2 |