BHS Calculus logo

Equations of Tangent Lines

on the TI-89



Finding an equation for the tangent line to the graph of a function at a particular point is a very common (and tedious and repetitive) problem in introductory calculus. Certainly, you need to be very efficient at performing this operation "by hand", but the operation is easily performed on the TI-89 in a couple of ways.


Using "F5 A:Tangent"

The TI-89 has a perfectly nice built-in tangent-line function accessed through the F5 key Menu on the graph screen. Suppose that we want to find an equation of the tangent line to the graph of y = 3x2 - ln x at the point (1, 3) (This is problem #67 on p. 319 of the Larsen text.) A graph of this function is shown at right using the window window.

graph of y = 3x^2 - ln x

Select "A: Tangent" from the F5 key menu.

F5: A Tangent menu

You can either use the arrow keys to select a point on the graph, then press Enter key, or type an x-coordinate and press Enter key in answer to the "Tangent at?" question.

using A: Tangent

The equation of the tangent line is given as "y = 5.x - 2.". The decimal points indicate that this is an approximate answer (although in this case it happens to be exact).

y = 5x - 2


Using a User-Defined Function:

To get an exact answer to the question "What is an equation of the tangent line..." you can enter a new function. It is:

Define tanline(f, x, c) = (d(f, x) | x = c)*(x - c) + (f | x = c)

The screen shot at right shows the result of using the tanline() function to solve the same problem as above. An advantage of this function over the "A: Tangent" method is that the user-defined function can produce exact results.

using the tanline() function

 


last update November 26, 2007 by JL Stanbrough