Easily learn the concept of Rotation as part of geometric transformation and become a Class XI High School Mathematics champion!

Hi Sinmat Friends, Tired of rotation questions that make you dizzy?

Have you ever watched the rotation of a fan blade, a car wheel, or a clock hand? In mathematics, this rotation phenomenon is studied in the concept of Rotation, which is a type of geometric transformation. Rotation Illustration

But how do you calculate it in mathematics?

This time Mimin will share complete material regarding rotation that you learned in class XI SMA or SMK. In this material you will learn the Basic Concept of Rotation and Types of Rotation.

Before starting, make sure you are familiar with:

  • Geometric Transformations: Introduction to basic concepts.
  • Cartesian Coordinate System: Reference point for calculations.
  • Matrix Calculation Operations: Tools to solve rotation problems.

Come on, scroll down and start learning rotation like a master!

Understanding Rotation

Rotation is a geometric transformation that moves each point on a plane to another point by turning at a certain point.

Rotation on a plane is determined by:

  1. Center point of rotation
  2. Large rotation angle
  3. Direction of rotation angle

Rotation Elements:

  • Rotation Center Point: The point that is the reference point for rotational movement from the start point to the end point.
  • Rotation Angle: The rotation angle measured in degrees. A positive rotation angle (Ξ±\alpha) indicates a counterclockwise rotation direction, while a negative rotation angle (βˆ’Ξ±-\alpha) indicates a clockwise rotation direction.
  • Orientation Angle: The angle formed by the line connecting the center of rotation with the start point and the line connecting the center of rotation with the end point.

Rotation is denoted by R(P,Ξ±)R(P,\alpha) where PP is the center of rotation and Ξ±\alpha is the angle rotation

Types of Rotation (Turnover)

1. Determine the rotation of the point about the center (0, 0)

To understand the form of rotation at the center point (0, 0), we can observe the displacement of point A in the following image

Rotation P(0,0)

Suppose there is a point 𝐴(π‘₯,𝑦)𝐴(π‘₯, 𝑦) which will be rotated by Ξ±\alpha with center (0, 0) and will produce a point 𝐴′(π‘₯β€²,𝑦′)𝐴'(π‘₯', 𝑦') and can be written as follows.

A(x,y)β†’R[O(0,0),Ξ±]Aβ€²(x,βˆ’y) A(x,y) \xrightarrow[]{R_{[O(0,0),\alpha]}} A' (x, -y )

The point (π‘₯,𝑦)(π‘₯, 𝑦) is rotated by Ξ±\alpha about the center point (0,0)(0, 0) to produce a dot image 𝐴′(π‘₯β€²,𝑦′)𝐴'(π‘₯', 𝑦') with Steps:

  1. Suppose the starting point is A(x,y)A(x, y) and the rotation angle is Ξ±\alpha.
  2. Use the following rotation matrix:

[cosβ‘Ξ±βˆ’sin⁑αsin⁑αcos⁑α]\begin{bmatrix} \cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{bmatrix}

  1. Multiply the rotation matrix by the coordinates of the starting point:

[xβ€²yβ€²]=[cosβ‘Ξ±βˆ’sin⁑αsin⁑αcos⁑α][xy]\begin{bmatrix} x' \\ y' \end{bmatrix} = \begin{bmatrix} \cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix}

  1. The coordinates of the end point Aβ€²(xβ€²,yβ€²)A'(x', y') are the result of the product.

Sample Question 1

Given that Point A(4,βˆ’2)A(4, -2) is rotated 90∘90^\circ counterclockwise about the center (0,0)(0, 0). Determine the coordinates of point AA after rotation!

Solution ✍️

Point coordinates A(4,βˆ’2)A(4, -2) rotated R(O,90∘)R_{(O,90^\circ)}

Coordinates of point PP after rotation:

[xβ€²yβ€²]=[cosβ‘Ξ±βˆ’sin⁑αsin⁑αcos⁑α][xy]=[cos⁑90Β°βˆ’sin⁑90Β°sin⁑90Β°cos⁑90Β°][4βˆ’2]=[0βˆ’110][4βˆ’2]=[24]\begin{align*}\begin{bmatrix} x' \\ y' \end{bmatrix} &= \begin{bmatrix} \cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} \\ &= \begin{bmatrix} \cos 90\degree & -\sin 90\degree \\ \sin 90\degree & \cos 90\degree \end{bmatrix} \begin{bmatrix} 4 \\ -2 \end{bmatrix} \\ &=\begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \begin{bmatrix} 4 \\ -2 \end{bmatrix} \\ &=\begin{bmatrix} 2 \\ 4 \end{bmatrix} \end{align*}

So, point AA after rotation becomes Aβ€²(2,4)A'(2,4).

2. Determine the Rotation of the Curve about the Center (0, 0)

Sample Question 2

It is known that the line 2π‘₯βˆ’3𝑦+6=02π‘₯ βˆ’ 3𝑦 + 6 = 0 is rotated by 180Β°180\degree about the center point (0, 0). Determine the equation of the line resulting from the rotation!

