๐Ÿ“ AP CALCULUS AB โ€” STUDY GUIDE

20 Core
Problems

Key topics ยท Common mistakes ยท Memory shortcuts

PROGRESS 0 / 20 reviewed
1
PROBLEM 01
LIMITS
The 0/0 Limit โ€” Don't Give Up!

Evaluate the limit. Most students immediately say "undefined." That's wrong โ€” factor first.

lim (xยฒ โˆ’ 4) / (x โˆ’ 2) as x โ†’ 2

Factor the numerator: xยฒ โˆ’ 4 = (x+2)(xโˆ’2). Cancel (xโˆ’2) with the denominator. You're left with (x+2). Now plug in x = 2.

lim (x+2) = 2 + 2 = ? xโ†’2
โš  COMMON TRAP
Plugging in x=2 first gives 0/0, which is an indeterminate form โ€” NOT the final answer. Always try to factor/cancel before concluding.

Find the limit:

lim (xยฒ โˆ’ 9) / (x โˆ’ 3) as x โ†’ 3
โšก MEMORY POINT
When you see 0/0 โ†’ Try FACTOR โ†’ CANCEL โ†’ SUBSTITUTE
Magic word: F.C.S.
2
PROBLEM 02
LIMITS
One-Sided Limits & Existence

Given the piecewise function below, does lim f(x) as x โ†’ 2 exist?

f(x) = { x + 1, if x < 2 { xยฒ , if x โ‰ฅ 2

A two-sided limit exists only if both one-sided limits are equal.

limโป f(x) = 2 + 1 = 3 limโบ f(x) = 2ยฒ = 4 3 โ‰  4 โ†’ Limit does NOT exist
โš  COMMON TRAP
f(2) = 4 exists as a function value โ€” but that doesn't mean the limit exists! Limit and function value are different things.
g(x) = { 2x โˆ’ 1, if x < 3 { xยฒโˆ’ 4, if x โ‰ฅ 3 Does lim g(x) exist as x โ†’ 3?
โšก MEMORY POINT
Limit EXISTS only when: LEFT = RIGHT
Lโป = Lโบ โ†’ Limit exists  |  Lโป โ‰  Lโบ โ†’ DNE
3
PROBLEM 03
LIMITS
Limits at Infinity โ€” Horizontal Asymptotes

Evaluate:

lim (3xยฒ + 5x) / (2xยฒ โˆ’ 1) as x โ†’ โˆž

Compare the degree of numerator vs. denominator.

Same degree โ†’ ratio of LEADING coefficients โ†’ 3/2
โš  COMMON TRAP
Students divide wrong or forget to compare degrees. Rules: same degree = coeff. ratio, top heavier = โˆž, bottom heavier = 0.
A) lim (5xยณ + 2) / (xยณ โˆ’ 7) as x โ†’ โˆž B) lim (4xยฒ) / (xยณ + 1) as x โ†’ โˆž
โšก MEMORY POINT
BOBO: Bottom degree bigger โ†’ answer is 0
TOBO: Top bigger โ†’ โˆž (no H.A.)
EATS DC: Equal degrees โ†’ divide the Coefficients
4
PROBLEM 04
DERIVATIVES
Definition of the Derivative

Using the limit definition, find f'(x) for f(x) = xยฒ.

f'(x) = lim [f(x+h) โˆ’ f(x)] / h as hโ†’0
= lim [(x+h)ยฒ โˆ’ xยฒ] / h = lim [xยฒ+2xh+hยฒ โˆ’ xยฒ] / h = lim [2xh + hยฒ] / h = lim h(2x + h) / h = lim (2x + h) โ†’ 2x
โš  COMMON TRAP
Forgetting to expand (x+h)ยฒ correctly. (x+h)ยฒ = xยฒ + 2xh + hยฒ NOT xยฒ + hยฒ
Use limit def. to find f'(x) for f(x) = 3xยฒ โˆ’ x
โšก MEMORY POINT
Steps: PLUG โ†’ EXPAND โ†’ CANCEL h โ†’ SUBSTITUTE h=0
5
PROBLEM 05
DERIVATIVES
Chain Rule โ€” The Most Missed Rule

Differentiate: f(x) = (3xยฒ + 1)โต

d/dx [g(h(x))] = g'(h(x)) ยท h'(x) "Derivative of outside ร— derivative of inside"
outer = uโต, inner = 3xยฒ + 1 f'(x) = 5(3xยฒ+1)โด ยท 6x = 30x(3xยฒ+1)โด
โš  COMMON TRAP
Forgetting to multiply by the derivative of the inside. Writing 5(3xยฒ+1)โด ONLY is the #1 chain rule mistake.
A) y = sin(4xยฒ) B) y = e^(xยณ โˆ’ 2x) C) y = โˆš(5x + 3)
โšก MEMORY POINT
OUTSIDE first (don't change inside) โ†’ then multiply by INSIDE'
Mantra: "Copy, Power, Inside Prime"
6
PROBLEM 06
DERIVATIVES
Implicit Differentiation

Find dy/dx given: xยฒ + yยฒ = 25

When y is inside, its derivative picks up a dy/dx factor (chain rule with y as inside function).

Differentiate both sides w.r.t. x: 2x + 2yยท(dy/dx) = 0 dy/dx = โˆ’x / y
โš  COMMON TRAP
Students differentiate yยฒ as 2y, forgetting the dy/dx that must multiply it. Always tag dy/dx onto every y-term derivative.
Find dy/dx: A) xยณ + yยณ = 6xy B) sin(x) + cos(y) = 1
โšก MEMORY POINT
Rule: any time you differentiate y, slap a dy/dx next to it.
Then ISOLATE dy/dx to one side.
7
PROBLEM 07
DERIVATIVES
Related Rates

