document.write( "Question 393295: On the unit circle the coordinates of P(theta) are (0.588, 0.809). Find the coordinates of P(2theta). Please help. \n" ); document.write( "
Algebra.Com's Answer #279367 by jsmallt9(3759)\"\" \"About 
You can put this solution on YOUR website!
(To simplify matter I am going to use \"x\" instead of \"theta\". So just replace my x's with theta's.)

\n" ); document.write( "Since these points are on the unit circle, the x-coordinates are the cos of the angle to that point and the y-coordinates are the sin of the angle to that point. (This is so because the hypotenuse is always a 1 on the unit circle!) So:
\n" ); document.write( "cos(x) = 0.588 and sin(x) = 0.809

\n" ); document.write( "To find the coordinates of P(2x) we nned to find the cos(2x) and the sin(2x). Fortunately there are the double angle formulas which express these values in terms of cos(theta) and sin(theta):
\n" ); document.write( "cos(2x) = cos2(x) - sin2(x)
\n" ); document.write( "and
\n" ); document.write( "sin(2x) = 2sin(x)cos(x)
\n" ); document.write( "All we have to do is subsitute in the values for cos(x) and sin(x):
\n" ); document.write( "cos(2x) = (0.588)2 - (0.809)2
\n" ); document.write( "and
\n" ); document.write( "sin(2x) = 2(0.809)(0.588)
\n" ); document.write( "I'll leave it up to you to simplify these expressions. The decimal you get for cos(2x) will be the desired x-coordinate and the decimal you get for sin(2x) will be the desired y-coordinate.
\n" ); document.write( "
\n" );