document.write( "Question 1181254: Given points A(0, 1), B(2, 5) and point P moving along the parabola y = x^2 + 4x + 7 …eq. 1, find the minimum value of area S of triangle PAB \n" ); document.write( "
Algebra.Com's Answer #811120 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Points A and B determine the line with equation y=2x+1. \n" ); document.write( "Here is a graph of that line and the given quadratic: \n" ); document.write( " \n" ); document.write( "Using AB as the base of the triangle, with P somewhere on the parabola, the minimum area of triangle PAB will be when the height of the triangle is smallest; that will happen when P is at the point on the parabola which is closest to the line. And that will be where the tangent to the parabola has the same slope as the line. \n" ); document.write( "y=x^2+4x+7 \n" ); document.write( "y'=2x+4 \n" ); document.write( "The slope of the line is 2; find the point on the parabola where the slope of the tangent is 2: \n" ); document.write( "2x+4=2 \n" ); document.write( "2x=-2 \n" ); document.write( "x=-1 \n" ); document.write( "y=1-4+7=4 \n" ); document.write( "The area of PAB is minimum when P is (-1,4). \n" ); document.write( "Then use the \"shoelace\" method to find the area of the triangle with vertices (0,1), (2,5), and (-1,4). \r\n" ); document.write( " |