document.write( "Question 1090692: Please help me solve/simplify this. Thanks.\r
\n" );
document.write( "\n" );
document.write( "Solve: \r
\n" );
document.write( "\n" );
document.write( "2sin^2(theta) - cos(theta) - 1 = 0, on [0,2pi]\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #705165 by htmentor(1343) You can put this solution on YOUR website! For simplicity, we will replace theta with x. \n" ); document.write( "Using the trig identity, sin^2(x) = 1- cos^2(x), we have \n" ); document.write( "2(1-cos^2(x)) - cos(x) + 1 = 0 \n" ); document.write( "2cos^2(x) + cos(x) - 1 = 0 \n" ); document.write( "which factors as: \n" ); document.write( "(2cos(x)-1)(cos(x)+1) = 0 \n" ); document.write( "Thus cos(x) = -1 and cos(x) = 1/2 \n" ); document.write( "If cos(x) = -1 -> x = pi \n" ); document.write( "If cos(x) = -1/2 -> x = 2pi/3 and 4pi/3 on the interval [0,2pi] \n" ); document.write( " |