document.write( "Question 1055879: (a) Given the point (8, 150°) in polar coordinates, find a corresponding point in rectangular coordinates. (State exact values, not decimal approximations.)\r
\n" );
document.write( "\n" );
document.write( "(b) Given the point (4, – 4) in rectangular coordinates, find a corresponding point inpolar coordinates. Express the angle exactly in radians. (Your angle should include p). \n" );
document.write( "
Algebra.Com's Answer #671046 by stanbon(75887) ![]() You can put this solution on YOUR website! (a) Given the point (8, 150°) in polar coordinates, find a corresponding point in rectangular coordinates. (State exact values, not decimal approximations.) \n" ); document.write( "x = r*cos(t) \n" ); document.write( "x = 8*cos(150) = -6.93 \n" ); document.write( "-- \n" ); document.write( "y = r*sin(t) \n" ); document.write( "y = 8*sin(150) = 4 \n" ); document.write( "-------------------------- \n" ); document.write( " \n" ); document.write( "(b) Given the point (4, – 4) in rectangular coordinates, find a corresponding point in polar coordinates. Express the angle exactly in radians. (Your angle should include pi). \n" ); document.write( "---- \n" ); document.write( "r = sqrt[4^2 + 4^2] = 4sqrt(2) \n" ); document.write( "theta = arctan(-4/4) = arctan(-1) = (7/4)pi \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " \n" ); document.write( " |