Animated Solution for Mathematics - Three Dimensional Geometry: Let A and B be two distinct points on the line L:3x−6=2y−7=−2z−7. Both A and B are at a distance 217 from the foot of perpendicular drawn from the point (1,2,3) on the line L. If O is the origin, then OA⋅OB is equal to:
Select Answer:
Visualized Solution
Visualizing the Geometry
Given: Point P(1,2,3) and Line L:3x−6=2y−7=−2z−7
Objective: Find OA⋅OB where A,B are on L at distance 217 from the foot of perpendicular Q.
Defining General Point Q
Let the foot of perpendicular be Q.
Since Q lies on L, let 3x−6=2y−7=−2z−7=λ
General coordinates of Q: (3λ+6,2λ+7,−2λ+7)
Vector PQ and Direction d
Vector PQ=(3λ+6−1,2λ+7−2,−2λ+7−3)
PQ=(3λ+5,2λ+5,−2λ+4)
Direction vector of line L: d=(3,2,−2)
Applying Perpendicularity
Since PQ⊥d, then PQ⋅d=0
Raw substitution: 3(3λ+5)+2(2λ+5)−2(−2λ+4)=0
Solving for λ
Expand: 9λ+15+4λ+10+4λ−8=0
Combine terms: 17λ+17=0
Solve: λ=−1
Coordinates of Foot Q
Substitute λ=−1 into Q(3λ+6,2λ+7,−2λ+7)
x=3(−1)+6=3
y=2(−1)+7=5
z=−2(−1)+7=9
Q=(3,5,9)
Finding Points A and B
Distance d=217 from Q along line L
Direction vector d=(3,2,−2) has magnitude ∣d∣=32+22+(−2)2=17
Points A,B=Q±distance×∣d∣d
=(3,5,9)±217×17(3,2,−2)
=(3,5,9)±2(3,2,−2)
Calculating Coordinates of A and B
A=(3+6,5+4,9−4)=(9,9,5)
B=(3−6,5−1,9+4)=(−3,1,13)
The Final Dot Product
OA⋅OB=(9)(−3)+(9)(1)+(5)(13)
=−27+9+65
=47
Final Answer:47
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
Analyzing the Setup
Imagine you are standing in a vast room. There is a straight line L stretching across the room, and a point P(1,2,3) hovering in space. We are tasked with finding two points, A and B, on this line that are defined by their relationship to the 'foot of the perpendicular' from P to L.
Let's call this foot Q. Think of Q as the shadow of P cast onto the line L. To find Q, we use the parametric form of the line. By setting the line equation equal to a parameter λ:
3x−6=2y−7=−2z−7=λ
We can express any point on the line as Q(3λ+6,2λ+7,−2λ+7). This is our anchor.
The Perpendicularity Condition
Now, we must pin down λ. We know that the vector PQ must be perpendicular to the line L. In the language of vectors, this means the dot product of PQ and the direction vector of the line, d=(3,2,−2), must be zero.
That is, PQ⋅d=0. First, we calculate the vector PQ:
PQ=(3λ+6−1,2λ+7−2,−2λ+7−3)=(3λ+5,2λ+5,−2λ+4)
Taking the dot product with d=(3,2,−2), we get the following equation:
3(3λ+5)+2(2λ+5)−2(−2λ+4)=0
Expanding this, we find:
9λ+15+4λ+10+4λ−8=0
This simplifies to 17λ+17=0, which yields λ=−1. Substituting this back into our expression for Q, we find our anchor point Q(3,5,9).
The Leap Along the Line
With Q found, the rest of the journey is a simple walk. We need points A and B at a distance of 217 from Q. The direction vector d=(3,2,−2) has a magnitude of:
∣d∣=32+22+(−2)2=9+4+4=17
This is a gift! It means that moving one unit of d takes us 17 units of distance. To move 217 units, we simply move 2d from Q.
Thus, A and B are given by Q±2d:
A=(3+2(3),5+2(2),9+2(−2))=(9,9,5)
B=(3−2(3),5−2(2),9−2(−2))=(−3,1,13)
The Final Calculation
We have arrived at the finish line. We need the dot product OA⋅OB. Since O is the origin, OA and OB are simply the coordinates of A and B.
We compute the dot product as follows:
OA⋅OB=(9)(−3)+(9)(1)+(5)(13)
OA⋅OB=−27+9+65=47
The final result is 47. It is a beautiful, clean integer—the hallmark of a well-crafted JEE problem.