A spherical balloon is being inflated. At the moment its radius is 3 cm, the radius is increasing at 2 cm/s. How fast is the volume increasing?

V = (4/3)ฯ€rยณ
Differentiate both sides with respect to t: dV/dt = 4ฯ€rยฒ ยท dr/dt Plug in: r = 3, dr/dt = 2 dV/dt = 4ฯ€(9)(2) = ?
โš  COMMON TRAP
Plugging in numbers BEFORE differentiating. Always differentiate first with variables, THEN substitute given values.
A ladder 10 ft long leans against a wall. The bottom slides away at 1 ft/s. How fast is the top sliding down when the bottom is 6 ft away?
โšก MEMORY POINT
Order: EQUATION โ†’ DIFFERENTIATE wrt t โ†’ PLUG IN
Never plug in before differentiating!
8
PROBLEM 08
DERIVATIVES
Increasing, Decreasing & Critical Points

Find all critical points of f(x) = xยณ โˆ’ 6xยฒ + 9x and determine where f is increasing or decreasing.

Step 1: f'(x) = 3xยฒ โˆ’ 12x + 9 Step 2: Set f'(x) = 0
3(xยฒ โˆ’ 4x + 3) = 0 3(x โˆ’ 1)(x โˆ’ 3) = 0 Critical pts: x = 1, x = 3

Test intervals: (โˆ’โˆž,1), (1,3), (3,โˆž)

โš  COMMON TRAP
Calling every critical point a max or min without testing! Always do a sign chart or second derivative test.
Find critical pts and increasing/decreasing intervals for: g(x) = 2xยณ โˆ’ 3xยฒ โˆ’ 12x + 1
โšก MEMORY POINT
f' > 0 โ†’ INCREASING  |  f' < 0 โ†’ DECREASING
f' = 0 or undefined โ†’ CRITICAL POINT (not automatically a max/min!)
9
PROBLEM 09
DERIVATIVES
Concavity & Inflection Points

For f(x) = xโด โˆ’ 4xยณ, determine concavity and find all inflection points.

f'(x) = 4xยณ โˆ’ 12xยฒ f''(x) = 12xยฒ โˆ’ 24x = 12x(x โˆ’ 2)
f''(x) = 0 at x = 0 and x = 2 Test: concave up when f'' > 0 concave down when f'' < 0
โš  COMMON TRAP
f''(c) = 0 does NOT automatically mean inflection point. You must verify that concavity actually CHANGES at c.
Find inflection pts for h(x) = xโต โˆ’ 5xโด
โšก MEMORY POINT
f'' > 0 โ†’ CONCAVE UP (smile ๐Ÿ˜Š)
f'' < 0 โ†’ CONCAVE DOWN (frown ๐Ÿ˜”)
INFLECTION = where concavity changes sign
10
PROBLEM 10
DERIVATIVES
Absolute Max & Min on a Closed Interval

Find the absolute maximum and minimum of f(x) = xยณ โˆ’ 3x on [โˆ’2, 2].

1. Find f'(x) = 3xยฒ โˆ’ 3 = 0 โ†’ x = ยฑ1 2. Evaluate f at critical pts AND endpoints: f(โˆ’2) = โˆ’8+6 = โˆ’2 f(โˆ’1) = โˆ’1+3 = 2 f( 1) = 1โˆ’3 = โˆ’2 f( 2) = 8โˆ’6 = 2 3. Largest = abs. MAX, Smallest = abs. MIN
โš  COMMON TRAP
Forgetting to evaluate at the endpoints! Many students only check critical points and miss the true absolute extrema.
Find abs. max & min of g(x) = xโด โˆ’ 8xยฒ on [โˆ’3, 3]
โšก MEMORY POINT
C.E.P. = Critical pts + Endpoints + Pick largest/smallest
Always check ALL three locations!
11
PROBLEM 11
INTEGRALS
Basic Antiderivatives โ€” Power Rule

