Use the standard limit: \(\lim_{x \to 0} \frac{\sin(ax)}{x} = a\). Here \(a = 3\), so the answer is 3. Alternatively, L'Hôpital: differentiate top → \(3\cos(3x)\), bottom → \(1\). At \(x=0\): \(3\cos(0)=3\).
Question 02ContinuityEasy
⚡
KEY: 3 Conditions for Continuity
(1) f(a) exists | (2) lim exists | (3) f(a) = lim All three must hold. One fails → discontinuous.
Which type of discontinuity does \(f(x) = \dfrac{x^2 - 4}{x - 2}\) have at \(x = 2\)?
✦ Explanation
Factor: \(\frac{(x-2)(x+2)}{x-2} = x+2\) for \(x \neq 2\). The limit = 4, but \(f(2)\) is undefined. The "hole" is fixable → removable discontinuity.
Chapter 2 · Differentiation
Question 03Chain RuleEasy
⚡
Chain Rule Mantra: "Derivative of outside, keep inside, times derivative of inside."
\(\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)\)
Implicit Trick: Differentiate both sides w.r.t. \(x\). Every time you differentiate \(y\), attach \(\dfrac{dy}{dx}\). Then solve for \(\dfrac{dy}{dx}\).
Given \(x^2 + y^2 = 25\), find \(\dfrac{dy}{dx}\).
✦ Explanation
Differentiate: \(2x + 2y\frac{dy}{dx} = 0\). Solve: \(\frac{dy}{dx} = -\frac{x}{y}\). This is the slope of the circle at any point \((x,y)\).
Question 05Related RatesEasy
⚡
Related Rates Recipe: Draw → Label → Find equation → Differentiate (w.r.t. time) → Plug in knowns → Solve. Units check: rates always have "per time."
The radius of a circle is growing at 2 cm/sec. How fast is the area growing when the radius is 5 cm? (Area of circle: \(A = \pi r^2\))
✦ Explanation
\(\frac{dA}{dt} = 2\pi r \cdot \frac{dr}{dt}\). Plug in \(r=5, \frac{dr}{dt}=2\): \(\frac{dA}{dt} = 2\pi(5)(2) = 20\pi\) cm²/sec.
Chapter 3 · Applications of Derivatives
Question 06Mean Value TheoremEasy
⚡
MVT in One Line: "Somewhere in the interval, instantaneous slope = average slope."
\(f'(c) = \dfrac{f(b)-f(a)}{b-a}\) for some \(c \in (a,b)\)
\(f(x) = x^2\) on \([1, 3]\). Find the value of \(c\) guaranteed by the Mean Value Theorem.
Concavity Chart: \(f'' > 0\) → concave up (smile 😊) | \(f'' < 0\) → concave down (frown 🙁) Inflection point: where \(f''\) changes sign (not just = 0!)
\(f(x) = x^4 - 4x^2\). On what interval is \(f\) concave up?
Hint
\(f'(x) = 4x^3 - 8x\). Find \(f''(x)\) first.
✦ Explanation
\(f''(x) = 12x^2 - 8\). Set \(f''=0\): \(x^2 = \frac{2}{3}\) → \(x = \pm\frac{1}{\sqrt{3}}\). Test: \(f'' > 0\) outside these points → concave up on \(\left(-\infty,-\frac{1}{\sqrt{3}}\right) \cup \left(\frac{1}{\sqrt{3}}, \infty\right)\).
Chapter 4 · Integration
Question 08U-SubstitutionEasy
⚡
U-Sub Trigger: See a function and its derivative together → let \(u\) = inner function.
After substitution, no \(x\) should remain — only \(u\) and \(du\).
\[\int 2x \cdot e^{x^2}\, dx\]
✦ Explanation
Let \(u = x^2\), so \(du = 2x\, dx\). The integral becomes \(\int e^u\, du = e^u + C = e^{x^2} + C\).
Question 09Integration by PartsEasy
⚡
LIATE Order (choose \(u\) from left): Logarithm · Inverse trig · Algebraic · Trig · Exponential
Formula: \(\int u\, dv = uv - \int v\, du\)
Geometric Series Sum: \(\displaystyle\sum_{n=0}^{\infty} ar^n = \dfrac{a}{1-r}\) when \(|r| < 1\) Spot the pattern: constant ratio between consecutive terms.
Polar Area Formula: \(A = \dfrac{1}{2}\displaystyle\int_\alpha^\beta [r(\theta)]^2\, d\theta\) The \(\frac{1}{2}\) is easy to forget — think of tiny triangle sectors!
Find the area enclosed by the polar curve \(r = 2\cos\theta\) for \(0 \leq \theta \leq \pi\).
✦ Explanation
\(A = \frac{1}{2}\int_0^{\pi}(2\cos\theta)^2 d\theta = \frac{1}{2}\int_0^{\pi}4\cos^2\theta\,d\theta = 2\int_0^\pi\frac{1+\cos 2\theta}{2}d\theta = \int_0^\pi(1+\cos2\theta)d\theta = [\theta + \frac{\sin2\theta}{2}]_0^\pi = \pi\). (This is a circle of radius 1 → area \(=\pi\) ✓)
Chapter 7 · Differential Equations (BC)
Question 16Separable ODEEasy
⚡
Separable ODE Steps: (1) Move all \(y\)'s left, all \(x\)'s right. (2) Integrate both sides. (3) Solve for \(y\). (4) Apply IC (initial condition).
Logistic Equation: \(\dfrac{dP}{dt} = kP\!\left(1 - \dfrac{P}{M}\right)\)
Growth is fastest when \(P = \dfrac{M}{2}\). Levels off at carrying capacity \(M\).
A population follows \(\dfrac{dP}{dt} = 0.4P\!\left(1-\dfrac{P}{500}\right)\). At what population is the growth rate the fastest?
✦ Explanation
Carrying capacity \(M = 500\). Growth rate is maximized at \(P = \frac{M}{2} = 250\). At this point the logistic curve has its steepest slope (inflection point of the \(P\) vs \(t\) graph).