Animated Solution for Mathematics - Three Dimensional Geometry: Let a straight line L pass through the point P(2,−1,3) and be perpendicular to the lines 2x−1=1y+1=−2z−3 and 1x−3=3y−2=4z+2 If the line L intersects the yz-plane at the point Q, then the distance between the points P and Q is
Select Answer:
Visualized Solution
Visualizing the Problem Setup
Given point: P(2,−1,3)
Line L passes through P and is perpendicular to two given lines.
Goal: Find intersection of L with yz-plane (Point Q) and calculate distance PQ.
Extracting Direction Vectors d1,d2
L1:2x−1=1y+1=−2z−3
d1=2i^+j^−2k^
L2:1x−3=3y−2=4z+2
d2=i^+3j^+4k^
Cross Product d=d1×d2
Direction of L is perpendicular to both d1 and d2.
d=d1×d2
d=i^21j^13k^−24
Evaluating the Determinant
d=i^(4−(−6))−j^(8−(−2))+k^(6−1)
d=10i^−10j^+5k^
Simplifying Direction Ratios
d=5(2i^−2j^+k^)
Direction ratios of L are proportional to (10,−10,5).
Simplified direction ratios: (2,−2,1)
Equation of Line L
Line L passes through P(2,−1,3) with direction (2,−2,1).
Symmetric equation:
2x−2=−2y+1=1z−3
Parametric Coordinates of Q
Let 2x−2=−2y+1=1z−3=t
General point Q on line L:
Q(2t+2,−2t−1,t+3)
Condition for yz-plane
Line L intersects the yz-plane at point Q.
Equation of yz-plane is x=0.
Solving for t
Substitute x-coordinate of Q into x=0:
2t+2=0
2t=−2⟹t=−1
Exact Coordinates of Q
Substitute t=−1 into Q(2t+2,−2t−1,t+3):
y=−2(−1)−1=2−1=1
z=−1+3=2
Coordinates of Q: (0,1,2)
Distance Formula Setup
Distance formula for PQ:
PQ=(x2−x1)2+(y2−y1)2+(z2−z1)2
Points: P(2,−1,3) and Q(0,1,2)
Final Distance Calculation
PQ=(0−2)2+(1−(−1))2+(2−3)2
PQ=(−2)2+(2)2+(−1)2
PQ=4+4+1
PQ=9=3
00:00 / 00:00
The Sigma Insight: Intersection of a Line and a Plane
Solution Diagram
Analyzing the Setup
We are given a point P(2,−1,3) and a line L passing through P. This line L is constrained to be perpendicular to two given lines, L1 and L2. Our goal is to find the point Q where L intersects the yz-plane and to calculate the distance PQ.
Extracting the DNA of the Lines
Every line in 3D space carries its orientation in its direction vector. The symmetric equations for our lines are:
L1:2x−1=1y+1=−2z−3
L2:1x−3=3y−2=4z+2
From these, we extract the direction vectors d1=2i^+j^−2k^ and d2=i^+3j^+4k^. These vectors represent the orientation of the lines in space.
The Power of the Cross Product
We require a direction vector d for line L that is perpendicular to both d1 and d2. We calculate this using the cross product d=d1×d2:
d=i^21j^13k^−24
Expanding the determinant, we obtain:
d=i^(4−(−6))−j^(8−(−2))+k^(6−1)=10i^−10j^+5k^
To simplify our calculations, we scale this vector by dividing by 5, yielding the direction ratios (2,−2,1).
Defining the Path
With point P(2,−1,3) and direction vector (2,−2,1), the symmetric equation of line L is:
2x−2=−2y+1=1z−3=t
By introducing the parameter t, any point Q on line L can be expressed as:
Q(2t+2,−2t−1,t+3)
The Intersection
The point Q lies on the yz-plane, which implies that its x-coordinate must be zero. Setting the x-component of Q to zero:
2t+2=0⇒t=−1
Substituting t=−1 into the expressions for y and z, we find:
y=−2(−1)−1=1
z=−1+3=2
Thus, the intersection point is Q(0,1,2).
The Final Distance
We calculate the distance between P(2,−1,3) and Q(0,1,2) using the distance formula: