Animated Solution for Mathematics - Three Dimensional Geometry: Let Q(a,b,c) be the image of the point P(3,2,1) in the line 1x−1=2y=1z−1. Then the distance of Q from the line 3x−9=2y−9=−2z−5 is
Select Answer:
Visualized Solution
Visualizing Point P and Line L1
Given point P(3,2,1) and line L1:1x−1=2y=1z−1.
Objective: Find image Q(a,b,c) of P in L1.
Parametric Form of Line L1
Let 1x−1=2y=1z−1=λ.
General point M on L1: (1+λ,2λ,1+λ).
Vector PM and Perpendicularity Condition
Vector PM=(λ−2,2λ−2,λ).
Direction vector of L1: d1=(1,2,1).
Condition: PM⋅d1=0.
Solving for λ
1(λ−2)+2(2λ−2)+1(λ)=0
6λ−6=0⟹λ=1.
Finding Foot of Perpendicular M
Substitute λ=1 into M(1+λ,2λ,1+λ).
Foot of perpendicular M=(2,2,2).
Finding Image Point Q
M is the midpoint of PQ.
Q=2M−P=2(2,2,2)−(3,2,1)=(1,2,3).
Introducing Line L2 and Distance Formula
Second line L2:3x−9=2y−9=−2z−5.
Point on L2, A=(9,9,5).
Direction d2=(3,2,−2).
Vector AQ Calculation
Vector AQ=(1−9,2−9,3−5)=(−8,−7,−2).
Cross Product AQ×d2
AQ×d2=i^−83j^−72k^−2−2=18i^−22j^+5k^.
Magnitudes Calculation
∣AQ×d2∣=182+(−22)2+52=324+484+25=833.
∣d2∣=32+22+(−2)2=9+4+4=17.
Final Distance Calculation
Distance d=∣d2∣∣AQ×d2∣=17833=49=7.
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
Analyzing the Setup
Welcome, future engineers! Today, we are embarking on a journey through the elegant world of 3D coordinate geometry. This problem tests your ability to visualize spatial relationships and apply vector algebra with precision.
We are tracing the path of a point P(3,2,1) as it reflects across a line L1 to form an image Q(a,b,c), and then measuring the distance of Q from a second line L2.
Finding the Foot of the Perpendicular
To find the reflection, we first identify the foot of the perpendicular M from P to the line L1. The line L1 is given by:
1x−1=2y=1z−1=λ
Any point M on this line can be expressed in parametric form as M(1+λ,2λ,1+λ). The direction vector of the line is d1=(1,2,1).
The vector PM is defined as M−P:
PM=(1+λ−3,2λ−2,1+λ−1)=(λ−2,2λ−2,λ)
Since PM is perpendicular to d1, their dot product must be zero:
PM⋅d1=1(λ−2)+2(2λ−2)+1(λ)=0
Expanding this equation yields:
λ−2+4λ−4+λ=0⇒6λ−6=0⇒λ=1
Substituting λ=1 back into the parametric form, we find the foot of the perpendicular M is (2,2,2).
Unveiling the Image Q
Since M is the midpoint of the segment PQ, we use the midpoint formula M=2P+Q, which rearranges to Q=2M−P.
Substituting the coordinates of M and P:
Q=2(2,2,2)−(3,2,1)=(4−3,4−2,4−1)=(1,2,3)
The reflected point is Q(1,2,3).
The Final Distance Calculation
We now calculate the distance from Q(1,2,3) to the line L2:3x−9=2y−9=−2z−5. This line passes through A(9,9,5) with direction vector d2=(3,2,−2).
First, we define the vector AQ=Q−A=(−8,−7,−2). The distance d is given by the formula d=∣d2∣∣AQ×d2∣.