Skip to main content\(\newcommand{\sech}{\textrm{sech}}
\newcommand{\csch}{\text{csch}}
\newcommand{\reals}{\mathbb{R}}
\let\ds\displaystyle
\newcommand{\integral}[3][]{\int#1 #2 \;d#3}
\newcommand{\dsintegral}[3][]{\ds\int#1 #2 \;d#3}
\newcommand{\veci}{\hat{\imath}}
\newcommand{\vecj}{\hat{\jmath}}
\newcommand{\veck}{\hat{k}}
\newcommand{\vecr}{\vec{r}}
\newcommand{\vecu}{\vec{u}}
\newcommand{\vecv}{\vec{v}}
\newcommand{\vecw}{\vec{w}}
\newcommand{\vecn}{\vec{n}}
\newcommand{\T}{\widehat{T}}
\newcommand{\N}{\widehat{N}}
\newcommand{\B}{\widehat{B}}
\newcommand{\Grad}{\text{Grad}}
\newcommand{\Div}{\text{Div}}
\newcommand{\Curl}{\text{Curl}}
\newcommand{\Rot}{\text{Rot}}
\newcommand{\del}{\overrightarrow{\nabla}}
\newcommand{\C}{\mathcal{C}}
\newcommand{\veclong}{\overrightarrow}
\renewcommand{\vector}[1]{\left\langle #1 \right\rangle}
\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 A.2 Rules for Integrals
Sums, differences, constant factors.
\begin{align*}
\int k f(x)\, dx \amp= k \int f(x)\, dx \\
\int f(x) \pm g(x)\, dx \amp= \int f(x)\, dx \pm \int g(x)\, dx
\end{align*}
Substitution.
\begin{align*}
\text{If }\int f(x)\, dx \amp= F(x) + C\\
\text{ then } \int f(g(x))g'(x)\, dx \amp= F(g(x)) + C\\
\text{That is, with } u = g(x),\\
\int f(u(x)) \frac{du}{dx} dx \amp= \int f(u) \, du
\end{align*}
Integration by Parts.
\begin{align*}
\int u(x) \frac{dv}{dx} dx \amp= u(x) v(x) - \int v(x) \frac{du}{dx} dx\\
\text{That is, }
\int u\, dv \amp= u v - \int v\, du
\end{align*}