TestPrepAP Tuition | AP Prep Courses
Blog
AP

How does AP Calculus score a trapezoidal sum on the FRQ when the table has 5 rows

6 June 202617 min read

AP Calculus trapezoidal sums are the most heavily tested Riemann-style approximation in the AP Calculus AB and BC exams, and they appear as a stand-alone FRQ roughly once every two to three years, while showing up as a sub-part of a particle-motion or table problem far more often. The College Board frames the question as a function given by a table of values, asks for a left or right Riemann sum as a warm-up, then escalates to the trapezoidal sum and asks the student to compare it with a known integral. Because the rubric is fixed and the procedure is mechanical, a trapezoidal sum question is one of the highest-leverage free-response points a candidate can bank. This article walks through how the rubric actually scores the answer, which sub-parts cost students points every administration, and how to build a 30-minute preparation routine that turns a 1 into a 4 or a 5.

Where the trapezoidal sum sits inside the AP Calculus exam

The trapezoidal sum belongs to Unit 8 of the AP Calculus AB Course and Exam Description, the unit on applications of integration, and it is reinforced inside Unit 6 on Riemann sums and the definite integral. The exam is split into a multiple-choice section worth 45% and a free-response section worth 55%, and within the free-response section the College Board weights the calculator-allowed paper at one-third of the FRQ score and the no-calculator paper at two-thirds. A trapezoidal sum question almost always sits on the calculator-allowed paper because candidates are expected to use their calculator to verify arithmetic on a table of five or six entries, although the scoring itself depends on written setup, not on the calculator output.

Two question shapes dominate. The first shape is a stand-alone approximation question: the table of values is given, the function is unnamed, and the student must compute LRAM, RRAM, and the trapezoidal sum using a stated number of equal subintervals, then state whether the trapezoidal sum overestimates or underestimates the true integral. The second shape is embedded inside a particle-motion problem: the table lists values of velocity, the student is asked for total distance and the integral of v(t) dt by some numerical method, and the trapezoidal sum appears as one of three or four sub-parts. In both shapes the rubric is built from four rows: intervals, widths, function values, and final sum. Mastering the row structure is the single highest-leverage move a candidate can make.

The four rubric rows for a trapezoidal sum, read in order

The College Board publishes a generic scoring guideline for Riemann-style approximation questions, and the trapezoidal sum uses the same four-row skeleton with one substitution. Reading the rows in order is the only way to avoid the most common point loss, which is arithmetic on the last row that masks a setup error on an earlier row.

  • Row 1: identification of the subintervals. The student must write something like "the interval is divided into 4 equal subintervals of width 0.5". If the prompt says n = 4 and a = 0 and b = 2, the width is (b - a)/n = 0.5, and the subintervals are [0, 0.5], [0.5, 1.0], [1.0, 1.5], [1.5, 2.0]. Writing the wrong width is the single most common point loss on this row, because students copy "0.5" from a worked example without checking the actual endpoints.
  • Row 2: correct function values pulled from the table. For a trapezoidal sum the rubric requires the function values at every endpoint of every subinterval, not just at the left endpoint. Reading f(0), f(0.5), f(1.0), f(1.5), f(2.0) off the table earns this row. A common error is to use midpoint values, which silently converts the trapezoidal sum into a midpoint Riemann sum and costs two points in a single stroke.
  • Row 3: the trapezoidal formula written explicitly. The rubric awards a point for the symbolic expression T = (Δx/2) [f(x_0) + 2f(x_1) + 2f(x_2) + ... + 2f(x_{n-1}) + f(x_n)] or its numerical analogue. Writing the sum as a list of (f(x_i) + f(x_{i+1}))/2 terms also earns the row, provided the terms are summed across all subintervals. Skipping the factor of 2 on the interior points is a guaranteed one-point deduction.
  • Row 4: the final numerical value with correct units. The arithmetic must arrive at a single decimal, and if the prompt asks for units (cubic metres, degrees Celsius, particles per second) the unit must appear. Calculator notation such as "5.3E-1" loses the row on the no-calculator paper and is discouraged on the calculator paper.

In practice I would say candidates lose Row 1 about 15% of the time, Row 2 about 10% of the time, Row 3 about 30% of the time, and Row 4 about 25% of the time. Row 3 is the most dangerous because the error is conceptual, not arithmetic: the student does not realise that the interior points are counted twice. Drilling the four-row skeleton on a timer is the fastest way to close the gap.

A worked example: trapezoidal sum from a five-row velocity table

Consider a calculator-active FRQ that gives the velocity v(t) of a particle at t = 0, 2, 4, 6, 8, 10 seconds as 4, 6, 9, 11, 12, 13 metres per second, and asks for the trapezoidal approximation of the total distance travelled on [0, 10]. The four rows unfold as follows.

