document.write( "Question 1038719:  Use the power-reducing formulas as many times as possible to rewrite the expression in terms of the first power of the cosine.
\n" );
document.write( "2 sin4 2x \n" );
document.write( "
| Algebra.Com's Answer #653453 by Boreal(15235)     You can put this solution on YOUR website! sin^2 2x=(1-cos 4x)/2 \n" ); document.write( "sin^4 2x=(1-2cos 4x+cos^2 4x)/4 \n" ); document.write( "cos^2 4x=(1+cos 8x)/2 \n" ); document.write( "cos^2 4x/4=(1/8)+(cos 8x)/8 \n" ); document.write( "Therefore, sin^4 2x=(1/4)-(cos(4x))/2+[(1/8)+(cos 8x)/8)=(5/8)-[cos(4x)]/2+[cos(8x)/8], \n" ); document.write( "and 2 sin^4(2x)=(5/4)-cos(4x)+[cos(8x)]/4 \n" ); document.write( " \n" ); document.write( " |