document.write( "Question 440299: Find an equation of the tangent line to the parabola y=2x^2 at the point (-1,2), and find the x-intercept of the line. \n" ); document.write( "
Algebra.Com's Answer #304189 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the tangent line to the parabola y=2x^2 at the point (-1,2), and find the x-intercept of the line. \n" ); document.write( "--------------- \n" ); document.write( "y = 2x^2 \n" ); document.write( "y' = 4x \n" ); document.write( "At x = -1, slope y' = -4 \n" ); document.write( "------------- \n" ); document.write( "y = mx + b \n" ); document.write( "2 = -4*(-1) + b \n" ); document.write( "b = -2 \n" ); document.write( "------- \n" ); document.write( "Ooh, x-int \n" ); document.write( "y = -4x -2 is the eqn of the tangent line \n" ); document.write( "0 = -4x - 2 \n" ); document.write( "x = -1/2 is the x-intercetp \n" ); document.write( " |