100% FREE Updated: Mar 2026 Spatial Aptitude Shape Transformation and Visualization

2-Dimensional Transformations

Comprehensive study notes on 2-Dimensional Transformations for GATE DA preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

2-Dimensional Transformations

Overview

In our study of spatial aptitude, we now address the fundamental principles governing the manipulation of objects within a two-dimensional plane. This chapter is dedicated to the systematic exploration of 2-dimensional transformations, a critical domain of geometric reasoning. We shall examine how figures can be relocated, reoriented, resized, and reflected without altering their intrinsic geometric properties. A mastery of these concepts is not merely an academic exercise; it forms the bedrock of visual problem-solving, enabling one to mentally project and manipulate shapes in space.

The significance of these skills is directly reflected in their prominence within the General Aptitude section of the GATE examination. Questions involving transformations are designed to assess a candidate's ability to visualize processes and predict outcomes—a core competency for any engineering discipline. By deconstructing complex problems such as pattern completion and paper folding into a series of elementary transformations, we can develop a robust and logical framework for their solution. This chapter will equip the aspirant with the conceptual tools necessary to approach such questions with precision and confidence.

---

Chapter Contents

| # | Topic | What You'll Learn |
|---|-------|-------------------|
| 1 | Translation, Rotation, and Scaling | Manipulating object position, orientation, and size. |
| 2 | Mirroring and Water Images | Understanding reflections across horizontal and vertical axes. |
| 3 | Pattern Completion | Deducing transformation rules in a series. |
| 4 | Paper Folding and Cutting | Visualizing the outcome of sequential operations. |

---

Learning Objectives

By the End of This Chapter

After completing this chapter, you will be able to:

  • Apply the principles of translation, rotation, and scaling to predict the final state of a 2D object.

  • Accurately determine the mirror and water images of complex figures and alphanumeric characters.

  • Analyze visual sequences to deduce the underlying transformation rules and complete the pattern.

  • Visualize the outcome of sequential paper folding and cutting operations to identify the resulting unfolded pattern.

---

We now turn our attention to Translation, Rotation, and Scaling...

Part 1: Translation, Rotation, and Scaling

Introduction

The study of two-dimensional transformations is concerned with the manipulation of geometric figures within a plane. These operations—which include translation, rotation, scaling, and reflection—form the bedrock of spatial reasoning. In the context of the GATE examination, a conceptual understanding of how these transformations alter the position, orientation, and size of an object is paramount. While the underlying mathematics can be expressed through matrix algebra, the focus for aptitude-based questions is typically on the intuitive and visual interpretation of these processes.

We shall explore the fundamental transformations individually and in composition. Our goal is to develop a robust mental model for visualizing the outcome of these operations. This ability is crucial for solving problems that require one to deconstruct a complex visual change into a sequence of simpler, elementary transformations, or to identify geometric properties like similarity that arise from these operations.

📖 Geometric Transformation

A geometric transformation is a function that maps a set of points to a new set of points. In the context of 2-D geometry, it is a rule for moving, rotating, resizing, or reflecting a figure in a plane. Each point P(x,y)P(x, y) in the original figure is mapped to a corresponding point P(x,y)P'(x', y') in the transformed figure.

---

Key Concepts

We will now examine the primary types of transformations encountered in 2-D space. These are categorized as either rigid or non-rigid. Rigid transformations, such as translation, rotation, and reflection, preserve the distances between all pairs of points, thereby maintaining the shape and size of the figure. In contrast, non-rigid transformations, like scaling, alter the size and, in some cases, the shape of the figure.

1. Translation

Translation is a rigid transformation that moves every point of a figure or a space by the same distance in a given direction. It can be visualized as "sliding" the object from one position to another without any change in its orientation or size.

A translation is defined by a vector (tx,ty)(t_x, t_y). Every point P(x,y)P(x, y) is moved to a new point P(x,y)P'(x', y') such that:

x=x+txx' = x + t_x
y=y+tyy' = y + t_y






x
y



P

(x, y)



P'

(x+t_x, y+t_y)








t = (150, -70)

Worked Example:

Problem: A triangle with vertices A(2, 3), B(5, 3), and C(4, 7) is translated by a vector t=(3,4)t = (3, -4). Find the coordinates of the new vertices.

Solution:

We apply the translation formulas x=x+txx' = x + t_x and y=y+tyy' = y + t_y to each vertex. Here, tx=3t_x = 3 and ty=4t_y = -4.

Step 1: Translate vertex A(2, 3)

Ax=2+3=5A'_x = 2 + 3 = 5
Ay=3+(4)=1A'_y = 3 + (-4) = -1

The new vertex is A(5,1)A'(5, -1).

Step 2: Translate vertex B(5, 3)

Bx=5+3=8B'_x = 5 + 3 = 8
By=3+(4)=1B'_y = 3 + (-4) = -1

The new vertex is B(8,1)B'(8, -1).

Step 3: Translate vertex C(4, 7)

Cx=4+3=7C'_x = 4 + 3 = 7
Cy=7+(4)=3C'_y = 7 + (-4) = 3

The new vertex is C(7,3)C'(7, 3).

Answer: The coordinates of the translated triangle are A'(5, -1), B'(8, -1), and C'(7, 3).

---

2. Rotation

