1
Evaluate: \(\displaystyle\lim_{x \to 2} \frac{x^2 - 4}{x - 2}\)
โ ๏ธ TRAP: Don't just plug in 2!
๐ก EXPLANATION
Factor: \(\frac{x^2-4}{x-2} = \frac{(x-2)(x+2)}{x-2} = x+2\). Cancel (x-2), then plug in: 2+2 = 4. Never substitute before simplifying!
2
Which condition is NOT required for f(x) to be continuous at x = a?
๐ก EXPLANATION
Continuity requires: โ limit exists โก f(a) exists โข limit = f(a). The VALUE of f(a) doesn't need to be zero โ it just needs to EXIST and MATCH the limit. f(a) = 0 is NOT a requirement.
\(\dfrac{d}{dx}[x^n] = n \cdot x^{n-1}\) โ Multiply by n, subtract 1 from exponent.
4
If \(f(x) = x^3 - 4x^2 + 7\), what is \(f'(x)\)?
๐ก EXPLANATION
Power rule term by term: \(\frac{d}{dx}x^3 = 3x^2\), \(\frac{d}{dx}(-4x^2) = -8x\), \(\frac{d}{dx}(7) = 0\) (constant โ disappears!). Result: \(3x^2 - 8x\).
5
Find the derivative of \(g(x) = \sin(3x^2)\) using the Chain Rule.
โ ๏ธ Don't forget the inner derivative!
๐ก EXPLANATION
Chain Rule: outer = sin โ cos. Inner = 3xยฒ โ 6x. So: \(\cos(3x^2) \cdot 6x = 6x\cos(3x^2)\). The inner derivative (6x) is the part most students miss!
UNIT 2
Product & Quotient Rules
PRODUCT: "Left-Right Rule" โ uv' + vu'
"Left ร (Right)' + Right ร (Left)'" โ Keep one, derive the other, then SWITCH.
QUOTIENT: "LO-D-HI minus HI-D-LO over LOยฒ"
\(\left(\dfrac{u}{v}\right)' = \dfrac{vu' - uv'}{v^2}\) โ Bottom times top' minus top times bottom', all over bottom squared.
6
Differentiate: \(h(x) = x^2 \sin x\)
๐ก EXPLANATION
Product Rule: u = xยฒ, v = sin x. \(h'(x) = (x^2)'\sin x + x^2(\sin x)' = 2x\sin x + x^2\cos x\). Always apply to BOTH terms!
7
Find the derivative of \(f(x) = \dfrac{x^2 + 1}{x - 3}\)
โ ๏ธ Quotient Rule โ order matters!
๐ก EXPLANATION
Quotient Rule: \(\frac{(bottom)(top)' - (top)(bottom)'}{(bottom)^2} = \frac{(x-3)(2x) - (x^2+1)(1)}{(x-3)^2}\). TOP minus BOTTOM order (LOยทDยทHI - HIยทDยทLO).
A ladder 10 ft long leans on a wall.
If the bottom slides away at 2 ft/s, how fast is the top sliding down when bottom is 6 ft from wall?
\(x^2 + y^2 = 100\) โ differentiate: \(2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0\)
8
If \(f'(x) = (x-2)(x+1)\), on which interval is f(x) decreasing?
๐ก EXPLANATION
Critical points: x = -1 and x = 2. Test a value in (-1, 2): x=0 โ f'(0) = (-2)(1) = -2 < 0. Negative f' means DECREASING! So f decreases on (-1, 2).
9
The position of a particle is \(s(t) = t^3 - 6t^2 + 9t\). When is the particle at rest?
โ ๏ธ At rest means velocity = 0!
๐ก EXPLANATION
At rest โ v(t) = s'(t) = 0. \(s'(t) = 3t^2 - 12t + 9 = 3(t^2-4t+3) = 3(t-1)(t-3) = 0\). So t = 1 or t = 3.
10
The second derivative \(f''(x)\) tells us about the concavity. If \(f''(x) > 0\), the graph is:
๐ก EXPLANATION
f'' > 0 โ Concave UP (โช) โ Smile shape! Think: "positive = happy face โบ". f'' < 0 โ Concave DOWN (โฉ) โ Sad face โน.
UNIT 3
Optimization & Related Rates
OPTIMIZATION: "Find โ Test โ Conclude"
โ Find critical points (f'=0) โก Test with 2nd derivative or sign chart โข Check endpoints if on closed interval
11
A rectangle has perimeter 40. What dimensions maximize its area?
โ ๏ธ Classic trap: It's always a SQUARE!
๐ก EXPLANATION
Perimeter: 2l + 2w = 40 โ l + w = 20. Area: A = lยทw = l(20-l). A' = 20-2l = 0 โ l = 10, w = 10. A rectangle with fixed perimeter has MAX area when it's a SQUARE!
12
A spherical balloon is being inflated. If the radius increases at 2 cm/s, how fast is the volume increasing when r = 3 cm? (Volume of sphere: \(V = \frac{4}{3}\pi r^3\))
\(\dfrac{d}{dx}\int_a^x f(t)\,dt = f(x)\) โ Derivative cancels integral! Just plug in the upper limit.
FTC PART 2: "Evaluate = F(b) - F(a)"
\(\int_a^b f(x)\,dx = F(b) - F(a)\) โ Top minus bottom, always!
15
Using the Fundamental Theorem of Calculus (Part 1):
\(\dfrac{d}{dx}\displaystyle\int_1^x (t^2 + \cos t)\,dt = \) ?
๐ก EXPLANATION
FTC Part 1: \(\frac{d}{dx}\int_a^x f(t)\,dt = f(x)\). Just replace t with x! Answer: \(x^2 + \cos x\). The integral disappears โ derivative and integral are inverse operations!
16
What does \(\displaystyle\int_a^b f(x)\,dx\) represent geometrically?
โ ๏ธ Area can be NEGATIVE โ careful!
๐ก EXPLANATION
The definite integral gives NET signed area โ areas below x-axis count as NEGATIVE. If you want total area, use \(\int|f(x)|\,dx\). Option D is a common trap!
17
Evaluate: \(\displaystyle\int \frac{1}{x}\,dx\)
โ ๏ธ Power rule FAILS here (n = -1)!
๐ก EXPLANATION
Power rule gives \(\frac{x^0}{0}\) โ division by zero! Exception: \(\int \frac{1}{x}\,dx = \ln|x| + C\). The absolute value is needed because ln is only defined for positive numbers.
18
Use u-substitution to evaluate: \(\displaystyle\int 2x\,(x^2+1)^4\,dx\)
๐ก EXPLANATION
Let u = xยฒ+1, du = 2x dx. Then \(\int u^4\,du = \frac{u^5}{5} + C = \frac{(x^2+1)^5}{5} + C\). The 2x and du cancel perfectly โ that's the sign of a good u-sub!
19
The Mean Value Theorem states: if f is continuous on [a,b] and differentiable on (a,b), there exists c such that:
๐ก EXPLANATION
MVT: "Somewhere in the middle, the instantaneous rate of change equals the average rate of change." Formula = slope of secant line = \(\frac{f(b)-f(a)}{b-a}\). Option D is Rolle's Theorem (special case when f(a)=f(b))!
20๐ FINAL BOSS: If \(f(x) = e^{x^2}\), find \(f'(x)\).
โ ๏ธ Chain Rule on e^(something)!
๐ก EXPLANATION
Chain Rule: outer function is \(e^u\) (derivative stays \(e^u\)), inner is \(u = x^2\) (derivative = 2x). Multiply: \(e^{x^2} \cdot 2x = 2xe^{x^2}\). Remember: \(\frac{d}{dx}[e^u] = e^u \cdot u'\)!
๐ฏ FINAL SCORE
0 / 20
โ๏ธ Fill in your own notes above โข Keep studying โ you got this! ๐ช