JEE Challenger
More from Three Dimensional Geometry

Line Parallel to Given Line Intersecting Planes at Points P Q R

A straight line drawn from the point P(1,3,2)P(1,3,2), parallel to the line x21=y42=z61,\frac{x-2}{1} = \frac{y-4}{2} = \frac{z-6}{1}, intersects the plane L1:xy+3z=6L_1 : x - y + 3z = 6 at the point QQ. Another straight line which passes through QQ and is perpendicular to the plane L1L_1 intersects the plane L2:2xy+z=4L_2 : 2x - y + z = -4 at the point RR. Then which of the following statements is (are) TRUE?

Options

A

The length of the line segment PQPQ is 6\sqrt{6}

Correct
B

The coordinates of RR are (1,6,3)(1,6,3)

C

The centroid of the triangle PQRPQR is (43,143,53)\left(\frac{4}{3}, \frac{14}{3}, \frac{5}{3}\right)

Correct
D

The perimeter of the triangle PQRPQR is 2+6+11\sqrt{2} + \sqrt{6} + \sqrt{11}

Step-by-Step Solution

To determine which of the given statements are true, we break down the problem into step-by-step geometric calculations.

Step 1: Find the coordinates of point QQ

The given point is P(1,3,2)P(1, 3, 2). The straight line through PP is parallel to the line: x21=y42=z61\frac{x-2}{1} = \frac{y-4}{2} = \frac{z-6}{1}

Thus, its direction vector is d=1,2,1\vec{d} = \langle 1, 2, 1 \rangle.

The equation of the line passing through P(1,3,2)P(1, 3, 2) is: x11=y32=z21=λ\frac{x-1}{1} = \frac{y-3}{2} = \frac{z-2}{1} = \lambda

Any general point on this line can be expressed as: Qλ=(1+λ,3+2λ,2+λ)Q_\lambda = (1+\lambda, \, 3+2\lambda, \, 2+\lambda)

Since this line intersects the plane L1:xy+3z=6L_1 : x - y + 3z = 6 at QQ, we substitute QλQ_\lambda into the equation of L1L_1: (1+λ)(3+2λ)+3(2+λ)=6(1+\lambda) - (3+2\lambda) + 3(2+\lambda) = 6 1+λ32λ+6+3λ=61 + \lambda - 3 - 2\lambda + 6 + 3\lambda = 6 2λ+4=6    2λ=2    λ=12\lambda + 4 = 6 \implies 2\lambda = 2 \implies \lambda = 1

Substituting λ=1\lambda = 1 back into the coordinates of QλQ_\lambda: Q=(1+1,3+2(1),2+1)=(2,5,3)Q = (1+1, \, 3+2(1), \, 2+1) = (2, 5, 3)


Step 2: Find the length of line segment PQPQ

Using the distance formula between P(1,3,2)P(1, 3, 2) and Q(2,5,3)Q(2, 5, 3): PQ=(21)2+(53)2+(32)2=12+22+12=6PQ = \sqrt{(2-1)^2 + (5-3)^2 + (3-2)^2} = \sqrt{1^2 + 2^2 + 1^2} = \sqrt{6}

Thus, Option (A) is TRUE.


Step 3: Find the coordinates of point RR

A line passing through Q(2,5,3)Q(2, 5, 3) is perpendicular to plane L1:xy+3z=6L_1 : x - y + 3z = 6. The normal vector to plane L1L_1 is n=1,1,3\vec{n} = \langle 1, -1, 3 \rangle.

The equation of this perpendicular line is: x21=y51=z33=μ\frac{x-2}{1} = \frac{y-5}{-1} = \frac{z-3}{3} = \mu

Any general point on this line can be written as: Rμ=(2+μ,5μ,3+3μ)R_\mu = (2+\mu, \, 5-\mu, \, 3+3\mu)

Since this line intersects the plane L2:2xy+z=4L_2 : 2x - y + z = -4 at RR, we substitute RμR_\mu into L2L_2: 2(2+μ)(5μ)+(3+3μ)=42(2+\mu) - (5-\mu) + (3+3\mu) = -4 4+2μ5+μ+3+3μ=44 + 2\mu - 5 + \mu + 3 + 3\mu = -4 6μ+2=4    6μ=6    μ=16\mu + 2 = -4 \implies 6\mu = -6 \implies \mu = -1

Substituting μ=1\mu = -1 gives the coordinates of RR: R=(2+(1),5(1),3+3(1))=(1,6,0)R = (2 + (-1), \, 5 - (-1), \, 3 + 3(-1)) = (1, 6, 0)

Since the coordinates of RR are (1,6,0)(1, 6, 0), Option (B) is FALSE.


Step 4: Find the centroid of PQR\triangle PQR

The centroid GG of PQR\triangle PQR with vertices P(1,3,2)P(1,3,2), Q(2,5,3)Q(2,5,3), and R(1,6,0)R(1,6,0) is given by: G=(1+2+13,3+5+63,2+3+03)=(43,143,53)G = \left( \frac{1+2+1}{3}, \, \frac{3+5+6}{3}, \, \frac{2+3+0}{3} \right) = \left( \frac{4}{3}, \, \frac{14}{3}, \, \frac{5}{3} \right)

Thus, Option (C) is TRUE.


Step 5: Find the perimeter of PQR\triangle PQR

We calculate the side lengths of PQR\triangle PQR:

  • PQ=6PQ = \sqrt{6}
  • QR=(12)2+(65)2+(03)2=(1)2+12+(3)2=11QR = \sqrt{(1-2)^2 + (6-5)^2 + (0-3)^2} = \sqrt{(-1)^2 + 1^2 + (-3)^2} = \sqrt{11}
  • PR=(11)2+(63)2+(02)2=02+32+(2)2=13PR = \sqrt{(1-1)^2 + (6-3)^2 + (0-2)^2} = \sqrt{0^2 + 3^2 + (-2)^2} = \sqrt{13}

The perimeter of PQR\triangle PQR is: Perimeter=PQ+QR+PR=6+11+13\text{Perimeter} = PQ + QR + PR = \sqrt{6} + \sqrt{11} + \sqrt{13}

Thus, Option (D) is FALSE.


Conclusion

The TRUE statements are (A) and (C).

Line Parallel to Given Line Intersecting Planes at Points P Q R | Mathematics PYQ Solution - JEE Challenger