Three vertices of a parallelogram ABCD are A(3, –1, 2), B(1, 2, –4) and C(–1, 1, 2). Find the coordinates of the fourth vertex.
Theory Used
In a parallelogram, the diagonals bisect each other. This implies that the midpoint of one diagonal is equal to the midpoint of the other diagonal.
If points A, B, C, D form a parallelogram, then: \[ \text{Midpoint of } AC = \text{Midpoint of } BD \]
Solution Roadmap
- Compute midpoint of diagonal AC
- Assume coordinates of D = (x, y, z)
- Apply midpoint formula on BD
- Equate both midpoints and solve for x, y, z
Solution
Given: \[ A(3, -1, 2), \quad B(1, 2, -4), \quad C(-1, 1, 2) \]
Midpoint of AC: \[ \begin{aligned} E_x &= \frac{3 + (-1)}{2} = 1 \\ E_y &= \frac{-1 + 1}{2} = 0 \\ E_z &= \frac{2 + 2}{2} = 2 \end{aligned} \] Hence, midpoint \(E = (1, 0, 2)\)
Let \(D = (x, y, z)\)
Midpoint of BD: \[ \left( \frac{1 + x}{2}, \frac{2 + y}{2}, \frac{-4 + z}{2} \right) \]
Equating with midpoint E: \[ \begin{aligned} \frac{1 + x}{2} &= 1 \Rightarrow x = 1 \\ \frac{2 + y}{2} &= 0 \Rightarrow y = -2 \\ \frac{-4 + z}{2} &= 2 \Rightarrow z = 8 \end{aligned} \]
Therefore, the fourth vertex is: \[ D(1, -2, 8) \]
Geometric Illustration
Why This Question Matters
- Direct application of midpoint formula — frequently tested in CBSE board exams
- Builds foundation for vector geometry and 3D coordinate algebra
- Common pattern in JEE Main (coordinate + vector hybrid questions)
- Enhances spatial reasoning using algebraic symmetry