document.write( "Question 988976: In consider the function 1/x \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Find the slope of the line L tangent to the graph of (3,f(3)) \r
\n" );
document.write( "\n" );
document.write( "I know to find the slope of the tangent I use: lim h->0 f(x+h)-f(x)/h \r
\n" );
document.write( "\n" );
document.write( "why does this switch from that to (1/(x+h))-(1/x)/(h)?
\n" );
document.write( "I thought since we have x and y values (3,f(3)) I can just somehow plug those values in. Why does x+h become 1/(x+h) \r
\n" );
document.write( "\n" );
document.write( "Do we first have to alter the limit definition of a derivative (tangent slope) first given the graph shape? then do some rearranging and factoring? Because I know it gets to be lim h->0 1/x^2 which makes the slope m = -1/9
\n" );
document.write( "what I also don't get is why do y become y=1/3 when the original points were (3,f(3)) \r
\n" );
document.write( "\n" );
document.write( "Confused so much about all this. \r
\n" );
document.write( "\n" );
document.write( "Please help
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #609513 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We are working with the limit definition of the first derivative, that is \n" ); document.write( "Limit as h --》0 of ( f(x+h) - f(x) ) / h \n" ); document.write( "We are given f(x) = 1 / x \n" ); document.write( "We apply the given function to the limit definition \n" ); document.write( "Limit as h --》0 of ( 1/(x+h) - 1/x ) / h = \n" ); document.write( "( x - x - h ) / (x(x+h)h ) = \n" ); document.write( "-h / (x^2+xh)h = \n" ); document.write( "-1 / x^2 \n" ); document.write( "Note that the xh term becomes 0 as h --》0 \n" ); document.write( "f(3) = 1 / 3 \n" ); document.write( "m = f'(3) = -1 / 3^2 = -1 / 9\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |