A limit describes the value a function approaches as the input approaches a point. For indeterminate forms \(\frac{0}{0}\) or \(\frac{\infty}{\infty}\), apply L'Hôpital's Rule.
What is \(\displaystyle\lim_{x \to 0} \frac{\tan x - \sin x}{x^3}\)?
Using Taylor series: \(\tan x = x + \frac{x^3}{3} + \cdots\) and \(\sin x = x - \frac{x^3}{6} + \cdots\) So \(\tan x - \sin x = \frac{x^3}{3} + \frac{x^3}{6} + \cdots = \frac{x^3}{2} + \cdots\) Therefore \(\dfrac{\tan x - \sin x}{x^3} \to \dfrac{1}{2}\) as \(x\to 0\).
Question 02
AB/BCEasy
Which of the following conditions is NOT sufficient to guarantee that \(f\) is continuous at \(x = a\)?
Continuity requires three conditions: (1) \(f(a)\) is defined, (2) \(\lim_{x\to a}f(x)\) exists, and (3) the limit equals \(f(a)\). Option C only guarantees the two-sided limit exists, but does NOT require \(f(a)\) to equal that limit (or even be defined). So C alone is insufficient for continuity.
Unit 2–3 · Derivatives
Core Concept
Differentiation Rules
Master the chain rule, product rule, and implicit differentiation — the backbone of the FRQ section.
The Mean Value Theorem (MVT): if \(f\) is continuous on \([a,b]\) and differentiable on \((a,b)\), then there exists \(c\) such that \(f'(c) = \dfrac{f(b)-f(a)}{b-a}\).
📌 Must Memorize
Critical points: \(f'(c) = 0\) or \(f'(c)\) DNE
First Derivative Test: sign change of \(f'\)
Second Derivative Test: \(f''(c) > 0\) → local min; \(f''(c) < 0\) → local max
Quick Example
A ladder 10 ft long slides down a wall. When the base is 6 ft from the wall, it moves at 2 ft/s. How fast is the top sliding?
The radius of a sphere is increasing at a rate of 3 cm/s. How fast is the volume increasing (in cm³/s) when the radius is 5 cm? (Volume of sphere: \(V = \frac{4}{3}\pi r^3\))
If \(F(x) = \displaystyle\int_1^{x^3} \ln(t^2+1)\,dt\), then \(F'(x) =\)
By FTC Part 1 with chain rule: \(F'(x) = \ln((x^3)^2+1)\cdot 3x^2 = 3x^2\ln(x^6+1)\) Note: the upper limit \(x^3\) is substituted into \(t\), giving \(t^2 = (x^3)^2 = x^6\).
A population satisfies \(\dfrac{dP}{dt} = 0.4P\left(1-\dfrac{P}{500}\right)\). At which value of \(P\) is the population growing fastest?
For a logistic equation \(\dfrac{dP}{dt} = kP(1-P/L)\), the growth rate is maximized at \(P = \dfrac{L}{2}\). Here \(L = 500\), so maximum growth occurs at \(P = 250\). (This is the inflection point of the logistic curve.)
Unit 8 · Applications of Integration
Core Concept
Volumes of Revolution
Disk/Washer Method rotates a region about an axis. Shell Method integrates cylindrical shells — choose whichever avoids solving for the other variable.
The area enclosed by the polar curve \(r = 2\cos\theta\) is
\(r = 2\cos\theta\) is a circle of radius 1 centered at \((1,0)\). Its area = \(\pi r^2 = \pi(1)^2 = \pi\). Verify: \(A = \frac{1}{2}\displaystyle\int_{-\pi/2}^{\pi/2}(2\cos\theta)^2\,d\theta = 2\int_{-\pi/2}^{\pi/2}\cos^2\theta\,d\theta = 2\cdot\frac{\pi}{2} = \pi\)
Unit 10 · Sequences & Series (BC)
Core Concept
Convergence Tests & Power Series
Key tests: Geometric series, p-series, Ratio Test, Alternating Series Test. Taylor series represent functions as infinite polynomials.
Ratio Test: \(L = \lim\left|\dfrac{a_{n+1}}{a_n}\right|\); converges if \(L<1\)
Question 17
BCMedium
The sum of the series \(\displaystyle\sum_{n=0}^{\infty}\frac{(-1)^n}{3^n}\) is
This is a geometric series: \(\displaystyle\sum_{n=0}^{\infty}\left(-\frac{1}{3}\right)^n\) with \(a=1\), \(r=-\frac{1}{3}\) Sum \(= \dfrac{1}{1-(-1/3)} = \dfrac{1}{4/3} = \dfrac{3}{4}\)
Question 18
BCHard
The interval of convergence of \(\displaystyle\sum_{n=1}^{\infty}\frac{(x-2)^n}{n\cdot 3^n}\) is
Ratio test: \(L=\lim\left|\dfrac{(x-2)^{n+1}}{(n+1)3^{n+1}}\cdot\dfrac{n\cdot3^n}{(x-2)^n}\right|=\dfrac{|x-2|}{3}\) Converges when \(|x-2|<3\), i.e. \(-1<x<5\). Check endpoints: At \(x=-1\): \(\sum\dfrac{(-3)^n}{n\cdot3^n}=\sum\dfrac{(-1)^n}{n}\) → alternating harmonic series → converges At \(x=5\): \(\sum\dfrac{3^n}{n\cdot3^n}=\sum\dfrac{1}{n}\) → harmonic series → diverges ∴ Interval of convergence: \([-1,\, 5)\)
Unit 9 · Particle Motion & Accumulation
Question 19
AB/BCMedium
A particle moves along the \(x\)-axis with velocity \(v(t) = t^2 - 4t + 3\) for \(t \geq 0\). What is the total distance traveled from \(t=0\) to \(t=4\)?