document.write( "Question 1199546: Given the hyperbola xy = 1. Determine the new equation of this hyperbola if the x,y axes are rotated about the origin by 45 degrees clockwise.
\n" ); document.write( "Answer: y^2 - x^2 = 2
\n" ); document.write( "

Algebra.Com's Answer #833481 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The transformation for a clockwise rotation through an angle A
\n" ); document.write( "about the origin is:
\n" ); document.write( "x' = xcos(A) + ysin(A)
\n" ); document.write( "y' = -xsin(A) + ycos(A)
\n" ); document.write( "In this case, A = 45 deg, so the transformed coordinates are:
\n" ); document.write( "x' = x/sqrt(2) + y/sqrt(2)
\n" ); document.write( "y' = -x/sqrt(2) + y/sqrt(2)
\n" ); document.write( "x'*y' = -x^2/2 + y^2/2 = 1 -> y^2 - x^2 = 2
\n" ); document.write( "
\n" );