Rotation is a rigid transformation that turns a figure about a fixed point, known as the center of rotation. A rotation is defined by three parameters:

  • The center of rotation, C(cx,cy)C(c_x, c_y).

  • The angle of rotation, θ\theta.

  • The direction of rotation: typically counter-clockwise (CCW) for a positive angle and clockwise (CW) for a negative angle.
  • In GATE questions, the rotation is often about the origin (0,0) and for standard angles like 9090^\circ, 180180^\circ, or 270270^\circ.






    x
    y

    (0,0)



    P





    Q



    90° CW

    📐 Rotation about the Origin

    For a point P(x,y)P(x, y) rotated counter-clockwise by an angle θ\theta about the origin, the new coordinates P(x,y)P'(x', y') are:

    x=xcosθysinθx' = x \cos\theta - y \sin\theta
    y=xsinθ+ycosθy' = x \sin\theta + y \cos\theta

    Variables:

      • (x,y)(x, y) = Original coordinates

      • (x,y)(x', y') = New coordinates after rotation

      • θ\theta = Angle of rotation (positive for CCW)


    When to use: For precise calculation of coordinates after rotation. For visual problems, it is often faster to use shortcuts for standard angles.

    💡 Exam Shortcut for 90° Rotations

    For rotations about the origin (0,0):

      • 90° Counter-Clockwise (or 270° Clockwise): (x,y)(y,x)(x, y) \rightarrow (-y, x)

      • 90° Clockwise (or 270° Counter-Clockwise): (x,y)(y,x)(x, y) \rightarrow (y, -x)

      • 180° Rotation (CW or CCW): (x,y)(x,y)(x, y) \rightarrow (-x, -y)

    Memorizing these rules is significantly faster than using trigonometric formulas during the exam.

    ---

    ---

    #
    ## 3. Scaling and Similarity

    Scaling is a non-rigid transformation that enlarges or shrinks an object. It is defined by scale factors (Sx,Sy)(S_x, S_y) and a fixed point, typically the origin.

    • If Sx=SyS_x = S_y, the scaling is uniform, and the shape of the object is preserved.
    • If SxSyS_x \neq S_y, the scaling is non-uniform, and the shape is distorted.
    A point P(x,y)P(x, y) is scaled to P(x,y)P'(x', y') with respect to the origin by:
    x=xSxy=ySyx' = x \cdot S_x \\ y' = y \cdot S_y






    x
    y



    P



    Q (Enlarged)



    R (Reduced)

    An important consequence of uniform scaling, combined with rigid transformations, is the concept of similarity.

    📖 Similarity

    Two geometric figures are said to be similar if one can be obtained from the other through a sequence of translations, rotations, reflections, and a single uniform scaling. Similar figures have the same shape but may differ in size. Their corresponding angles are equal, and the ratio of their corresponding side lengths is constant.

    This concept is crucial for problems that involve partitioning a shape into smaller versions of itself, as seen in some GATE questions.

    ---

    #
    ## 4. Reflection

    Reflection is a rigid transformation that "flips" a figure across a line, known as the axis of reflection. It creates a mirror image of the original figure.

    • Reflection across the x-axis: A point (x,y)(x, y) becomes (x,y)(x, -y).
    • Reflection across the y-axis: A point (x,y)(x, y) becomes (x,y)(-x, y).
    • Reflection across the line y = x: A point (x,y)(x, y) becomes (y,x)(y, x).
    x-axis y-axis



    P



    Q (y-axis reflection)



    R (x-axis reflection)

    ---

    #
    ## 5. Composition of Transformations

    Often, a final figure is the result of a sequence of transformations. This is known as the composition of transformations. It is critical to understand that the order in which transformations are applied matters. A rotation followed by a translation will generally not produce the same result as the same translation followed by the same rotation.

    Worked Example:

    Problem: Consider the point P(4, 2). First, rotate it 9090^\circ counter-clockwise about the origin to get P'. Then, reflect P' across the y-axis to get P''. What are the coordinates of P''?

    Solution:

    We perform the operations sequentially.

    Step 1: Rotate P(4, 2) by 9090^\circ CCW about the origin.

    Using the shortcut rule (x,y)(y,x)(x, y) \rightarrow (-y, x):

    P(x,y)=(2,4)P'(x', y') = (-2, 4)

    Step 2: Reflect P'(-2, 4) across the y-axis.

    Using the rule (x,y)(x,y)(x, y) \rightarrow (-x, y):

    P(x,y)=((2),4)=(2,4)P''(x'', y'') = (-(-2), 4) = (2, 4)

    Answer: The final coordinates are P''(2, 4).

    Let us consider the reverse order. If we first reflect P(4, 2) across the y-axis, we get P_refl(-4, 2). Then, rotating P_refl by 9090^\circ CCW gives P_refl_rot(-2, -4). We observe that (2,4)(2,4)(2, 4) \neq (-2, -4), which confirms that the order of transformations is significant.

    ---

    Problem-Solving Strategies

    💡 Reference Point Tracking

    When faced with a complex shape, do not attempt to transform the entire object in your mind at once. Instead, select one or two distinct vertices or features. Track the position of only these reference points through each transformation. Once you have the final positions of these key points, you can reconstruct the final orientation and position of the entire shape.

    💡 Decomposition for Visual Puzzles

    For questions asking how a figure was transformed from a start to an end state, break down the change into a plausible sequence of simple steps. Ask yourself:

    • Has it moved? (Translation)

    • Has it turned? (Rotation)

    • Has it changed size? (Scaling)

    • Is it a mirror image? (Reflection)

    By answering these questions, you can deduce the sequence of transformations.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • Confusing Rotation Directions: Mixing up clockwise (CW) and counter-clockwise (CCW) rotation is a frequent error. A positive angle in mathematics conventionally implies a CCW rotation.
    Correct Approach: Always pause to confirm the direction of rotation. If the question states "clockwise", apply the CW rule. If it just gives an angle like 9090^\circ, assume the standard CCW convention.
      • Applying Transformations in the Wrong Order: As demonstrated, the composition of transformations is not commutative. `Translate -> Rotate` is different from `Rotate -> Translate`.
    Correct Approach: Read the problem statement carefully and apply the transformations in the exact sequence specified.
      • Assuming Rotation is Always About the Origin: Many simple examples use the origin as the center of rotation, but this is not always the case.
    Correct Approach: Identify the center of rotation first. If it's not the origin, the transformation is more complex, but for visual problems, you can imagine pinning the object at that center point and then turning it.

    ---

    ---

    Practice Questions

    :::question type="MCQ" question="A square with vertices at (1,1), (3,1), (3,3), and (1,3) is first rotated 90° clockwise about the origin, and then scaled by a factor of 2 with respect to the origin. What are the coordinates of the vertex that was originally at (3,1)?" options=["(2, -6)","(6, -2)","(-2, 6)","(6, 2)"] answer="(2, -6)" hint="Apply the transformations sequentially. First, find the new coordinates after rotation. Then, apply scaling to the result." solution="
    Step 1: Identify the initial point.
    The point to be transformed is P(3,1)P(3, 1).

    Step 2: Apply a 90° clockwise rotation about the origin.
    The rule for a 90° CW rotation is (x,y)(y,x)(x, y) \rightarrow (y, -x).
    Applying this to P(3,1)P(3, 1):

    P=(1,3)P' = (1, -3)

    Step 3: Apply scaling by a factor of 2 with respect to the origin.
    The rule for scaling is (x,y)(Sx,Sy)(x, y) \rightarrow (S \cdot x, S \cdot y), where S=2S=2.
    Applying this to P(1,3)P'(1, -3):

    P=(21,2(3))P'' = (2 \cdot 1, 2 \cdot (-3))

    P=(2,6)P'' = (2, -6)

    Result:
    The final coordinates are (2, -6).
    Answer: (2,6)\boxed{(2, -6)}
    "
    :::

    :::question type="NAT" question="A point A(5,8)A(5, 8) is translated by a vector (tx,ty)(t_x, t_y) to become A(2,4)A'(2, 4). Then, a point B(7,1)B(7, 1) is subjected to the same translation. What is the y-coordinate of the transformed point BB'?" answer="-3" hint="First, determine the translation vector (tx,ty)(t_x, t_y) using points A and A'. Then, apply this same vector to point B." solution="
    Step 1: Determine the translation vector from A to A'.
    We have A(5,8)A(5, 8) and A(2,4)A'(2, 4).
    The translation formulas are:

    x=x+tx    2=5+tx    tx=3x' = x + t_x \implies 2 = 5 + t_x \implies t_x = -3

    y=y+ty    4=8+ty    ty=4y' = y + t_y \implies 4 = 8 + t_y \implies t_y = -4

    The translation vector is (3,4)(-3, -4).

    Step 2: Apply this translation to point B(7, 1).
    Let the new point be B(x,y)B'(x', y').

    x=7+tx=7+(3)=4x' = 7 + t_x = 7 + (-3) = 4

    y=1+ty=1+(4)=3y' = 1 + t_y = 1 + (-4) = -3

    The transformed point is B(4,3)B'(4, -3).

    Step 3: State the required y-coordinate.
    The question asks for the y-coordinate of the transformed point BB'.

    Result:
    The y-coordinate is -3.
    Answer: 3\boxed{-3}
    "
    :::

    :::question type="MSQ" question="A figure in the first quadrant is transformed into a new figure in the third quadrant. Which of the following single transformations or combinations could achieve this? (Assume the figure is initially located away from the axes)." options=["A 180° rotation about the origin","A reflection across the x-axis followed by a reflection across the y-axis","A uniform scaling with a factor of S = -1","A translation by a vector (t_x, t_y) where both t_x and t_y are negative"] answer="A,B,C" hint="Analyze where each transformation maps a point (x, y) from the first quadrant (where x>0, y>0). The third quadrant has coordinates (x'<0, y'<0)." solution="
    Let's consider an initial point P(x,y)P(x, y) in the first quadrant, where x>0x>0 and y>0y>0. We want the final point P(x,y)P'(x', y') to be in the third quadrant, meaning x<0x'<0 and y<0y'<0.

    Option A: A 180° rotation about the origin
    The rule is (x,y)(x,y)(x, y) \rightarrow (-x, -y). Since x>0x>0 and y>0y>0, the new coordinates (x,y)(-x, -y) will both be negative. This maps the figure to the third quadrant. So, A is correct.

    Option B: A reflection across the x-axis followed by a reflection across the y-axis
    Reflection across x-axis: (x,y)(x,y)(x, y) \rightarrow (x, -y).
    Then, reflection across y-axis: (x,y)(x,y)(x, -y) \rightarrow (-x, -y).
    The final point is (x,y)(-x, -y), which is in the third quadrant. So, B is correct. (Note: This sequence is equivalent to a 180° rotation about the origin).

    Option C: A uniform scaling with a factor of S = -1
    The rule is (x,y)(Sx,Sy)(x, y) \rightarrow (S \cdot x, S \cdot y).
    With S=1S=-1, this becomes (x,y)(x,y)(x, y) \rightarrow (-x, -y).
    This is the same result as the 180° rotation and maps the figure to the third quadrant. So, C is correct.

    Option D: A translation by a vector (t_x, t_y) where both t_x and t_y are negative
    The new point is (x+tx,y+ty)(x+t_x, y+t_y). Since x>0x>0 and tx<0t_x<0, the sign of x+txx+t_x depends on their magnitudes. For example, if P(5,5)P(5,5) is translated by (2,2)(-2,-2), the new point is (3,3)(3,3), which is still in the first quadrant. A translation alone cannot guarantee a move to the third quadrant for all points in the figure. So, D is incorrect.
    Answer: A,B,C\boxed{A,B,C}
    "
    :::

    :::question type="MCQ" question="Consider the shape formed by the letters 'L' and 'F'. Which of the following operations will make the 'L' shape exactly overlap the 'F' shape?" options=["Rotation by 90° CW, then reflection across the vertical axis","Rotation by 180°, then reflection across the horizontal axis","Reflection across the horizontal axis, then rotation by 90° CCW","Reflection across the vertical axis, then reflection across the horizontal axis"] answer="Reflection across the horizontal axis, then rotation by 90° CCW" hint="Visualize the letter 'L'. Perform each sequence of operations and see which one results in the shape of the letter 'F'." solution="
    Let's represent the 'L' shape with key points. Assume its corner is at (0,0), its vertical bar goes to (0,2) and its horizontal bar goes to (1,0).

    Option A: Rotation by 90° CW, then reflection across the vertical axis.

  • Rotate 'L' 90° CW: The shape now points right and down, like a gamma symbol (Γ\Gamma).

  • Reflect across vertical axis: This flips it to point left and down. This does not look like 'F'.
  • Option B: Rotation by 180°, then reflection across the horizontal axis.

  • Rotate 'L' 180°: The shape becomes an upside-down, reversed 'L'.

  • Reflect across horizontal axis: This flips it back to the original 'L' orientation. This is not 'F'.
  • Option C: Reflection across the horizontal axis, then rotation by 90° CCW.

  • Reflect 'L' across horizontal axis: The 'L' is now upside down. Its corner is at (0,0), vertical bar goes to (0,-2), horizontal bar goes to (1,0).

  • Rotate this shape 90° CCW: The horizontal bar from (0,0) to (1,0) rotates to become a vertical bar from (0,0) to (0,1). The vertical bar from (0,0) to (0,-2) rotates to become a horizontal bar from (0,0) to (2,0). This shape is now oriented like an 'F'. This is the correct transformation.
  • Option D: Reflection across the vertical axis, then reflection across the horizontal axis.

  • Reflect 'L' across vertical axis: The shape becomes a mirrored 'L'.

  • Reflect across horizontal axis: The shape becomes an upside-down, standard 'L'. This is not 'F'.

  • Answer: Reflection across the horizontal axis, then rotation by 90° CCW\boxed{\text{Reflection across the horizontal axis, then rotation by 90° CCW}}
    "
    :::

    ---

    Summary

    Key Takeaways for GATE

    • Master the Four Basic Transformations: Develop a strong visual intuition for Translation (slide), Rotation (turn), Scaling (resize), and Reflection (flip). These are the fundamental building blocks for all 2-D spatial reasoning problems.

    • Parameters are Key: For any transformation, be precise about its parameters. For rotation, identify the center, angle, and direction. For reflection, identify the axis. For translation, identify the vector. For scaling, identify the fixed point and scale factors.

    • Order of Operations is Critical: The composition of transformations is generally not commutative. The final result depends on the sequence in which operations are performed. Always follow the order given in the problem statement.

    • Similarity is Scaling plus Rigidity: Remember that two figures are similar if one can be mapped to the other by a combination of rigid transformations (translation, rotation, reflection) and uniform scaling. This implies their angles are identical and side lengths are proportional.

    ---

    What's Next?

    💡 Continue Learning

    The concepts mastered here are foundational for other areas of spatial aptitude and visualization.

      • 3-D Visualization: Understanding transformations in a 2-D plane is the first step toward visualizing objects and their manipulations in three-dimensional space, a common topic in advanced spatial reasoning.

      • Symmetry and Patterns: Rotation and reflection are the mathematical definitions of symmetry. A strong grasp of these transformations will enhance your ability to identify rotational and reflectional symmetry in complex patterns and figures.


    Mastering these connections will provide a more comprehensive and robust preparation for the GATE examination.

    ---

    💡 Moving Forward

    Now that you understand Translation, Rotation, and Scaling, let's explore Mirroring and Water Images which builds on these concepts.

    ---

    Part 2: Mirroring and Water Images

    Introduction

    In the study of spatial aptitude, understanding 2-dimensional transformations is of paramount importance. Among the most fundamental of these are reflections, which form the basis of mirror and water images. These concepts test an individual's ability to visualize objects and their orientations after a specific transformation. A reflection, in essence, is an operation that "flips" an object across a line, known as the axis of reflection or the mirror line. The resulting image is a congruent, yet reversed, version of the original object.

    The GATE examination frequently assesses these visualization skills, not merely as standalone problems but often integrated with concepts of symmetry, patterns, and even probability. A thorough grasp of how objects transform under reflection across various axes—vertical, horizontal, and diagonal—is therefore essential. We shall explore the principles governing these transformations, providing a systematic framework for analyzing and solving such problems with precision. This chapter will equip the student with the analytical tools to deconstruct complex figures, predict their reflected forms, and apply these principles to a variety of problem formats.

    📖 Reflection

    A reflection is a rigid transformation that maps every point of an object to a corresponding point on the opposite side of a fixed line, called the axis of reflection. The line segment connecting a point to its image is perpendicular to the axis of reflection, and the axis bisects this segment. The reflected image is congruent to the original object but has a reversed orientation.

    ---

    ---

    Key Concepts

    We will now systematically examine the three primary types of reflections encountered in aptitude tests: reflection across a vertical axis, a horizontal axis, and a diagonal axis.

    1. Reflection across a Vertical Axis (Vertical Mirror)

    This is the most common form of reflection, analogous to looking into a standard vertical mirror. When an object is reflected across a vertical axis, its horizontal orientation is reversed.

    The primary rule for this transformation is that the left side of the object becomes the right side of the image, and the right side of the object becomes the left side of the image. The vertical positions of all points (top and bottom) remain unchanged. The distance of any point from the mirror line remains the same in its reflection.

    Consider a point P(x,y)P(x, y) in a Cartesian coordinate system. Its reflection across the vertical y-axis results in a new point P(x,y)P'(-x, y). This mathematical rule underpins the visual transformation.





    Mirror (Vertical Axis)



    F
    A
    B
    C



    F
    A'
    B'
    C'





    Worked Example:

    Problem: Find the mirror image of the alphanumeric string `GATE24` when the mirror is placed vertically to its right.

    Solution:

    We must reflect each character individually while maintaining their order from left to right relative to the mirror. The entire string's order will be reversed, and each character will be flipped horizontally.

    Step 1: Identify the characters and their order.
    The string is `G`, `A`, `T`, `E`, `2`, `4`.

    Step 2: Reflect each character horizontally.

    • The reflection of `G` is `...`.

    • The reflection of `A` is `A` (as it is vertically symmetric).

    • The reflection of `T` is `T` (as it is vertically symmetric).

    • The reflection of `E` is `Ǝ`.

    • The reflection of `2` is `S`.

    • The reflection of `4` is `...`.


    Step 3: Reverse the order of the reflected characters.
    The character closest to the mirror (`4`) will be closest in the reflection. The character farthest (`G`) will be farthest.

    Step 4: Combine the results.
    The reflected string is the reversed sequence of individually reflected characters.

    Answer: `ߤSƎTAӘ` (Note: Using visually similar characters to represent the reflection). The key is the process of individual reflection and sequence reversal.

    ---

    2. Reflection across a Horizontal Axis (Water Image)

    A water image is the reflection of an object across a horizontal axis. This is analogous to viewing an object's reflection in a still body of water.

    In this transformation, the vertical orientation is reversed. The top of the object becomes the bottom of the image, and the bottom of the object becomes the top of the image. The horizontal positions (left and right) remain unchanged.

    For a point P(x,y)P(x, y), its reflection across the horizontal x-axis results in a new point P(x,y)P'(x, -y).

    📐 Water Image Transformation
    (x,y)(x,y)(x, y) \rightarrow (x, -y)

    Variables:

      • (x,y)(x, y) = Coordinates of a point on the original object.

      • (x,y)(x, -y) = Coordinates of the corresponding point on the water image (assuming the x-axis is the mirror).


    When to use: For any problem asking for a "water image" or reflection across a horizontal line.





    Water Surface (Horizontal Axis)



    R



    R





    Worked Example:

    Problem: Determine the water image of the figure below, which is composed of a triangle and a circle.






    Water

    Solution:

    We reflect the entire figure across the horizontal line representing the water surface. The left-right positions are preserved.

    Step 1: Analyze the original figure's components.
    The figure has two parts: a triangle on top and a circle below it. The triangle's apex points upwards.

    Step 2: Reflect the triangle.
    The triangle is above the circle. In the water image, it will be below the circle. Its apex, which was pointing up, will now point down.

    Step 3: Reflect the circle.
    The circle is below the triangle. In the water image, it will be above the triangle. Since a circle is symmetric, its shape does not change upon reflection.

    Step 4: Reconstruct the image.
    The final water image will have the circle on top and the inverted triangle at the bottom.

    Answer: The water image is a figure with a circle positioned above a downward-pointing triangle.

    ---

    3. Reflection across Diagonal Axes

    Reflection can also occur across diagonal lines. For the GATE syllabus, the most relevant are the lines y=xy=x and y=xy=-x. These are particularly important for problems involving square matrices or figures in a grid where diagonal symmetry is tested.

    a) Reflection across the line y=xy=x

    When an object is reflected across the line y=xy=x, the x-coordinate and y-coordinate of every point are interchanged.

    (x,y)(y,x)(x, y) \rightarrow (y, x)

    This transformation effectively swaps the horizontal position with the vertical position.

    b) Reflection across the line y=xy=-x

    For a reflection across the line y=xy=-x, the coordinates are swapped and their signs are inverted.

    (x,y)(y,x)(x, y) \rightarrow (-y, -x)

    These transformations are crucial for analyzing patterns in grids and circular arrangements, as seen in advanced problems.

    Worked Example:

    Problem: A point is located at P(2,5)P(2, 5). It is reflected across an axis to a new position P(5,2)P'(5, 2). Identify the axis of reflection.

    Solution:

    Step 1: Observe the coordinates of the original and transformed points.
    Original point: P(x,y)=(2,5)P(x, y) = (2, 5)
    Transformed point: P(x,y)=(5,2)P'(x', y') = (5, 2)

    Step 2: Compare the coordinates to the known reflection rules.
    We observe that x=yx' = y and y=xy' = x.

    x=5=yx' = 5 = y
    y=2=xy' = 2 = x

    Step 3: Match the observed rule with the corresponding axis.
    The transformation rule (x,y)(y,x)(x, y) \rightarrow (y, x) corresponds to a reflection across the line y=xy=x.

    Answer: The axis of reflection is the line y=xy=x.

    ---

    Problem-Solving Strategies

    💡 The Paper Folding Method

    For reflections across vertical or horizontal lines, a reliable mental (or physical) shortcut is the paper folding method. Imagine the object is drawn on a piece of paper. If you fold the paper along the mirror line, the impression the drawing makes on the other side of the fold is precisely the reflected image. This is excellent for quickly verifying the orientation of complex, asymmetric shapes.

    💡 Coordinate Point Analysis

    For geometric figures on a coordinate plane, do not attempt to visualize the entire shape at once. Instead, identify the key vertices (corners) of the shape. Apply the relevant coordinate transformation rule (e.g., (x,y)(x,y)(x, y) \rightarrow (-x, y) for a vertical mirror) to each vertex. Finally, connect the new, transformed vertices to construct the reflected image. This analytical approach reduces errors in visualization.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • Confusing Reflection with 180° Rotation: Students often mistake a water image for a 180° rotation. A rotation preserves the relative positions of elements (what's on the left stays on the left), whereas a reflection inverts them. For example, the water image of the letter `b` is `p`, but its 180° rotation is `q`.
    Correct Approach: Always apply the specific rules of reflection. For a water image, only the top and bottom are interchanged. For a mirror image, only left and right are interchanged.
      • Ignoring Asymmetry in Characters: When reflecting alphanumeric strings, it is a common mistake to simply write the characters in reverse order without reflecting the characters themselves. For example, reflecting `B` results in `B` being flipped to `ꓭ`, not remaining as `B`.
    Correct Approach: Follow a two-step process: first, reflect each individual character across the axis, then arrange these new characters in the reflected order.

    ---

    Practice Questions

    :::question type="MCQ" question="What is the correct water image of the alphanumeric string `FUSION9`?" options=["FUSIOИ6","ℲUSIOИ9","ℲUSIOИ6","FUSION6"] answer="ℲUSIOИ6" hint="Reflect each character vertically. The horizontal positions do not change. Remember how the characters 9 and F will appear when flipped top-to-bottom." solution="Step 1: Analyze the water image transformation. This is a reflection across a horizontal axis. Top and bottom are swapped, while left and right remain fixed.

    Step 2: Reflect each character individually.

    • `F` becomes `Ⅎ`.

    • `U` becomes `∩`. (The option uses `U`, which is a common simplification, but let's assume standard character forms)

    • `S` remains `S`.

    • `I` remains `I`.

    • `O` remains `O`.

    • `N` remains `N`.

    • `9` becomes `6`.


    Step 3: Combine the reflected characters in the same left-to-right order.
    The resulting string is `ℲUSIOИ6`. This matches the third option."
    :::

    :::question type="NAT" question="A triangle has vertices at A(1, 2), B(4, 6), and C(1, 6). The triangle is reflected across the line y=xy=x. What is the sum of the x-coordinates of the new vertices?" answer="14" hint="Apply the coordinate transformation rule for reflection across y=xy=x to each vertex. The rule is (x,y)(x, y) -> (y,x)(y, x)." solution="Step 1: State the rule for reflection across the line y=xy=x.
    The transformation is (x,y)(y,x)(x, y) \rightarrow (y, x).

    Step 2: Apply the rule to each vertex.

    • Vertex A(1, 2) is reflected to A'(2, 1).

    • Vertex B(4, 6) is reflected to B'(6, 4).

    • Vertex C(1, 6) is reflected to C'(6, 1).


    Step 3: Identify the new x-coordinates.
    The new x-coordinates are xA=2x_{A'} = 2, xB=6x_{B'} = 6, and xC=6x_{C'} = 6.

    Step 4: Calculate the sum of the new x-coordinates.

    Sum=2+6+6=14Sum = 2 + 6 + 6 = 14

    Result:
    The sum of the x-coordinates of the new vertices is 14.
    Answer: \boxed{14}"
    :::

    :::question type="MSQ" question="A square is placed on a coordinate plane with vertices at (1, 1), (3, 1), (3, 3), and (1, 3). A small circle is inside the square, centered at (2, 2). The square is reflected across different lines. Select ALL the lines of reflection for which the square and the circle within it remain in the exact same position." options=["The line x=2x=2","The line y=2y=2","The line y=xy=x","The line y=x+4y=-x+4"] answer="A,B,C,D" hint="An object remains unchanged if the line of reflection is an axis of symmetry. Check if each given line is an axis of symmetry for the square and the centered circle." solution="The square is centered at (2, 2) and has sides of length 2. The circle is also centered at (2, 2). We need to find the axes of symmetry for this combined figure.

    • Option A (The line x=2x=2): This is a vertical line passing through the center of the square and the circle. It is a vertical axis of symmetry. Reflection across this line leaves the figure unchanged. So, A is correct.
    • Option B (The line y=2y=2): This is a horizontal line passing through the center of the square and the circle. It is a horizontal axis of symmetry. Reflection across this line leaves the figure unchanged. So, B is correct.
    • Option C (The line y=xy=x): This is a diagonal line that passes through the vertices (1, 1) and (3, 3) and the center (2, 2). It is a diagonal axis of symmetry for the square. Reflection across this line leaves the figure unchanged. So, C is correct.
    • Option D (The line y=x+4y=-x+4): This is a diagonal line that passes through the vertices (1, 3) and (3, 1) and the center (2, 2). It is the other diagonal axis of symmetry for the square. Reflection across this line leaves the figure unchanged. So, D is correct.
    All four lines are axes of symmetry for the given figure. Therefore, all options are correct. Answer: \boxed{A,B,C,D}" :::

    :::question type="MCQ" question="Consider the time shown on a standard analog clock is 4:40. If this clock is viewed in a vertical mirror, what time will the reflection show?" options=["8:20","7:20","7:40","8:40"] answer="7:20" hint="The total time on the clock and its mirror image must sum to 12:00. A simpler way is to subtract the given time from 11:60." solution="Step 1: Understand the principle of clock reflection.
    When a clock is reflected in a vertical mirror, the left and right sides are interchanged. The sum of the actual time and the reflected time is always 12 hours.

    Step 2: Formulate a calculation method.
    To find the mirror image time, we can subtract the given time from 12:00. For ease of calculation, we can write 12:00 as 11:60.

    Step 3: Perform the subtraction.
    Given time = 4:40

    Minutes: 6040=20Hours: 114=7\begin{aligned}\text{Minutes: } & 60 - 40 = 20 \\ \text{Hours: } & 11 - 4 = 7\end{aligned}

    Result:
    The reflected time is 7:20.
    Answer: \boxed{7:20}"
    :::

    ---

    Summary

    Key Takeaways for GATE

    • Reflection is a Flip: A reflection is a transformation that flips an object across an axis. It is fundamentally different from a rotation.

    • Master Axis Rules: Commit the transformation effects to memory.

    • - Vertical Axis (Mirror Image): Left and Right are interchanged. Top and Bottom are unchanged.
      - Horizontal Axis (Water Image): Top and Bottom are interchanged. Left and Right are unchanged.
      - Diagonal Axis (y=xy=x): Coordinates `(x,y)(x, y)` are swapped to become `(y,x)(y, x)`.
    • Analyze Components: For complex figures or alphanumeric strings, break down the object into its constituent parts. Reflect each part individually before reassembling the final image. This systematic approach prevents holistic visualization errors.

    ---

    What's Next?

    💡 Continue Learning

    This topic connects to:

      • Rotations and Translations: Reflection is one of the three fundamental rigid transformations. Mastering rotations and translations, and understanding how they combine with reflections, provides a complete picture of 2D transformations.

      • Symmetry: The concept of an object remaining invariant (unchanged) after a transformation is the formal definition of symmetry. Understanding reflections is the first step toward analyzing line symmetry, which is a frequently tested concept.

      • Group Theory: In higher mathematics, these transformations form a mathematical structure known as a group. While not directly on the syllabus, understanding that these operations have a consistent, rule-based structure aids in problem-solving.

    ---

    💡 Moving Forward

    Now that you understand Mirroring and Water Images, let's explore Pattern Completion which builds on these concepts.

    ---

    Part 3: Pattern Completion

    Introduction

    Pattern Completion is a fundamental component of spatial aptitude assessment, designed to evaluate an individual's ability to perceive and analyze visuospatial relationships. In this type of problem, a candidate is presented with a figure or a matrix from which a small portion is missing. The task is to identify the correct missing piece from a set of given options that would logically complete the overall pattern.

    These questions test several cognitive abilities, including attention to detail, logical deduction, and the mental manipulation of shapes. The underlying patterns often follow logical rules based on geometric principles such as symmetry, rotation, translation, or sequential progression. Mastery of this topic requires developing a systematic approach to deconstruct the visual information and identify the governing rule. While seemingly straightforward, these problems can be complex, involving multiple simultaneous transformations.

    📖 Pattern Completion

    Pattern Completion is the cognitive task of identifying and selecting a missing segment of a larger visual design or matrix. The correct segment is the one that logically and aesthetically fits into the empty space, adhering to the established rules of symmetry, rotation, or sequence that define the overall pattern.

    ---

    Key Concepts

    The logic governing pattern completion problems can typically be categorized into a few core principles. We shall examine the most common ones encountered in aptitude tests.

    1. Symmetry and Reflection

    Many patterns are constructed based on principles of symmetry. The missing part is often a mirror image (reflection) of an adjacent part across a horizontal, vertical, or diagonal axis. To solve such problems, we must first identify the axis of symmetry and then mentally construct the reflection.

    Consider a simple 2x2 matrix where one quadrant is missing. If the pattern is symmetric, the missing quadrant will be a reflection of another.

















    ?

    Symmetry suggests the missing part is a circle.

    In the figure above, the pattern in the three visible quadrants is a circle. By the principle of symmetry across both the horizontal and vertical axes, the missing quadrant must also contain a circle of the same size and color to complete the figure.

    2. Rotation

    Another common principle is rotation. An element within the pattern may be rotated by a specific angle (e.g., 4545^\circ, 9090^\circ, 180180^\circ) in a clockwise or counter-clockwise direction from one cell to the next. The task is to identify the angle and direction of rotation to predict the figure in the missing cell.

    Let us consider a figure where an arrow rotates clockwise.













    ?

    A 90° clockwise rotation is observed.

    Here, the arrow in the top-left quadrant points up. It rotates 9090^\circ clockwise to point right in the top-right quadrant. If we consider the column, the arrow points down in the bottom-left. To complete the pattern, the arrow in the missing quadrant should be the result of a 9090^\circ clockwise rotation from the bottom-left (pointing left) or a 9090^\circ clockwise rotation from the top-right (pointing down). The consistent rule across rows and columns must be determined. In this row-wise progression, the missing arrow would point left.

    3. Sequential Progression

    In these patterns, elements are added, removed, or modified in a logical sequence. The change could be in the number of lines, the size of a shape, or the position of an element. The key is to identify the step-by-step change and extrapolate it to the missing figure.

    For instance, a pattern might involve adding one line segment in each step.

    • Step 1: A single vertical line.
    • Step 2: A 'T' shape (one horizontal line added).
    • Step 3: A box with the top open (another vertical line added).
    • Step 4 (Missing): A complete square (the final top line is added).
    This linear progression is one of the most straightforward patterns to identify.

    ---

    Problem-Solving Strategies

    💡 GATE Strategy: The Elimination Method

    When faced with a pattern completion problem, do not try to draw the answer from scratch. Instead, use the options to your advantage.

    • Identify the primary rule: Quickly determine if the pattern is based on symmetry, rotation, or progression.

    • Test one element: Focus on a single, distinct element within the pattern (e.g., a shaded circle, an arrow's direction).

    • Eliminate options: Scan the answer choices and immediately discard any that violate the rule for that single element. This often reduces the possibilities to one or two options.

    • Verify: Check the remaining option(s) against all other elements and rules in the pattern to confirm the correct choice. This is significantly faster than constructing the solution independently.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • Overlooking Multiple Rules: Focusing on only one rule (e.g., rotation) when the pattern also involves a change in shading or size.
    Correct Approach: Always check for multiple concurrent transformations. Analyze shape, orientation, position, and shading as separate but potentially linked variables.
      • Assuming a Simple Row/Column Logic: In a matrix, assuming the logic only works horizontally (row-wise) when it might work vertically (column-wise) or even diagonally.
    Correct Approach: Test for patterns in all three directions—rows, columns, and diagonals—before settling on a rule.
      • Incorrectly Identifying the Axis of Symmetry: Assuming the axis of symmetry is always horizontal or vertical.
    Correct Approach: Always consider diagonal lines of symmetry, especially in patterns involving triangles or corner elements.

    ---

    Practice Questions

    :::question type="MCQ" question="Identify the figure that completes the pattern in the given matrix."












    ?

    options=["Filled Square", "Hollow Square", "Filled Circle", "Hollow Circle"]
    answer="Filled Square"
    hint="Analyze the relationship between the figures in the first row and apply the same logic to the second row."
    solution="
    Step 1: Analyze the first row. The figure in the top-left is a hollow circle. The figure in the top-right is a filled circle. The transformation is from a hollow shape to a filled shape.

    Step 2: Analyze the second row. The figure in the bottom-left is a hollow square.

    Step 3: Apply the same transformation rule from the first row to the second row. The hollow square must become a filled square.

    Result: The missing figure is a Filled Square.
    Answer: \boxed{Filled Square}
    "
    :::

    :::question type="NAT" question="A pattern is formed by adding straight lines in each step. Step 1 has 1 line. Step 2 has 3 lines. Step 3 has 5 lines. If this sequence continues, how many lines will be in the completed figure at Step 5?"
    answer="9"
    hint="This is an arithmetic progression. Identify the first term and the common difference."
    solution="
    Step 1: Identify the sequence of the number of lines.
    The sequence is 1, 3, 5, ...

    Step 2: Determine the rule of the sequence. This is an arithmetic progression.
    First term, a=1a = 1.
    The common difference, dd, is 31=23 - 1 = 2.

    Step 3: The formula for the nn-th term of an arithmetic progression is an=a+(n1)da_n = a + (n-1)d. We need to find the number of lines at Step 5, so we need to find a5a_5.

    Step 4: Substitute the values into the formula for n=5n=5.

    a5=1+(51)×2a_5 = 1 + (5-1) \times 2

    a5=1+(4)×2a_5 = 1 + (4) \times 2
    a5=1+8a_5 = 1 + 8
    a5=9a_5 = 9

    Result: The figure at Step 5 will have 9 lines.
    Answer: \boxed{9}
    "
    :::

    :::question type="MCQ" question="Select the option that completes the given figure."












    ?

    options=["A line from bottom-right corner to center", "A line from top-right corner to center", "A vertical line from top to bottom", "A horizontal line from left to right"]
    answer="A line from bottom-right corner to center"
    hint="The pattern consists of lines radiating from the corners to the center of the square."
    solution="
    Step 1: Observe the existing parts of the figure. There are three lines, each originating from a corner of the main square and terminating at the center point (100,100)(100, 100).

    Step 2: The top-left corner has a line to the center. The top-right corner has a line to the center. The bottom-left corner has a line to the center.

    Step 3: The pattern is clearly a set of lines connecting each of the four corners to the center. The only missing line is the one from the bottom-right corner.

    Result: The figure that completes the pattern is a line drawn from the bottom-right corner to the center.
    Answer: \boxed{A line from bottom-right corner to center}
    "
    :::

    ---

    Summary

    Key Takeaways for GATE

    • Systematic Analysis is Crucial: Do not guess. Methodically analyze the pattern by checking for symmetry, rotation, and progression.

    • Look for Rules in Rows and Columns: In matrix-based problems, the logical rule may apply horizontally, vertically, or sometimes both. Always verify in both directions.

    • Use Elimination: The fastest way to solve these problems in a timed exam is to eliminate incorrect options based on a single, clear aspect of the pattern before verifying the final choice.

    ---

    ---

    What's Next?

    💡 Continue Learning

    This topic is closely related to other areas of spatial aptitude. Strengthening your skills here will benefit you in:

      • Figure Classification: This involves grouping figures based on common properties, which requires the same pattern-recognition skills.

      • Mirror and Water Images: The concepts of symmetry and reflection studied in pattern completion are the exact principles used to solve mirror image problems.

      • Series Completion: The idea of sequential progression is a direct extension of number series problems into a visual domain.


    Mastering the connections between these topics will provide a comprehensive foundation for the spatial aptitude section of the GATE examination.

    ---

    💡 Moving Forward

    Now that you understand Pattern Completion, let's explore Paper Folding and Cutting which builds on these concepts.

    ---

    Part 4: Paper Folding and Cutting

    Introduction

    The study of paper folding and cutting is a fundamental exercise in spatial aptitude, a critical skill for engineering and data analysis disciplines. These problems assess an aspirant's ability to mentally manipulate two-dimensional objects through a series of transformations. While seemingly simple, they require a rigorous understanding of geometric principles, primarily symmetry and reflection. In the context of the GATE examination, questions of this nature are designed to test visualization skills and logical deduction under time constraints.

    The core task involves predicting the final appearance of a sheet of paper after it has been subjected to a sequence of folds and then cut or punched in its folded state. The solution lies not in guesswork, but in systematically reversing the process. Each act of unfolding corresponds to a precise geometric reflection. By mastering the principles of reflection across different axes—vertical, horizontal, and diagonal—we can deconstruct any complex folding problem into a series of manageable steps. This chapter will provide a formal framework for this process, enabling a precise and efficient approach to solving such questions.

    📖 Paper Folding and Cutting

    Paper folding and cutting is a spatial reasoning problem that involves a sequence of operations on a two-dimensional sheet. The process consists of:

    • Folding: Applying one or more folds to a sheet of paper, creating multiple overlapping layers.

    • Cutting or Punching: Removing a portion of the paper in its final folded state.

    • Unfolding: Reversing the folds in the opposite order to reveal the final pattern.

    The objective is to determine the resulting pattern on the unfolded sheet.

    ---

    Key Concepts

    The solution to any paper folding problem is rooted in the geometric transformation of reflection. When a piece of paper is unfolded, the cuts and shapes on the upper layer are mirrored onto the newly revealed layer. The line of the fold acts as the line of reflection or the "mirror line."

    1. The Principle of Unfolding as Reverse Reflection

    Let us consider the unfolding process as a sequence of reflections. For every fold, there is a corresponding unfold, which creates a mirror image of the existing pattern across the fold line.

    A. Vertical Fold Line

    When a paper is unfolded along a vertical line, the existing pattern is reflected horizontally. A pattern on the left side is mirrored onto the right side, and vice-versa.












    Folded


    Unfold









    Unfolded

    B. Horizontal Fold Line

    Similarly, when a paper is unfolded along a horizontal line, the existing pattern is reflected vertically. A pattern on the top portion is mirrored onto the bottom portion.












    Folded


    Unfold









    Unfolded

    C. Diagonal Fold Line

    Unfolding along a diagonal line results in a reflection across that diagonal. This is a common feature in problems involving square sheets of paper. The reflection is neither purely horizontal nor vertical, but a combination.












    Folded


    Unfold









    Unfolded

    ---

    2. Analysis of Folds, Layers, and Cut Locations

    The number and type of folds determine the number of layers in the final folded state. A single cut made through all these layers will result in multiple identical cuts on the unfolded paper.

    📐 Number of Final Cuts
    Nfinal=Ninitial×LN_{final} = N_{initial} \times L

    Variables:

      • NfinalN_{final} = Total number of a specific cut/punch on the unfolded paper.

      • NinitialN_{initial} = Number of that specific cut/punch made on the final folded paper (usually 1).

      • LL = Number of paper layers pierced by the cut.


    When to use: To quickly determine the total count of shapes in the final pattern, which can help eliminate options. For a paper folded in half kk times, the number of layers is L=2kL = 2^k.

    The location of a cut is also of paramount importance.
    * Cut on an open edge: The cut remains on the perimeter of the final unfolded shape.
    * Cut on a folded edge: The cut opens up to form a shape in the interior of the paper. This shape will be symmetric about the fold line. For instance, a semicircular cut on a folded edge becomes a full circle when unfolded.

    Worked Example:

    Problem: A square paper is folded in half vertically (right to left), and then in half horizontally (bottom to top). A small circle is punched through the top-left corner of the resulting square. What will the unfolded paper look like?

    Solution:

    We will reverse the process step-by-step. The final folded shape is a quarter-sized square with a punch in its top-left corner.

    Step 1: Identify the last fold. It was a horizontal fold (bottom to top). We must unfold it downwards, reflecting the pattern vertically across the horizontal fold line.




    Step 1: Unfold Horizontally










    Step 2: Identify the next fold to reverse. It was a vertical fold (right to left). We must now unfold it to the right, reflecting the entire existing pattern horizontally across the vertical fold line.




    Step 2: Unfold Vertically









    Answer: The final pattern is a full-sized square with four circular holes, one near each corner.

    ---

    ---

    Problem-Solving Strategies

    For the GATE exam, speed and accuracy are essential. The most reliable method is to work backward from the final folded state.

    💡 The Reverse Unfolding Method

    This systematic approach minimizes visualization errors.

    • Analyze the Final State: Carefully observe the final folded paper and the locations of all cuts. Note which cuts are on folded edges and which are on open edges.

    • Identify the Last Fold: Look at the problem's figures to determine the very last fold that was performed.

    • Perform the First Unfold: Unfold the paper by reversing this last fold. Draw the resulting shape and, most importantly, draw a mirror image of all cuts across the fold line you just opened.

    • Repeat Sequentially: Continue this process, moving backward through the folding sequence. At each step, you unfold along the previous fold line and reflect the entire current pattern to the new section.

    • Compare with Options: After all folds are reversed, you will have the final pattern. Compare it with the given options to find the correct match. This method is far more reliable than trying to imagine the entire process at once.

    ---

    Common Mistakes

    Aspirants often make predictable errors in spatial reasoning. Being aware of these can significantly improve accuracy.

    ⚠️ Avoid These Errors
      • Incorrect Reflection Axis: Confusing a horizontal unfold with a vertical reflection, or vice-versa.
    Correct Approach: Always identify the specific fold line for the current step. If the line is horizontal, the reflection is vertical. If the line is vertical, the reflection is horizontal.
      • Ignoring Cut Location: Treating a cut on a folded edge the same as a cut on an open edge.
    Correct Approach: Remember that a cut on a fold line will open into a larger, symmetrical shape inside the paper. For example, a triangular notch on a fold becomes a diamond or square shape.
      • Losing Track of Orientation: After one or two unfolds, it is easy to become disoriented, especially with diagonal folds.
    Correct Approach: Use the corners and edges of the original paper as reference points. Lightly sketching each step on a rough sheet can maintain orientation and prevent confusion.

    ---

    Practice Questions

    :::question type="MCQ" question="A square sheet of paper is folded twice as shown, and a triangular cut is made. Which option represents the paper when unfolded?" svg="" options=["", "", "", ""] answer="" hint="Work backward. The last fold was horizontal, so the first unfold creates a vertical reflection. The next unfold creates a horizontal reflection." solution="Step 1: The final state is a quarter-square with an upward-pointing triangle cut. The last fold was horizontal (bottom to top). We unfold downwards, creating a vertical reflection. This results in a vertical rectangle with the original triangle at the top and a downward-pointing triangle at the bottom.
    Step 2: The first fold was vertical (right to left). We unfold to the right, creating a horizontal reflection of the entire rectangular pattern. The two triangles on the left are mirrored to the right. This results in four triangles: two pointing up at the top, and two pointing down at the bottom."
    :::

    :::question type="NAT" question="A rectangular paper of dimensions 8 cm x 4 cm is folded three times. The first fold is along its longer axis of symmetry. The second fold is along the new shorter axis of symmetry. The third fold is again along the newest shorter axis of symmetry. A punch is made through all layers. How many punches will be visible on the paper when it is fully unfolded?" answer="8" hint="Each fold doubles the number of layers. The number of punches equals the final number of layers." solution="Step 1: The initial paper has 1 layer.
    Step 2: The first fold doubles the layers to 1×2=21 \times 2 = 2.
    Step 3: The second fold doubles the layers again to 2×2=42 \times 2 = 4.
    Step 4: The third fold doubles the layers to 4×2=84 \times 2 = 8.
    Result: A single punch goes through all 8 layers. Therefore, when unfolded, there will be 8 punches visible."
    :::

    :::question type="MCQ" question="A circular paper is folded in half, and then folded in half again to form a quarter-circle. Two punches, one circular and one square, are made as shown. Which pattern is formed upon unfolding?" svg="" options=["", "", "", ""] answer="" hint="The square punch is on a folded edge (the corner of the quarter-circle). It will reflect and rotate around the center. The circular punch is not on a fold line and will simply replicate into the four quadrants." solution="Step 1: The quarter-circle is in the top-left. The last fold was horizontal. Unfold downwards. The circle at (x,y)(x, y) is mirrored to (x,y)(x, -y) and the square at the corner is mirrored to the bottom-left corner. We now have a semicircle.
    Step 2: The first fold was vertical. Unfold to the right. The entire pattern on the left semicircle is mirrored to the right. The circular punches now appear in all four quadrants. The square punches, which were at the center along the vertical fold, combine and reflect to form a pattern of four squares rotated around the center point of the original circle."
    :::

    :::question type="MSQ" question="A square paper is folded along the main diagonal from top-right to bottom-left. Then, it is folded again along the new vertical axis of symmetry. A circular hole is punched near the outer corner. Which of the following statements about the unfolded paper are true?" options=["The final pattern has exactly 4 holes.", "The final pattern has exactly 2 holes.", "The pattern is symmetric about the main diagonal (top-right to bottom-left).", "The pattern is symmetric about the vertical centerline."] answer="B,C" hint="Trace the unfolding process carefully. The first unfold is vertical, and the second is diagonal. Count the layers and check the symmetry." solution="Step 1: The final folded shape is a triangle with a hole. It has 4 layers of paper. However, the second fold was along the axis of symmetry of a triangle, which means it wasn't a full halving of area. Let's trace it. The first fold (diagonal) creates a triangle with 2 layers. The second fold (vertical axis of the triangle) folds this triangle onto itself, resulting in 2 layers. So a punch creates 2 holes.
    Step 2: The last fold was vertical. Unfolding it mirrors the hole horizontally, creating two holes in the larger triangle shape. The pattern is symmetric about the vertical line of this triangle.
    Step 3: The first fold was diagonal. Unfolding it mirrors the two holes across the diagonal. This results in the same two holes because the vertical fold line of the triangle becomes part of the main paper's diagonal line. The final pattern has 2 holes.
    Analysis:
    - There are 2 holes, not 4. So option B is correct and A is incorrect.
    - The entire process was symmetric with respect to the main diagonal fold line. So C is correct.
    - The pattern is not symmetric about the vertical centerline of the square, as the holes lie on a diagonal. So D is incorrect."
    :::

    ---

    Summary

    Key Takeaways for GATE

    • Reverse and Reflect: The fundamental strategy is to work backward from the final folded state. Each unfolding step is a mirror reflection across the fold line.

    • Identify the Fold Axis: Correctly identifying whether a fold is vertical, horizontal, or diagonal is crucial for determining the direction of reflection.

    • Layers and Cut Location Matter: The number of layers determines the total count of cuts. Cuts on a folded edge will open into larger, symmetrical interior shapes, whereas cuts on open edges remain on the perimeter.

    ---

    What's Next?

    💡 Continue Learning

    This topic is intrinsically linked to other areas of spatial and logical reasoning. Mastering these connections will provide a more robust preparation.

      • Mirror and Water Images: Paper folding is a direct, procedural application of mirror image principles. Strengthening your understanding of reflections will make these problems more intuitive.
      • Symmetry: The final unfolded patterns are always symmetric about the fold lines. An understanding of axis symmetry can help you quickly eliminate incorrect options in MCQ questions without fully solving the problem.
      • 2D and 3D Visualization: This topic is a gateway to more complex spatial visualization problems, such as cube counting, dice problems, and interpreting orthographic projections. Building a strong foundation here is key.

    ---

    Chapter Summary

    📖 2-Dimensional Transformations - Key Takeaways

    From our detailed examination of 2-dimensional transformations, we can distill several core principles that are essential for problem-solving in the GATE examination. The student should ensure a firm grasp of the following points:

    • Fundamental Matrix Representations: The elementary transformations of translation, rotation, and scaling can be expressed mathematically using matrix operations. We have seen that a rotation by an angle θ\theta about the origin is represented by a rotation matrix, while scaling is represented by a scaling matrix.

    • Homogeneous Coordinates: To represent all transformations, including translation, as matrix multiplications, we introduced the system of homogeneous coordinates. By augmenting our 2D coordinates (x,y)(x, y) to a 3D vector (x,y,1)(x, y, 1), we can express translation as a matrix multiplication, thereby unifying all transformations within a single algebraic framework.

    • Composite Transformations: Complex transformations are constructed by sequencing elementary ones. The order of transformation is critical, as matrix multiplication is not, in general, commutative. A rotation followed by a translation does not yield the same result as the same translation followed by the rotation.

    • Mirror vs. Water Images: We must draw a clear distinction between a mirror image (reflection) and a water image. A mirror image typically implies reflection across a vertical axis, causing a left-right reversal. A water image is a reflection across a horizontal axis, causing a top-bottom inversion, which is a fundamentally different outcome.

    • Paper Folding and Unfolding: The solution to paper folding and cutting problems lies in the process of reverse analysis. By mentally or diagrammatically unfolding the paper in the reverse sequence of the folds, we can trace the position of the cuts or holes onto the original sheet, accounting for the symmetry introduced by each fold.

    • Pattern Completion Logic: The key to solving pattern completion problems is to systematically identify the underlying transformation or rule governing the sequence. We have explored patterns based on rotation (both of the entire figure and its internal components), reflection, translation, and the logical addition or subtraction of elements.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="A point P(4,2)P(4, -2) is first rotated by 9090^\circ counter-clockwise about the origin and then reflected across the line y=xy=x. What are the final coordinates of the point?" options=["(4,2)(4, 2)","(4,2)(–4, –2)","(2,4)(2, 4)","(2,4)(–2, –4)"] answer="A" hint="Apply the transformation rules sequentially. A counter-clockwise rotation of (x,y)(x, y) by 9090^\circ yields (y,x)(-y, x), and reflection across y=xy=x swaps the coordinates." solution="We are asked to perform a sequence of two transformations on the point P(4,2)P(4, -2).

    Step 1: Counter-clockwise rotation by 9090^\circ about the origin.

    The transformation rule for a 9090^\circ counter-clockwise rotation of a point (x,y)(x, y) is (x,y)=(y,x)(x', y') = (-y, x).
    Applying this rule to P(4,2)P(4, -2):

    x=(2)=2x' = -(-2) = 2

    y=4y' = 4

    The new point after rotation, let us call it PP', is (2,4)(2, 4).

    Step 2: Reflection across the line y=xy=x.

    The transformation rule for reflecting a point (x,y)(x, y) across the line y=xy=x is (x,y)=(y,x)(x'', y'') = (y, x).
    Applying this rule to the intermediate point P(2,4)P'(2, 4):

    x=4x'' = 4

    y=2y'' = 2

    The final coordinates of the point, PP'', are (4,2)(4, 2).

    Thus, the correct option is A."
    :::

    :::question type="NAT" question="A triangle is defined by the vertices A(1, 1), B(4, 1), and C(1, 5). The triangle is first scaled uniformly by a factor of 2 with respect to the origin, and then it is translated by Tx=2T_x = -2 and Ty=3T_y = 3. What is the area of the transformed triangle in square units?" answer="24" hint="Consider how scaling and translation transformations affect the area of a polygon. Not all transformations preserve area." solution="Let us first determine the area of the original triangle ABC.

    The vertices are A(1, 1), B(4, 1), and C(1, 5).
    The length of the base AB can be calculated as the distance between A and B:

    Base=(41)2+(11)2=32=3 units\text{Base} = \sqrt{(4-1)^2 + (1-1)^2} = \sqrt{3^2} = 3 \text{ units}

    The length of the height AC can be calculated as the distance between A and C:
    Height=(11)2+(51)2=42=4 units\text{Height} = \sqrt{(1-1)^2 + (5-1)^2} = \sqrt{4^2} = 4 \text{ units}

    Since the change in x is zero for AC and the change in y is zero for AB, this is a right-angled triangle.

    The area of the original triangle is:

    Areainitial=12×Base×Height=12×3×4=6 square units\text{Area}_{\text{initial}} = \frac{1}{2} \times \text{Base} \times \text{Height} = \frac{1}{2} \times 3 \times 4 = 6 \text{ square units}

    Now, let us analyze the effect of the transformations on the area.

    Transformation 1: Uniform scaling by a factor of 2.
    When a 2D figure is scaled by a factor of SS, its linear dimensions are multiplied by SS, and its area is multiplied by S2S^2.
    Here, S=2S=2.

    Areaafter scaling=Areainitial×S2=6×22=6×4=24 square units\text{Area}_{\text{after scaling}} = \text{Area}_{\text{initial}} \times S^2 = 6 \times 2^2 = 6 \times 4 = 24 \text{ square units}

    Transformation 2: Translation by Tx=2T_x = -2 and Ty=3T_y = 3.
    Translation is a rigid body transformation, which means it moves the object without changing its shape, size, or orientation. Therefore, translation does not affect the area of the figure.

    The final area remains the same as the area after scaling.

    Areafinal=Areaafter scaling=24 square units\text{Area}_{\text{final}} = \text{Area}_{\text{after scaling}} = 24 \text{ square units}
    "
    :::

    :::question type="MCQ" question="A square sheet of paper is folded in half along the primary diagonal. Then, it is folded in half again along the other diagonal. A cut is made from the midpoint of one of the non-hypotenuse edges to the midpoint of the other non-hypotenuse edge. Which of the following shapes will be observed when the paper is fully unfolded?" options=["A single square in the center","A single diamond (rhombus) in the center","Four separate triangles at the corners","A hollow square frame"] answer="A" hint="Trace the cut backwards through the unfolding process. The cut is made through four layers of paper, and each segment of the cut will be reflected across the fold lines during unfolding." solution="Let us visualize the process step-by-step.

    Step 1: Initial State.
    We begin with a square sheet of paper. Let its vertices be (0,1), (1,1), (1,0), and (0,0).

    Step 2: First Fold.
    The paper is folded along the primary diagonal (line connecting (0,0) to (1,1)). The top-left triangle is folded onto the bottom-right triangle. We are left with a single triangle with vertices at (0,0), (1,0), and (1,1). There are now two layers of paper.

    Step 3: Second Fold.
    The resulting triangle is folded along its line of symmetry (the other diagonal of the original square). The vertex at (0,0) is folded onto the vertex at (1,1). The resulting shape is a smaller, right-angled isosceles triangle with vertices at (1,0), (1,1), and (0.5, 0.5). There are now four layers of paper.

    Step 4: The Cut.
    A cut is made from the midpoint of one non-hypotenuse edge to the midpoint of the other. The non-hypotenuse edges of the final folded triangle are from (1,0) to (0.5, 0.5) and from (1,1) to (0.5, 0.5).
    The midpoint of the first edge is ((1+0.5)/2,(0+0.5)/2)=(0.75,0.25)( (1+0.5)/2, (0+0.5)/2 ) = (0.75, 0.25).
    The midpoint of the second edge is ((1+0.5)/2,(1+0.5)/2)=(0.75,0.75)( (1+0.5)/2, (1+0.5)/2 ) = (0.75, 0.75).
    The cut connects these two midpoints. This cut removes the corner tip of the folded paper, which corresponds to the very center of the original square.

    Step 5: Unfolding.
    When we unfold the paper, this cut is mirrored across each fold line.
    * First Unfold: Unfolding along the second fold line mirrors the cut. The cut segment and its mirror image form a small square (or a diamond shape) at the center.
    * Second Unfold: Unfolding along the primary diagonal mirrors this entire central shape. The four cut segments from the four layers of paper join together perfectly.

    The final result is a single square hole in the center of the original sheet of paper. The shape observed is therefore a single square in the center.
    "
    :::

    ---

    What's Next?

    💡 Continue Your GATE Journey

    Having completed 2-Dimensional Transformations, you have established a firm foundation for related chapters in Spatial Aptitude. The principles of manipulating objects in a plane are directly extensible to more complex scenarios.

    Key connections:

    * Relation to Previous Learning: The concepts in this chapter are a direct application of Coordinate Geometry and basic Matrix Algebra. Our ability to represent points and operations on them algebraically is what allows for a systematic and precise approach to transformations.

    Building Blocks for Future Chapters:
    3-Dimensional Transformations: This is the immediate and logical next step. The transformation matrices for translation, scaling, and rotation that we have studied in 2D have direct counterparts in 3D. The mathematical foundation you have built here will be crucial for understanding rotation about an arbitrary axis and other complex 3D manipulations.
    * Solid Geometry & Visualisation: The skills honed in solving problems of paper folding, cutting, and pattern completion are fundamental to spatial reasoning. These skills are directly applicable to chapters on visualizing 3D objects from 2D orthographic projections (top, front, and side views), problems on cube counting, and understanding the assembly of complex shapes.

    🎯 Key Points to Remember

    • Master the core concepts in 2-Dimensional Transformations before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Spatial Aptitude

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features