document.write( "Question 746904: find the equation of the tangent line to the graph of
\n" );
document.write( "a. f(x) = -2x^2+3x-2, at x=-2 \n" );
document.write( "
Algebra.Com's Answer #454551 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! First obtain your y coordinate by \n" ); document.write( "substituting x = -2 into f(x) \n" ); document.write( "f(x) = -2(-2)^2 + 3(-2) - 2 \n" ); document.write( " = -8 -6 -2 \n" ); document.write( " = -16 Coords are: {-2, -16}\r \n" ); document.write( "\n" ); document.write( " Differentiate f(x) \n" ); document.write( " f'(x) = - 4x + 3 \n" ); document.write( "Substitute x = -2 into f'(x) \n" ); document.write( " -4(-2) + 3 = 11 (gradient)\r \n" ); document.write( "\n" ); document.write( " Using y - b = m(x - a) \n" ); document.write( " y + 16 = 11(x + 2) \n" ); document.write( " y = 11x + 22 - 16 \n" ); document.write( " y = 11x + 6 \n" ); document.write( " |