An indefinite integral on the AP Calculus exam asks for an antiderivative plus a constant of integration, and the work that earns credit happens in the recognition stage, not the arithmetic. Most candidates lose marks not because they cannot antidifferentiate once they see the trick, but because they reach for a method before they have read the integrand carefully. The exam rewards a calm three-second scan: power, exponential, trigonometric, logarithmic, rational, inverse trigonometric, then algebraic manipulation. This article walks through that scan, the six integrand families you will actually meet, and the tactical decisions between u-substitution and integration by parts that separate a strong response from a hesitant one. Worked examples sit alongside the usual error patterns, so you leave with a method, not just a list of rules.
The shape of an AP Calculus indefinite integral question
On the AP Calculus AB and BC papers, indefinite integration rarely appears as a stand-alone item. It is the second or third step in a free-response chain that begins with a graph, a table, a verbal scenario, or a function defined piecewise or by accumulation. The typical stem reads roughly: let f be the function defined by … find an antiderivative F of f such that F(1) = 4, or write an expression for the family of antiderivatives of g. The expected output is an algebraic expression in x with + C, or a specific antiderivative satisfying an initial condition. The constant is part of the answer; leaving it off is a deduction on the AP rubric, even when the initial condition is given, because graders check the form before they check the value.
Two structural facts shape how you should approach the question. First, the scoring rubric awards one or two method points for the right setup, one or two for correct execution, and a final point for the antiderivative in the requested form. Reading the verb matters: find, write, evaluate, and determine are not interchangeable. Find the particular antiderivative demands the constant resolved. Find an antiderivative accepts + C. Second, the calculator is not your friend here. The TI-84's fnInt( computes a definite integral numerically; it will not give you a clean antiderivative expression, and the grader will not accept a decimal. Symbolic work is the only path to the mark.
Most candidates reading this will sit in one of two camps: those who learned the power rule once and have been waiting for everything else to feel as easy, and those who panic at the first trig identity. Both groups benefit from a structured reading of the integrand. The next sections build that reading, family by family, with the exact decision point where u-substitution stops working and integration by parts has to take over.
What the rubric is actually rewarding
Method points recognise the correct setup: choosing u and du correctly, or applying the product-to-sum identity, or pulling out the constant 1/2 from a coefficient. Execution points credit the differentiation or simplification that follows. The final point recognises the antiderivative expression in closed form. The constant + C sits inside the final-point judgement. When a problem gives an initial condition, the constant resolves to a number, and the rubric expects that number, not a symbol. A candidate who writes the correct family of antiderivatives but skips the constant loses the same point as a candidate who writes the wrong antiderivative — the rubric treats form and finality as a single unit.
Family one: power, polynomial, and root integrands
The most common indefinite integral on AP Calculus is the one that looks like nothing special. ∫(3x² + 5x − 7) dx, ∫(√x + 1/x) dx, ∫(x⁴ − 2x) dx. The technique is the reverse power rule, applied term by term, and the + C at the end. Candidates who lose marks here usually do so for one of two reasons: they divide by zero when n = −1, or they forget that ∫x⁻¹ dx = ln|x| + C rather than x⁰/0.
The reverse power rule states that ∫xⁿ dx = xⁿ⁺¹/(n+1) + C whenever n ≠ −1. For a polynomial, you integrate each term independently and add the constants together. For a sum of two terms, the constant from each term collapses into a single + C, because two arbitrary constants add to one arbitrary constant. A common student error is to write + C₁ and + C₂, which the rubric will not penalise explicitly but which signals a misunderstanding. Write one C.
Roots and fractional powers are powers in disguise. ∫√x dx = ∫x^(1/2) dx = (2/3)x^(3/2) + C. ∫1/√x dx = ∫x^(−1/2) dx = 2x^(1/2) + C. ∫1/x² dx = −1/x + C. The pattern holds whenever the exponent is a constant not equal to −1. When you see x⁻¹, the rule changes: the antiderivative is ln|x| + C, and the absolute value is not optional on the AP exam. The function 1/x is defined for negative x as well, and the antiderivative must be defined there too; ln(−x) handles the negative side, and the absolute value is the compact way of writing both branches.
Rational functions with linear denominators, such as ∫1/(2x − 3) dx, sit on the boundary of the power family and the substitution family. Strictly, the technique is u-substitution, but a fast reader recognises that 1/(2x − 3) behaves like (1/2) · 1/u with u = 2x − 3. The answer is (1/2)ln|2x − 3| + C. The factor of 1/2 comes from du = 2 dx, so dx = du/2, and that 1/2 has to surface somewhere. Candidates who write ln|2x − 3| + C are reading the integrand as if du = dx, which is rarely true. Always check the chain rule that produced the integrand in the first place.
Worked example: a polynomial with a twist
Find an antiderivative of f(x) = 6x² + 4x + 3x⁻². Term by term: 2x³ + 2x² + 3 · x⁻¹/(−1) + C = 2x³ + 2x² − 3x⁻¹ + C, which can also be written 2x³ + 2x² − 3/x + C. The two forms are equivalent; graders accept either. If the stem had specified F(1) = 5, you would plug in x = 1 to get 2 + 2 − 3 = 1, so C = 4, giving F(x) = 2x³ + 2x² − 3/x + 4. Note the constant resolved to a number, not a symbol.
Family two: exponential and logarithmic integrands
The exponential family covers e raised to a linear function and the natural log. The reverse rule is that ∫e^(ax) dx = (1/a)e^(ax) + C, and ∫e^u du = e^u + C when u is the substitution. The coefficient a has to be pulled out as 1/a, exactly as the chain rule would have multiplied it back in during differentiation. A common error is to treat e^(3x) as if its antiderivative were e^(3x), ignoring the factor of 3. It is not. The derivative of e^(3x) is 3e^(3x), so the antiderivative of e^(3x) is (1/3)e^(3x) + C.
For natural log, the rule is ∫(1/x) dx = ln|x| + C, which we have already met. Composite forms such as ∫(1/(3x + 2)) dx extend the same idea through u-substitution: u = 3x + 2, du = 3 dx, dx = du/3, the integral becomes (1/3)∫(1/u) du = (1/3)ln|u| + C = (1/3)ln|3x + 2| + C. The 1/3 is the price of the chain rule. Products of the form ∫x · e^(x²) dx are the cleanest u-substitution case: u = x², du = 2x dx, the x dx becomes (1/2) du, and the integral reduces to (1/2)∫e^u du = (1/2)e^(x²) + C.
BC candidates should also recognise hyperbolic-style integrands, though these are rarer. ∫sinh(x) dx = cosh(x) + C and ∫cosh(x) dx = sinh(x) + C. The exam does not require deep familiarity, but a passing recognition of these forms prevents a candidate from wasting time hunting for a u-substitution that does not exist.
Worked example: e raised to a composite
Find an antiderivative of g(x) = x² · e^(x³). Let u = x³, du = 3x² dx, so x² dx = du/3. The integral is ∫e^u · (1/3) du = (1/3)e^u + C = (1/3)e^(x³) + C. The x² is the signal that u-substitution will work; the e^(x³) is the function whose derivative structure is being exploited. If the x² were missing, you would need integration by parts.
Family three: trigonometric integrands
Trig indefinite integrals fall into three sub-families. The first is the basic six: ∫sin(x) dx = −cos(x) + C, ∫cos(x) dx = sin(x) + C, ∫sec²(x) dx = tan(x) + C, ∫sec(x)tan(x) dx = sec(x) + C, ∫csc²(x) dx = −cot(x) + C, ∫csc(x)cot(x) dx = −csc(x) + C. These six are the trigonometric derivatives in reverse, and the AP exam expects them as automatic recall. A candidate who pauses to derive each one from scratch is using up minutes that the free-response section cannot spare.
The second sub-family is composites, where the trig function has a chain inside. ∫sin(3x) dx = −(1/3)cos(3x) + C, ∫cos(5x) dx = (1/5)sin(5x) + C, ∫sec²(4x) dx = (1/4)tan(4x) + C. The pattern is the same as the exponential case: the inner function contributes a coefficient that becomes 1 divided by that coefficient on the outside. The third sub-family is products of trig functions, which require identity work. ∫sin(x)cos(x) dx can be tackled two ways: substitution with u = sin(x), or the double-angle identity sin(x)cos(x) = (1/2)sin(2x). The substitution route is faster: du = cos(x) dx, and the integral becomes ∫u du = u²/2 + C = sin²(x)/2 + C. The identity route gives −(1/4)cos(2x) + C, which is equivalent up to a constant. The grader accepts both.
BC candidates also meet ∫tan(x) dx, ∫cot(x) dx, ∫sec(x) dx, and ∫csc(x) dx. These are not reversible from the basic six. The technique is to multiply by a clever form of 1. ∫tan(x) dx = ∫sin(x)/cos(x) dx, let u = cos(x), du = −sin(x) dx, and the integral becomes −∫1/u du = −ln|cos(x)| + C = ln|sec(x)| + C. ∫sec(x) dx requires multiplying numerator and denominator by sec(x) + tan(x); the result is ln|sec(x) + tan(x)| + C. These are worth memorising because the work is not obvious and the rubric gives a method point for the right setup.
Worked example: a product that hides a derivative
Find an antiderivative of h(x) = sin(x) · cos⁴(x). The exponent on the cosine and the sin(x) sitting next to it are the signal. Let u = cos(x), du = −sin(x) dx, so sin(x) dx = −du. The integral is ∫u⁴ · (−du) = −u⁵/5 + C = −cos⁵(x)/5 + C. The sin(x) is not extra; it is the derivative of the cosine, which is exactly what u-substitution needs. If the integrand had been sin(x) · cos³(x) + cos(x), the cos(x) would not pair with anything and you would split the integral.
Family four: rational functions and partial fractions
Rational functions appear more on BC than on AB, but both exams include the simple linear-denominator case. ∫1/(x² − 1) dx requires either partial fractions or a trigonometric substitution. Partial fractions splits 1/(x² − 1) into 1/2 · [1/(x − 1) − 1/(x + 1)], and each piece integrates to a logarithm. The result is (1/2)ln|(x − 1)/(x + 1)| + C. Trig substitution handles 1/(x² + 1) by letting x = tan(θ), dx = sec²(θ) dθ, and the denominator becomes sec²(θ); the integrand simplifies to 1, and the integral is θ + C = arctan(x) + C.
The decision rule between partial fractions and trig substitution depends on the form of the denominator. Sum of squares, x² + a², suggests trig substitution with x = a tan(θ). Difference of squares, x² − a², suggests hyperbolic substitution or partial fractions. Sum of a square and a linear term, x² + 2x + 5, requires completing the square first; once you have (x + 1)² + 4, the substitution u = x + 1 collapses it to ∫1/(u² + 4) du = (1/2)arctan(u/2) + C. Completing the square is a free method point on the rubric; skipping it and trying a non-existent trig substitution is a common way to lose two minutes and one mark.
Worked example: completing the square
Find an antiderivative of k(x) = 1/(x² + 4x + 13). Complete the square: x² + 4x + 13 = (x + 2)² + 9. Let u = x + 2, du = dx. The integral becomes ∫1/(u² + 9) du, which matches the form a² = 9, a = 3, so the answer is (1/3)arctan(u/3) + C = (1/3)arctan((x + 2)/3) + C. The grader will look for the completed square; writing arctan(x² + 4x + 13) as if it factored is a sign that the work has gone wrong, and it costs the execution point.