document.write( "Question 971379: Find all solutions of each equation on the interval (0,2pi)
\n" );
document.write( "Sin2 x = cos x (hint : sin(2x) = sin ( x + x)) \n" );
document.write( "
Algebra.Com's Answer #593895 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find all solutions of each equation on the interval (0,2pi) \n" ); document.write( "Sin2 x = cos x \n" ); document.write( "*** \n" ); document.write( "sin(2x)=cosx \n" ); document.write( "sin(2x)-cosx=0 \n" ); document.write( "2sinxcosx-cosx=0 \n" ); document.write( "cosx(2sinx-1)=0 \n" ); document.write( "cosx=0 \n" ); document.write( "x=π/2, 3π/2 \n" ); document.write( "or \n" ); document.write( "2sinx-1=0 \n" ); document.write( "sinx=1/2 \n" ); document.write( "x=π/6, 5π/6 \n" ); document.write( " |