Approximating the value of a function is one of the most tested skills in AP Calculus, and it shows up in both the AB and BC multiple-choice and free-response sections. The phrase covers a small family of techniques: left, right and midpoint Riemann sums, the trapezoidal rule, linear approximation through the tangent line, the Mean Value Theorem as an existence argument, and the differential-based error estimate that appears in BC only. Strong candidates treat these not as separate tricks but as a connected toolkit for replacing an unknown function with a known one that the exam can grade. The discussion below walks through each technique, the item types that trigger it, and the preparation strategy that turns approximation work into reliable points on test day.
What "approximating a value of a function" really covers on the AP exam
When the College Board frames a question around the verb "approximate," it is signalling that the closed-form antiderivative is either unavailable or unnecessary. The candidate is expected to choose a local or finite substitute for the function and then carry out a short calculation. The vocabulary can be slippery, because some questions use the word "approximate" in a soft sense while others use it as the explicit instruction. In both cases, the technique is the same: replace the function with a polynomial or a sum that the calculator can evaluate cheaply, then defend the choice.
Three families dominate. First, the Riemann-sum family: left, right and midpoint sums partition a closed interval into n subintervals of equal width and replace the function on each subinterval with a single value, producing an estimate of the definite integral. Second, the linearisation family: the tangent line at a point a gives a linear polynomial L(x) = f(a) + f'(a)(x − a) that approximates f near a. Third, the global existence family: the Mean Value Theorem and the Extreme Value Theorem are used to prove that some value exists between two known bounds, rather than to compute a specific number. BC candidates add a fourth: the differential-based local linear approximation error bound dy = f'(x) dx, which is the same formula in a different costume.
Reading the stem carefully matters here. A question that says "use a left Riemann sum with four equal subintervals" is asking for arithmetic, not judgement; the candidate should not substitute the trapezoidal rule because it feels safer. A question that says "approximate the value of f at x = 1.05" with no further structure is a linearisation problem. A question that says "find a value c guaranteed to exist by the MVT on [0, 4]" is asking for the existence framework, not a number. The skill, in other words, is identification before calculation.
Riemann sums: the four canonical forms and the arithmetic behind each
The Riemann-sum family is the first approximation technique a candidate meets, and the one most likely to be tested mechanically on the multiple-choice section. The setup is fixed: a function f is given on a closed interval [a, b], n is given, and the candidate is told which sample point to use on each subinterval. The width is Δx = (b − a)/n. The estimate is Σ f(xᵢ) Δx where xᵢ is the left endpoint, the right endpoint or the midpoint of the i-th subinterval.
A left sum overestimates when f is increasing on [a, b] and underestimates when f is decreasing. A right sum does the reverse. A midpoint sum is, on average, more accurate than either because the rectangle samples the centre of the subinterval, where the function is closer to its average height. The trapezoidal rule averages left and right sums and is usually more accurate still, but the College Board sometimes tests whether the candidate can spot the trap. On a multiple-choice item where the function is concave up, a trapezoidal estimate will be too high; on a concave-down function, it will be too low. The matching of shape to error direction is the sort of detail that separates a 4 from a 5 on the free-response trapezoidal question.
Worked example. Let f be defined by a table at x = 0, 1, 2, 3, 4, 5 with values 4, 5, 7, 10, 14, 20. Approximate the integral of f from 0 to 5 with a right Riemann sum using five equal subintervals. Δx = 1. The right endpoints are 1, 2, 3, 4, 5 with values 5, 7, 10, 14, 20. The estimate is (5 + 7 + 10 + 14 + 20) × 1 = 56. The function is increasing, so the right sum overestimates; the left sum, using the values 4, 5, 7, 10, 14, gives 40 and underestimates. The average of the two, 48, is the trapezoidal estimate, which is closer to the true integral because the curvature is gentle. The exam rewards this kind of paired reasoning: compute, then sanity-check the sign of the error against the function's shape.
Linear approximation and the tangent-line replacement
Linear approximation is the second pillar, and the question type is consistent across years. The stem supplies a differentiable function f, a known point a, and a target x-value close to a. The candidate constructs L(x) = f(a) + f'(a)(x − a) and evaluates L at the target. The exam rarely needs more than two or three lines of computation, but the candidate must know which derivative to use and must be willing to read f and f' as separate objects. On the AP exam, linear approximation is sometimes wrapped in a BC-only differential frame: dy = f'(x) dx, with x fixed at a and dx set to the distance between a and the target.
A subtle item asks the candidate to compare the linear estimate to the true value. For a function that is concave up, the tangent line lies below the curve, so L(x) underestimates f(x). For concave down, the tangent line lies above the curve and L(x) overestimates. The exam may embed this as a free-response sub-part: "Is the approximation greater than or less than the true value? Justify your answer." The justification is a one-sentence concavity argument, not a second derivative sign chart. Candidates who reach for a second derivative by reflex often run out of time on this part; the curve sketch plus one observation is enough.
Worked example. f(x) = √x, a = 4, target x = 4.1. f(4) = 2, f'(x) = 1/(2√x), f'(4) = 1/4. L(4.1) = 2 + (1/4)(0.1) = 2.025. The true value is √4.1 ≈ 2.0248, so L(4.1) overestimates by roughly 0.0002. The function √x is concave down, consistent with the overestimate. The exam would typically accept 2.025 as the approximation, then ask the candidate to identify the sign of the error. A candidate who writes the answer as a calculator read of √4.1 forfeits the linearisation point, even though the numerical value is closer; the rubric cares about the method, not the digits.
The Mean Value Theorem as an approximation framework
The Mean Value Theorem is a different kind of approximation problem. The candidate is not asked to compute a number; the candidate is asked to prove that a particular value must exist. The setup is recognisable: f is continuous on [a, b] and differentiable on (a, b). The average rate of change is (f(b) − f(a))/(b − a). The MVT guarantees a c in (a, b) with f'(c) equal to that average. On the AP exam, the MVT often shows up on a free-response question where the candidate has to find c and confirm that the conditions hold.
Two tactical points matter. First, the MVT produces existence, not construction; the candidate who is asked to find c by solving f'(c) = some value is using a different theorem (the Intermediate Value Theorem for derivatives, which BC candidates also need to know). Second, the MVT requires the function to be continuous on the closed interval and differentiable on the open interval. A piecewise function with a corner at the endpoint of the interval fails the differentiable condition, and the MVT does not apply. The rubric almost always awards a point for naming the theorem and confirming the conditions before doing any computation, because the conditions are the part the exam actually tests.
Worked example. f(x) = x³ − 2x on [0, 2]. f(0) = 0, f(2) = 4. The average rate of change is (4 − 0)/(2 − 0) = 2. The MVT guarantees c in (0, 2) with f'(c) = 2. f'(x) = 3x² − 2, set 3c² − 2 = 2, so c² = 4/3, c = 2/√3 ≈ 1.155. The value lies inside (0, 2), so the conditions are satisfied and the MVT is applicable. A candidate who writes c = ±2/√3 and then chooses the one in the open interval has used the MVT correctly; a candidate who simply states "c = 1.155" with no theorem reference has answered a different question.
How the calculator fits into approximation questions
The AP Calculus exam permits a graphing calculator on part of the multiple-choice section and on selected free-response items. For approximation questions, the calculator is most useful in two places: evaluating the Riemann sum when the function is given as a calculator expression, and reading f(x) directly when the question offers a calculator-friendly setup. The exam also requires candidates to write the Riemann-sum expression before plugging in numbers; the rubric on free-response items typically gives one point for the setup and one for the numerical value. Skipping the setup forfeits the first point even if the second is correct.
A common preparation-strategy error is over-reliance on the calculator for linear approximation. The candidate reads the target x-value into the calculator, computes f at that point, and writes down the answer. The examiner is testing linearisation, not direct evaluation. The free-response rubric almost always has a point that depends on the candidate having used f'(a) at some point in the work. A direct read of f at the target gives the right number, often to the third decimal, and zero of the method points. The candidate should treat the calculator as a tool for the arithmetic, not for the structure of the solution.