Study Guide

FTC and Definite Integrals for AP Calculus AB

AP Calculus ABΒ· AP Calculus AB CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. The Second Fundamental Theorem of Calculus (FTC 2): Evaluating Definite Integralsβ˜…β˜…β˜†β˜†β˜†β± 4 min

FTC 2 gives the method for computing exact values of definite integrals using antiderivatives, eliminating the need to compute limits of infinite Riemann sums. The theorem applies when is continuous on the closed interval , and is any antiderivative of (meaning for all in ).

intabf(x)dx=F(b)βˆ’F(a)int_a^b f(x) dx = F(b) - F(a)

The standard notation for this evaluation is , which explicitly means 'evaluate at the upper bound , subtract the value of at the lower bound .' The constant of integration can be omitted entirely for definite integrals, because it cancels out when subtracting from . FTC 2 can only be used if is continuous over the entire interval of integration; discontinuities like vertical asymptotes invalidate direct application of the theorem.

πŸ“˜ Definition

Second Fundamental Theorem of Calculus

The theorem connecting antiderivatives to exact evaluation of definite integrals for continuous functions.

πŸ“ Worked Example

Evaluate .

  1. 1

    First, find the antiderivative of each term using the power rule for antiderivatives: for .

  2. 2

    Antiderivative of is . Antiderivative of is .

  3. 3

    Combine terms to get , omitting .

  4. 4

    Evaluate at upper bound :

  5. 5
    F(4)=43βˆ’43(4)3/2=64βˆ’323=1603F(4) = 4^3 - \frac{4}{3}(4)^{3/2} = 64 - \frac{32}{3} = \frac{160}{3}
  6. 6

    Evaluate at lower bound :

  7. 7
    F(1)=13βˆ’43(1)3/2=1βˆ’43=βˆ’13F(1) = 1^3 - \frac{4}{3}(1)^{3/2} = 1 - \frac{4}{3} = -\frac{1}{3}
  8. 8

    Subtract lower bound from upper bound to get the final result:

  9. 9
    ∫14(3x2βˆ’2x)dx=F(4)βˆ’F(1)=1603βˆ’(βˆ’13)=1613\int_1^4 (3x^2 - 2\sqrt{x}) dx = F(4) - F(1) = \frac{160}{3} - \left(-\frac{1}{3}\right) = \frac{161}{3}

Exam tip:

Always write the evaluation as explicitly to avoid mixing up the order of bounds. Reversing the bounds will flip the sign of your answer, which is a common avoidable error.

2. The First Fundamental Theorem of Calculus (FTC 1): Derivatives of Accumulation Functionsβ˜…β˜…β˜…β˜†β˜†β± 4 min

FTC 1 formalizes the inverse relationship between integration and differentiation, and is heavily tested on AP Calculus AB multiple-choice questions involving accumulation functions (functions defined as integrals). The base case for a constant lower bound and variable upper bound is:

ddx[∫axf(t)dt]=f(x)\frac{d}{dx} \left[ \int_a^x f(t) dt \right] = f(x)

When the upper bound is a function of () rather than just , we apply the chain rule to get the general form. If both bounds are functions of , we split the integral at a constant to get the extended rule. The extended rule for is:

gβ€²(x)=f(u(x))uβ€²(x)βˆ’f(v(x))vβ€²(x)g'(x) = f(u(x))u'(x) - f(v(x))v'(x)
πŸ“˜ Definition

Accumulation Function

A function defined as a definite integral where one or both bounds are functions of the independent variable, representing accumulated area under a curve.

πŸ“ Worked Example

Find .

  1. 1

    Apply the extended FTC 1 rule for variable upper and lower bounds: the derivative equals .

  2. 2

    Identify components: , upper bound , lower bound .

  3. 3

    Compute derivatives of the bounds: , .

  4. 4

    Evaluate at both bounds: , .

  5. 5

    Substitute into the rule and simplify:

  6. 6
    ddx[∫cos⁑xx3e2tdt]=(e2x3)(3x2)βˆ’(e2cos⁑x)(βˆ’sin⁑x)=3x2e2x3+e2cos⁑xsin⁑x\frac{d}{dx} \left[ \int_{\cos x}^{x^3} e^{2t} dt \right] = (e^{2x^3})(3x^2) - (e^{2\cos x})(-\sin x) = 3x^2 e^{2x^3} + e^{2\cos x} \sin x

Exam tip:

When the variable of differentiation is in the lower bound, do not drop the required negative sign from splitting the integral. Double-check the sign of the lower bound term before submitting your final answer.

3. The Net Change Theorem: FTC for Contextual Problemsβ˜…β˜…β˜…β˜†β˜†β± 3 min

The Net Change Theorem is a direct application of FTC 2 to real-world problems, where we integrate a rate of change to find total accumulated change over an interval. It states that the net change in a quantity from to is equal to the definite integral of its rate of change over that interval:

Net Change=F(b)βˆ’F(a)=∫abf(t)dt\text{Net Change} = F(b) - F(a) = \int_a^b f(t) dt

