AP Calculus AB Units 6-8 represent roughly one-third of the exam's content and, more importantly, a third of its conceptual architecture. Unit 6 (Integration and Accumulation of Change), Unit 7 (Differential Equations), and Unit 8 (Applications of Integration) are not three separate topics bolted together — they form a continuous logical chain: find antiderivatives, use them to solve differential equations, and apply both to model real-world quantities. This article explains how that chain holds together, identifies the conceptual foundations that students most often underestimate, and provides a structured approach to building lasting understanding across all three units.
What Units 6-8 actually cover: a conceptual map
Before diving into techniques, it helps to see the landscape clearly. Each unit has a distinct intellectual character, but they interconnect at several precise points.
- Unit 6 (Integration and Accumulation of Change) introduces integration as the inverse operation of differentiation. The key ideas are the definite integral as a limit of Riemann sums, the Fundamental Theorem of Calculus, u-substitution as the reverse of the chain rule, and the definite integral as a model for any accumulated quantity.
- Unit 7 (Differential Equations) treats derivatives as defining relationships between functions and their rates of change. The central skills are writing slope fields from a differential equation, solving separable equations, using initial conditions to find particular solutions, and applying Euler's method for numerical approximation.
- Unit 8 (Applications of Integration) puts integration to work in contextual problems. The primary skills are finding accumulated change from a rate function, calculating average value of a function on an interval, and interpreting definite integrals in context — including scenarios involving motion along a line.
The connecting tissue is the Fundamental Theorem of Calculus. It appears in Unit 6 as the computational bridge between antiderivatives and definite integrals, in Unit 7 as the tool that lets you solve differential equations by integration, and in Unit 8 as the reasoning behind why any accumulated quantity can be expressed as a definite integral.
The Fundamental Theorem of Calculus: the anchor concept
Students who struggle across Units 6-8 almost always have a weak spot in their understanding of the Fundamental Theorem. It is worth spending deliberate time here before advancing.
The theorem has two parts that students sometimes conflate:
- Part 1 establishes that if a function is continuous, then the function defined by its definite integral is differentiable, and its derivative is the original function. This is why the accumulation function F(x) = ∫_a^x f(t) dt has derivative F'(x) = f(x).
- Part 2 provides the practical evaluation rule: the definite integral of a continuous function equals the difference between any antiderivative evaluated at the upper and lower limits.
Both parts matter for AP questions. Part 1 underpins every problem about rates of change and accumulation. Part 2 is the computational workhorse for evaluating definite integrals. The AP exam frequently tests whether students understand why these two parts are related, not just whether they can compute a numerical answer.
The chain rule and u-substitution: two sides of the same coin
Integration by substitution is the technique students find most difficult to internalise. The confusion usually stems from treating u-substitution as a brand-new procedure rather than as the direct reversal of the chain rule.
When differentiating F(g(x)), the chain rule gives F'(g(x)) · g'(x). To integrate a composite function, you identify the inner function, differentiate it to find du, substitute throughout, integrate in terms of u, and then return to x. The key mental checkpoint is: if I had differentiated this expression, would the chain rule have produced it? If the answer is yes, u-substitution is applicable.
Common mistakes in Unit 6
- Forgetting to change limits when using u-substitution in a definite integral. After substituting u = g(x), the bounds must be converted to their corresponding u-values before evaluating the new integral.
- Dropping the differential when setting up the substitution. Writing du = g'(x) dx and then forgetting to include dx in the substituted integrand is a surprisingly common algebraic error.
- Confusing indefinite and definite integrals. Indefinite integrals produce families of functions with +C; definite integrals produce a single numerical value. The +C constant has no role in a definite integral.
- Applying u-substitution indiscriminately to integrals that require a different technique, such as integration by parts or trigonometric substitution. Recognising when u-substitution is the right tool — typically when the integrand contains a function and its derivative — is a skill that develops with targeted practice.
Differential equations: Units 7 and the link back to integration
Unit 7 formalises an idea that is implicit throughout calculus: many relationships in science and economics are most naturally expressed as equations involving a function and its derivative. Solving a differential equation means finding the function(s) that satisfy the given relationship.
The two most important techniques for the AP Calculus AB exam are slope fields and separable differential equations.
Slope fields: reading the geometry of solutions
A slope field represents a differential equation dy/dx = f(x, y) by drawing short line segments at grid points. Each segment has the slope specified by the differential equation at that point. The resulting diagram shows the general shape of every solution curve, even without an explicit formula.
When reading a slope field, students should look for horizontal tangents (where dy/dx = 0), vertical segments (where the slope is undefined or infinite), and the overall symmetry of the pattern. A solution curve drawn through the slope field should be tangent to the segments it passes through — it should never cross a segment at a significantly different angle.
A common exam task is matching a slope field to a differential equation, or selecting which solution curve could be correct given the slope field and an initial condition.
Separable differential equations
A separable differential equation can be written in the form dy/dx = g(x)h(y). The solving strategy is to collect all y terms with dy on one side and all x terms with dx on the other, then integrate both sides. The result gives the general solution, which may contain an arbitrary constant.
The procedural steps are:
- Rearrange so that dy/dx = g(x)h(y) becomes dy/h(y) = g(x) dx.
- Integrate both sides, producing ∫ dy/h(y) = ∫ g(x) dx.
- Solve the resulting equation for y if possible, leaving the constant in implicit form.
- If an initial condition is given, substitute to find the particular solution.
The most frequent mistakes are algebraic errors when isolating y, forgetting the absolute value when integrating 1/y (which yields ln|y|), and failing to apply the initial condition when one is provided.