SOLUTION: find the equation of the line through (7,-4) passing at a distance 1 from the point (2,1)

Algebra ->  Length-and-distance -> SOLUTION: find the equation of the line through (7,-4) passing at a distance 1 from the point (2,1)      Log On


   



Question 829415: find the equation of the line through (7,-4) passing at a distance 1 from the point (2,1)
Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
We will use the point-to-line formula:

The perpendicular distance from the point (x1,y1)
to the line Ax+By+C=0 is
d = abs%28Ax%5B1%5D%2BBy%5B1%5D%2BC%29%2Fsqrt%28A%5E2%2BB%5E2%29

Suppose the required line has the equation

    y = mx+b

Since it passes through (7,-4)

   -4 = m(7)+b
   -4 = 7m + b
-4-7m = b 

So y = mx+b becomes

   y = mx-4-7m

Let's get it in the form Ax+By+C=0 so we can use
the point-to-line formula above.

       mx-4-7m = y

     mx-y-4-7m = 0

where A = m, B=-1, C=-4-7m

Using the point-to-line formula

d = abs%28Ax%5B1%5D%2BBy%5B1%5D%2BC%29%2Fsqrt%28A%5E2%2BB%5E2%29

Since we want d to equal 1, and (x1,y1) = (2,1)

1 = abs%28m%282%29%2B%28-1%29%281%29%2B%28-4-7m%29%29%2Fsqrt%28m%5E2%2B%28-1%29%5E2%29

1 = abs%282m-1-4-7m%29%2Fsqrt%28m%5E2%2B1%29

1 = abs%28-5m-5%29%2Fsqrt%28m%5E2%2B1%29

Multiply both sides by sqrt%28m%5E2%2B1%29

sqrt%28m%5E2%2B1%29%22%22=%22%22abs%28-5m-5%29

Square both sides

m²+1 = (-5m-5)²

m²+1 = (-5m-5)(-5m-5)

m²+1 = 25m²+25m+25m+25

m²+1 = 25m²+50m+25

   0 = 24m²+50m+24

Divide through by 2

   0 = 12m²+25m+12

   0 = (4m+3)(3m+4)

Use the zero-factor property:

      4m+3=0  3m+4=0
        4m=-3   3m=-4       
         m=-3%2F4   m=-4%2F3

So we have two solutions.  From above we have
-4-7m = b

Using m=-3%2F4

-4-7(-3%2F4) = b

-4+(21%2F4) = b

Clear of fractions:

-16+21 = 4b
     5 = 4b
     5%2F4 = b

Substituting in y = mx+b

   y%22%22=%22%22expr%28-3%2F4%29x%2B5%2F4

That's one solution.

Using m=-4%2F3

-4-7(-4%2F3) = b

-4+(28%2F3) = b

Clear of fractions:

-12+28 = 3b
    16 = 3b
     16%2F3 = b

Substituting in y = mx+b

   y%22%22=%22%22expr%28-4%2F3%29x%2B16%2F3

Now let's draw the graphs and see if it looks right.  We plot the points
(2,1) and (7,-4) and the lines

   y%22%22=%22%22expr%28-3%2F4%29x%2B5%2F4
   y%22%22=%22%22expr%28-4%2F3%29x%2B16%2F3



Those lines both pass through (7,-4) and they look like they are both
1 unit from the point (2,1).  So that must be correct

Edwin