Integration by Parts

Definition

Integration by parts is a formula used to integrate the product of two functions.

If $u=u(x)$ and $v=v(x)$, the following equation holds:

\[\int{uv'}\,\mathrm{d} x=uv-\int{u'v}\,\mathrm{d} x,\]

where $u'=\dfrac{\mathrm{d} u}{\mathrm{d} x}$ and $v'=\dfrac{\mathrm{d} v}{\mathrm{d} x}$.

The formula for integration by parts requires one of the functions appearing in the integrand to be differentiated, and the other to be integrated. To apply this formula to a product of two functions, choose one of the functions to be the function that is differentiated and label it $u$. The other function is to be integrated, and is therefore labelled $v'$.

Note: On some occasions the integrand appearing in the term $\displaystyle \int u'v\mathrm{d} x$ may still be a product of two functions of $x$. In this case the integration by parts formula would need to be applied again to compute $\displaystyle \int u'v\mathrm{d} x$.

Some care is required when making the choices for $u$ and $v'$. The function to be differentiated, $u$, should be a function that will be reduced to a simpler function after differentiating. Polynomial functions are a good choice for $u$, since repeated differentiation of a polynomial will always produce a constant. Trigonometric functions such as $\cos{x}$ are not good choices for $u$ as they retain their trigonometric form after differentiation, and are therefore better choices for $v'$.

The formula can also be applied to definite integration between limits $a$ and $b$:

\[\int_a^b uv'\,\mathrm{d} x=\Bigl[uv\Bigl]_a^b-\int_a^b u'v\,\mathrm{d} x.\]

Derivation of the Formula

Suppose there are two functions $u=u(x)$ and $v=v(x)$. Then by the product rule, the derivative of their product is

\[\dfrac{\mathrm{d} }{\mathrm{d} x}\bigl[uv\bigl] = u\dfrac{\mathrm{d} v}{\mathrm{d} x}+v\dfrac{\mathrm{d} u}{\mathrm{d} x}.\]

Integrate both sides with respect to $x$:

\[\int \dfrac{\mathrm{d} }{\mathrm{d} x}\bigl[uv\bigl]\;\mathrm{d} x=\int u\dfrac{\mathrm{d} v}{\mathrm{d} x}\;\mathrm{d} x+\int v\dfrac{\mathrm{d} u}{\mathrm{d} x}\;\mathrm{d} x.\]

By the fundamental theorem of calculus,

\[\int\dfrac{\mathrm{d} }{\mathrm{d} x}\bigl[uv\bigl]\;\mathrm{d} x=uv,\]

hence:

\[uv=\int u\dfrac{\mathrm{d} v}{\mathrm{d} x}\;\mathrm{d} x+\int v\dfrac{\mathrm{d} u}{\mathrm{d} x}\;\mathrm{d} x.\]

Rearranging this gives the formula for integration by parts:

\[\int u\dfrac{\mathrm{d} v}{\mathrm{d} x}\;\mathrm{d} x=uv-\int v\dfrac{\mathrm{d} u}{\mathrm{d} x}\;\mathrm{d} x.\]

Worked Example

Example 1

Use integration by parts to find $\displaystyle{\int_0^{\large{\pi/2} } (1+x)\sin{x}\;\mathrm{d} x }$.

Solution

Recall the formula for integration by parts:

\[\int_a^b uv'\;\mathrm{d} x=\Bigl[uv\Bigl]_a^b-\int_a^b u'v\;\mathrm{d} x.\]

The first step is to make suitable choices for $u$ and $v'$. The two functions appearing in the integrand are $1+x$ and $\sin{x}$. The choice for $u$ should be a function that will become simpler when differentiated; here $\sin{x}$ would be a bad choice, as the derivative of $\sin{x}$ is just another trigonometric function, $\cos{x}$. The derivative of $1+x$, however, is a constant, so we choose $u = 1+x$.

The choices for $u$ and $v'$ are $u=1+x$ and $v'=\sin{x}$.

It can be convenient to lay out the expressions for $u$, $v$ and their derivatives in the following way:

\begin{align} u &= 1+x, & v &= \; ???, \\ u' &= \; ???, & v' &= \sin x. \end{align}

The gaps for $u'$ and $v$ can be filled in after performing the relevant calculations.