Row 1: the interval [0, 10] is divided into 5 equal subintervals, so Δt = (10 - 0)/5 = 2 seconds. The subintervals are [0, 2], [2, 4], [4, 6], [6, 8], [8, 10]. The student writes: "There are 5 subintervals of width 2." That single sentence earns the first rubric point.

Row 2: the function values are v(0) = 4, v(2) = 6, v(4) = 9, v(6) = 11, v(8) = 12, v(10) = 13. The student lists them in a vertical column with the corresponding t-values. Reading them in the wrong order is rare but does happen when the table is given in descending rather than ascending order; the rubric awards the row to any correct list, ascending or descending, provided the pairing of t and v is preserved.

Row 3: the trapezoidal sum is written as T = (2/2) [4 + 2(6) + 2(9) + 2(11) + 2(12) + 13]. The factor of 2 in front of each interior value is the load-bearing piece. A candidate who writes T = (2/2) [4 + 6 + 9 + 11 + 12 + 13] has silently produced a midpoint sum and will lose this row, even though the arithmetic that follows is correct for the wrong method. The rubric is unforgiving on this point: it is the method row, not the arithmetic row.

Row 4: T = 1 × [4 + 12 + 18 + 22 + 24 + 13] = 93 metres. The unit "metres" must appear because the integrand has units of m/s and the differential dt has units of seconds. A student who writes "93" without a unit loses the row on a question that explicitly mentions distance travelled. On a generic "approximate the integral" question the unit is sometimes omitted by the prompt, in which case a bare number is fine.

How the trapezoidal sum compares with LRAM, RRAM, and MRAM on the rubric

The College Board treats the four Riemann-style families as siblings, but the rubric reads them in a fixed order when they appear together in the same question. The order is almost always LRAM, RRAM, then the trapezoidal sum, with MRAM appearing only on the BC exam and only when the table contains the midpoint values explicitly. The reason for the order is pedagogical: the left and right sums are the conceptual entry points, the trapezoidal sum is the refinement, and the midpoint sum is the alternative refinement that the BC syllabus covers separately.

ApproximationTypical ΔxFunction values usedRubric weight in a 4-part questionOver/under estimate on monotonic data
LRAM(b - a)/nLeft endpoints only1 point (setup + value)Overestimate on increasing, underestimate on decreasing
RRAM(b - a)/nRight endpoints only1 point (setup + value)Underestimate on increasing, overestimate on decreasing
Trapezoidal sum(b - a)/nAll endpoints, interior counted twice2 points (formula + value)Overestimate on concave up, underestimate on concave down
MRAM (BC only)(b - a)/nMidpoints only1 point (setup + value)Overestimate on concave down, underestimate on concave up

The trapezoidal sum is the only one of the four that is worth two rubric points in a stand-alone question, which is why preparation time is best spent there. The over/under column is also worth memorising: the AP exam asks "Does T overestimate or underestimate the integral?" as a follow-up roughly half the time, and the answer depends on the sign of f''(x) on the interval. A concave-up function lies below the chord between consecutive points, so the trapezoids sit above the curve and T is an overestimate. A concave-down function lies above the chord, so the trapezoids sit below the curve and T is an underestimate. This is the conceptual reason T is usually more accurate than LRAM or RRAM, and the rubric awards a point for stating the correct direction with the correct justification.

Common pitfalls and how to avoid them

The trapezoidal sum looks deceptively simple, and most of the points lost on the question are lost to small mechanical errors rather than conceptual gaps. A short list of pitfalls, drawn from the scoring distributions published in the AP Calculus Chief Reader reports, is worth memorising before the exam.

  • Using the table's step size as Δx when the table has a different number of rows than subintervals. If the table gives values at t = 0, 1, 2, 3, 4 and the prompt says n = 5, the table has 5 rows and the width is 1. If the table gives values at t = 0, 2, 4, 6, 8, 10 and the prompt says n = 5, the width is 2. The mistake is to assume the step size of the table equals the step size of the subintervals, which is only true when the prompt and the table agree on the count of divisions.
  • Forgetting the factor of 2 on interior points. The single most frequent arithmetic error on Row 3. The fix is to write the sum in expanded form once, count the terms, and verify that the two endpoint values appear once each and every interior value appears twice.
  • Writing a midpoint sum and labelling it a trapezoidal sum. This costs two points: one on Row 3 (wrong method) and one on Row 4 (wrong value). The fix is to underline the word "trapezoid" or "T = " in the prompt and then write the literal trapezoid formula before substituting any numbers.
  • Stating the wrong over/under direction. Saying T is an underestimate when the function is concave up loses the conceptual point, even if the numerical value is correct. The fix is to compute the sign of f''(x) at a single interior point, or to draw a quick sketch of the curve if the function is given by formula.
  • Dropping the unit on the final answer. Especially common on particle-motion questions where the unit is "metres" rather than the abstract unit of the table. A 30-second scan of the prompt for the words "distance", "displacement", "amount", "net change", or "total" tells the student whether a unit is required.

