How do I find the equation for a tangent line without derivatives?

1 Answer
Aug 4, 2018

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)# at #x=2#, where:

#f(x) = x^3-3x^2+x+5#

Let #epsilon > 0# be an infinitesimal value. Then:

#(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 #1# (discarding the #3epsilon+epsilon^2#).

So the slope of the tangent is #1# and the tangent point 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]}