document.write( "Question 1093826: Find the points on the parabola y= x^2 closest to the point (0,1). \n" ); document.write( "
Algebra.Com's Answer #708457 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the points on the parabola y= x^2 closest to the point (0,1). \n" ); document.write( "-------- \n" ); document.write( "the parabola is symmetrical about the y-axis and the point is on the y-axis. \n" ); document.write( "--- \n" ); document.write( "Label the point in Q1 on the parabola (h,k) \n" ); document.write( "--- \n" ); document.write( "d^2 = h^2 + (k-1)2 \n" ); document.write( "k = h^2 \n" ); document.write( "--> d^2 = k + k^2 - 2k + 1 \n" ); document.write( "d^2 = k^2 - k + 1 \n" ); document.write( "dk/dx = 2k - 1 = 0 \n" ); document.write( "k = 1/2 \n" ); document.write( "h = sqrt(2)/2 \n" ); document.write( "---------------- \n" ); document.write( "--> (sqrt(2)/2, 1/2) \n" ); document.write( "& (-sqrt(2)/2, 1/2) \n" ); document.write( " \n" ); document.write( " |