In real life, we know that the Earth rotates on its own axis and the moon also rotates on its axis. But what basically rotation is? Also, geometry deals with four basic types of transformations that are Rotation, Reflection, Translation, and Resizing. In this article, we shall read about the fundamental concept of rotation.
Rotation Definition
Rotation can be defined as the circular motion of an object around its centre or some axis. There can be an infinite number of imaginary lines or axes around which an object rotates. When an object undergoes rotation, all the particles comprising the object move at the same velocity around that axis. In general, rotation is one of the 4 types of transformations. Rotational motion is complex as compared to linear motion.
Rotation may be clockwise or anti-clockwise and an object can be rotated at different angles in rotation. When the rotation is in the clockwise direction, the angle of rotation is considered negative whereas it is considered to be positive in the case of anti-clockwise rotation.
The below image shows an object when rotated through different angles in clockwise and anticlockwise directions.
Let us have a look at the rotation formula.
Rotation Formula
We know that rotation can be done in both clockwise and anti-clockwise directions. In mathematics, rotation refers to the circular motion of a figure around a fixed point, particularly the origin. This leads to a change in the coordinates of the point or figure that is rotated. The rotation can be done around any angle. Let us have a look at the rotation formula for some common angles in both directions when the figure is rotated around the origin.
|
90° clockwise | (x, y) | (y, -x) |
90° anti-clockwise | (x, y) | (-y, x) |
180° both clockwise and anti-clockwise | (x, y) | (-x, -y) |
270° clockwise | (x, y) | (-y, x) |
270° anti-clockwise | (x, y) | (y, -x) |
There is also a general rotation formula when the rotation is not around the origin but around a point Q(α, β) which is as follows:
Let the initial coordinates of the point be (x, y). Then the coordinates of the point after rotation (x’, y’) around point Q are given using
(x’, y’) = {α + (x-α)cosθ – (y-β)sinθ, β + (x-α)sinθ – (y-β)cosθ}
Rotational Matrix
With the help of a rotation matrix, rotation can be performed in Euclidean space. The matrix rotates a point in an anticlockwise direction by an angle θ and provides the coordinates of the point after the rotation through that angle in the Cartesian Plane. The rotation matrix R can be represented as:
[Tex]\begin{bmatrix} cos\theta & -sin\theta\\ sin\theta & cos\theta \end{bmatrix}
[/Tex]
This matrix can be then multiplied with a point represented using vector V as follows:
[Tex]\begin{bmatrix} cos\theta & -sin\theta\\ sin\theta & cos\theta \end{bmatrix} × \begin{bmatrix} x\\ y \end{bmatrix}
[/Tex]
Rotational Symmetry
Rotational symmetry is the property of the figure due to which its shape remains the same on rotation as compared to the original shape. These figures have an axis of symmetry and are said to possess rotational symmetry. Rotational symmetry can be found using many ways. The easiest way is to start rotating the object from 0° to 360°. If the shape of an object during rotation coincides with its original shape then it is said to possess rotational symmetry at that angle of rotation. For example, a Square possesses rotational symmetry when rotated through angles that are multiples of 90°, a circle possesses rotational symmetry at all angles of rotation whereas a triangle possesses no rotational symmetry.
Solved Examples on Rotational Formula
Example 1: Calculate the coordinates of the point (5, 3) after rotating 90° clockwise.
Solution:
Given, (x, y) = (5, 3)
After rotating the point 90° clockwise the coordinates are given using (y, -x)
Thus, the coordinates of the point after rotation are (3, -5).
Example 2: Calculate the coordinates of the point (3, 4) after rotating 180° anti-clockwise.
Solution:
Given, (x, y) = (3, 4)
After rotating the point 180° anti-clockwise the coordinates are given using (-x, -y)
Thus, the coordinates of the point after rotation are (-3, -4).
Example 3: The coordinates of the point (x, y) after rotating 270° clockwise are (3, 8). What are the actual coordinates of the point?
Solution:
Given, initial coordinates as (x, y)
Final coordinates after rotation are (3, 8). We know that final coordinates after rotating 270° clockwise are given by (-y, x).
Thus (-y, x) = (3, 8)
So (x, y) = (8, -3)
Thus, the actual coordinates of the point are (8, -3).
Example 4: Find the coordinates of the point (1, -6) after rotating 90° anti-clockwise.
Solution:
Given, (x, y) = (1, -6)
After rotating the point 90° clockwise the coordinates are given using (-y, x)
Thus, the coordinates of the point after rotation are (6, 1).
Example 5: Find the coordinates of point (4, 5) when it is rotated 45° anti-clockwise around point Q(5, 5).
Solution:
Given, (x, y) = (4, 5), θ = 45°(positive because the rotation is anti-clockwise), (α, β) = (5, 5)
Using the rotation formula when the point is rotated about a given point:
(x’, y’) = (α + (x – α) cosθ – (y – β) sinθ, β + (x – α) sinθ – (y – β) cosθ)
= (5 + (4 – 5) cos45° – (5 – 5) sin45°, 5 + (4 – 5) sin45° – (5 – 5) cos45°)
= (5 – 1/√2 – 0, 5 – 1/√2 – 0)
Thus, (x’, y’) = (5 – 1/√2, 5 – 1/√2)
FAQs on Rotation
Question 1: What is meant by rotation?
Answer:
Rotation is a type of transformation it is defined as the circular motion of an object around a centre or an axis or a fixed point.
Question 2: Write about the 3 types of rotation.
Answer:
The three types of rotation are:
- Precession
- Nutation
- Intrinsic Rotation
Question 3: Explain the examples of rotation.
Answer:
Some examples of rotation are:
- Motion of Earth along its axis.
- Motion of a Fan.
- Motion of any globe on its axis.
Question 4: What is an angle of rotation?
Answer:
Angle of rotation is the amount of rotation measured in degrees.
Question 4: What is the point of rotation?
Answer:
Point of rotation is defined as the point along which a body is rotated.
Related Resources
Similar Reads
Rotation
In real life, we know that the Earth rotates on its own axis and the moon also rotates on its axis. But what basically rotation is? Also, geometry deals with four basic types of transformations that are Rotation, Reflection, Translation, and Resizing. In this article, we shall read about the fundame
6 min read
Rotational Symmetry
Rotational Symmetry of various geometric shapes tells how many times a shape aligns to its original position when it is rotated 360 degrees. Various figures having rotational symmetry are Square, Circle, Rectangle, Equilateral Triangle, and others. Symmetry refers to the balanced likeness and propor
8 min read
Concepts of Rotational Motion
Rotational motion refers to the movement of an object around a fixed axis. It is a complex concept that requires an understanding of several related concepts. Some of the important concepts related to rotational motion include angular displacement, angular velocity, angular acceleration, torque, the
10 min read
Rotation Matrix
A Rotation Matrix is a type of transformation matrix used to rotate vectors in a Euclidean space. It applies matrix multiplication to transform the coordinates of a vector, rotating it around the origin without altering its shape or magnitude. Rotation matrices are square matrices with real entries
11 min read
CSES Solutions - Minimal Rotation
A rotation of a string can be generated by moving characters one after another from beginning to end. For example, the rotations of acab are acab, caba, abac, and baca. Your task is to determine the lexicographically minimal rotation of a string. Examples: Input: s = "acab"Output: abacExplanation: A
7 min read
Angular Acceleration
Angular acceleration is the change in angular speed per unit of time. It can also be defined as the rate of change of angular acceleration. It is represented by the Greek letter alpha (α). The SI unit for the measurement of, Angular Acceleration is radians per second squared (rad/s2). In this articl
6 min read
Dynamics of Rotational Motion
Rigid bodies can move both in translation and rotation. As a result, in such circumstances, both the linear and angular velocities must be examined. To make these difficulties easier to understand, it is needed to separately define the translational and rotational motions of the body. The dynamics o
9 min read
Rotational Kinetic Energy
Rotational Kinetic Energy is described as the kinetic energy associated with the rotation of an object around an axis. It is also known as angular kinetic energy. It is dependent on the mass of an object and its angular velocity. In this article, we will learn about rotational kinetic energy, its fo
7 min read
Kinematics of Rotational Motion
It is not difficult to notice the analogous nature of rotational motion and kinematic motion. The terms of angular velocity and angular acceleration remind us of linear velocity and acceleration. So, similar to the kinematic equation of motion. Equations of rotational motion can also be defined. Suc
6 min read
Semantic-UI Icon Rotated Variation
Semantic UI open-source framework gives icons or glyphs that are used to show pictures related to some elements using CSS and jQuery that is used to create great user interfaces. It is a development framework used to create beautiful and responsive layouts. Semantic UI Icon is a glyph that is used t
2 min read