🚨 This site is a work in progress. Exciting updates are coming soon!
4.2 Q-3
Question Statement
The problem involves rotating the coordinate axes about the origin by a specified angle and finding the new coordinates of a point in the rotated system. The task is to apply this transformation to several given points.
Background and Explanation
To solve this, we need to understand the concept of rotating coordinate axes. When the axes are rotated by an angle θ, the coordinates of a point change according to the following transformation formulas:
For the new X-coordinate:
X=xcosθ+ysinθ
For the new Y-coordinate:
Y=−xsinθ+ycosθ
Where (x,y) are the coordinates in the original system and (X,Y) are the coordinates in the rotated system.
Solution
i.P(5,3),θ=45∘
We are given the point P(5,3) and the rotation angle θ=45∘. We can use the transformation formulas to find the new coordinates.
Calculate X-coordinate:
X=5cos45∘+3sin45∘=25+23=28=42
Calculate Y-coordinate:
Y=−5sin45∘+3cos45∘=2−5+23=2−2=−2
Thus, the new coordinates are P(42,−2).
ii.P(3,−7),θ=30∘
Now, we apply the transformation to the point P(3,−7) with θ=30∘.
Calculate X-coordinate:
X=3cos30∘+(−7)sin30∘=3(23)−7(21)=233−7
Calculate Y-coordinate:
Y=−3sin30∘+(−7)cos30∘=−3(21)−7(23)=2−7−33
Thus, the new coordinates are P(233−7,2−7−33).
iii.P(11,−15),θ=60∘
For this point, we have P(11,−15) and θ=60∘. Let’s apply the transformation.