What is \(\displaystyle\lim_{x \to 0} \dfrac{1 - \cos x}{x^2}\) ?
π Explanation
Apply L'HΓ΄pital's Rule (0/0 form): differentiate top and bottom.
\(\lim_{x\to 0}\dfrac{\sin x}{2x} = \dfrac{1}{2}\lim_{x\to 0}\dfrac{\sin x}{x} = \dfrac{1}{2}(1) = \boxed{\dfrac{1}{2}}\) Trick: Also works via Taylor series β \(1-\cos x \approx \frac{x^2}{2}\) near 0.
Q2 Continuityβ β Tricky
Continuity = Limit EXISTS + equals f(c) + f(c) defined
For \(f(x) = \begin{cases} \dfrac{x^2 - 4}{x - 2} & x \neq 2 \\ k & x = 2 \end{cases}\),
what value of \(k\) makes \(f\) continuous at \(x = 2\)?
π Explanation
Factor: \(\dfrac{x^2-4}{x-2} = \dfrac{(x-2)(x+2)}{x-2} = x+2\)
So \(\lim_{x\to 2}(x+2) = 4\). For continuity, \(k = 4\). β
\(f(x) = x^3\) on \([0, 3]\). By the Mean Value Theorem, at what value of \(c\) does \(f'(c)\) equal the average rate of change?
π Explanation
Average rate = \(\dfrac{f(3)-f(0)}{3-0}=\dfrac{27}{3}=9\)
\(f'(c)=3c^2=9 \Rightarrow c^2=3 \Rightarrow c=\sqrt{3}\) β (only positive value in (0,3))
Q7 Concavityβ β Medium
f'' > 0 β Concave UP (cup β) | f'' < 0 β Concave DOWN (frown π)
If \(f(x) = x^4 - 4x^2\), on which interval is \(f\) concave up?
π Explanation
\(f'=4x^3-8x\), \(f''=12x^2-8\)
\(f''>0\) when \(x^2>\dfrac{2}{3}\), i.e. \(|x|>\dfrac{\sqrt{6}}{3}\)
So concave up on \(\left(-\infty,-\dfrac{\sqrt{6}}{3}\right)\cup\left(\dfrac{\sqrt{6}}{3},\infty\right)\) β
β£ Integration
Q8 U-Substitutionβ Easy
u-sub β "Let u = inside, find du, swap everything"
π Quick Example:
\(\int 2x\cos(x^2)\,dx\): let \(u=x^2\), \(du=2x\,dx\) β \(\int\cos u\,du = \sin u + C\)
Evaluate \(\displaystyle\int x\sqrt{x^2+1}\,dx\).
π Explanation
Let \(u = x^2+1\), \(du=2x\,dx\), so \(x\,dx=\dfrac{du}{2}\)
\(\int\sqrt{u}\cdot\dfrac{du}{2} = \dfrac{1}{2}\cdot\dfrac{2}{3}u^{3/2}+C = \dfrac{1}{3}(x^2+1)^{3/2}+C\) β
Let \(u=x\), \(dv=e^x dx\). Then \(du=dx\), \(v=e^x\).
\(\int xe^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C = e^x(x-1)+C\) β
Q10 FTCβ β Tricky
FTC Part 1 β d/dx β«f(t)dt = f(x) Β· (chain rule if upper limit is not just x!)
If \(F(x) = \displaystyle\int_1^{x^2} \sin(t)\,dt\), find \(F'(x)\).
π Explanation
FTC Part 1 with chain rule: \(F'(x) = \sin(x^2)\cdot\dfrac{d}{dx}(x^2) = \sin(x^2)\cdot 2x\) β The chain rule multiplier \(2x\) is the most commonly forgotten step!
β€ Differential Equations
Q11 Separable ODEβ Easy
Separable β "y's to one side, x's to the other, then integrate both sides"
Solve \(\dfrac{dy}{dx} = \dfrac{x}{y}\) with \(y(0) = 3\).
Ratio Test β L = lim|a_(n+1)/a_n|: L<1 converge, L>1 diverge, L=1 inconclusive
Does \(\displaystyle\sum_{n=1}^{\infty} \dfrac{n!}{n^n}\) converge or diverge?
Use Ratio Test!
π Explanation
\(\dfrac{a_{n+1}}{a_n}=\dfrac{(n+1)!\cdot n^n}{(n+1)^{n+1}\cdot n!}=\dfrac{n^n}{(n+1)^n}=\left(\dfrac{n}{n+1}\right)^n\to\dfrac{1}{e}\)
Since \(L=\dfrac{1}{e}<1\), the series converges β
Q14 Taylor Seriesβ β Tricky
e^x series β \(\sum \frac{x^n}{n!}\) β memorize this and substitute!
Which of the following is the Maclaurin series for \(e^{-x^2}\)?
π Explanation
Start with \(e^u = \sum\dfrac{u^n}{n!}\). Substitute \(u=-x^2\):
\(e^{-x^2}=\sum\dfrac{(-x^2)^n}{n!}=\sum\dfrac{(-1)^n x^{2n}}{n!}\) β
Q15 Interval of Convergenceβ β Tricky
IoC β Ratio Test for radius, then CHECK ENDPOINTS separately!
Find the interval of convergence of \(\displaystyle\sum_{n=1}^{\infty}\dfrac{(x-2)^n}{n}\).
π Explanation
Ratio test gives \(|x-2|<1\), so center=2, radius=1: open interval \((1,3)\). Check endpoints:
β’ \(x=3\): \(\sum\dfrac{1}{n}\) β harmonic series β diverges
β’ \(x=1\): \(\sum\dfrac{(-1)^n}{n}\) β alternating harmonic β converges
Interval: \([1,3)\) β
β¦ Parametric & Polar
Q16 Parametric Derivativesβ β Medium
dy/dx parametric β (dy/dt) Γ· (dx/dt)
Given \(x=t^2\), \(y=t^3\), find \(\dfrac{dy}{dx}\) at \(t=2\).
π Explanation
\(\dfrac{dx}{dt}=2t\), \(\dfrac{dy}{dt}=3t^2\)
\(\dfrac{dy}{dx}=\dfrac{3t^2}{2t}=\dfrac{3t}{2}\)
At \(t=2\): \(\dfrac{dy}{dx}=\dfrac{3(2)}{2}=3\) β
The arc length of the curve \(x=3t\), \(y=4t\) from \(t=0\) to \(t=1\) is:
π Explanation
\(\dfrac{dx}{dt}=3\), \(\dfrac{dy}{dt}=4\)
\(L=\int_0^1\sqrt{9+16}\,dt=\int_0^1 5\,dt = 5\) β
(This is just a straight line β 3-4-5 triangle!)
β§ Area & Volume of Revolution
Q18 Area Between Curvesβ Easy
Area = β«(TOP β BOTTOM)dx β always subtract the lower function!
Find the area between \(y = x^2\) and \(y = x\) from \(x=0\) to \(x=1\).
π Explanation
On \([0,1]\): \(x \geq 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}\) β
Q19 Disk/Washer Methodβ β Medium
Disk β Οβ«[R(x)]Β²dx | Washer β Οβ«([R(x)]Β²β[r(x)]Β²)dx
The volume of the solid formed by rotating \(y = \sqrt{x}\) from \(x=0\) to \(x=4\) about the \(x\)-axis is: