SOLUTION: please help me to solve this problem: Given the points P(-1,-2) Q(4,2) and R(1,m) in the coordinate plane. find the value of m so that PR + PQ is minimum. thanks!!!

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: please help me to solve this problem: Given the points P(-1,-2) Q(4,2) and R(1,m) in the coordinate plane. find the value of m so that PR + PQ is minimum. thanks!!!      Log On


   



Question 118344: please help me to solve this problem: Given the points P(-1,-2) Q(4,2) and R(1,m) in the coordinate plane. find the value of m so that PR + PQ is minimum.
thanks!!!

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Given the points P(-1,-2) Q(4,2) and R(1,m) in the coordinate plane. find the value of m so that PR + PQ is minimum.
---------------
PR = sqrt[(m+2)^2+(1+1)^2] = sqrt[m^2+2m+5]
PQ = sqrt[(2+2)^2+(4+1)^2] = sqrt[41]
--------------
PR + PQ = sqrt[m^2+2m+5] + sqrt[41]
--------------
To minimize the sum we need to minimize m^2+2m+5:
That occurs when m = -b/2a = -2/2 = -1
--------------
Cheers,
Stan H.