Line Parallel to Given Line Intersecting Planes at Points P Q R
A straight line drawn from the point P(1,3,2), parallel to the line 1x−2=2y−4=1z−6, intersects the plane L1:x−y+3z=6 at the point Q. Another straight line which passes through Q and is perpendicular to the plane L1 intersects the plane L2:2x−y+z=−4 at the point R. Then which of the following statements is (are) TRUE?
Options
A
The length of the line segment PQ is 6
Correct
B
The coordinates of R are (1,6,3)
C
The centroid of the triangle PQR is (34,314,35)
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 Q
The given point is P(1,3,2). The straight line through P is parallel to the line:
1x−2=2y−4=1z−6
Thus, its direction vector is d=⟨1,2,1⟩.
The equation of the line passing through P(1,3,2) is:
1x−1=2y−3=1z−2=λ
Any general point on this line can be expressed as:
Qλ=(1+λ,3+2λ,2+λ)
Since this line intersects the plane L1:x−y+3z=6 at Q, we substitute Qλ into the equation of L1:
(1+λ)−(3+2λ)+3(2+λ)=61+λ−3−2λ+6+3λ=62λ+4=6⟹2λ=2⟹λ=1
Substituting λ=1 back into the coordinates of Qλ:
Q=(1+1,3+2(1),2+1)=(2,5,3)
Step 2: Find the length of line segment PQ
Using the distance formula between P(1,3,2) and Q(2,5,3):
PQ=(2−1)2+(5−3)2+(3−2)2=12+22+12=6
Thus, Option (A) is TRUE.
Step 3: Find the coordinates of point R
A line passing through Q(2,5,3) is perpendicular to plane L1:x−y+3z=6. The normal vector to plane L1 is n=⟨1,−1,3⟩.
The equation of this perpendicular line is:
1x−2=−1y−5=3z−3=μ
Any general point on this line can be written as:
Rμ=(2+μ,5−μ,3+3μ)
Since this line intersects the plane L2:2x−y+z=−4 at R, we substitute Rμ into L2:
2(2+μ)−(5−μ)+(3+3μ)=−44+2μ−5+μ+3+3μ=−46μ+2=−4⟹6μ=−6⟹μ=−1
Substituting μ=−1 gives the coordinates of R:
R=(2+(−1),5−(−1),3+3(−1))=(1,6,0)
Since the coordinates of R are (1,6,0), Option (B) is FALSE.
Step 4: Find the centroid of △PQR
The centroid G of △PQR with vertices P(1,3,2), Q(2,5,3), and R(1,6,0) is given by:
G=(31+2+1,33+5+6,32+3+0)=(34,314,35)
Thus, Option (C) is TRUE.
Step 5: Find the perimeter of △PQR
We calculate the side lengths of △PQR:
PQ=6
QR=(1−2)2+(6−5)2+(0−3)2=(−1)2+12+(−3)2=11
PR=(1−1)2+(6−3)2+(0−2)2=02+32+(−2)2=13
The perimeter of △PQR is:
Perimeter=PQ+QR+PR=6+11+13