Part 1 โ Concept Review
๐ A. Chain Rule (Differentiation)
๐ THE BIG IDEA
When you differentiate a function inside another function , you must multiply by the derivative of the inside.
\(\dfrac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)\)
๐ง
MEMORY POINT โ say it aloud!
"OUTSIDE stays, INSIDE stays, multiply inside's derivative "
โ derivative of OUTSIDE ร derivative of INSIDE
โ๏ธ WORKED EXAMPLE A1
Find \(\dfrac{d}{dx}[\sin(3x^2)]\)
โ Outside function: \(\sin(\square)\), Inside function: \(3x^2\)
โ Derivative of outside: \(\cos(\square)\) โ keep inside : \(\cos(3x^2)\)
โ Derivative of inside: \(\dfrac{d}{dx}[3x^2] = 6x\)
โ Multiply: \(\cos(3x^2) \cdot 6x\) = 6x\cos(3x^2) โ
โ COMMON MISTAKE: Forgetting to multiply by the derivative of the inside! โ
๐ B. Integration by Substitution (Plugin / u-sub)
๐ THE BIG IDEA
Substitution is the reverse of the Chain Rule. We "plugin" \(u\) to simplify a messy integral.
\(\displaystyle\int f(g(x))\cdot g'(x)\,dx = \int f(u)\,du\) where \(u = g(x)\)
๐
MEMORY POINT โ 4-step plugin method
1. SPOT the inside function โ set \(u\)
2. FIND \(du = u'\,dx\) โ solve for \(dx\)
3. SWAP everything to \(u\)
4. INTEGRATE , then swap \(u\) back to \(x\)
โ๏ธ WORKED EXAMPLE B1
Find \(\displaystyle\int 2x\cos(x^2)\,dx\)
โ SPOT: Inside = \(x^2\), so let \(u = x^2\)
โ FIND: \(du = 2x\,dx\) โ \(dx = \dfrac{du}{2x}\)
โ SWAP: \(\displaystyle\int \cancel{2x}\cos(u)\dfrac{du}{\cancel{2x}} = \int\cos(u)\,du\)
โ INTEGRATE: \(\sin(u) + C\)
โ BACK: \(\sin(x^2) + C\) โ
โก KEY WORDS to look for
SPOT the pattern: Is there an "inside function" and its derivative sitting next to each other?
ADJUST constants: If you're off by a constant factor, you can fix it with multiplication.
DEFINITE integral: Change the limits when you change variables! \(x=a \Rightarrow u=g(a)\)
Part 2 โ Chain Rule Practice (Q1โQ10)
Choose the best answer. โ = correct, โ = see explanation!
0 / 20 answered
Q 01 โ Chain Rule
Easy โ
โโ
Find \(\dfrac{d}{dx}[(3x+1)^5]\)
Outside = power of 5, Inside = \(3x+1\)
A \(5(3x+1)^4\)
B \(15(3x+1)^4\)
C \(5(3x+1)^5\)
D \(15(3x+1)^5\)
Q 02 โ Chain Rule
Easy โ
โโ
Find \(\dfrac{d}{dx}[e^{4x}]\)
Remember: \(\dfrac{d}{dx}[e^u] = e^u \cdot u'\)
A \(e^{4x}\)
B \(4e^{4x}\)
C \(4xe^{4x}\)
D \(e^{4x+1}\)
Q 03 โ Chain Rule
Easy โ
โโ
Find \(\dfrac{d}{dx}[\sin(5x)]\)
Derivative of \(\sin\) is \(\cos\), then multiply inside's derivative
A \(\cos(5x)\)
B \(-5\cos(5x)\)
C \(5\cos(5x)\)
D \(5\sin(5x)\)
Q 04 โ Chain Rule
Easy โ
โโ
Find \(\dfrac{d}{dx}[\ln(x^2+1)]\)
\(\dfrac{d}{dx}[\ln u] = \dfrac{u'}{u}\)
A \(\dfrac{1}{x^2+1}\)
B \(\dfrac{2x}{x^2+1}\)
C \(\dfrac{x}{x^2+1}\)
D \(\ln(2x)\)
Q 05 โ Chain Rule
Tricky โ
โ
โ
Find \(\dfrac{d}{dx}[\cos^3(x)]\) (i.e., \([\cos(x)]^3\))
Two chain rules here! Outside = cube, Inside = \(\cos(x)\)
A \(3\cos^2(x)\)
B \(-3\cos^2(x)\sin(x)\)
C \(3\cos^2(x)\sin(x)\)
D \(-3\sin^2(x)\)
Q 06 โ Chain Rule
Tricky โ
โ
โ
Find \(\dfrac{d}{dx}\!\left[\sqrt{x^3+2}\right]\)
Rewrite: \((x^3+2)^{1/2}\), then chain rule with power rule
A \(\dfrac{1}{2\sqrt{x^3+2}}\)
B \(\dfrac{3x^2}{2\sqrt{x^3+2}}\)
C \(\dfrac{x^2}{2\sqrt{x^3+2}}\)
D \(\dfrac{3x^2}{\sqrt{x^3+2}}\)
Q 07 โ Chain Rule
Tricky โ
โ
โ
Find \(\dfrac{d}{dx}\!\left[e^{x^2+3x}\right]\)
Inside function is \(x^2+3x\), find its derivative first
A \(2xe^{x^2+3x}\)
B \((2x+3)e^{x^2+3x}\)
C \(e^{2x+3}\)
D \((x^2+3x)e^{x^2+3x-1}\)
Q 08 โ Chain Rule
Hard โ
โ
โ
Find \(\dfrac{d}{dx}\!\left[\tan(e^x)\right]\)
Outer = \(\tan\), Inner = \(e^x\). Recall \(\dfrac{d}{dx}[\tan u] = \sec^2(u)\cdot u'\)
A \(\sec^2(e^x)\)
B \(e^x\sec^2(e^x)\)
C \(e^x\tan(e^x)\)
D \(\sec^2(x)e^{\tan x}\)
Q 09 โ Chain Rule
Hard โ
โ
โ
If \(y = \ln(\sin x)\), find \(\dfrac{dy}{dx}\)
Outer = \(\ln\), Inner = \(\sin x\)
A \(\dfrac{1}{\sin x}\)
B \(\cot x\)
C \(\tan x\)
D \(-\cot x\)
Q 10 โ Chain Rule
Hard โ
โ
โ
Find \(\dfrac{d}{dx}\!\left[\sin^2(3x)\right]\)
Three layers! Power rule โ sin โ 3x
A \(6\sin(3x)\cos(3x)\)
B \(2\sin(3x)\cos(3x)\)
C \(6\cos(3x)\)
D \(3\sin(6x)\)
Part 3 โ Integration by Substitution (Q11โQ20)
๐
QUICK REMINDER โ u-substitution steps
SPOT โ SET โ SWAP โ INTEGRATE โ BACK
Q 11 โ u-sub
Easy โ
โโ
Find \(\displaystyle\int (2x+1)^3 \cdot 2\,dx\)
Let \(u = 2x+1\), then \(du = 2\,dx\)
A \(\dfrac{(2x+1)^4}{4}+C\)
B \((2x+1)^4+C\)
C \(\dfrac{(2x+1)^4}{8}+C\)
D \(3(2x+1)^2+C\)
Q 12 โ u-sub
Easy โ
โโ
Find \(\displaystyle\int \cos(3x)\,dx\)
Let \(u = 3x\), so \(du = 3\,dx\) โ you need to adjust by a factor of \(\frac{1}{3}\)
A \(\sin(3x)+C\)
B \(-\sin(3x)+C\)
C \(\dfrac{1}{3}\sin(3x)+C\)
D \(3\sin(3x)+C\)
Q 13 โ u-sub
Easy โ
โโ
Find \(\displaystyle\int e^{5x}\,dx\)
Let \(u = 5x\)
A \(5e^{5x}+C\)
B \(\dfrac{1}{5}e^{5x}+C\)
C \(e^{5x}+C\)
D \(\dfrac{e^{5x}}{5x}+C\)
Q 14 โ u-sub
Easy โ
โโ
Find \(\displaystyle\int \dfrac{1}{x+4}\,dx\)
Let \(u = x+4\), recall \(\int \frac{1}{u}\,du = \ln|u|+C\)
A \(\ln|x|+C\)
B \(\ln|x+4|+C\)
C \(-\dfrac{1}{(x+4)^2}+C\)
D \(\dfrac{1}{2}(x+4)^2+C\)
Q 15 โ u-sub
Tricky โ
โ
โ
Find \(\displaystyle\int 3x^2 e^{x^3}\,dx\)
The key: \(3x^2\) is the derivative of \(x^3\) โ perfect setup!
A \(3e^{x^3}+C\)
B \(e^{x^3}+C\)
C \(x^2 e^{x^3}+C\)
D \(\dfrac{e^{x^3}}{3x^2}+C\)
Q 16 โ u-sub
Tricky โ
โ
โ
Find \(\displaystyle\int \sin(x)\cos(x)\,dx\)
Let \(u = \sin(x)\), then \(du = \cos(x)\,dx\) โ check if everything cancels nicely!
A \(\dfrac{\sin^2(x)}{2}+C\)
B \(\sin(x)\cos(x)+C\)
C \(\cos^2(x)+C\)
D \(-\dfrac{\cos^2(x)}{2}+C\)
Q 17 โ u-sub (Definite)
Tricky โ
โ
โ
Evaluate \(\displaystyle\int_0^1 2x(x^2+1)^3\,dx\)
Let \(u = x^2+1\). Change limits! \(x=0 \Rightarrow u=1\), \(x=1 \Rightarrow u=2\)
A \(\dfrac{15}{4}\)
B \(4\)
C \(\dfrac{15}{2}\)
D \(\dfrac{16}{4}-\dfrac{1}{4}=\dfrac{15}{4}\)
Q 18 โ u-sub
Tricky โ
โ
โ
Find \(\displaystyle\int \dfrac{2x}{x^2+5}\,dx\)
Notice: numerator \(2x\) is the derivative of denominator \(x^2+5\)!
A \(\ln(x^2)+C\)
B \(\dfrac{1}{(x^2+5)^2}+C\)
C \(\ln|x^2+5|+C\)
D \(2\ln|x^2+5|+C\)
Q 19 โ u-sub
Hard โ
โ
โ
Find \(\displaystyle\int x\sqrt{x^2-4}\,dx\)
Let \(u = x^2-4\), so \(du = 2x\,dx\) โ factor out \(\frac{1}{2}\)
A \(\dfrac{1}{3}(x^2-4)^{3/2}+C\)
B \(\dfrac{2}{3}(x^2-4)^{3/2}+C\)
C \(\dfrac{1}{3}x(x^2-4)^{3/2}+C\)
D \(\sqrt{x^2-4}+C\)
Q 20 โ u-sub (Chain Reversed)
Hard โ
โ
โ
Find \(\displaystyle\int \cos^4(x)\sin(x)\,dx\)
Let \(u = \cos(x)\), then \(du = -\sin(x)\,dx\) โ watch the negative sign!
A \(\dfrac{\cos^5(x)}{5}+C\)
B \(-\dfrac{\cos^5(x)}{5}+C\)
C \(\dfrac{\sin^5(x)}{5}+C\)
D \(-\cos^5(x)+C\)