next up previous contents
Next: Improper Integrals Up: Integration Theory Previous: Basic Properties   Contents

Integration Techniques

Theorem 5.2.1 (Substitution)  
Let $ f$ and $ g$ be integrable functions and let $ g$ also be a differentiable function. Then

$\displaystyle \int f(g(x))g'(x)dx = \int f(u)du$ (5.2.1)

with $ u=g(x)$.

Proof.
Define

$\displaystyle F(x):=\int f(x) dx$ (5.2.2)

or in other terms: $ F'=f$. So

$\displaystyle F(g(x)):=\int f(g(x)) dx$ (5.2.3)

Applying the chain rule and the fact that $ F'=f$ gives us

$\displaystyle \frac{d{}}{dx} F(g(x)) = F'(g(x)) \cdot g'(x) = f(g(x)) \cdot g'(x)$ (5.2.4)

Putting $ u=g(x)$ and then integrating the left and the right hand side then gives

$\displaystyle \frac{d{}}{dx} F(u) = F(g(x)) = \int f(g(x)) \cdot g'(x) dx$ (5.2.5)

$ \qedsymbol$

Remark 5.2.2  
Formula (5.2.1) can be more than just a bit confusing. When you use substitution, you essentially change the variable you are integrating over. Instead of integrating over $ x$, you are now integrating over $ g(x)$, so you also have to adapt the integration boundaries when calculating a definite integral:

$\displaystyle \int_a^b f(g(x))g'(x)dx = \int_{g(a)}^{g(b)} f(u)du$ (5.2.6)

Theorem 5.2.3 (Integration by Parts)  
Let $ f$ and $ g$ be differentiable functions. Then

$\displaystyle \int f(x)g'(x)dx = f(x)g(x) - \int f'(x)g(x)dx$ (5.2.7)

Proof.
Remember the product rule:

$\displaystyle \frac{d{}}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)$ (5.2.8)

Integrating the left and the right side gives the desired result. $ \qedsymbol$

Remark 5.2.4  
Again, the comment has to be made that for definite integral, one should not forget to put in the correct boundaries:

$\displaystyle \int_a^b f(x)g'(x)dx = f(b)g(b) - f(a)g(a) - \int_a^b f'(x)g(x)dx$ (5.2.9)

Remark 5.2.5  
And this concludes pretty much all the basic techniques that you have at hand to calculate an integral. Apart from substitution and integration by parts, there are however a lot of standard tricks which are not really within the realm of integration theory, but still can make your integrating life a lot easier. Here we present just a few of them:

Table of Integration Formulas

   
$\displaystyle\int x^n dx = \frac{x^{n+1}}{n+1} \text{for $n\not=1$}$ $ \displaystyle\int \frac{1}{x}dx = \ln \vert x\vert$
   
$ \displaystyle\int e^x dx = e^x$ $ \displaystyle\int a^x dx = \frac{a^x}{\ln a}$
   
$ \displaystyle\int \sin(x) dx = - \cos(x)$ $ \displaystyle\int \cos(x) dx = \sin(x)$
   
$ \displaystyle\int \sec^2(x) dx = \tan(x)$ $ \displaystyle\int \csc^2(x) dx = -\cot(x)$
   
$ \displaystyle\int \sec(x) \tan(x) dx = \sec(x)$ $ \displaystyle\int \csc(x) \cot(x) dx = -\csc(x)$
   
$ \displaystyle\int \sec(x) dx = \ln \vert\sec(x) + \tan(x)\vert$ $ \displaystyle\int \csc(x) dx = \ln \vert\csc(x) - \cot(x)\vert$
   
$ \displaystyle\int \tan(x) dx = \ln \vert\sec(x)\vert$ $ \displaystyle\int \cot(x) dx = \ln \vert\sin(x)\vert$
   
$ \displaystyle\int \sinh(x) dx = \cosh(x)$ $ \displaystyle\int \cosh(x) dx = \sinh(x)$
   
$ \displaystyle\int \frac{dx}{x^2+a^2} = \frac{1}{a}\arctan\left(\frac{x}{a}\right)$ $ \displaystyle\int \frac{dx}{\sqrt{a^2-x^2}} = \arcsin\left(\frac{x}{a}\right)$
   
$ \displaystyle\int \frac{dx}{x^2-a^2} = \frac{1}{2a}\ln\left\vert\frac{x-a}{x+a}\right\vert$ $ \displaystyle\int \frac{dx}{\sqrt{a^2 \pm x^2}} = \ln \vert x+\sqrt{x^2 \pm a^2} \vert$
   


next up previous contents
Next: Improper Integrals Up: Integration Theory Previous: Basic Properties   Contents
Marc Corluy 2003-08-26