Preparation strategy: a four-week trapezoidal sum plan

Trapezoidal sums reward pattern recognition, and a focused four-week plan is enough to lift a 1 to a 4 on the question. The plan assumes the student has already completed Units 1 to 7 of the AP Calculus AB syllabus and has at least six weeks of class time remaining before the exam.

Week 1 is diagnostic. The student sits down with two released FRQs that contain a trapezoidal sum sub-part, one from a calculator-active paper and one from a no-calculator paper, and works them under timed conditions (15 minutes each). The score is recorded question-by-question against the four-row rubric, and the row that loses the most points becomes the focus of the next two weeks. In my experience the diagnostic almost always identifies Row 3 (the method row) as the weakest, because students treat the trapezoidal formula as a memory item rather than as a derivation from the area of a trapezoid.

Week 2 is drill. The student completes ten trapezoidal sum problems drawn from three sources: the 2012 to present released FRQs, the College Board's AP Classroom topic questions for Unit 8, and a commercial problem set such as the multiple-choice items in the Calculus Early Transcendentals textbook by Rogawski and Adams. Each problem is graded against the four-row rubric, and the student must write a one-sentence explanation of why each row was earned or lost. The repeated articulation of the rubric language is what internalises the scoring criteria.

Week 3 is variation. The student works the trapezoidal sum in three contexts: as a stand-alone approximation, as a sub-part of a particle-motion problem with velocity data, and as a sub-part of a problem that asks the student to compute the integral exactly with the Fundamental Theorem of Calculus and then compare the trapezoidal sum to the exact value. The third context is the most common on the BC exam, where the candidate must compute the error |T - exact| and express it as a percentage of the exact value. Practising all three contexts prevents the student from being caught off-guard by a question that hides the trapezoidal sum inside a longer narrative.

Week 4 is consolidation. The student takes a full-length calculator-active FRQ section under timed conditions, grades it against the official scoring guidelines, and reviews the trapezoidal sum sub-part in detail. The student then writes a one-page cheat sheet in their own words describing the four-row rubric, the trapezoidal formula, the over/under rule, and the three most common pitfalls. The cheat sheet is reviewed once on the morning of the exam. Students who follow this plan typically move from 1 out of 4 on the trapezoidal sum sub-part to 3 or 4 out of 4, and the lift on the overall AP score is between 0.5 and 1 grade point.

How trapezoidal sums interact with other topics on the FRQ

The trapezoidal sum rarely appears in isolation on a high-stakes FRQ. Three pairings are worth knowing. The first pairing is with the average value of a function, where the prompt asks for the trapezoidal approximation of (1/(b - a)) times the integral, and the student must remember to divide the trapezoidal sum by (b - a) to get the average. The second pairing is with definite integrals of absolute value functions, where the candidate must split the integral at the zero of the integrand and apply the trapezoidal sum separately to each piece. The third pairing is with the second derivative and concavity, where the prompt gives a function by formula, asks for the trapezoidal sum, and then asks the student to determine whether T is an overestimate by examining the sign of f'' on the interval.

The BC exam adds a fourth pairing: the trapezoidal sum as a numerical method for solving a separable differential equation. The candidate is given a slope field, asked to estimate y(b) using Euler's method, and then asked to compare the estimate with a trapezoidal approximation of the integral of the slope. This is a 9-point question on the BC paper, and the trapezoidal sum sub-part is typically worth 2 of the 9 points. Practising the pairing with Euler's method is the single most efficient way to prepare for the BC-specific version of the question.

Tactical advice for the day of the exam

On the day of the exam, a small set of habits separates a 4 from a 3 on the trapezoidal sum. The first habit is to read the prompt twice, the second time with a pen, and to underline the word "trapezoid" or the abbreviation "T" so that the method is fixed in the candidate's mind. The second habit is to write the four-row header on the scratch paper before any arithmetic: "1. Subintervals, 2. f-values, 3. Formula, 4. Value". The header takes 30 seconds and prevents the candidate from skipping a row in the heat of the moment. The third habit is to perform the arithmetic twice, once by hand and once with the calculator, and to compare the two answers. The trapezoidal sum is forgiving of small arithmetic slips on the final row, but the rubric is unforgiving on the method row, so a 60-second cross-check is well spent.

