π TABLE OF CONTENTS
- β Limits & Continuity β Q1βQ5
- β‘ Derivatives & Rules β Q6βQ10
- β’ Applications of Derivatives β Q11βQ15
- β£ Integrals & FTC β Q16βQ20
π UNIT 1 Β· Limits & Continuity
HOLE β removable discontinuity (factor & cancel)
JUMP β left β right limit
INF β vertical asymptote (denominator = 0, can't 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}\) β
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!
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Β²"
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)\) β
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
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!
"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"
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}\) β
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!