next up previous contents
Next: Quadratics and Trigonometric Substitutions Up: Methods of Integration Previous: *The Gamma Function   Contents


Questions 5 (Hints and solutions start on page [*].)

Q 3.6  

Use integration by parts to evaluate the following integrals.

$\displaystyle \int$x sin(2x) dx,        $\displaystyle \int$x3ln x dx,        $\displaystyle \int$xe3x - 1 dx

Now do the following by parts -- where you may have to use parts more than once.

$\displaystyle \int$x2sin(x) dx,        $\displaystyle \int$x2e3x - 1 dx,        $\displaystyle \int$ln2x dx

$\displaystyle \int$exsin x dx,        $\displaystyle \int$arctan(x) dx,        $\displaystyle \int$x2e-x dx

$\displaystyle \int$x3e-x dx,        $\displaystyle \int$x4e-x dx        $\displaystyle \int$x5e-x dx


Q 3.7   This is mainly of interest to Statisticians.

A probability density is a function p(x) that is never negative and satisfies the condition $\displaystyle \int_{-\infty}^{\infty}$p(x) dx = 1. A random variable X has probability density p(x) if the probability that X takes a value between a and b is given by

Pr(a$\displaystyle \le$X$\displaystyle \le$b) = $\displaystyle \int_{a}^{b}$p(x) dx

where a < b.

The mean value of X is defined to be

$\displaystyle \mu$ = $\displaystyle \int_{-\infty}^{\infty}$x.p(x) dx

The variance of X is defined to be

$\displaystyle \nu$ = $\displaystyle \int_{-\infty}^{\infty}$(x - $\displaystyle \mu$)2p(x) dx

and the standard deviation $ \sigma$ is given by $ \sigma^{2}_{}$ = $ \nu$.


Here are three functions. Check that they are all probability densities.

% l2h can't cope with cases
\begin{align*}
p_1(x) &= \begin{cases}\frac{1}{b-a}...
...) &= \begin{cases}\frac{1}{x^2} & x \ge 1 \\
0 & x < 1 \end{cases}\end{align*}

Show that p1(x) (a uniform distribution) has mean $ {\frac{1}{2}}$(a + b) and variance $ {\frac{1}{12}}$(b - a)2.

Show that p2(x) (a Poisson distribution) has mean 1/$ \theta$ and variance 1/$ \theta^{2}_{}$.

Show that p3(x) does not have a finite mean.

Show that the formula for the variance can be rearranged to give

$\displaystyle \nu$ = $\displaystyle \int_{-\infty}^{\infty}$x2p(x) dx - $\displaystyle \mu^{2}_{}$.

If the random variable X has the Poisson distribution p2(x) show that the probability that the value of X is greater than the mean value is 1/e.


*Q 3.8   This is a follow up to some integrals that you did in an earlier exercise. Let

In = $\displaystyle \int_{0}^{1}$xnex dx

for n a whole number $ \ge$ 0. So, for example,

I6 = $\displaystyle \int_{0}^{1}$x6ex dx    and     I9 = $\displaystyle \int_{0}^{1}$x9ex dx

By using integration by parts, integrating the exponential and differentiating the power, prove the general result that if n > 0

In = e - nIn - 1

This is what is known as a Reduction Formula, it gives us the value of In in terms of the value of In - 1. What use is that? Well, it is easy to evaluate I0 -- do so. The formula now tells us the value of I1 and, using it once more, the value of I2 and so on. By repeated use of the formula, and no further integration, we can get the value of In for and positive integer n. Work out I4.

Go through the same process for the integral $\displaystyle \int_{0}^{1}$xne-x dx and work out I3.

Now look at the integral

In = $\displaystyle \int_{0}^{\pi}$xnsin x dx        n$\displaystyle \ge$ 0

By doing integration by parts on this twice over, integrating the trig function and differentiating the power, show that

In = $\displaystyle \pi^{n}_{}$ - n(n - 1)In - 2        n > 1

This is slightly more complicated in that it relates In to In + 2 rather than to In + 1. This means that you go up in steps of 2. If you think about it you will realise that you now need two starting points: I0 and I1. Work out both of these and then work out I3 and I4.


*Q 3.9   Consider

I(n, m) = $\displaystyle \int_{0}^{1}$xn(1 - x)m dx

where n and m are integers $ \ge$ 0. By making the substitution y = 1 - x, show that I(n, m) = I(m, n). Show that

I(n, 0) = I(0, n) = $\displaystyle {\frac{1}{n+1}}$

Use integration by parts to show that

I(n, m) = $\displaystyle {\frac{m}{n+1}}$I(n + 1, m - 1)

Deduce from this that

I(n, m) = $\displaystyle {\frac{n! m!}{(n+m+1)!}}$



next up previous contents
Next: Quadratics and Trigonometric Substitutions Up: Methods of Integration Previous: *The Gamma Function   Contents
Ian Craw 2000-01-20