Solution ✍️

  • find an equation that satisfies one of the points

    Suppose Point A(x,y)A(x, y) through 2π‘₯βˆ’3𝑦+6=02π‘₯ βˆ’ 3𝑦 + 6 = 0 is rotated R(O,180∘)R_{(O,180^\circ)} so that [xβ€²yβ€²]=[cosβ‘Ξ±βˆ’sin⁑αsin⁑αcos⁑α][xy]=[cos⁑180Β°βˆ’sin⁑180Β°sin⁑180Β°cos⁑180Β°][xy]=[βˆ’100βˆ’1][x4y][xβ€²yβ€²]=[βˆ’xβˆ’y]\begin{align*} \begin{bmatrix} x' \\ y' \end{bmatrix} &= \begin{bmatrix} \cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} \\ &= \begin{bmatrix} \cos 180\degree & -\sin 180\degree \\ \sin 180\degree & \cos 180\degree \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} \\ &=\begin{bmatrix} -1 & 0 \\ 0 & -1 \end{bmatrix} \begin{bmatrix} x4 \\ y \end{bmatrix} \\ \begin{bmatrix} x' \\ y' \end{bmatrix} &=\begin{bmatrix} -x \\ -y \end{bmatrix} \end{align*}

  • Based on the similarity of the two matrices obtained xβ€²=βˆ’xβ†’x=βˆ’xβ€²yβ€²=βˆ’yβ†’y=βˆ’yβ€²\begin{align*} x'=-x \rightarrow x=-x' \\ y'=-y \rightarrow y=-y' \end{align*}

  • Substitute 𝒙=βˆ’π’™β€²π’™ = βˆ’π’™' and π’š=βˆ’π’šβ€²π’š = βˆ’π’š' to the equation of the line 2π‘₯βˆ’3𝑦+6=02π‘₯ βˆ’ 3𝑦 + 6 = 0

    2π‘₯βˆ’3𝑦+6=02(βˆ’π‘₯β€²)βˆ’3(βˆ’π‘¦β€²)+6=0βˆ’2π‘₯β€²+3𝑦′+6=0\begin{align*}2π‘₯ βˆ’ 3𝑦 + 6 = 0 \\ 2(-π‘₯') βˆ’ 3(-𝑦') + 6 = 0 \\ -2π‘₯' + 3𝑦' + 6 = 0 \end{align*}

So, the equation of the rotation product line is βˆ’2π‘₯ + 3𝑦 + 12 = 0

3. Determine the rotation of the point about the center (a, b)

To understand the form of rotation at the center point (a, b), we can observe the displacement of point A in the following image

Rotation P(a,b)

Suppose there is a point 𝐴(π‘₯,𝑦)𝐴(π‘₯, 𝑦) which will be rotated Ξ±\alpha with center (a, b) and will produce a point 𝐴′(π‘₯β€²,𝑦′)𝐴'(π‘₯', 𝑦') and can be written as follows.

A(x,y)β†’R[(a,b),Ξ±]Aβ€²(x,βˆ’y) A(x,y) \xrightarrow[]{R_{[(a,b),\alpha]}} A' (x, -y )

The point (π‘₯,𝑦)(π‘₯, 𝑦) is rotated by Ξ±\alpha about the center point (0,0)(0, 0) to produce an image of the point 𝐴′(π‘₯β€²,𝑦′)𝐴'(π‘₯', 𝑦') with rule:

[xβ€²yβ€²]=[cosβ‘Ξ±βˆ’sin⁑αsin⁑αcos⁑α][xβˆ’ayβˆ’b]+[ab]\begin{bmatrix} x' \\ y' \end{bmatrix} = \begin{bmatrix} \cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{bmatrix} \begin{bmatrix} x-a \\ y-b \end{bmatrix} + \begin{bmatrix} a \\ b \end{bmatrix}

Sample Question 3

Given that Point C(6,βˆ’1)C(6, -1) is rotated 90∘90^\circ counterclockwise about the center (2,1)(2, 1). Determine the coordinates of point CC after rotation!

Solution ✍️

Point coordinates C(6,βˆ’1)C(6, -1) rotated R([2,1],90∘)R_{([2,1],90^\circ)}

Coordinates of point CC after rotation:

[xβ€²yβ€²]=[cosβ‘Ξ±βˆ’sin⁑αsin⁑αcos⁑α][xβˆ’ayβˆ’b]+[ab]=[cos⁑90Β°βˆ’sin⁑90Β°sin⁑90Β°cos⁑90Β°][6βˆ’2βˆ’1βˆ’1]+[21]=[0βˆ’110][4βˆ’2]+[21]=[24]+[21]=[45]\begin{align*}\begin{bmatrix} x' \\ y' \end{bmatrix} &= \begin{bmatrix} \cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{bmatrix} \begin{bmatrix} x-a \\ y-b \end{bmatrix} + \begin{bmatrix} a \\ b \end{bmatrix} \\ &= \begin{bmatrix} \cos 90\degree & -\sin 90\degree \\ \sin 90\degree & \cos 90\degree \end{bmatrix} \begin{bmatrix} 6-2 \\ -1-1 \end{bmatrix} + \begin{bmatrix} 2 \\ 1 \end{bmatrix} \\ &=\begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \begin{bmatrix} 4 \\ -2 \end{bmatrix} + \begin{bmatrix} 2 \\ 1 \end{bmatrix} \\ &=\begin{bmatrix} 2 \\ 4 \end{bmatrix} + \begin{bmatrix} 2 \\ 1 \end{bmatrix} \\ &=\begin{bmatrix} 4 \\ 5 \end{bmatrix} \end{align*}

So, point CC after rotation becomes Cβ€²(4,5)C'(4,5).

That’s what admin can give Remember!

  • Don’t hesitate to ask if you need help.
  • Practice directly to master the concept of rotation!