Question:

Let \( P \) be the image of the point \( Q(7, -2, 5) \) in the line \( L: \frac{x - 1}{2} = \frac{y + 1}{3} = \frac{z}{4} \), and let \( R(5, p, q) \) be a point on \( L \). Then the square of the area of \( \triangle PQR \) is:

Show Hint

When solving problems involving the image of a point on a line, use parametric equations for the line and substitute the coordinates of the given point to find the image. Then use the area formula for the triangle to find the required value.
Updated On: Apr 30, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 1: Given Information

The point \( Q(7, -2, 5) \) is reflected over the line \( L \) which has the parametric equation:

\( \frac{x - 1}{2} = \frac{y + 1}{3} = \frac{z}{4} \)

Let the image of the point \( Q \) be \( P \), and \( R(5, p, q) \) be a point on the line \( L \). We need to find the square of the area of \( \triangle PQR \).

Step 2: Parametric Equation of the Line \( L \)

The given line equation can be written in parametric form as: \[ x = 1 + 2t, \quad y = -1 + 3t, \quad z = 4t \] where \( t \) is the parameter.

Step 3: Find the Coordinates of \( R \) on the Line

From the parametric equations, the coordinates of the point \( R \) are: \[ R(5, p, q) \implies x = 5, \quad y = p, \quad z = q \] Substituting \( x = 5 \) into the equation \( x = 1 + 2t \), we get: \[ 5 = 1 + 2t \quad \Rightarrow \quad t = 2 \] Substituting \( t = 2 \) into the equations for \( y \) and \( z \), we find: \[ p = -1 + 3(2) = 5, \quad q = 4(2) = 8 \] Therefore, the coordinates of \( R \) are \( R(5, 5, 8) \).

Step 4: Find the Image Point \( P \) of \( Q(7, -2, 5) \)

To find the image point \( P \) of \( Q(7, -2, 5) \), we need to use the formula for the reflection of a point across a line. The formula for the reflection of point \( Q(x_1, y_1, z_1) \) across a line with parametric equations \( x = x_0 + at \), \( y = y_0 + bt \), and \( z = z_0 + ct \) is: \( P(x_2, y_2, z_2) = \left( x_1 - 2 \frac{(x_1 - x_0) \cdot a + (y_1 - y_0) \cdot b + (z_1 - z_0) \cdot c}{a^2 + b^2 + c^2} a, \, y_1 - 2 \frac{(x_1 - x_0) \cdot a + (y_1 - y_0) \cdot b + (z_1 - z_0) \cdot c}{a^2 + b^2 + c^2} b, \, z_1 - 2 \frac{(x_1 - x_0) \cdot a + (y_1 - y_0) \cdot b + (z_1 - z_0) \cdot c}{a^2 + b^2 + c^2} c \right) \) 
Here, the direction ratios of the line \( L \) are \( a = 2, b = 3, c = 4 \), and the coordinates of \( Q \) are \( Q(7, -2, 5) \). Using this formula, we find the coordinates of \( P \).

Step 5: Calculate the Area of Triangle \( \triangle PQR \)

The area of triangle \( \triangle PQR \) can be found using the determinant formula for the area of a triangle with vertices \( P(x_1, y_1, z_1) \), \( Q(x_2, y_2, z_2) \), and \( R(x_3, y_3, z_3) \). The formula is: \[ \text{Area} = \frac{1}{2} \left| \vec{PQ} \times \vec{PR} \right| \] where \( \vec{PQ} \) and \( \vec{PR} \) are the vectors from \( P \) to \( Q \) and from \( P \) to \( R \), respectively. After calculating the vectors \( \vec{PQ} \) and \( \vec{PR} \), and performing the cross product, we find the area. The square of this area is the final answer.

Conclusion

The square of the area of triangle \( \triangle PQR \) is 957.

Was this answer helpful?
0
0