This theorem is the foundation for all contextual integration problems on AP Calculus AB, including particle displacement, population change, drug amount in the bloodstream, and total profit from marginal profit. Net change counts positive and negative change against each other (e.g., moving left vs. right for a particle), unlike total distance which requires integrating the absolute value of the rate. If asked for the final amount of a quantity at given an initial amount , rearrange the formula to get: .

πŸ“ Worked Example

The rate at which water flows into a tank is given by gallons per minute, for minutes. If the tank initially has 30 gallons of water at , how much water is in the tank at minutes?

  1. 1

    Let be the total amount of water in the tank at time . We know and , so by the Net Change Theorem:

  2. 2
    W(10)=W(0)+∫010r(t)dtW(10) = W(0) + \int_0^{10} r(t) dt
  3. 3

    Find the antiderivative of :

  4. 4
    ∫(2t+5sin⁑(Ο€t12))dt=t2βˆ’60Ο€cos⁑(Ο€t12)\int \left(2t + 5\sin\left(\frac{\pi t}{12}\right)\right) dt = t^2 - \frac{60}{\pi} \cos\left(\frac{\pi t}{12}\right)
  5. 5

    Evaluate the definite integral:

  6. 6
    [102βˆ’60Ο€cos⁑(10Ο€12)]βˆ’[02βˆ’60Ο€cos⁑(0)]=100βˆ’60Ο€(βˆ’32)+60Ο€(1)β‰ˆ135.64\left[ 10^2 - \frac{60}{\pi} \cos\left(\frac{10\pi}{12}\right) \right] - \left[ 0^2 - \frac{60}{\pi} \cos(0) \right] = 100 - \frac{60}{\pi}\left(-\frac{\sqrt{3}}{2}\right) + \frac{60}{\pi}(1) \approx 135.64
  7. 7

    Add the initial amount to get the final total:

  8. 8
    W(10)=30+135.64β‰ˆ165.64W(10) = 30 + 135.64 \approx 165.64
  9. 9

    The tank has approximately 165.64 gallons of water at .

Exam tip:

When asked for the final amount of a quantity, the definite integral only gives the net change, not the final amount. Always add the net change to the given initial amount to get the correct answer.

4. AP Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Quick check

Test your understanding of FTC rules with these AP-style questions:

  1. If , what is the value of ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    1 β€”

    Correct. Using FTC 1 with chain rule: , so .

  2. Evaluate . Which result is correct?

    • A)

    • B)

    • C)

    • D)

5. Common Pitfalls

Wrong move:

When differentiating , you write and omit the chain rule term.

Why:

Students remember FTC gives the integrand evaluated at the upper bound, but forget the chain rule when the bound is a function of .

Correct move:

Always check if the upper or lower bound is a function of ; if it is, multiply by the derivative of the bound every time.

Wrong move:

When evaluating , you apply FTC 2 to get and accept this as the final answer.

Why:

Students forget FTC 2 requires to be continuous over the entire interval of integration, and this function has a discontinuity at inside the interval.

Correct move:

Always check for discontinuities of the integrand inside the interval before applying FTC 2; AP Calculus AB will only ask you to apply FTC to continuous functions.

Wrong move:

When computing a definite integral, you subtract the upper bound value from the lower bound value.

Why:

Students mix up the order of evaluation, especially when bounds are written in reverse order in the problem.

Correct move:

Always follow the notation convention , which means upper bound minus lower bound, no exceptions.

Wrong move:

When finding the final population at given an initial population of 1000 and a growth rate , you report the value of as your final answer.

Why:

Students confuse net change with total final amount.

Correct move:

Remember that the integral of a rate gives only net change; add the net change to the initial amount to get the final total.

Wrong move:

When differentiating , you get and then remove the negative sign because you think it is a mistake.

Why:

Students are used to the constant lower bound case and forget the negative sign is required when the variable is in the lower bound.

Correct move:

Flip the bounds to get , apply FTC, and keep the negative sign in your final derivative.

6. Quick Reference Cheatsheet

Category

Formula

Notes

FTC 2 (Evaluate Definite Integral)

must be continuous on ; constant of integration cancels, no needed

FTC 1 (Constant Lower Bound, Variable Upper Bound)

If , , so derivative simplifies directly to

FTC 1 (Variable Upper and Lower Bounds)

The negative sign on the lower bound term is required, do not drop it

Net Change Theorem

Gives net change (accounts for positive/negative change), not total change of a quantity

Final Quantity from Rate

Use for all contextual problems asking for total amount at time

Standard Evaluation Notation

By convention, upper bound value always minus lower bound value; reversing bounds flips the sign

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Differentiate variable-bound accumulation function

  • 2022 Β· FRQ

    Net change for real-world volume problem

Going deeper

  • unit overviewUnit 6: Integration and Accumulation of Change OverviewParent unit overview for this topic

What's Next

Mastery of the Fundamental Theorem of Calculus is the prerequisite for almost all remaining topics in AP Calculus AB. Immediately after this topic, you will apply FTC to compute areas between curves, solve integration by substitution problems, and analyze contextual problems involving motion, population growth, and accumulated change. Without solid command of both parts of FTC, you will struggle with nearly every applied integration problem that appears on the FRQ section, which accounts for a large share of your total exam score. FTC is also the core result that unifies differentiation and integration, the two big ideas of calculus tested across the entire exam.