Evaluate the indefinite integral:

โˆซ (4xยณ โˆ’ 6x + 5) dx
โˆซ xโฟ dx = x^(n+1) / (n+1) + C โ†‘ Add 1 to exponent, divide by new exponent
= xโด โˆ’ 3xยฒ + 5x + C
โš  COMMON TRAP
Forgetting + C on indefinite integrals! On AP exam, missing C loses points every time.
A) โˆซ (3xยฒ + 2x โˆ’ 1) dx B) โˆซ (xโด โˆ’ 5xยฒ + x) dx
โšก MEMORY POINT
Derivative: POWER DOWN (subtract 1)
Integral: POWER UP (add 1, divide) + +C !
12
PROBLEM 12
INTEGRALS
U-Substitution

Evaluate:

โˆซ 2x ยท cos(xยฒ) dx

Look for something inside whose derivative is also outside.

Let u = xยฒ โ†’ du = 2x dx Rewrite: โˆซ cos(u) du = sin(u) + C Back-sub: sin(xยฒ) + C
โš  COMMON TRAP
Forgetting to convert ALL x's to u (including dx โ†’ du). Also, forgetting to back-substitute at the end.
A) โˆซ 3xยฒ ยท e^(xยณ) dx B) โˆซ sin(5x) dx C) โˆซ x / (xยฒ+1) dx
โšก MEMORY POINT
Spot the INSIDE function โ†’ check if its DERIVATIVE is sitting outside โ†’ that's your u!
Steps: CHOOSE u โ†’ FIND du โ†’ SUBSTITUTE โ†’ BACK-SUB
13
PROBLEM 13
INTEGRALS
Area Between Two Curves

Find the area enclosed between f(x) = xยฒ and g(x) = x + 2.

xยฒ x+2
1. Find intersections: xยฒ = x + 2 โ†’ x = โˆ’1, 2 2. Area = โˆซโ‚‹โ‚ยฒ [(x+2) โˆ’ xยฒ] dx 3. = [xยฒ/2 + 2x โˆ’ xยณ/3] from โˆ’1 to 2
โš  COMMON TRAP
Subtracting in the wrong order! Area = โˆซ[TOP โˆ’ BOTTOM]. Always check which curve is on top in the interval.
Find the area between y = xยฒ โˆ’ 2 and y = โˆ’xยฒ + 2
โšก MEMORY POINT
Formula: โˆซ[TOP โˆ’ BOTTOM] from a to b
Steps: INTERSECT โ†’ IDENTIFY TOP โ†’ INTEGRATE
14
PROBLEM 14
FTC
Fundamental Theorem of Calculus โ€” Part 1

If F(x) = โˆซโ‚€หฃ โˆš(tยฒ + 1) dt, find F'(x).

d/dx [โˆซโ‚หฃ f(t) dt] = f(x) โ†’ Just plug in x for t! F'(x) = โˆš(xยฒ + 1)

What if the upper limit is a function of x?

d/dx [โˆซโ‚€^(xยฒ) โˆš(t+1) dt] = โˆš(xยฒ+1) ยท 2x โ†‘ chain rule!
โš  COMMON TRAP
Forgetting the chain rule when the upper bound is NOT just "x" but a function like xยฒ, sin(x), etc.
A) F(x) = โˆซโ‚หฃ (tยณ+1) dt Find F'(x) B) G(x) = โˆซโ‚€^(xยณ) cos(t) dt Find G'(x)
โšก MEMORY POINT
FTC1: PLUG x INTO integrand (forget the dt!)
If upper bound = function โ†’ multiply by CHAIN RULE
15
PROBLEM 15
FTC
Fundamental Theorem of Calculus โ€” Part 2

Evaluate the definite integral:

โˆซโ‚โด (2x + 3) dx
= [xยฒ + 3x] from 1 to 4 = (16 + 12) โˆ’ (1 + 3) = 28 โˆ’ 4 = ?
โš  COMMON TRAP
Forgetting to subtract F(a) after computing F(b). Writing only F(b) is incomplete. Also: NO + C for definite integrals (they cancel).
A) โˆซโ‚€ยณ (xยฒ โˆ’ 2x + 1) dx B) โˆซโ‚โด (1/โˆšx) dx
โšก MEMORY POINT
FTC2: Antiderivative โ†’ F(b) โˆ’ F(a)
"Top minus Bottom" โ†’ PLUG TOP, PLUG BOTTOM, SUBTRACT
16
PROBLEM 16
INTEGRALS
Average Value of a Function

