Animated Solution for Mathematics - Three Dimensional Geometry: If the image of the point P(1,2,a) in the line 3x−6=2y−7=27−z is Q(5,b,c), then a2+b2+c2 is equal to
Select Answer:
Visualized Solution
Visualizing the Image in a Line
Given point P(1,2,a) and its image Q(5,b,c) in line L.
Line L acts as a perpendicular bisector of segment PQ.
Since M lies on L, its coordinates must satisfy the line equation.
Substitute x=3 into the first ratio: 33−6
3−3=−1
Therefore, all ratios of the line equation must equal −1 at point M.
Solving for b
Equate the y-ratio to −1: 222+b−7=−1
Multiply by 2: 22+b−7=−2
Add 7: 22+b=5
Solve for b: 2+b=10⇒b=8
First Relation for a and c
Equate the z-ratio to −1: −22a+c−7=−1
Multiply by −2: 2a+c−7=2
Add 7: 2a+c=9
First linear equation: a+c=18
The Perpendicularity Condition
Vector PQ=(5−1,b−2,c−a)=(4,6,c−a)
Direction of line L: d=(3,2,−2)
Since PQ⊥L, their dot product is zero: PQ⋅d=0
Second Relation for a and c
Compute dot product: (4)(3)+(6)(2)+(c−a)(−2)=0
12+12−2(c−a)=0
24=2(c−a)
Second linear equation: c−a=12
Solving the Linear System
System of equations:
1) c+a=18
2) c−a=12
Add the equations: 2c=30⇒c=15
Substitute c back: 15+a=18⇒a=3
Final Computation
We found: a=3, b=8, c=15
Target expression: a2+b2+c2
Substitute values: 32+82+152
Calculate: 9+64+225=298
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
The Geometry of Reflection
A 3D Journey
In 3D coordinate geometry, finding the image of a point P in a line L is a precise geometric consequence of the laws of optics. The line L acts as a mirror, and for Q to be the true image of P, the line must be the perpendicular bisector of the segment PQ.
This implies two fundamental conditions: the midpoint M of PQ must lie on the line L, and the vector PQ must be perpendicular to the direction vector d of the line.
The Trap in the Equation
Before proceeding, we must be vigilant regarding the given line equation:
3x−6=2y−7=27−z
The z-term is written as 7−z. In standard form, we require the variable to come first, such as z−7. We rewrite the expression as:
3x−6=2y−7=−2z−7
Now, the direction vector d is clearly (3,2,−2). This adjustment is the difference between a correct solution and a common error.
The Midpoint Strategy
We know that the midpoint M of PQ lies on the line. Given P(1,2,a) and Q(5,b,c), the midpoint M is:
M=(21+5,22+b,2a+c)=(3,22+b,2a+c)
Since M lies on the line, its coordinates must satisfy the line equation. Substituting x=3 into the first ratio:
33−6=−1
This indicates that for point M, every ratio in the line equation must equal −1. This allows us to solve for b and c:
22+b=−1⇒2+b=−2⇒b=−4
−2a+c−7=−1⇒a+c−7=2⇒a+c=9
The Perpendicularity Condition
We use the second geometric condition: PQ⊥d. The vector PQ is (5−1,b−2,c−a), which simplifies to (4,b−2,c−a).
Since the dot product of perpendicular vectors is zero, we compute:
(4)(3)+(b−2)(2)+(c−a)(−2)=0
Substituting b=−4:
12+(−4−2)(2)−2(c−a)=0
12−12−2(c−a)=0⇒c−a=0⇒c=a
Given a+c=9 and c=a, we find 2a=9, so a=4.5 and c=4.5.
The Final Victory
We have successfully navigated the geometry and the algebra. We found a=4.5, b=−4, and c=4.5.
The final step is to compute a2+b2+c2:
a2+b2+c2=(4.5)2+(−4)2+(4.5)2
=20.25+16+20.25=56.5
By respecting the geometric constraints and carefully handling the algebra, we turned a complex 3D problem into a series of logical, manageable steps.