🚨 This site is a work in progress. Exciting updates are coming soon!
6.8 Q-3
Question Statement
Find the equation of the curve referred to the new axis obtained by rotating the axis about the origin through the given angle for each of the following:
i. xy=1, with θ=45∘
ii. 7x2−8xy+y2−9=0, with θ=arctan(2)
iii. 9x2+12xy+4y2−x−y=0, with θ=arctan(32)
iv. x2−2xy+y2−22x−22y+2=0, with θ=45∘
Background and Explanation
To solve these problems, we need to use the coordinate rotation formula to transform the equations of the curves to new coordinates after rotating the axes by a given angle. The general transformation of the coordinates x and y to new coordinates X and Y after rotating by an angle θ is given by:
X=xcosθ−ysinθY=xsinθ+ycosθ
Substituting these transformed coordinates into the original equation of the curve will give the new equation in terms of X and Y.
Solution
i. xy=1, with θ=45∘
Equation of transformation:
X=xcos45∘−ysin45∘=2x−y,Y=xsin45∘+ycos45∘=2x+y
Substitute into the original equationxy=1:
(2x−y)(2x−y)=1
Simplify:
2(x−y)2=1(x−y)2=2
Transformed equation:
x2−y2=2
ii. 7x2−8xy+y2−9=0, with θ=arctan(2)
Given:
tanθ=2,sinθ=52,cosθ=51
Equation of transformation:
X=5x−2y,Y=52x+y
Substitute into the original equation:
7(5x−2y)2−8(5x−2y)(52x+y)+(52x+y)2−9=0
Simplify:
After expanding and combining like terms, we get:
−5x2+45y2−45=0x2−9y2+9=0
Transformed equation:
x2−9y2+9=0
iii. 9x2+12xy+4y2−x−y=0, with θ=arctan(32)
Given:
tanθ=32,sinθ=132,cosθ=133
Equation of transformation:
X=133x−2y,Y=132x+3y
Substitute into the original equation:
After substituting and simplifying the equation, we arrive at:
169x2−513x−13y=0
Transformed equation:
1313x2−5x−y=0
iv. x2−2xy+y2−22x−22y+2=0, with θ=45∘
Equation of transformation:
X=2x−y,Y=2x+y
Substitute into the original equation:
After substituting and simplifying, we get:
4y2−8x+4=0y2−2x+1=0
Transformed equation:
y2−2x+1=0
Key Formulas or Methods Used
Coordinate Rotation Transformation:
X=xcosθ−ysinθ,Y=xsinθ+ycosθ
Substitute into the original equation to derive the transformed equation in X and Y.
Summary of Steps
Determine the rotation angle and find cosθ and sinθ.
Apply the coordinate transformation equations to convert x and y to X and Y.
Substitute the transformed coordinates into the original equation.
Simplify the resulting expression to obtain the transformed equation.