ACEpath
Select Subject
Select Unit

AP Calculus BC

Calculus BC

AP Calculus BC Complete Notes

Exam: 3 hours 15 minutes - 45 MCQ (105 min, 50%) + 6 FRQ (90 min, 50%) Calculator: Allowed (Sections I & II) Formula sheet: Provided in exam Scope: AP Calculus BC - Units 1-10 (includes all AB content, plus Units 9-10) Note: Units 1-8 are shared with AP Calculus AB. Units 9-10 are BC-exclusive.

SectionFormatQuestionsTimeWeight
Section IMultiple Choice (MCQ)45105 min50%
Section IIFree Response (FRQ)690 min50%

MCQ Breakdown

TypeCountNotes
Full MCQ30Standard 5-option multiple choice
Partial MCQ15Calculator-inactive; some questions may require reasoning

FRQ Breakdown

TypeCountNotes
Free Response62 calculator-active, 4 calculator-inactive
BC-only topics-Taylor/Maclaurin series, parametric/polar, convergence tests, Euler's method

FRQ Tips

  • Series FRQ: state which convergence test used and why - justify every step
  • Taylor series: always write the general term; note the interval of convergence
  • For Euler's Method: show the iteration table; small h -> more accurate
  • When using calculator: state what you entered and what the result is
  • Partial fractions: verify your decomposition by recombining

Score Distribution

AP ScoreRecommendationTypical %
5Extremely well qualified~40% (BC has higher pass rate due to self-selection)
4Well qualified~24%
3Qualified~17%
2Possibly qualified~13%
1No recommendation~6%

AB/BC Subscore

  • AP Calculus BC students also receive an AB Subscore based on Units 1-8 performance
  • AB Subscore is reported separately (1-5) for use by colleges

Unit 1: Limits and Continuity

Limits

A limit describes the value that a function approaches as the input approaches a certain point. Written as: limxcf(x)=L\lim_{x \to c} f(x) = L The limit can exist even if the function is undefined at point c.

Practice

Instantaneous Velocity

Instantaneous velocity is the limit of average velocity as the time interval approaches zero: v(t0)=limΔt0s(t0+Δt)s(t0)Δtv(t_0) = \lim_{\Delta t \to 0} \frac{s(t_0 + \Delta t) - s(t_0)}{\Delta t}

Practice
More Concepts About Unit 1

Unit 2: Differentiation: Definition and Fundamental Properties

Difference Quotient

Average rate of change over [a, b]: f(b)f(a)ba\frac{f(b) - f(a)}{b - a}

Practice

Instantaneous Rate As Limit

Instantaneous rate of change at x = a: f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} Alternative form:

...

Practice
More Concepts About Unit 2

Unit 3: Differentiation: Composite, Implicit, and Inverse Functions

Chain Rule Formula

ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) Using Leibniz notation: dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Practice

Differentiation Of f(g(x))f(g(x))

Differentiation of f(g(x))

Example: ddx(sin(x2))=cos(x2)2x\frac{d}{dx}(\sin(x^2)) = \cos(x^2) \cdot 2x Example: ddx((3x+1)5)=5(3x+1)43=15(3x+1)4\frac{d}{dx}((3x+1)^5) = 5(3x+1)^4 \cdot 3 = 15(3x+1)^4

Practice
More Concepts About Unit 3

Unit 4: Contextual Applications of Differentiation

Relationships: v(t)=s(t)v(t)=s'(t)

Relationships: v(t) = s'(t)

Velocity is the derivative of position: v(t)=s(t)=dsdtv(t) = s'(t) = \frac{ds}{dt}

Practice

Relationships: a(t)=v(t)=s(t)a(t)=v'(t)=s''(t)

Relationships: a(t) = v'(t) = s''(t)

Acceleration is the derivative of velocity, second derivative of position: a(t)=v(t)=s(t)=d2sdt2a(t) = v'(t) = s''(t) = \frac{d^2s}{dt^2}

Practice
More Concepts About Unit 4

Unit 5: Analytical Applications of Differentiation

Mvt Statement

If f is continuous on [a, b] and differentiable on (a, b), then there exists c ∈ (a, b) such that: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a} Geometrically: There's a point where tangent is parallel to secant line.

Practice

Rolle's Theorem

Special case of MVT: If f(a) = f(b) = 0, then there exists c ∈ (a, b) where f'(c) = 0.

Practice
More Concepts About Unit 5

Unit 6: Integration and Accumulation of Change

Approximating Area

Left sum, right sum, midpoint sum, trapezoidal sum.

Practice

Riemann Sums

Approximation of area under curve using rectangles: abf(x)dxi=1nf(xi)Δx\int_a^b f(x)dx \approx \sum_{i=1}^n f(x_i^*) \Delta x where Δx=ban\Delta x = \frac{b-a}{n}

Practice
More Concepts About Unit 6

Unit 7: Differential Equations

Substitution Into Differential Equation

To verify y = g(x) is a solution to differential equation:

  1. Find y', y'', etc.
  2. Substitute into differential equation

...

Practice

Slope Fields Interpretation

Graphical representation showing dydx\frac{dy}{dx} at various points. Each small segment shows slope of solution at that point.

Practice
More Concepts About Unit 7

Unit 8: Applications of Integration

Average Value Formula: 1baabf(x)dx\frac{1}{b-a}\int_{a}^{b} f(x)dx

Average Value Formula: (1/(b-a))∫abf(x)dx\int_a^b f(x)dx∫ab​f(x)dx

favg=1baabf(x)dxf_{avg} = \frac{1}{b-a}\int_a^b f(x)dx

Practice

s(t)=v(t)dts(t) = \int v(t)dt

s(t) = ∫v(t)dt\int v(t)dt∫v(t)dt

s(t)=v(t)dts(t) = \int v(t)dt

Practice
More Concepts About Unit 8

Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions

Parametric Equations x(t)x(t), y(t)y(t)

Parametric Equations x(t), y(t)

Curve defined by: x = f(t), y = g(t), t ∈ [a, b]

Practice

dydx=dydtdxdt\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}

dy/dx = (dy/dt)/(dx/dt)

dydx=dy/dtdx/dt=g(t)f(t)\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{g'(t)}{f'(t)}

Practice
More Concepts About Unit 9

Unit 10: Infinite Sequences and Series

Sequence Vs. Series

  • Sequence: Ordered list of numbers {an}
  • Series: Sum of sequence terms: n=1an\sum_{n=1}^\infty a_n
Practice

Convergence Definition

Partial sums: SN=n=1NanS_N = \sum_{n=1}^N a_n Series converges if limNSN\lim_{N \to \infty} S_N exists (finite).

Practice
More Concepts About Unit 10