document.write( "Question 1070565: find the equation of the tangent line for \r
\n" );
document.write( "\n" );
document.write( " y=x^3-3x+1\r
\n" );
document.write( "\n" );
document.write( " at point (2,3) \n" );
document.write( "
Algebra.Com's Answer #685607 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The derivative of x^3-3x+1=3x^2-3 \n" ); document.write( "When x=2, the slope is 9. \n" ); document.write( "point slope formula at (2,3) with slope 9 is y-y1=m(x-x1), m the slope and (x1,y1) the point \n" ); document.write( "y-3=9*(x-2) \n" ); document.write( "y=9x-15 \n" ); document.write( " \n" ); document.write( " |