Find the average value of f(x) = xยฒ on [1, 4].

f_avg = 1/(bโˆ’a) ยท โˆซโ‚แต‡ f(x) dx
= 1/(4โˆ’1) ยท โˆซโ‚โด xยฒ dx = (1/3) ยท [xยณ/3] from 1 to 4 = (1/3) ยท (64/3 โˆ’ 1/3) = (1/3) ยท (63/3) = 7
โš  COMMON TRAP
Forgetting the 1/(bโˆ’a) multiplier in front. Students often just compute the integral and forget this "averaging" factor.
Find avg value of g(x) = sin(x) on [0, ฯ€]
โšก MEMORY POINT
AVG VALUE = 1/(bโˆ’a) ร— integral from a to b
Think: total area รท width of interval
17
PROBLEM 17
DIFF. EQ.
Separable Differential Equations

Solve the differential equation with the given initial condition:

dy/dx = 2xy, y(0) = 3
dy/y = 2x dx โˆซ dy/y = โˆซ 2x dx ln|y| = xยฒ + C y = Ae^(xยฒ) Use y(0) = 3: 3 = Aeโฐ = A y = 3e^(xยฒ)
โš  COMMON TRAP
Forgetting to use the initial condition to find C (or A). And forgetting the absolute value in ln|y|.
Solve: dy/dx = y/x, y(1) = 4
โšก MEMORY POINT
Steps: SEPARATE (all y on left, all x on right)
โ†’ INTEGRATE both sides โ†’ SOLVE for y โ†’ PLUG IN initial condition
18
PROBLEM 18
DIFF. EQ.
Exponential Growth & Decay

A population grows at a rate proportional to its size. At t=0 the population is 500, and at t=3 it is 2000. Find the population at t=5.

Model: P(t) = Pโ‚€ ยท e^(kt)
Step 1: 2000 = 500ยทe^(3k) e^(3k) = 4 k = ln(4)/3 Step 2: P(5) = 500ยทe^(5k) = 500ยทe^(5ยทln4/3) = ?
โš  COMMON TRAP
Using the wrong formula like P = Pโ‚€ + kt (linear). Proportional growth is ALWAYS exponential: P = Pโ‚€e^(kt).
Radioactive substance has half-life 5 years. Starting with 200g, how much remains after 12 years?
โšก MEMORY POINT
"proportional to itself" โ†’ dP/dt = kP โ†’ P = Pโ‚€e^(kt)
k > 0: growth  |  k < 0: decay
19
PROBLEM 19
FTC
Riemann Sums โ†’ Definite Integral

Recognize the limit as a definite integral:

lim ฮฃ (i/n)ยฒ ยท (1/n) as nโ†’โˆž, i=1 to n
ฮ”x = 1/n, xแตข = i/n This is: โˆซโ‚€ยน xยฒ dx = [xยณ/3]โ‚€ยน = 1/3

The key: identify f(x) and the interval [a,b] from the sum structure.

โš  COMMON TRAP
Confusing which part is f(xแตข) and which is ฮ”x. Remember: ฮ”x = (bโˆ’a)/n, and xแตข = a + iยทฮ”x.
Write as a definite integral: lim ฮฃ โˆš(1 + i/n) ยท (1/n) nโ†’โˆž, i=1 to n
โšก MEMORY POINT
1/n = ฮ”x โ†’ width, i/n = x โ†’ the sample point
Riemann sum IS the integral: lim ฮฃ = โˆซ
20
PROBLEM 20
DERIVATIVES
Mean Value Theorem (MVT)

Verify MVT for f(x) = xยณ โˆ’ x on [0, 2], and find all values c that satisfy the conclusion.

MVT guarantees: f'(c) = [f(b)โˆ’f(a)] / (bโˆ’a)
f(0) = 0, f(2) = 6 Avg. rate = (6โˆ’0)/(2โˆ’0) = 3 f'(x) = 3xยฒโˆ’1 = 3 โ†’ xยฒ = 4/3 c = 2/โˆš3 โ‰ˆ 1.15 (in [0,2] โœ“)
โš  COMMON TRAP
Confusing MVT with Rolle's Theorem. Rolle's requires f(a) = f(b) and guarantees f'(c) = 0. MVT is more general.
Find c satisfying MVT for f(x) = โˆšx on [1, 9]
โšก MEMORY POINT
MVT: If f is continuous on [a,b] and differentiable on (a,b),
then โˆƒc where f'(c) = SLOPE OF SECANT
Rolle's = MVT + f(a)=f(b) โ†’ f'(c)=0