The Shortest Distance between a Line and a Point

Level pending

Consider the line l l with vector equation, r = ( 6 k ) + λ ( 4 2 ) \vec{r} = \binom{6}{k} + \lambda \binom{-4}{2} , and let P P be the point ( 2 , 4 ) (2, 4) . One value of k k will make the shortest distance between the point and the line l l , 7 units long. This value of k k can be written in the form a b c + b \frac{a}{b} \sqrt{c} + b . What is the value of 3 a + 2 b + c 3a+2b+c ?


The answer is 30.

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.

1 solution

Cole Coupland
Feb 27, 2014

First the line joining P P and the line l must be defined using vector subtraction. Let this line be defined as P N \vec{PN} .

P N = ( 6 4 λ k + 2 λ ) ( 2 4 ) = ( 4 4 λ 2 λ + k 4 ) \vec{PN} = \binom{6 - 4 \lambda }{k + 2\lambda} - \binom{2}{4} = \binom{4 - 4 \lambda}{2\lambda + k - 4}

When this vector P N \vec{PN} is normal to the direction vector of line l , ( 4 2 ) \binom{-4}{2} , the vector P N \vec{PN} is at its shortest length. When dotting two orthogonal vectors the output should be 0. Using this definition, one can determine the value of λ \lambda which minimizes the length of the vector P N \vec{PN} .

( 4 2 ) ( 4 4 λ 2 λ + k 4 ) = 0 \binom{-4}{2} \cdot \binom{4 - 4\lambda}{2\lambda + k - 4} = 0

4 ( 4 4 λ ) + 2 ( 2 λ + k 4 ) = 0 -4(4 - 4\lambda) + 2(2\lambda + k - 4) = 0

λ = 12 k 10 \lambda = \frac{12 - k}{10}

Inputting this value of lambda into P N \vec{PN} puts P N \vec{PN} in terms of k k .

P N = ( 4 4 ( 12 k 10 ) 2 ( 12 k 10 ) + k 4 ) = ( 2 k 4 5 ) \vec{PN} = \binom{4 - 4(\frac{12-k}{10})}{2(\frac{12-k}{10}) + k - 4} = (\frac{2k-4}{5}) i + ( 4 k 8 5 ) + (\frac{4k-8}{5}) j

To determine the length of the vector P N \vec{PN} , one must add the squares of each component of the vector followed by square rooting the result. The length is indicated by P N |\vec{PN}| .

P N 2 = ( 2 k 4 5 ) 2 + ( 4 k 8 5 ) 2 |\vec{PN}|^{2} = (\frac{2k-4}{5})^{2} + (\frac{4k-8}{5})^{2}

= 4 k 2 16 k + 16 5 = 4 ( k 2 ) 2 5 \quad \quad \quad \! \, \!= \frac{4k^{2}-16k+16}{5} = \frac{4(k-2)^{2}}{5}

P N = 4 ( k 2 ) 2 5 = 2 k 4 5 \therefore |\vec{PN}| = \sqrt{\frac{4(k-2)^{2}}{5}} = \frac{2k-4}{\sqrt{5}}

Equating this to the value of 7 provided in the question gives us the value of k k required.

7 = 2 k 4 5 7 = \frac{2k-4}{\sqrt{5}}

k = 7 2 5 + 2 k = \frac{7}{2}\sqrt{5} + 2

Comparing the value of k k to a b c + b \frac{a}{b} \sqrt{c} + b we determine

a = 7 b = 2 c = 5 a = 7 \; \; \quad b = 2 \; \; \quad c = 5

Inputting the values of a a , b b and c c into 3 a + 2 b + c 3a + 2b + c yields

3 ( 7 ) + 2 ( 2 ) + ( 5 ) = 30 3(7) + 2(2) + (5) = 30

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...