Consider the line with vector equation, , and let be the point . One value of will make the shortest distance between the point and the line , 7 units long. This value of can be written in the form . What is the value of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
First the line joining P and the line l must be defined using vector subtraction. Let this line be defined as P N .
P N = ( k + 2 λ 6 − 4 λ ) − ( 4 2 ) = ( 2 λ + k − 4 4 − 4 λ )
When this vector P N is normal to the direction vector of line l , ( 2 − 4 ) , the vector P N is at its shortest length. When dotting two orthogonal vectors the output should be 0. Using this definition, one can determine the value of λ which minimizes the length of the vector P N .
( 2 − 4 ) ⋅ ( 2 λ + k − 4 4 − 4 λ ) = 0
− 4 ( 4 − 4 λ ) + 2 ( 2 λ + k − 4 ) = 0
λ = 1 0 1 2 − k
Inputting this value of lambda into P N puts P N in terms of k .
P N = ( 2 ( 1 0 1 2 − k ) + k − 4 4 − 4 ( 1 0 1 2 − k ) ) = ( 5 2 k − 4 ) i + ( 5 4 k − 8 ) j
To determine the length of the vector P N , one must add the squares of each component of the vector followed by square rooting the result. The length is indicated by ∣ P N ∣ .
∣ P N ∣ 2 = ( 5 2 k − 4 ) 2 + ( 5 4 k − 8 ) 2
= 5 4 k 2 − 1 6 k + 1 6 = 5 4 ( k − 2 ) 2
∴ ∣ P N ∣ = 5 4 ( k − 2 ) 2 = 5 2 k − 4
Equating this to the value of 7 provided in the question gives us the value of k required.
7 = 5 2 k − 4
k = 2 7 5 + 2
Comparing the value of k to b a c + b we determine
a = 7 b = 2 c = 5
Inputting the values of a , b and c into 3 a + 2 b + c yields
3 ( 7 ) + 2 ( 2 ) + ( 5 ) = 3 0