SOLUTION: When k is a constant, find k for which the length of perpendicular dropped from point (2, 1) to line kx + y + 1 = 0 is √3. Note: Can you please show your full solution? Thank

Algebra ->  Length-and-distance -> SOLUTION: When k is a constant, find k for which the length of perpendicular dropped from point (2, 1) to line kx + y + 1 = 0 is √3. Note: Can you please show your full solution? Thank      Log On


   



Question 1180823: When k is a constant, find k for which the length of perpendicular dropped from point (2, 1) to line kx + y + 1 = 0 is √3.
Note: Can you please show your full solution? Thank you!

Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52809) About Me  (Show Source):
You can put this solution on YOUR website!
.
When k is a constant, find k for which the length of perpendicular dropped from point (2, 1) to line kx + y + 1 = 0 is √3.
Note: Can you please show your full solution? Thank you!
~~~~~~~~~~~~~~~~~


To make the solution easier, I re-formulate the problem in  THIS  EQUIVALENT  WAY:

     Find the coefficient "k" such that the line  kx + y + 1 = 0 
 
     is tangent to the circle of the radius  sqrt%283%29  centered at the point (2,1)


                    Solution


The standard form equation of the circle is

    %28x-2%29%5E2 + %28y-1%29%5E2 = 3.           (1)


The equation of the line is

    y = -kx - 1.                      (2)



Substitute the equation (2) into equation (1), replacing y in the equation (1).

Doing this way, you will get then a single equation for only one unknown x
    
    %28x-2%29%5E2 + %28%28-kx-1%29-1%29%5E2 = 3     (3)

or

    %28x-2%29%5E2 + %28kx%2B2%29%5E2 = 3.          (4)



The idea of the solution to the problem is to reduce equation (4) to standard form quadratic equation
and then to find the value of "k" from the condition that this equation has ONLY ONE real solution
(which is equivalent to the fact that the line(2) and the circle (1) have ONLY ONE common point).


So, we simplify equation (4) step by step

    x^2 - 4x + 4 + k^2x^2 + 4kx + 4 = 3

    x^2(1+k^2) - 4x(1-k) + 5 = 0.       (5)


Now we will find "k" from the condition that the discriminant of equation (5) is equal to zero.


The discriminant  d  is

    d = b^2 - 4ac = %28-4%281-k%29%29%5E2 - 4%2A5%2A%281%2Bk%5E2%29 = 16%281-k%29%5E2 - 20%281%2Bk%5E2%29.


The condition d = 0  is

    16%281-k%29%5E2    = 20%281%2Bk%5E2%29

    4(1-k)^2       = 5(1+k^2)

    4 - 8k + 4k^2  = 5 + 5k^2

    k^2 + 8k + 1 = 0

    k%5B1%2C2%5D = %28-8+%2B-+sqrt%288%5E2+-+4%2A1%29%29%2F2 = %28-8+%2B-+sqrt%2860%29%29%2F2 = -4+%2B-+sqrt%2815%29.


So, there are 2 (two, TWO) values for k:  k%5B1%5D = -4+%2B+sqrt%2815%29%29  and  k%5B2%5D = -4+-+sqrt%2815%29.


ANSWER.  There are two solutions for "k" :  k%5B1%5D = -4+%2B+sqrt%2815%29%29  and  k%5B2%5D = -4+-+sqrt%2815%29.

Solved, answered and carefully explained in all details.


//////////////


Do not forget to post your  "THANKS"  to me for my teaching.



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The perpendicular from a point to a line is the shortest distance from the point to the line.

The distance from the point (p,q) to the line Ax+By+C=0 is given by the formula abs%28%28Ap%2BBq%2BC%29%2F%28sqrt%28A%5E2%2BB%5E2%29%29%29

In your problem, A=k, B=1, C=1, p=2, and q=1; and the distance is sqrt(3).



abs%28%282k%2B2%29%2Fsqrt%28k%5E2%2B1%29%29=sqrt%283%29

Square both sides....

%28%282k%2B2%29%5E2%2F%28k%5E2%2B1%29%29=3
%282k%2B2%29%5E2=3%28k%5E2%2B1%29
4k%5E2%2B8k%2B4=3k%5E2%2B3
k%5E2%2B8k%2B1=0

The quadratic does not factor over the integers, so use the quadratic formula.

k+=+%28-8%2B-sqrt%2864-4%29%29%2F2+=+-4%2B-sqrt%2815%29