3D Geometry: Foot of Perpendicular, Image, and Distance
A worked 3D geometry problem: find the foot of the perpendicular from a point to a line, the image of the point in that line, and the perpendicular distance.
This lesson works through a single, exam-style 3D coordinate geometry question step by step. Starting from the point and the line in symmetric form, it writes a general point on the line using a parameter, then uses the perpendicularity condition to find the foot of the perpendicular. From there it reflects the original point to get its image and uses the distance formula to find the length of the perpendicular.
What you'll learn
Write a general point on a line by setting its symmetric form equal to a parameter
Use the perpendicularity condition between direction ratios to find the foot of the perpendicular
Find the image of a point in a line by treating the foot as the midpoint
Apply the distance formula to find the length of the perpendicular
Lesson chapters
0:00The problem: foot, image, and distance
0:41A general point on the line using lambda
1:32Direction ratios and the perpendicularity condition
3:03Solving for lambda and the foot of the perpendicular
3:33Image of the point using the midpoint
4:33Length of the perpendicular by the distance formula
Lesson notes
This lesson works through one 3D coordinate geometry question: given the point P(0,2,3) and the line 5x+3=2y−1=3z+4, we find the foot of the perpendicular from P to the line, the image of P in the line, and the length of the perpendicular.
A general point on the line
Set each ratio equal to a parameter λ:
5x+3=2y−1=3z+4=λ
Solving each part gives a general point on the line in terms of λ:
x=5λ−3,y=2λ+1,z=3λ−4
Let M(5λ−3,2λ+1,3λ−4) be the foot of the perpendicular from P to the line.
Direction ratios and the perpendicularity condition
The direction ratios of PM come from subtracting the coordinates of P(0,2,3) from those of M:
PM:(5λ−3,2λ−1,3λ−7)
The direction ratios of the line are the denominators:
AB:(5,2,3)
Since PM is perpendicular to the line, the sum of the products of corresponding direction ratios is zero:
5(5λ−3)+2(2λ−1)+3(3λ−7)=0
Expanding:
25λ−15+4λ−2+9λ−21=0
38λ−38=0⟹λ=1
The foot of the perpendicular
Substitute λ=1 back into M:
M=(5(1)−3,2(1)+1,3(1)−4)=(2,3,−1)
So the foot of the perpendicular is M(2,3,−1).
Image of the point
Let P′(α,β,γ) be the image of P in the line. The foot M is the midpoint of PP′:
(2,3,−1)=(2α+0,2β+2,2γ+3)
Equating each coordinate:
x:2=2α⇒α=4
y:3=2β+2⇒6=β+2⇒β=4
z:−1=2γ+3⇒−2=γ+3⇒γ=−5
So the image is P′(4,4,−5).
Length of the perpendicular
The length of the perpendicular is the distance PM between P(0,2,3) and M(2,3,−1):
PM=(0−2)2+(2−3)2+(3−(−1))2
PM=(−2)2+(−1)2+42=4+1+16=21units
Key takeaways
A general point on a line in symmetric form is found by setting the ratios equal to a parameter λ.
The foot of the perpendicular comes from the condition that the direction ratios of PM and the line satisfy a1a2+b1b2+c1c2=0.
The image of a point in a line is found by treating the foot of the perpendicular as the midpoint of the point and its image.
The length of the perpendicular is the distance between the point and the foot, here 21 units.