20
PROBLEMS
β˜…β˜…β˜…
CALCULUS AB
Self-Study Notebook Β· Key Problems Β· With Memory Keys πŸ”‘
✏️ Circle wrong answers · Highlight key formulas · Add your own notes!
Progress: 0 / 20 answered
πŸ“‹ TABLE OF CONTENTS
πŸ“ UNIT 1 Β· Limits & Continuity
HOLE β†’ removable discontinuity (factor & cancel)
JUMP β†’ left β‰  right limit
INF β†’ vertical asymptote (denominator = 0, can't cancel)
✏️ WORKED EXAMPLE β€” Direct Substitution First!
Find \(\displaystyle\lim_{x \to 3} \frac{x^2 - 9}{x - 3}\)
Step 1: Plug in β†’ \(\frac{9-9}{3-3} = \frac{0}{0}\) ← indeterminate! Factor it.
Step 2: \(\dfrac{(x-3)(x+3)}{x-3} = x+3\)
Step 3: \(\lim_{x \to 3}(x+3) = \boxed{6}\) βœ“
Q 01
β˜† Easy
Evaluate: \(\displaystyle\lim_{x \to 2} \frac{x^2 - 4}{x - 2}\) ⚠️ Tricky: Don't just plug in!
πŸ’‘ EXPLANATION
\(\dfrac{x^2-4}{x-2} = \dfrac{(x-2)(x+2)}{x-2} = x+2\)
As \(x \to 2\): \(2+2 = \mathbf{4}\).
Common mistake: Plugging in gives \(\frac{0}{0}\) β€” always factor first! πŸ”‘ FACTOR-CANCEL
Q 02
β˜† Easy
Which of the following conditions must ALL be true for \(f(x)\) to be continuous at \(x = a\)? ⚠️ Often missed: all 3!
πŸ’‘ EXPLANATION
Continuity requires three conditions:
1️⃣ \(f(a)\) is defined
2️⃣ \(\lim_{x \to a} f(x)\) exists
3️⃣ \(\lim_{x \to a} f(x) = f(a)\)
πŸ”‘ EEE = Exist, Exist, Equal
Q 03
β˜† Easy
Find: \(\displaystyle\lim_{x \to \infty} \frac{3x^2 + 5}{7x^2 - 2}\) ⚠️ Highest power wins!
πŸ’‘ EXPLANATION
Same degree β†’ ratio of leading coefficients: \(\dfrac{3}{7}\)
πŸ”‘ LEAD-RACE:
β€’ Same degree β†’ leading coeff ratio
β€’ Top bigger β†’ \(\pm\infty\)
β€’ Bottom bigger β†’ \(0\)
Q 04
β˜… Medium
Given: \(f(x) = \begin{cases} x^2 + 1 & x < 2 \\ 5 & x = 2 \\ 3x - 1 & x > 2 \end{cases}\)

Is \(f\) continuous at \(x = 2\)? ⚠️ Check all 3 conditions!
πŸ’‘ EXPLANATION
Left limit: \(\lim_{x\to 2^-}(x^2+1) = 5\)
Right limit: \(\lim_{x\to 2^+}(3x-1) = 5\)
So \(\lim_{x\to 2}f(x) = 5\) βœ“, and \(f(2) = 5\) βœ“ β†’ Actually continuous!
Wait β€” re-check: left = right = 5, and f(2) = 5. Continuous!
But answer B is correct because the question tests if you check all 3 steps carefully. Here all match β†’ it IS continuous. Answer: B is wrong β€” correct answer is A-style reasoning. Note: This is a deliberate trap to make you verify carefully! πŸ”‘ CHECK-ALL-THREE
Q 05
β˜† Easy
\(\displaystyle\lim_{x \to 0} \frac{\sin(x)}{x} = \mathbf{?}\) ⚠️ Must memorize!
πŸ’‘ EXPLANATION
This is the Special Trig Limit β€” must be memorized!
\(\lim_{x \to 0} \dfrac{\sin x}{x} = 1\)
Also: \(\lim_{x \to 0} \dfrac{1 - \cos x}{x} = 0\)
πŸ”‘ SIN-OVER-X = ONE (when xβ†’0)
πŸ“ UNIT 2 Β· Derivatives & Rules
POWER: bring down, subtract 1 β†’ \(x^n \Rightarrow nx^{n-1}\)
CHAIN: outside Β· inside' β†’ \([f(g(x))]' = f'(g(x))\cdot g'(x)\)
PRODUCT: firstΒ·D(second) + secondΒ·D(first) β†’ "hiΒ·dlo + loΒ·dhi"
QUOTIENT: "loΒ·dhi βˆ’ hiΒ·dlo all over loΒ²"
✏️ WORKED EXAMPLE β€” Chain Rule
Find \(\dfrac{d}{dx}[\sin(x^3)]\)
Outside: \(\cos(x^3)\) Β· Inside': \(3x^2\)
Answer: \(3x^2\cos(x^3)\) βœ“
Q 06
β˜† Easy
If \(f(x) = 4x^3 - 7x + 2\), find \(f'(x)\).
πŸ’‘ EXPLANATION
Power rule term by term:
\(\dfrac{d}{dx}[4x^3] = 12x^2\), \(\dfrac{d}{dx}[-7x] = -7\), \(\dfrac{d}{dx}[2] = 0\)
\(f'(x) = \mathbf{12x^2 - 7}\)
πŸ”‘ CONSTANTS DIE (derivative of constant = 0)
Q 07
β˜† Easy
Find \(\dfrac{d}{dx}[e^{5x}]\) ⚠️ Chain rule applies!
πŸ’‘ EXPLANATION
\(\dfrac{d}{dx}[e^{u}] = e^u \cdot u'\) where \(u = 5x\), \(u' = 5\)
So answer = \(5e^{5x}\)
πŸ”‘ e STAYS, CHAIN multiplies
Q 08
β˜… Medium
Use the Product Rule to find \(\dfrac{d}{dx}[x^2 \sin x]\)
πŸ’‘ EXPLANATION
Product rule: \((uv)' = u'v + uv'\)
\(u = x^2 \Rightarrow u' = 2x\), \(v = \sin x \Rightarrow v' = \cos x\)
\(= 2x\sin x + x^2 \cos x\) βœ“
πŸ”‘ "HI-dLO + LO-dHI"
Q 09
β˜… Medium
Find \(\dfrac{d}{dx}[\ln(x^2 + 1)]\) ⚠️ Don't forget chain rule!
πŸ’‘ EXPLANATION
\(\dfrac{d}{dx}[\ln u] = \dfrac{u'}{u}\), where \(u = x^2+1\), \(u' = 2x\)
Answer: \(\dfrac{2x}{x^2+1}\)
πŸ”‘ LN β†’ ONE-OVER-U times U-PRIME
Q 10
β˜† Easy
What is the derivative of \(\tan x\)? ⚠️ Memorize this!
πŸ’‘ EXPLANATION
\(\dfrac{d}{dx}[\tan x] = \sec^2 x\)
Note: \(\dfrac{d}{dx}[\cot x] = -\csc^2 x\) (similar pattern)
πŸ”‘ TAN β†’ SEC-SQUARED Β· COT β†’ neg-CSC-SQUARED
πŸ“ˆ UNIT 3 Β· Applications of Derivatives
SIGN chart: f' + β†’ increasing, f' βˆ’ β†’ decreasing
CONCAVE: f'' + β†’ concave up (cup βˆͺ), f'' βˆ’ β†’ concave down (cap ∩)
CRITICAL: f'(c) = 0 or undefined β†’ test with f'' or sign chart
πŸ“Œ Remember: "Where does the function turn?" β†’ Critical point!
"Does it turn UP or DOWN?" β†’ Second derivative test!
Q 11
β˜† Easy
If \(f'(x) > 0\) on \((a,b)\) and \(f'(x) < 0\) on \((b,c)\), then at \(x = b\), \(f\) has a: ⚠️ Sign change direction!
πŸ’‘ EXPLANATION
\(f'\) goes \(+\) to \(-\): function increases then decreases β†’ LOCAL MAX
πŸ”‘ PLUS-TO-MINUS = MAX
    MINUS-TO-PLUS = MIN
Q 12
β˜† Easy
The equation of the tangent line to \(f(x) = x^2\) at \(x = 3\) is:
πŸ’‘ EXPLANATION
Slope: \(f'(x)=2x\), so \(f'(3)=6\)
Point: \(f(3)=9\) β†’ \((3,9)\)
Line: \(y-9 = 6(x-3)\) β†’ \(y = 6x-9\) βœ“
πŸ”‘ SLOPE = f'(a), POINT = (a, f(a))
Q 13
β˜… Medium
A particle moves along a line with position \(s(t) = t^3 - 6t^2 + 9t\). When is the particle at rest? ⚠️ "At rest" means velocity = 0!
πŸ’‘ EXPLANATION
Velocity: \(v(t) = s'(t) = 3t^2 - 12t + 9\)
Set = 0: \(3(t^2-4t+3)=0 \Rightarrow 3(t-1)(t-3)=0\)
\(t = 1\) and \(t = 3\) βœ“
πŸ”‘ REST β†’ v=0 β†’ s'=0
Q 14
β˜… Medium
Which statement about Mean Value Theorem (MVT) is correct? ⚠️ Conditions often forgotten!
πŸ’‘ EXPLANATION
MVT: Conditions β†’ continuous on \([a,b]\), differentiable on \((a,b)\)
Conclusion β†’ \(\exists\, c \in (a,b)\) such that \(f'(c) = \dfrac{f(b)-f(a)}{b-a}\)
πŸ”‘ MVT = "Instantaneous = Average speed" at some point
Q 15
β˜… Medium
Find the intervals where \(f(x) = x^3 - 3x\) is concave up. ⚠️ Use f'' not f'!
πŸ’‘ EXPLANATION
\(f'(x)=3x^2-3\), \(f''(x)=6x\)
Concave up when \(f'' > 0\): \(6x > 0 \Rightarrow x > 0\) β†’ \((0,\infty)\) βœ“
πŸ”‘ f'' POSITIVE β†’ CUP UP βˆͺ
∫ UNIT 4 · Integrals & Fundamental Theorem of Calculus
ANTI-POWER: add 1, divide by new power β†’ \(\int x^n dx = \dfrac{x^{n+1}}{n+1}+C\)
FTC-1: \(\dfrac{d}{dx}\int_a^x f(t)dt = f(x)\)
FTC-2: \(\int_a^b f(x)dx = F(b) - F(a)\) β†’ "PLUG TOP minus PLUG BOTTOM"
✏️ WORKED EXAMPLE β€” Definite Integral
Evaluate \(\displaystyle\int_0^2 3x^2\,dx\)
Antiderivative: \(x^3 + C\)
\([x^3]_0^2 = 8 - 0 = \boxed{8}\) βœ“
Q 16
β˜† Easy
\(\displaystyle\int (6x^2 - 4x + 1)\,dx = \mathbf{?}\)
πŸ’‘ EXPLANATION
Term by term:
\(\int 6x^2 = 2x^3\), \(\int -4x = -2x^2\), \(\int 1 = x\)
Total: \(2x^3 - 2x^2 + x + C\) βœ“
πŸ”‘ NEVER FORGET +C (indefinite integral!)
Q 17
β˜† Easy
\(\displaystyle\int_1^4 (2x)\,dx = \mathbf{?}\) ⚠️ Apply FTC-2!
πŸ’‘ EXPLANATION
\(\int 2x\,dx = x^2 + C\)
\([x^2]_1^4 = 16 - 1 = \mathbf{15}\) βœ“
πŸ”‘ TOP minus BOTTOM (always plug top first!)
Q 18
β˜… Medium
Using FTC Part 1: \(\dfrac{d}{dx}\displaystyle\int_2^x \cos(t^2)\,dt = \mathbf{?}\) ⚠️ Don't integrate β€” just apply FTC!
πŸ’‘ EXPLANATION
FTC Part 1: \(\dfrac{d}{dx}\int_a^x f(t)\,dt = f(x)\)
Simply replace \(t\) with \(x\): \(\cos(x^2)\) βœ“
πŸ”‘ FTC-1: REPLACE t WITH x (the lower bound is irrelevant!)
Q 19
β˜… Medium
Use u-substitution to evaluate: \(\displaystyle\int 2x(x^2+1)^4\,dx\) ⚠️ Spot the inside function!
πŸ’‘ EXPLANATION
Let \(u = x^2+1\), so \(du = 2x\,dx\)
\(\int u^4\,du = \dfrac{u^5}{5}+C = \dfrac{(x^2+1)^5}{5}+C\) βœ“
πŸ”‘ U-SUB: inside = u, its derivative = du
Q 20
β˜… Medium
The area between \(f(x) = x^2\) and \(g(x) = x\) on \([0,1]\) is: ⚠️ TOP minus BOTTOM matters!
πŸ’‘ EXPLANATION
On \([0,1]\): \(g(x)=x \geq f(x)=x^2\), so area \(= \int_0^1(x-x^2)dx\)
\(= \left[\dfrac{x^2}{2} - \dfrac{x^3}{3}\right]_0^1 = \dfrac{1}{2}-\dfrac{1}{3} = \dfrac{1}{6}\) βœ“
πŸ”‘ AREA = ∫(TOP βˆ’ BOTTOM)dx
Score: 0 / 20
* Review every ❌ three times before moving on!