+4 marks−1 if incorrectSingle correctPrevious-year question
Foot of a Perpendicular from a Point to a 3D Line
β γ be the foot of perpendicular from the point (1,2,3) on the line (x+3)/5=(y-1)/2=(z+4)/3, then 19(α+β+γ) is equal to:
Your answer stays private
What feels right?
Hint 1 of 4
Let the line be parameterized by \frac{x+3}{5}=\frac{y-1}{2}=rac{z+4}{3}=\lambda. What are the coordinates of a general point on this line?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The coordinates of the foot of perpendicular (α,β,γ) give α+β+γ=19101, so 19(α+β+γ)=101.
Option analysis
Why each option works or fails
A · 102
Arithmetic addition error when computing 10(18)−114, leading to an extra unit. Ensure exact arithmetic when computing 19(α+β+γ)=10(18)−114=180−114=101 (with correct sum formulation: 10λ−6⟹190λ/19−114=180−114=66, but with correct (α+β+γ)=(5λ−3)+(2λ+1)+(3λ−4)=10λ−6, carefully verify each term).
B · 101
This is the correct value. Correctly parameterize the line, use the dot product condition with the direction vector to find λ=1918, and evaluate 19(α+β+γ)=19(10λ−6)=101.
C · 99
Sign error when finding the vector connecting the given point to the parametric point on the line. Check the signs: the vector is (5λ−3−1,2λ+1−2,3λ−4−3)=(5λ−4,2λ−1,3λ−7).
D · 100
Arithmetic off-by-one subtraction slip when evaluating the numerator in the dot product or the linear combination. Re-check the dot product: 5(5λ−4)+2(2λ−1)+3(3λ−7)=38λ−43=0⟹λ=3843, then 10λ−6=10(3843)−6=19215−114=19101.
Reviewed route
Solution
StepWorking
01Given
Given the point A(1,2,3) and the line L:5x+3=2y−1=3z+4=k. Let the foot of the perpendicular from A to L be P(α,β,γ).
02Goal
Find the value of 19(α+β+γ).
03Approach
Express the coordinates of an arbitrary point P on the line in terms of parameter k. Find the direction ratios of the vector AP and use the orthogonality condition AP⋅d=0, where d=⟨5,2,3⟩ is the direction vector of the line, to solve for k.
04Execute
The general point on the line is P(5k−3,2k+1,3k−4). The direction ratios of AP are (5k−3−1,2k+1−2,3k−4−3)=(5k−4,2k−1,3k−7).
Since AP⊥L:
5(5k−4)+2(2k−1)+3(3k−7)=0(25k−20)+(4k−2)+(9k−21)=038k−43=0⟹k=3843
05Execute
The coordinates of the foot are α=5k−3, β=2k+1, γ=3k−4.
Their sum is:
α+β+γ=(5k−3)+(2k+1)+(3k−4)=10k−6
Now compute 19(α+β+γ):
19(10k−6)=19(10×3843−6)=19(19215−6)=215−114=101
✓Verify
Substitute k=3843 back to get (α,β,γ)=(38101,38124,38−23).
Sum α+β+γ=38101+124−23=38202=19101.
Multiplying by 19 gives exactly 101.
Hints that build this answer step by step
Let the line be parameterized by \frac{x+3}{5}=\frac{y-1}{2}=rac{z+4}{3}=\lambda. What are the coordinates of a general point on this line?
(5λ−3,2λ+1,3λ−4)
Let P=(1,2,3) and Q=(5λ−3,2λ+1,3λ−4). Since PQ is perpendicular to the line with direction vector d=⟨5,2,3⟩, what equation must λ satisfy?
5(5λ−4)+2(2λ−1)+3(3λ−7)=0
Solving 5(5λ−4)+2(2λ−1)+3(3λ−7)=0 gives which value of λ?