Differentiating $u$ with respect to $x$ gives $u'$:

\[u' = \frac{\mathrm{d </div>{\mathrm{d} x}\bigl[1+x\bigr] = 1,\]

and integrating $v'$ with respect to $x$ gives $v$:

\[v = \int \sin{x} \mathrm{d} x = -\cos{x}.\]

Note: It is not necessary to include the constant of integration when computing $v$.

The expressions for $u$, $v$, $u'$ and $v'$ are:

\begin{align} u &= 1+x, & v &= -\cos{x}, \\ u' &= 1, & v' &= \sin x. \end{align}

Substituting these into the formula for integration by parts gives:

\begin{align} \int_0^{\pi/2} (1+x)\sin{x}\;\mathrm{d} x &= \Bigl[(1+x)(-\cos{x})\Bigl]_0^{\pi/2}-\int_0^{\pi/2} 1\cdot(-\cos{x})\;\mathrm{d} x \\ &= \Bigl[-(1+x)\cos{x}\Bigl]_0^{\pi/2}+\int_0^{\pi/2} \cos{x}\;\mathrm{d} x. \end{align}

First evaluate $\Bigl[-(1+x)\cos{x}\Bigl]_0^{\pi/2}$

\begin{align} \Bigl[-(1+x)\cos{x}\Bigl]_0^{\pi/2} &= -\Bigl(1+\dfrac{\pi}{2}\Bigl)\cos{\dfrac{\pi}{2} }-\Bigl\{-(1+0)\cos{0}\Bigl\} \\ &= -\Bigl(1+\frac{\pi}{2}\Bigl)\cdot\,0+1\cdot1 \\ &= 1. \end{align}

Substitute this back in the formula to obtain:

\begin{align}\int_0^{\pi/2} (1+x)\sin{x}\;\mathrm{d} x &= 1 + \int_0^{\pi/2} \cos{x}\;\mathrm{d} x \\ &= 1 + \Bigl[\sin{x}\Bigl]_0^{\pi/2} \\ &= 1 + \bigl(\sin{\frac{\pi}{2} }-\sin{0}\bigl) \\ &= 1+\bigl(1-0\bigl) \\ &= 2. \end{align}

The value of the integral is $\begin{align}\int_0^{\pi/2} (1+x)\sin{x}\;\mathrm{d} x=2\end{align}$.

Note: Suppose different choices were made for $u$ and $v'$. Let $u=\sin{x}$ and $v'=(1+x)$. Then $u'=\cos{x}$ and $v=x+\dfrac{x^2}{2}$. Substituting these expressions into the formula for integration by parts yields: \[\int_0^{\pi/2} (1+x)\sin{x}\;\mathrm{d} x=\left[\Bigl(x+\dfrac{x^2}{2}\Bigl)\sin{x}\right]_0^{\pi/2}-\int_0^{\pi/2} \left(x+\dfrac{x^2}{2}\right)\cos{x}\;\mathrm{d} x.\] It is immediately obvious that the integral on the right hand side is more complicated than the original problem, thus emphasising the importance of making appropriate choices for $u(x)$ and $v'(x)$.

}}

Video Examples

Example 1

Prof. Robin Johnson uses integration by parts to find $\begin{align}\int_0^{\large{\pi} } x^2\sin{x}\;\mathrm{d} x\end{align}$.

Example 2

Prof. Robin Johnson uses integration by parts to find $\begin{align}\int_0^{\large{\pi} }\mathrm{e}^{-t}\sin{t}\;\mathrm{d} t\end{align}$.

Example 3

Prof. Robin Johnson uses integration by parts to find $\begin{align}\int(1+2x)\mathrm{e}^{\large{-x} }\;\mathrm{d} x\end{align}$.

Example 4

Prof. Robin Johnson uses integration by parts to find $\begin{align}\int x\sin{(1-2x)}\;\mathrm{d} x\end{align}$.

Example 5

Prof. Robin Johnson uses integration by parts to find $\begin{align}\int x\arctan{x}\;\mathrm{d} x\end{align}$.

Workbook

This workbook produced by HELM is a good revision aid, containing key points for revision and many worked examples.

Test Yourself

Test yourself: Numbas test on integration by parts

External Resources