Skip to main content
Back to 3D Geometry
JEE Main 2023
3D Geometry
3D Geometry
Easy

Question

Let Q be the foot of the perpendicular from the point P(7, -2, 13) on the plane containing the lines x+16=y17=z38{{x + 1} \over 6} = {{y - 1} \over 7} = {{z - 3} \over 8} and x13=y25=z37{{x - 1} \over 3} = {{y - 2} \over 5} = {{z - 3} \over 7}. Then (PQ) 2 , is equal to ___________.

Answer: 1

Solution

Key Concepts and Formulas

  1. Equation of a Plane Containing Two Intersecting Lines: If two lines, L1L_1 passing through (x1,y1,z1)(x_1, y_1, z_1) with direction vector d1=l1,m1,n1\vec{d_1} = \langle l_1, m_1, n_1 \rangle, and L2L_2 passing through (x2,y2,z2)(x_2, y_2, z_2) with direction vector d2=l2,m2,n2\vec{d_2} = \langle l_2, m_2, n_2 \rangle, intersect, a unique plane contains them. The equation of this plane can be found using the determinant: xx1yy1zz1l1m1n1l2m2n2=0\begin{vmatrix} x - x_1 & y - y_1 & z - z_1 \\ l_1 & m_1 & n_1 \\ l_2 & m_2 & n_2 \end{vmatrix} = 0 Here, (x1,y1,z1)(x_1, y_1, z_1) can be any point on the plane (e.g., a point from L1L_1 or L2L_2). The normal vector to the plane is n=d1×d2\vec{n} = \vec{d_1} \times \vec{d_2}.

  2. Perpendicular Distance from a Point to a Plane: The perpendicular distance DD from a point P(x0,y0,z0)P(x_0, y_0, z_0) to a plane Ax+By+Cz+Dplane=0Ax + By + Cz + D_{plane} = 0 is given by the formula: D=Ax0+By0+Cz0+DplaneA2+B2+C2D = \frac{|Ax_0 + By_0 + Cz_0 + D_{plane}|}{\sqrt{A^2 + B^2 + C^2}}

Step-by-Step Solution

Step 1: Determine the Equation of the Plane

The problem asks for the foot of the perpendicular from point P onto the plane containing two given lines. First, we need to find the equation of this plane. The two lines are given in symmetric (Cartesian) form: Line 1 (L1L_1): x+16=y17=z38\frac{x + 1}{6} = \frac{y - 1}{7} = \frac{z - 3}{8} Line 2 (L2L_2): x13=y25=z37\frac{x - 1}{3} = \frac{y - 2}{5} = \frac{z - 3}{7}

1.1 Extract Points and Direction Vectors From L1L_1:

  • A point on the line is A(1,1,3)A(-1, 1, 3).
  • Its direction vector is d1=6,7,8\vec{d_1} = \langle 6, 7, 8 \rangle.

From L2L_2:

  • A point on the line is B(1,2,3)B(1, 2, 3).
  • Its direction vector is d2=3,5,7\vec{d_2} = \langle 3, 5, 7 \rangle.

1.2 Verify if the Lines Intersect For a unique plane to contain two lines, they must either intersect or be parallel.

  • Check for Parallelism: We compare the direction vectors d1=6,7,8\vec{d_1} = \langle 6, 7, 8 \rangle and d2=3,5,7\vec{d_2} = \langle 3, 5, 7 \rangle. Since their components are not proportional (e.g., 6/3=26/3 = 2, but 7/527/5 \neq 2), the lines are not parallel.

  • Check for Intersection: We set the parametric forms of the lines equal to each other. L1:x=1+6λ,y=1+7λ,z=3+8λL_1: x = -1 + 6\lambda, y = 1 + 7\lambda, z = 3 + 8\lambda L2:x=1+3μ,y=2+5μ,z=3+7μL_2: x = 1 + 3\mu, y = 2 + 5\mu, z = 3 + 7\mu

    Equating the zz-coordinates: 3+8λ=3+7μ8λ=7μ(1)3 + 8\lambda = 3 + 7\mu \Rightarrow 8\lambda = 7\mu \quad \mathbf{(1)}

    Equating the xx-coordinates: 1+6λ=1+3μ6λ3μ=2(2)-1 + 6\lambda = 1 + 3\mu \Rightarrow 6\lambda - 3\mu = 2 \quad \mathbf{(2)}

    Substitute μ=87λ\mu = \frac{8}{7}\lambda from (1) into (2): 6λ3(87λ)=26\lambda - 3\left(\frac{8}{7}\lambda\right) = 2 6λ247λ=26\lambda - \frac{24}{7}\lambda = 2 42λ24λ7=2\frac{42\lambda - 24\lambda}{7} = 2 18λ7=2λ=1418=79\frac{18\lambda}{7} = 2 \Rightarrow \lambda = \frac{14}{18} = \frac{7}{9}

    Now we find μ\mu using λ=79\lambda = \frac{7}{9}: μ=8779=89\mu = \frac{8}{7} \cdot \frac{7}{9} = \frac{8}{9}

    Finally, we check if the yy-coordinates match for these values of λ\lambda and μ\mu: For L1:y=1+7(79)=1+499=9+499=589L_1: y = 1 + 7\left(\frac{7}{9}\right) = 1 + \frac{49}{9} = \frac{9+49}{9} = \frac{58}{9} For L2:y=2+5(89)=2+409=18+409=589L_2: y = 2 + 5\left(\frac{8}{9}\right) = 2 + \frac{40}{9} = \frac{18+40}{9} = \frac{58}{9}

    Since all coordinates match for specific values of λ\lambda and μ\mu, the lines intersect. This confirms that a unique plane contains both lines.

