Question #85982

1 Answer
Nov 17, 2016

#(-36/25, -23/25)#

Explanation:

Two methods of solving:

Method 1: Algebra

Let #(x_0, y_0)# be the point on #-4x+3y-3=0# which is closest to #(4, -5)#.

The line #-4x+3y-3=0# can be rewritten as #y = 4/3x+1#. The shortest line segment between a line and a point not on that line will be perpendicular to the line, meaning the line passing through #(4, -5)# and #(x_0, y_0)# will be perpendicular to #y=4/3x+1#.

If a line has slope #m#, then a perpendicular line to that line will have slope #-1/m#. Thus the line passing through #(4, -5)# and #(x_0, y_0)# has slope #-1/(4/3) = -3/4#. Using the point-slope form a line, that gives it as

#y - (-5) = -3/4(x - 4)#

#=> y = -3/4x - 2#

As #(x_0, y_0)# lies on both that line and the original line, we have

#{(y_0 = -3/4x_0 - 2),(y_0 = 4/3x_0+1):}#

#=> -3/4x_0-2 = 4/3x_0+1#

#=> 25/12x_0 = -3#

#=> x_0 = -36/25#

#=> y_0 = 4/3(-36/25)+1 = -23/25#

#:. (x_0, y_0) = (-36/25, -23/25)#

Method 2: Calculus

As above, we can rewrite the line as #y = 4/3x + 1#, meaning every point on the line is of the form #(x, 4/3x+1)#. Using the distance formula, the distance between a point on the line and #(4, -5)# is

#sqrt((4-x)^2+(-5-(4/3x+1))^2)#

#= sqrt((4-x)^2+(-4/3x-6)^2)#
#=sqrt(25/9x^2+8x+52)#

Our goal, then, is to find the #x# which minimizes the above. As a distance is always positive, it will be minimal at the same point as its square is minimal, allowing us to square it to simplify calculations. This leaves us with the goal of minimizing

#25/9x^2+8x+52#

To find its extrema, we first locate its critical point(s), that is, any point at which its derivative is #0# or nonexistent. Taking its derivative, we get

#d/dx 25/9x^2+8x+52 = 50/9x+8#

Setting it equal to #0# and solving:

#52/9x + 8 = 0#

#=> x = -8*9/50 = -36/25#

As this is its only critical point, any extremum must occur there. We could also verify that it is a minimum by using the second derivative test, if desired.

We now have the #x# coordinate of the point in question. Plugging that into the equation of the line, we get

#y = 4/3(-36/25)+1 = -23/25#

As in the first solution, we arrive at the point #(-36/25, -23/25)#