Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

02_Ex 4.2

Exercise Questions

QuestionsLinks
Q1. The two points P and O\mathrm{O}^{\prime} are given…4.2 Q-1
Q2. The xyx y - coordinate axes are translated…4.2 Q-2
Q3. The xyx y-coordinates axes are rotated…4.2 Q-3
Q4. The xyx y-coordinates axes are rotated…4.2 Q-4

Overview

In this exercise, we explore the concept of coordinate transformation, including rotation and translation of points in the Cartesian plane. These transformations are widely used in fields such as physics, engineering, computer graphics, and robotics for changing perspectives or shifting frames of reference.


Key Concepts

  • Coordinate Rotation: A process where the coordinate axes are rotated by an angle θ\theta around the origin. The new coordinates of a point are determined using trigonometric functions of the angle.
  • Trigonometric Functions:
    • Sine: sin(θ)=Opposite SideHypotenuse\sin(\theta) = \frac{\text{Opposite Side}}{\text{Hypotenuse}}.
    • Cosine: cos(θ)=Adjacent SideHypotenuse\cos(\theta) = \frac{\text{Adjacent Side}}{\text{Hypotenuse}}.
    • Tangent: tan(θ)=sin(θ)cos(θ)\tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)}.
  • Rotation Formula: For a point (x,y)(x, y) rotated through an angle θ\theta, the new coordinates (x,y)(x', y') are given by:
x=xcos(θ)ysin(θ),y=xsin(θ)+ycos(θ). \begin{aligned} x' &= x \cos(\theta) - y \sin(\theta), y' &= x \sin(\theta) + y \cos(\theta). \end{aligned}

Important Formulas

  1. Rotation of Coordinates: For a point P(x,y)P(x, y) and an angle θ\theta:
x=xcos(θ)ysin(θ),y=xsin(θ)+ycos(θ). \begin{aligned} x' &= x \cos(\theta) - y \sin(\theta), y' &= x \sin(\theta) + y \cos(\theta). \end{aligned}
  1. Known Trigonometric Values:

    • sin(30)=12\sin(30^\circ) = \frac{1}{2}, cos(30)=32\cos(30^\circ) = \frac{\sqrt{3}}{2}.
    • sin(45)=cos(45)=22\sin(45^\circ) = \cos(45^\circ) = \frac{\sqrt{2}}{2}.
    • sin(60)=32\sin(60^\circ) = \frac{\sqrt{3}}{2}, cos(60)=12\cos(60^\circ) = \frac{1}{2}.
  2. Distance Formula: To find the distance between two points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):

d=(x2x1)2+(y2y1)2. d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.

Tips and Tricks

  1. Understanding Angles: Always ensure that the angle θ\theta is in the correct quadrant when applying the trigonometric identities. The signs of sin(θ)\sin(\theta) and cos(θ)\cos(\theta) change depending on the quadrant.
  2. Check Coordinates: After performing the rotation, double-check that the new coordinates align with your expectations based on the angle of rotation.
  3. Use Known Trigonometric Values: Memorize common angles like 3030^\circ, 4545^\circ, and 6060^\circ and their sine and cosine values to simplify calculations.
  4. Coordinate Significance: Be aware of the signs of the new coordinates, especially when rotating points that cross axes.

Summary

In this exercise, we covered:

  • Coordinate rotation to determine new coordinates of a point after rotation by an angle θ\theta.
  • Translation of points with respect to new origin coordinates.
  • Practical usage of trigonometric functions to simplify the process of transformation.

The key takeaway is that these transformations are fundamental in adjusting coordinate systems and are heavily used in fields that require spatial manipulation.


Reference

By Sir Shahzad Sair:

By Great Science Academy: