AP Calculus AB and BC
Tangent and Normal Line Finder (Teaching Mode)
The tangent line at x = a has slope f'(a) and passes through the point (a, f(a)), so its equation is y = f'(a)(x - a) + f(a). The normal line is perpendicular there, so its slope is the negative reciprocal -1/f'(a). Method: find f'(x), evaluate it at a to get a number, then use point-slope form.
- f(1) = 1^2 = 1 \quad \text{so the point is } (1, 1)
A tangent line touches a curve at a single point and matches its steepness there; a normal line passes through that same point at a right angle to the tangent. To build either one you need two things: a slope and a point. The point is , and the slope is , the derivative evaluated at . That single fact, that the derivative at a point equals the slope of the tangent line there, is AP Topic 2.2 (CHA-2.C.1), and it is what this tool makes visible: it computes , evaluates the slope at the point you pick, and assembles both the tangent and the normal equation from point-slope form.
Here is why the tangent slope is the derivative and not a separate formula you have to memorize. The average rate of change of between and a nearby point is the difference quotient:
This is exactly the slope of the secant line through those two points (Topic 2.1). As the second point slides toward , the secant pivots into the tangent, and that limit of secant slopes is the definition of . So the tangent slope and the derivative are the same number by construction. That same tangent line doubles as the local linear approximation of near (Topic 4.6), so the equation you build here gets reused when you estimate function values.
The normal line shares the point but runs perpendicular to the tangent. Perpendicular lines have slopes that are negative reciprocals, so if the tangent slope is , the normal slope is . Everything else is identical: same point, point-slope form, solve for . The one case to watch is a horizontal tangent, where : the normal is then the vertical line , because is not a number.
Evaluate the slope to a number first
The most common lost point on this problem type is writing the slope as with still in it. The slope of one specific tangent line is a single number, so differentiate to get , then substitute before you write the equation. On calculator-active AP questions you may evaluate numerically, but you still report the line, not the derivative.
| Behavior at | Tangent slope | What the two lines look like |
|---|---|---|
| is a nonzero number | that number | slanted tangent; normal slope |
| : horizontal tangent | tangent is ; normal is vertical | |
| does not exist: corner or cusp | undefined | no tangent line by the standard method (Topic 2.4) |
| does not exist: vertical tangent | undefined | the tangent line exists but is vertical, , with no slope, so the slope-based point-slope method cannot build it (Topic 2.4) |
Worked example
Tangent and normal line to a parabola
Find the tangent line and the normal line to at .
- Find the derivative function with the power rule (Topic 2.5). For , the derivative is . This is a function of , not yet a slope.
- Evaluate the derivative at the point to turn it into a slope. At , . This is the slope of the tangent line, because the derivative at a point is the slope of the tangent there (CHA-2.C.1). Do not leave in the slope.
- Find the point of tangency on the curve by evaluating , not : . So both lines pass through .
- Write the tangent line in point-slope form with slope and point : . Distribute and solve for : .
- Get the normal slope as the negative reciprocal of the tangent slope: . The normal line is perpendicular to the tangent at .
- Write the normal line in point-slope form with slope and the same point : . Solve for : .
Tangent line: . Normal line: . Both pass through the point of tangency .
Frequently asked questions
Why is the slope of the tangent line the derivative?
Because the derivative is defined as the limit of average rates of change. The slope between and a nearby point is the secant slope (the difference quotient from Topic 2.1); as the nearby point approaches , the secant lines approach the tangent line, and their slopes approach . The tangent slope is that limit, so it equals (Topic 2.2, CHA-2.C.1).
How do I find the normal line once I have the tangent?
Keep the same point and use the negative reciprocal of the tangent slope. If the tangent slope is , the normal slope is , and the normal line is . Perpendicular slopes always multiply to , which is what negative reciprocal means.
What if the derivative is zero at the point?
Then the tangent is horizontal: makes the tangent line , a flat line through the point. The normal is perpendicular to horizontal, so it is the vertical line . You cannot write it as because has no value, so state the normal as .
Do I plug in the point before or after differentiating?
After. Differentiate first to get the whole function , then substitute to get the slope as one number. Substituting into too early loses the variable you need to differentiate, and it is another common mistake that produces a wrong slope on this problem type.