document.write( "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.
\n" );
document.write( "thanks!!! \n" );
document.write( "
Algebra.Com's Answer #86463 by stanbon(75887)![]() ![]() ![]() 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. \n" ); document.write( "--------------- \n" ); document.write( "PR = sqrt[(m+2)^2+(1+1)^2] = sqrt[m^2+2m+5] \n" ); document.write( "PQ = sqrt[(2+2)^2+(4+1)^2] = sqrt[41] \n" ); document.write( "-------------- \n" ); document.write( "PR + PQ = sqrt[m^2+2m+5] + sqrt[41] \n" ); document.write( "-------------- \n" ); document.write( "To minimize the sum we need to minimize m^2+2m+5: \n" ); document.write( "That occurs when m = -b/2a = -2/2 = -1 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |