Score: 0 / 20
๐Ÿ“ Calculus Self-Study Notebook
Chain Rule ยท Integration by Substitution ยท Plugin Method
โœ๏ธ Fill in, solve, and check โ€” your pace, your notes!

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\)
Q 02 โ€” Chain Rule Easy โ˜…โ˜†โ˜†
Find \(\dfrac{d}{dx}[e^{4x}]\)
Remember: \(\dfrac{d}{dx}[e^u] = e^u \cdot u'\)
Q 03 โ€” Chain Rule Easy โ˜…โ˜†โ˜†
Find \(\dfrac{d}{dx}[\sin(5x)]\)
Derivative of \(\sin\) is \(\cos\), then multiply inside's derivative
Q 04 โ€” Chain Rule Easy โ˜…โ˜†โ˜†
Find \(\dfrac{d}{dx}[\ln(x^2+1)]\)
\(\dfrac{d}{dx}[\ln u] = \dfrac{u'}{u}\)
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)\)
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
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
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'\)
Q 09 โ€” Chain Rule Hard โ˜…โ˜…โ˜…
If \(y = \ln(\sin x)\), find \(\dfrac{dy}{dx}\)
Outer = \(\ln\), Inner = \(\sin x\)
Q 10 โ€” Chain Rule Hard โ˜…โ˜…โ˜…
Find \(\dfrac{d}{dx}\!\left[\sin^2(3x)\right]\)
Three layers! Power rule โ†’ sin โ†’ 3x

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\)
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}\)
Q 13 โ€” u-sub Easy โ˜…โ˜†โ˜†
Find \(\displaystyle\int e^{5x}\,dx\)
Let \(u = 5x\)
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\)
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!
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!
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\)
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\)!
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}\)
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!