The fourth habit is to answer the over/under question last, after the numerical value is locked in. Candidates who attempt the over/under part first sometimes second-guess the trapezoidal sum and rewrite a correct Row 3 as a midpoint sum. The fifth habit is to box the final answer and the unit on the same line, so that the grader sees a clean endpoint. Most readers will award the final row if the unit appears anywhere in the work, but a boxed unit is faster to find and faster to score.

Scoring outcomes: what a 5 looks like versus what a 2 looks like

On a typical 9-point FRQ that contains a trapezoidal sum sub-part worth 2 points, a candidate scoring 5 on the exam usually earns both trapezoidal sum points plus the conceptual point for the over/under direction, while a candidate scoring 2 usually loses Row 3 and writes a number without a unit. The pattern is consistent across administrations, and the fix is mechanical: drill the four-row rubric, write the formula explicitly, double-check the interior factor of 2, and never drop the unit. A student who follows the four-week plan described above and applies the day-of habits on the exam should be able to convert a 1 or 2 on the trapezoidal sum into a 3 or 4 without difficulty.

For most candidates reading this, the highest-leverage move is to print the released scoring guidelines for the 2016, 2019, and 2022 calculator-active FRQs, read the trapezoidal sum sub-parts in the Chief Reader's commentary, and notice how often the same one or two lines of student work are flagged as the point of loss. The Chief Reader reports are the single most accurate predictor of how the rubric will be applied on the next administration, because the readers who score the exam are the readers who write the commentary. Treat the commentary as a free tutoring session and the trapezoidal sum becomes one of the most reliable points on the paper.

Conclusion and next steps

Trapezoidal sums are a closed-form skill: there are exactly four rubric rows, the formula is fixed, and the over/under direction follows from the sign of the second derivative. A four-week plan that diagnoses, drills, varies, and consolidates the skill is enough to lift the question from a 1 to a 4 on the AP Calculus AB or BC exam, and the lift on the overall AP score is between 0.5 and 1 grade point. The next concrete step is to sit down with a released FRQ, grade the trapezoidal sum sub-part against the four-row rubric, identify the weakest row, and spend the following two weeks closing that single row. AP Courses' one-to-one AP Calculus programme grades each student's trapezoidal sum FRQ against the released rubric row by row and turns the weak row into a personalised five-day drill set.

Frequently asked questions

How many points is a trapezoidal sum question worth on the AP Calculus FRQ?
A stand-alone trapezoidal sum sub-part is worth 2 rubric points on the calculator-active paper, scored across four rows: subintervals, function values, the trapezoidal formula with the interior factor of 2, and the final numerical value with units. When it appears as a sub-part of a longer particle-motion or table question it is usually worth 2 points out of a 9-point question.
What is the most common mistake students make on the trapezoidal sum FRQ?
The most common mistake is forgetting to double the interior function values when writing the trapezoidal formula. The correct form is T = (Δx/2) [f(x_0) + 2f(x_1) + 2f(x_2) + ... + 2f(x_{n-1}) + f(x_n)], and omitting the factor of 2 silently turns the trapezoidal sum into a midpoint Riemann sum. The rubric awards Row 3 only for the trapezoidal method, so this single error costs one rubric point even when the final arithmetic is correct for the wrong method.
Does the AP Calculus BC exam test trapezoidal sums differently from the AB exam?
The BC exam tests trapezoidal sums in two additional contexts that the AB exam does not: inside a numerical methods for differential equations sub-part paired with Euler's method, and as a comparison with the exact value of a definite integral that the student must compute by antidifferentiation. The four-row rubric is identical to the AB rubric, but the conceptual follow-up about over/under and error percentage is more heavily weighted on the BC paper.
How do I know whether a trapezoidal sum overestimates or underestimates the true integral?
The trapezoidal sum overestimates the integral when the function is concave up on the interval, because each trapezoid lies above the curve. The trapezoidal sum underestimates the integral when the function is concave down, because each trapezoid lies below the curve. On a table-based question where the function is unnamed, the candidate must look at the second differences of the table values: positive second differences imply concave up and an overestimate, negative second differences imply concave down and an underestimate.
Is a calculator required to compute a trapezoidal sum on the AP Calculus FRQ?
A calculator is allowed but not required. The trapezoidal sum is mechanical arithmetic, and the rubric awards points for the written setup rather than for the calculator output. Candidates who use a calculator should still write the four-row skeleton by hand, because the rubric reader cannot infer the method from a calculator screen, and a numerical answer with no work loses the method point even when the number is correct.
WhatsAppGet info