Tangent Line

A tangent line is the straight line through a point on a curve whose slope equals the derivative at that point, written y − f(a) = f′(a)(x − a). On the AP exam it represents instantaneous rate of change and is used to approximate function values near the point of tangency.

Verified for the 2027 AP Calculus AB/BC examLast updated June 2026

What is the Tangent Line?

A tangent line is the line that matches a curve at a single point in both location and direction. Its slope is the value of the derivative at that point, which is exactly what learning objective 2.2.B asks you to use when you write its equation. The standard form is point-slope: y − f(a) = f′(a)(x − a), where (a, f(a)) is the point of tangency and f′(a) is the slope.

Here's the cleaner way to think about it than the old geometry-class definition ("touches at one point"). Zoom in far enough on a differentiable curve and it looks like a straight line. The tangent line IS that line. That idea, called local linearity, is why tangent lines can approximate function values (Topic 4.6) and why Euler's method works (Topic 7.5). The tangent line is also the limit of secant lines, which is the geometric picture behind the limit definition of the derivative in Topics 2.1 and 2.2. A tangent line absolutely can cross the curve elsewhere, and at an inflection point it even crosses at the point of tangency.

Why the Tangent Line matters in AP Calculus

Tangent lines show up in more units than almost any other concept in AP Calc. In Unit 2, the derivative at a point is literally defined as the slope of the tangent line (2.2.B), and you estimate that slope from tables and graphs (2.3.A). In Unit 4, the tangent line becomes a tool, a locally linear approximation of the function near the point of tangency (4.6.A), where concavity tells you whether your estimate is an over- or underestimate. In Unit 5, the Mean Value Theorem (5.1.A) guarantees a point where the tangent line's slope equals the secant line's slope over the interval. In Unit 7, Euler's method (7.5.A) is just repeated tangent-line approximation along a solution curve. For BC, Unit 9 extends tangent slopes to parametric curves, where dy/dx = (dy/dt)/(dx/dt) per 9.1.A, and to polar curves (9.7.A). If you understand tangent lines deeply, you've unlocked a thread that runs through the whole course.

Keep studying AP Calculus Unit 5

How the Tangent Line connects across the course

Secant Line (Unit 2)

A secant line connects two points on a curve and its slope is the average rate of change. Slide the second point toward the first and the secant becomes the tangent. That limiting process is the limit definition of the derivative in Topics 2.1 and 2.2.

Linearization (Unit 4)

Linearization is just using the tangent line as a stand-in for the curve near the point of tangency. Concavity decides the error direction. If the curve is concave up, the tangent line sits below it, so your approximation is an underestimate. Concave down flips it.

Euler's Method (Unit 7, BC)

Euler's method is tangent-line approximation on repeat. At each step you follow the tangent line (with slope from dy/dx) for a small step, land at a new point, recompute the slope, and go again. One tangent step is exactly a Topic 4.6 problem.

Mean Value Theorem (Unit 5)

MVT says that if f is continuous on [a, b] and differentiable on (a, b), there's some point in between where the tangent line is parallel to the secant line through the endpoints. Geometrically, instantaneous rate matches average rate somewhere inside the interval.

Parametric and Polar Slopes (Unit 9, BC)

Tangent slopes don't disappear when curves go parametric or polar. For parametric curves, dy/dx = (dy/dt)/(dx/dt) as long as dx/dt ≠ 0, and for r = f(θ) you build dy/dx from derivatives with respect to θ. Same tangent-line idea, new coordinate systems.

Is the Tangent Line on the AP Calculus exam?

Tangent lines are a perennial FRQ move. The 2017 FRQ (boiled potato) and 2022 FRQ both asked for a tangent line equation and then used it to approximate a function value, the classic 4.6 setup. The 2021 FRQ asked about a tangent line to an implicitly defined curve, so you needed implicit differentiation first. Multiple-choice questions test you on estimating tangent slopes from a graph or table (Topic 2.3), recognizing that f′(a) IS the tangent slope, and deciding whether a tangent-line approximation overestimates or underestimates based on concavity. The workflow you need to nail is short. Find the point, compute the derivative there, write point-slope form, then plug in the nearby x-value if it's an approximation question. On BC, expect tangent slope questions for parametric and polar curves too.

The Tangent Line vs Secant Line

A secant line passes through TWO points on a curve and its slope is the average rate of change, (f(b) − f(a))/(b − a). A tangent line touches at ONE point and its slope is the instantaneous rate of change, f′(a). They're connected by a limit. As the two secant points squeeze together, the secant line becomes the tangent line. The Mean Value Theorem ties them back together by guaranteeing a tangent line parallel to a given secant line.

Key things to remember about the Tangent Line

  • The slope of the tangent line at x = a equals the derivative f′(a), and the tangent line equation is y − f(a) = f′(a)(x − a).

  • A tangent line is the limit of secant lines as the two points on the curve squeeze together, which is the geometric meaning of the limit definition of the derivative.

  • Tangent lines give locally linear approximations of a function, and concavity tells you the error direction (concave up means underestimate, concave down means overestimate).

  • Euler's method approximates a solution to a differential equation by repeatedly stepping along tangent lines.

  • The Mean Value Theorem guarantees a point where the tangent line is parallel to the secant line over an interval, provided f is continuous on the closed interval and differentiable on the open interval.

  • On BC, the tangent slope for a parametric curve is dy/dx = (dy/dt)/(dx/dt), provided dx/dt ≠ 0, and the same idea extends to polar curves.

Frequently asked questions about the Tangent Line

What is a tangent line in calculus?

It's the line through a point on a curve whose slope equals the derivative at that point. Near the point of tangency, the tangent line is the best straight-line stand-in for the curve, which is why it's used to approximate function values.

Can a tangent line cross the curve?

Yes. The 'touches at only one point' idea from geometry breaks down in calculus. A tangent line can intersect the curve at other points, and at an inflection point it crosses the curve right at the point of tangency. What defines it is matching the curve's slope, not avoiding contact.

How is a tangent line different from a secant line?

A secant line goes through two points and its slope is the average rate of change. A tangent line touches at one point and its slope is the instantaneous rate of change, f′(a). The tangent is what secant lines become in the limit as the two points merge.

How do I write the equation of a tangent line on the AP exam?

Three steps. Find the point (a, f(a)), find the slope f′(a), and write y − f(a) = f′(a)(x − a). Leave it in point-slope form unless the question demands otherwise. This exact task showed up on the 2017, 2021, and 2022 FRQs.

How do I know if a tangent line approximation is an overestimate or underestimate?

Check concavity near the point of tangency. If f″ > 0 (concave up), the curve sits above its tangent line, so the approximation is an underestimate. If f″ < 0 (concave down), it's an overestimate. AP graders look for this justification on Topic 4.6 and Euler's method questions.

What is a normal line?

The normal line is perpendicular to the tangent line at the point of tangency. Its slope is the negative reciprocal of the tangent slope, so if f′(a) = 3, the normal slope is −1/3.