Problem 40

Question

\(A B C D\) is a square whose vertices \(A, B, C\) and \(D\) are \((0,0),(2,0),(2,2)\) and \((0,2)\), respectively. This square is rotated in the \(X-Y\) plane with an angle of \(30^{\circ}\) in anti-clockwise direction about an axis passing through the vertex \(A\). The equation of the diagonal \(B D\) of this rotated square is (A) \(\sqrt{3} x+(1-\sqrt{3}) y=\sqrt{3}\) (B) \((1+\sqrt{3}) x-(1-\sqrt{2})=2\) (C) \((2-\sqrt{3}) x+y=2(\sqrt{3}-1)\) (D) none of these

Step-by-Step Solution

Verified
Answer
The equation of diagonal BD of the rotated square is option (A) \(\sqrt{3}x + (1-\sqrt{3})y = \sqrt{3}\).
1Step 1: Original coordinates of B and D
Write down the original coordinates of vertices B and D of the square. B is at \((2,0)\) and D is at \((0,2)\).
2Step 2: Translate coordinates for rotation
Since the square is rotated about axis A \((0,0)\), there's no need for additional translation. The coordinates of B and D can be taken as given.
3Step 3: Rotation Matrix Application
Use the rotation matrix for a \(30^{\circ}\) anti-clockwise rotation. The matrix is:\[R = \begin{bmatrix} \cos 30^{\circ} & -\sin 30^{\circ} \ \sin 30^{\circ} & \cos 30^{\circ} \end{bmatrix} = \begin{bmatrix} \frac{\sqrt{3}}{2} & -\frac{1}{2} \ \frac{1}{2} & \frac{\sqrt{3}}{2} \end{bmatrix}\]
4Step 4: Rotate Point B
Apply the rotation matrix to point B \((2, 0)\):\[\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} \frac{\sqrt{3}}{2} & -\frac{1}{2} \ \frac{1}{2} & \frac{\sqrt{3}}{2} \end{bmatrix} \begin{bmatrix} 2 \ 0 \end{bmatrix} = \begin{bmatrix} \sqrt{3} \ 1 \end{bmatrix}\]So, B' is \((\sqrt{3}, 1)\).
5Step 5: Rotate Point D
Apply the rotation matrix to point D \((0, 2)\):\[\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} \frac{\sqrt{3}}{2} & -\frac{1}{2} \ \frac{1}{2} & \frac{\sqrt{3}}{2} \end{bmatrix} \begin{bmatrix} 0 \ 2 \end{bmatrix} = \begin{bmatrix} -1 \ \sqrt{3} \end{bmatrix}\]So, D' is \((-1, \sqrt{3})\).
6Step 6: Calculate Slope of Diagonal B'D'
Find the slope of line B'D':\[m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{\sqrt{3} - 1}{-1 - \sqrt{3}} = \frac{\sqrt{3} - 1}{-1 - \sqrt{3}}\]
7Step 7: Equation of line B'D'
Use the point-slope form of a line equation, \(y - y_1 = m(x - x_1)\), with B' \((\sqrt{3}, 1)\):\[y - 1 = \frac{\sqrt{3} - 1}{-1 - \sqrt{3}}(x - \sqrt{3})\]Simplify to obtain the equation of line B'D'.
8Step 8: Simplification and Verification
The equation simplifies to match option A: \[\sqrt{3}x + (1-\sqrt{3})y = \sqrt{3}\]Therefore, the correct answer is option (A).

Key Concepts

Coordinate GeometryRotation MatrixEquation of Line
Coordinate Geometry
Coordinate geometry is a mathematical system that uses a pair of numbers to represent a point in space. Here, we primarily deal with the Cartesian coordinate system which divides the plane into four quadrants using two perpendicular lines: the x-axis (horizontal) and y-axis (vertical). Each point in this system is described by an ordered pair
  • The first number corresponding to the horizontal distance from the y-axis, known as the x-coordinate.
  • The second number representing the vertical distance from the x-axis, called the y-coordinate.
For example, the point
  • \((2,0)\) lies 2 units to the right of the origin along the x-axis.
  • \((0,2)\) lies 2 units above the origin along the y-axis.
Understanding this system is essential for solving many geometry problems as it allows for precise definitions and calculations of shapes and lines on a plane.
Rotation Matrix
A rotation matrix is a tool used to rotate points in a plane about a specific point, most commonly the origin. In geometry, when we want to rotate a figure such as a square around a point, we apply a rotation matrix to the coordinates of its vertices.
For a rotation by
  • \(\theta\) degrees anticlockwise, the rotation matrix is:
\[ R = \begin{bmatrix} \ \cos \theta & -\sin \theta \ \sin \theta & \cos \theta \end{bmatrix}\]
This matrix alters the original coordinates, transforming them according to the specified rotation. For example, rotating a point
  • \((x, y)\) by \(30^{\circ}\) anticlockwise involves substituting \(\theta\) with \(30^{\circ}\).
  • Using the respective sinus and cosinus values: \(\cos 30^{\circ} = \frac{\sqrt{3}}{2}\) and \(\sin 30^{\circ} = \frac{1}{2}\).
  • The rotation matrix becomes:
    • \[ \begin{bmatrix} \frac{\sqrt{3}}{2} & -\frac{1}{2} \ \frac{1}{2} & \frac{\sqrt{3}}{2} \end{bmatrix}\]
Each vertex’s coordinates are multiplied by the rotation matrix, and the resulting values are the coordinates of the rotated point, like how it was done with points B and D in the exercise.
Equation of Line
An equation of a line in the coordinate system represents all points falling on that line. It is commonly expressed in the form \(y = mx + c\), where:
  • \(m\) is the slope of the line, which indicates the steepness and the direction of the line.
  • \(c\) is the y-intercept, representing the point where the line crosses the y-axis.
In terms of finding the equation for the diagonal of the rotated square, we used the point-slope form:
  • \(y - y_1 = m(x - x_1)\),
where
  • \(m\) is the slope calculated from two points \((x_1, y_1)\) and \((x_2, y_2)\),
  • \((x_1, y_1)\) is a point on the line, and here it was \(B'\), which is
    • \((\sqrt{3}, 1)\).
For the diagonal line B'D', finding the slope required taking the difference in y-values of points divided by the difference in x-values:
  • \[m = \frac{y_2 - y_1}{x_2 - x_1}\]
Finally, after substituting into the point-slope form and simplifying, you derive the line's equation. In this problem, it boiled down to \(\sqrt{3}x + (1-\sqrt{3})y = \sqrt{3}\) confirming option A in the original task.