Skip to main content
Contents
Embed
Dark Mode Prev Up Next
\(\require{physics}\require{upgreek}\everymath{\displaystyle}
\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\inv}{^{-1}}
\newcommand{\DS}{\displaystyle}
\newcommand{\eps}{\varepsilon}
\newcommand{\tsub}[1]{_{\mathrm{#1}}}
\newcommand{\ee}{\mathrm{e}}
\newcommand{\ii}{\mathrm{i}}
\newcommand{\limit}[1]{\lim\limits_{#1}}
\newcommand{\resid}[1]{\underset{#1}{\Res}}
\DeclareMathOperator{\sinc}{sinc}
\DeclareMathOperator{\sgn}{sgn}
\newcommand{\pii}{\pi}
\DeclareMathOperator{\Prob}{P}
\DeclareMathOperator{\EV}{E}
\DeclareMathOperator{\Var}{Var}
\newcommand{\bv}[1]{\boldsymbol{#1}}
\newcommand{\uv}[1]{\hat{\bv{#1}}}
\newcommand{\cl}[1]{\mathcal{#1}}
\newcommand{\bb}[1]{\mathbb{#1}}
\DeclareMathOperator{\Cis}{cis}
\DeclareMathOperator{\RE}{Re}
\DeclareMathOperator{\IM}{Im}
\newcommand{\xd}{\mathbf{d}}
\newcommand{\seq}[3]{{#1}_{#2},\cdots,{#1}_{#3}}
\newcommand{\psup}[1]{^{(#1)}}
\newcommand{\hypext}{{}^*}
\DeclareMathOperator{\st}{st}
\newcommand{\set}[1]{\left\{#1\right\}}
\DeclareMathOperator{\Sin}{Sin}
\DeclareMathOperator{\Cos}{Cos}
\DeclareMathOperator{\Tan}{Tan}
\DeclareMathOperator{\Sec}{Sec}
\DeclareMathOperator{\Csc}{Csc}
\DeclareMathOperator{\Cot}{Cot}
\DeclareMathOperator{\Log}{Log}
\DeclareMathOperator{\Arg}{Arg}
\DeclareMathOperator{\Ln}{Ln}
\DeclareMathOperator{\Grad}{grad}
\DeclareMathOperator{\Div}{div}
\DeclareMathOperator{\Curl}{curl}
\newcommand{\rd}{\textstyle\mathop{}\!\mathrm{d}^{\!\!\!-}\hspace{-0.0555 em}}
\newcommand{\rpd}{\textstyle\mathop{}\!\partial^{\hspace{-0.5 em}-}\hspace{-0.1666 em}}
\newcommand{\rdv}[2]{\frac{\rd{#1}}{\rd{#2}}}
\newcommand{\rpdv}[2]{\frac{\rpd{#1}}{\rpd{#2}}}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 1.3 The Product Rule and the Chain Rule
Objectives
Differentiate products by examining how each factor varies.
Differentiate composite functions by multiplying sensitivities.
Select appropriate differentiation rules for a given function.
Is the derivative of a product just the product of the derivatives? Can check with units (say price times quantity) and see that it won’t work, and also show that it doesn’t work with
\(y=x^2\text{.}\) So we need something new.
Visual proof of Product Rule:
\begin{align*}
\dd(u\cdot v) \amp = \dd{u} \cdot v + u \cdot \dd{v}\\
\amp = u\dd{v} + v\dd{u}
\end{align*}
\begin{equation*}
\dv{x}(f(x)g(x))=f'(x) g(x)+f(x) g'(x)
\end{equation*}
Can leave the disappearance of
\(\dd{f}\dd{g}\) somewhat unresolved, giving a deliberately handwavy explanation of the fact that dividing by
\(\dd{x}\) will still leave an infinitesimal quantity in the numerator, so we’ll ignore it. This mystery will get cleaned up in Chapter 5 when we do limits.
Check by applying to \(x^{2}\text{:}\)
\begin{equation*}
\dd(x^{2})=x\dd{x} + x\dd{x} = 2x\dd{x}
\end{equation*}
Extend to three variables:
\begin{align*}
\dd(u\cdot v\cdot w) \amp = \dd((u\cdot v)\cdot w) \\
\amp = \dd(u\cdot v)\cdot w + u\cdot v\cdot \dd{w}\\
\amp = \dd{u}\cdot v\cdot w+u\cdot \dd{v}\cdot w+u\cdot v\cdot \dd{w}
\end{align*}
Check by applying to \(x^{3}\text{:}\)
\begin{equation*}
\dd(x^{3})=\dd(x\cdot x\cdot x)=3x^{2}\dd{x}
\end{equation*}
Power Rule:
\begin{equation*}
\dd(x^{n})=nx^{n-1}\dd{x}
\end{equation*}
Only works when \(n\) is a natural number right now, but we can prove it (essentially using induction) by breaking \(x^n\) into \(x^{n-1}\cdot x\) and applying the Product Rule.
Justify the Chain Rule by multiplying rates of change and watching the units cancel out. Think of dimensional analysis in high school chemistry.
Chain Rule for differentials:
\begin{equation*}
\dd(f(g))=f'(g)\dd{g}=f'(g(x))g'(x)\dd{x}
\end{equation*}
Chain Rule for derivatives:
\begin{equation*}
\dv{x} f(g(x))=f'(g(x))g'(x)
\end{equation*}