How do I find the equation for a tangent line without derivatives?
1 Answer
You could use infinitesimals...
Explanation:
The slope of the tangent line is the instantaneous slope of the curve. So if we increase the value of the argument of a function by an infinitesimal amount, then the resulting change in the value of the function, divided by the infinitesimal will give the slope (modulo taking the standard part by discarding any remaining infinitesimals).
For example, suppose we want to find the tangent to
#f(x) = x^3-3x^2+x+5#
Let
#(f(2+epsilon) - f(2))/epsilon#
#=(((2+epsilon)^3-3(2+epsilon)^2+(2+epsilon)+5)-((2)^3-3(2)^2+(2)+5))/epsilon#
#=(((8+12epsilon+6epsilon^2+epsilon^3)-3(4+4epsilon+epsilon^2)+(2+epsilon)+5)-(8-12+2+5))/epsilon#
#=((12epsilon+6epsilon^2+epsilon^3)-(12epsilon+3epsilon^2)+epsilon)/epsilon#
#=(epsilon+3epsilon^2+epsilon^3)/epsilon#
#=1+3epsilon+epsilon^2#
of which the standard (i.e. finite) part is
So the slope of the tangent is
#(2, f(2)) = (2, 3)#
So the equation of the tangent may be written:
#(y-3) = 1(x-2)#
or more simply:
#y = x+1#
graph{ (y-(x^3-3x^2+x+5))(y-x-1) = 0 [-3.355, 6.645, 1.38, 6.38]}