1.3 Apply the Determinant Formula for the Plane Equation We use point A(1,1,3)A(-1, 1, 3) from L1L_1 as (x1,y1,z1)(x_1, y_1, z_1) and the direction vectors d1=6,7,8\vec{d_1} = \langle 6, 7, 8 \rangle and d2=3,5,7\vec{d_2} = \langle 3, 5, 7 \rangle. The equation of the plane is: x(1)y1z3678357=0\begin{vmatrix} x - (-1) & y - 1 & z - 3 \\ 6 & 7 & 8 \\ 3 & 5 & 7 \end{vmatrix} = 0 x+1y1z3678357=0\begin{vmatrix} x + 1 & y - 1 & z - 3 \\ 6 & 7 & 8 \\ 3 & 5 & 7 \end{vmatrix} = 0

1.4 Expand the Determinant and Simplify Expanding the determinant along the first row: (x+1)(7×78×5)(y1)(6×78×3)+(z3)(6×57×3)=0(x+1)(7 \times 7 - 8 \times 5) - (y-1)(6 \times 7 - 8 \times 3) + (z-3)(6 \times 5 - 7 \times 3) = 0 (x+1)(4940)(y1)(4224)+(z3)(3021)=0(x+1)(49 - 40) - (y-1)(42 - 24) + (z-3)(30 - 21) = 0 (x+1)(9)(y1)(18)+(z3)(9)=0(x+1)(9) - (y-1)(18) + (z-3)(9) = 0

To simplify, we divide the entire equation by 9: (x+1)2(y1)+(z3)=0(x+1) - 2(y-1) + (z-3) = 0 x+12y+2+z3=0x + 1 - 2y + 2 + z - 3 = 0 x2y+z=0x - 2y + z = 0 This is the equation of the plane containing the two given lines.

Step 2: Calculate the Perpendicular Distance (PQ) from Point P to the Plane

We need to find the perpendicular distance from point P(7,2,13)P(7, -2, 13) to the plane x2y+z=0x - 2y + z = 0.

2.1 Identify Point Coordinates and Plane Coefficients

  • Point coordinates: (x0,y0,z0)=(7,2,13)(x_0, y_0, z_0) = (7, -2, 13).
  • Plane equation: x2y+z=0x - 2y + z = 0. Comparing this with the general plane equation Ax+By+Cz+Dplane=0Ax + By + Cz + D_{plane} = 0, we have: A=1A = 1 B=2B = -2 C=1C = 1 Dplane=0D_{plane} = 0

2.2 Apply the Distance Formula Substitute these values into the perpendicular distance formula: PQ=Ax0+By0+Cz0+DplaneA2+B2+C2PQ = \frac{|A x_0 + B y_0 + C z_0 + D_{plane}|}{\sqrt{A^2 + B^2 + C^2}} PQ=1(7)+(2)(2)+1(13)+012+(2)2+12PQ = \frac{|1(7) + (-2)(-2) + 1(13) + 0|}{\sqrt{1^2 + (-2)^2 + 1^2}} PQ=7+4+131+4+1PQ = \frac{|7 + 4 + 13|}{\sqrt{1 + 4 + 1}} PQ=66PQ = \frac{|\sqrt{6}|}{\sqrt{6}} PQ=1PQ = 1

Step 3: Calculate (PQ)2(PQ)^2

The problem asks for the square of the distance, (PQ)2(PQ)^2: (PQ)2=(1)2(PQ)^2 = (1)^2 (PQ)2=1(PQ)^2 = 1

Common Mistakes & Tips

  • Verifying Line Properties: Always check if the lines are parallel or intersecting. If they are skew, a single plane cannot contain both lines. If they are parallel, the plane equation is found differently.
  • Sign Errors: Be meticulous with signs when substituting coordinates into the determinant and the distance formula. A small sign error can lead to an incorrect result.
  • Determinant Expansion: Double-check the calculation of minors and cofactors when expanding the determinant.
  • Simplifying the Plane Equation: After finding the plane equation, dividing by a common factor (if any) simplifies the coefficients, making subsequent distance calculations easier.
  • Final Step: Ensure you calculate exactly what the question asks for (e.g., distance, square of distance, foot of perpendicular, etc.). In this case, it was (PQ)2(PQ)^2.

Summary

To find (PQ)2(PQ)^2:

  1. We first determined the equation of the plane containing the two given lines. We confirmed that the lines intersect, allowing us to use the determinant method. The plane equation was found to be x2y+z=0x - 2y + z = 0.
  2. Next, we calculated the perpendicular distance PQPQ from the point P(7,2,13)P(7, -2, 13) to this plane using the standard distance formula. The distance PQPQ was calculated as 11.
  3. Finally, we squared this distance to find (PQ)2(PQ)^2, which resulted in 11.

The final answer is 1\boxed{1}.

Practice More 3D Geometry Questions

View All Questions