document.write( "Question 1069295: Find the equation of the tangent line to the curve y=x^2 through point (1,1)
\n" );
document.write( "(Be sure to formally use the definition of a limit) : \n" );
document.write( "
Algebra.Com's Answer #684493 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The derivative is 2x, and at x=1 the slope is 2. \n" ); document.write( "Have a point (1,1) with slope 2. \n" ); document.write( "y-y1=m(x-x1) m slope (x1,y1) point \n" ); document.write( "y-1=2(x-1) \n" ); document.write( "y=2x-1 \n" ); document.write( " |