document.write( "Question 1203355: Point a in the cartesian plane is at (2,3). Say that A is at the polar coordinates of (r, theta). If the cartesian coordinates of the point with polar coordinates (2r, theta + pi/2) are (x1, y1), and the cartesian coordinates of the point with polar coordinates (-r, -theta) are (x2,y2), what are x1,y1,x2, and y2? \n" ); document.write( "
Algebra.Com's Answer #838850 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given: A(2,3) = (r,theta) \n" ); document.write( " \n" ); document.write( "(1) If B is (2r,theta+pi/2) then find B(x1,y1) \n" ); document.write( "The angle theta+pi/2 is rotated pi/2 radians (90 degrees) counterclockwise from theta. Calling the origin O, the vector OA has slope 3/2, so vector OB (perpendicular to OA) has slope -2/3. \n" ); document.write( "And B is twice as far from the origin as A. \n" ); document.write( "Rotated 90 degrees from A(2,3) and twice as far from the origin puts B at (-6,4). \n" ); document.write( " \n" ); document.write( "(I don't know why the \"2r\" displays as \"2\r\"....) \n" ); document.write( "ANSWER: (x1,y1) = (-6,4) \n" ); document.write( "(2) If C is (-r,-theta) then find C(x2,y2) \n" ); document.write( "(r,-theta) is the reflection in the x-axis of A(2,3), so (r,-theta) is (2,-3). \n" ); document.write( " \n" ); document.write( "(-r,-theta) is the reflection of (r,-theta) with respect to the origin, so (-r,-theta) is (-2,3). \n" ); document.write( " \n" ); document.write( "ANSWER: (x2,y2) = (-2,3) \n" ); document.write( " \n" ); document.write( " |