Chapter 9: Applications of Integration#

“Give me a place to stand and I will move the earth” - Archimedes

9.1. Introduction#

Fig. 9.1
Fig. 9.1

One of the earliest mathematicians who made wonderful discoveries to compute the areas and volumes of geometrical objects was Archimedes. Archimedes proved that the area enclosed by a parabola and a straight line is $\frac{4}{3}$ times the area of an inscribed triangle (see Fig. 9.1).

He obtained the area by segmenting it into infinitely many elementary areas and then finding their sum. This limiting concept is inbuilt in the definition of definite integral which we are going to develop here and apply the same in finding areas and volumes of certain geometrical shapes.

Learning Objectives#

Upon completion of this Chapter, students will be able to

  • define a definite integral as the limit of a sum
  • demonstrate a definite integral geometrically
  • use the fundamental theorem of integral calculus
  • evaluate definite integrals by evaluating anti-derivatives
  • establish some properties of definite integrals
  • identify improper integrals and use the gamma integral
  • use reduction formulae
  • apply definite integral to evaluate area of a plane region
  • apply definite integral to evaluate the volume of a solid of revolution

We briefly recall what we have already studied about anti-derivative of a given function $f(x)$. If a function $F(x)$ can be found such that $\frac{d}{dx} F(x) = f(x)$, then the function $F(x)$ is called an anti-derivative of $f(x)$.

It is not unique, because, for any arbitrary constant $C$ , we get

$\frac{d}{dx} [F(x) + C] = \frac{d}{dx} [F(x)] = f(x)$ .

That is, if $F(x)$ is an anti-derivative of $f(x)$ , then the function $F(x) + C$ is also an anti-derivative of the same function $f(x)$ . Note that all anti-derivatives of $f(x)$ differ by a constant only. The anti-derivative of $f(x)$ is usually called the indefinite integral of $f(x)$ with respect to $x$ and is denoted by

$\int f(x) dx$ .

A well-known property of indefinite integral is its linear property:

$\int [\alpha f(x) + \beta g(x)] dx = \alpha \int f(x) dx + \beta \int g(x) dx$ ,

where $\alpha$ and $\beta$ are constants.

We list below some functions and their anti-derivatives (indefinite integrals):

9.2 Definite Integral as the Limit of a Sum#

9.2.1 Riemann Integral#

Consider a real-valued, bounded function $f(x)$ defined on the closed and bounded interval $[a, b]$ , $a < b$ . The function $f(x)$ need not have the same sign on $[a, b]$ ; that is, $f(x)$ may have positive as well as negative values on $[a, b]$ . See Fig 9.2. Partition the interval $[a, b]$ into $n$ subintervals $[x_0, x_1]$ , $[x_1, x_2]$ , $\dots$ , $[x_{n-2}, x_{n-1}]$ , $[x_{n-1}, x_n]$ such that

$a = x_0 < x_1 < x_2 < \dots < x_{n-1} < x_n = b$ .

In each subinterval $[x_{i-1}, x_i]$ , $i = 1, 2, \dots, n$ , choose a real number $\xi_i$ arbitrarily such that

$x_{i-1} \leq \xi_i \leq x_i$ .

Consider the sum

$\sum_{i=1}^n f(\xi_i)(x_i - x_{i-1}) = f(\xi_1)(x_1 - x_0) + f(\xi_2)(x_2 - x_1) + \dots + f(\xi_n)(x_n - x_{n-1})$ $\dots$ (1)

The sum in (1) is called a Riemann sum of $f(x)$ corresponding to the partition $[x_0, x_1]$ , $[x_1, x_2]$ , $\dots$ , $[x_{n-1}, x_n]$ of $[a, b]$ . Since there are infinitely many values $\xi_i$ satisfying the condition

$x_{i-1} \leq \xi_i \leq x_i$ ,

there are infinitely many Riemann sums of $f(x)$ corresponding to the same partition $[x_0, x_1]$ , $[x_1, x_2]$ , $\dots$ , $[x_{n-1}, x_n]$ of $[a, b]$ . If, under the limiting process $n \to \infty$ and

$\max \left( x_i - x_{i-1} \right) \to 0$ ,

the sum in (1) tends to a finite value, say $A$ , then the value $A$ is called the definite integral of $f(x)$ with respect to $x$ on $[a, b]$ . It is also called the Riemann integral of $f(x)$ on $[a, b]$ and is denoted by

$\int_a^b f(x) \, dx$

and is read as the integral of $f(x)$ with respect to $x$ from $a$ to $b$ . If $a = b$ , then we have

$\int_a^a f(x) \, dx = 0$ .

Note

In the present chapter, we consider bounded functions $f(x)$ that are continuous on $[a,b]$. However, the Riemann integral of $f(x)$ on $[a,b]$ also exists for bounded functions $f(x)$ that are piece-wise continuous on $[a,b]$. We have used the same symbol $\int$ both for definite integral and antiderivative (indefinite integral). The reason will be clear after we state the Fundamental Theorems of Integral Calculus. The variable $x$ is dummy in the sense that it is selected at our choice only. So we can write $\int_{a}^{b}f(x)dx$ as $\int_{a}^{b}f(u)du$. So, we have $\int_{a}^{b}f(x)dx = \int_{a}^{b}f(u)du$. As $\max \left(x_{i} - x_{i - 1}\right)\to 0$, all the three points $x_{i-1},\xi_{i}$, and $x_{i}$ of each subinterval $[x_{i-1},x_{i}]$ are dragged into a single point. We have already indicated that there are infinitely many ways of choosing the evaluation point $\xi_{i}$ in the subinterval $[x_{i-1},x_{i}]$, $i = 1,2,\dots ,n$. By choosing $\xi_{i} = x_{i-1}$, $i = 1,2,\dots ,n$, we have

$$ \int_{a}^{b}f(x)dx = \lim_{n\to \infty}\sum_{i = 1}^{n}f(x_{i-1})(x_{i} - x_{i-1}). \quad (2) $$

Equation (2) is known as the left-end rule for evaluating the Riemann integral.

By choosing $\xi_{i} = x_{i}$, $i = 1,2,\dots ,n$, we have

$$ \int_{a}^{b}f(x)dx = \lim_{n\to \infty}\sum_{i = 1}^{n}f(x_{i})(x_{i} - x_{i-1}). \quad (3) $$

Equation (3) is known as the right-end rule for evaluating the Riemann integral.

By choosing $\xi_{i} = \frac{x_{i-1} + x_{i}}{2}$, $i = 1,2,\dots ,n$, we have

$$ \int_{a}^{b}f(x)dx = \lim_{n\to \infty}\sum_{i = 1}^{n}f\left(\frac{x_{i-1} + x_{i}}{2}\right)(x_{i} - x_{i-1}). \quad (4) $$

Equation (4) is known as the mid-point rule for evaluating the Riemann integral.

Remarks

(1) If the Riemann integral $\int_{a}^{b}f(x)dx$ exists, then the Riemann integral $\int_{a}^{b}f(u)du$ is a well-defined real number for every $x\in [a,b]$. So, we can define a function $F(x)$ on $[a,b]$ such that $F(x) = \int_{a}^{x}f(u)du, x\in [a,b]$.

(2) If $f(x)\geq 0$ for all $x\in [a,b]$, then the Riemann integral $\int_{a}^{b}f(x)dx$ is equal to the geometric area of the region bounded by the graph of $y = f(x)$, the $x$-axis, the lines $x = a$ and $x = b$. See Fig.9.3.

Fig. 9.3
Fig. 9.3

(3) If $f(x) \leq 0$ for all $x \in [a, b]$, then the Riemann integral $\int_{a}^{b} f(x) dx$ is equal to the negative of the geometric area of the region bounded by the graph of $y = f(x)$, the $x$-axis, the lines $x = a$ and $x = b$. See Fig. 9.4. In this case, the geometric area of the region bounded by the graph of $y = f(x)$, the $x$-axis, the lines $x = a$ and $x = b$ is given by $\int_{a}^{b} f(x) dx$.

Fig. 9.4
Fig. 9.4

(4) If $f(x)$ takes positive as well as negative values on $[a,b]$, then the interval $[a,b]$ can be divided into subintervals $[a,c_{1}]$, $[c_{1},c_{2}]$,…, $[c_{k},b]$ such that $f(x)$ has the same sign throughout each of subintervals. So, the Riemann integral $\int_{a}^{b} f(x) dx$ is given by

$ \int_{a}^{b} f(x) dx = \int_{a}^{c_{1}} f(x) dx + \int_{c_{1}}^{c_{2}} f(x) dx + \dots + \int_{c_{k}}^{b} f(x) dx. $

In this case, the geometric area of the region bounded by the graph of $y = f(x)$, the $x$- axis, the lines $x = a$ and $x = b$ is given by $ \left|\int_{a}^{c_{1}} f(x) dx\right| + \left|\int_{c_{1}}^{c_{2}} f(x) dx\right| + \dots + \left|\int_{c_{k}}^{b} f(x) dx\right|. $

For instance, consider the following graph of a function $f(x), x \in [a, b]$. See Fig. 9.5. Here, $A_{1}, A_{2}$ and, $A_{3}$ denote geometric areas of the individual parts.

Then, the definite integral $\int_{a}^{b} f(x) dx$ is given by

$$ \int_{a}^{b} f(x) dx = \int_{a}^{c_{1}} f(x) dx + \int_{c_{1}}^{c_{2}} f(x) dx + \int_{c_{2}}^{b} f(x) dx = A_{1} - A_{2} + A_{3}. $$

The geometric area of the region bounded by the graph of $y = f(x)$, the $x$- axis, the lines $x = a$ and $x = b$ is given by $A_{1} + A_{2} + A_{3}$. In view of the above discussion, it is clear that a Riemann integral need not represent geometrical area.

Note

Even if we do not mention explicitly, it is always understood that the areas are measured in square units and volumes are measured in cubic units.

Example 9.1

Estimate the value of $\int_{0}^{0.5} x^{2} dx$ using the Riemann sums corresponding to 5 subintervals of equal width and applying (i) left-end rule (ii) right-end rule (iii) the mid-point rule.

Solution

Here $a = 0,b = 0.5,n = 5,f(x) = x^{2}$

So, the width of each subinterval is

$$ h = \Delta x = \frac{b - a}{n} = \frac{0.5 - 0}{5} = 0.1. $$

The partition of the interval is given by the points

$$ x_{0} = 0, $$

$$ x_{1} = x_{0} + h = 0 + 0.1 = 0.1 $$

$$ x_{2} = x_{1} + h = 0.1 + 0.1 = 0.2 $$

$$ x_{3} = x_{2} + h = 0.2 + 0.1 = 0.3 $$

$$ x_{4} = x_{3} + h = 0.3 + 0.1 = 0.4 $$

$$ x_{5} = x_{4} + h = 0.4 + 0.1 = 0.5 $$

(i) The left-end rule for Riemann sum with equal width $\Delta x$ is

$$ S = \left[f\left(x_{0}\right) + f\left(x_{1}\right) + \dots +f\left(x_{n - 1}\right)\right]\Delta x. $$

$$ \therefore S = \left[f\left(0\right) + f\left(0.1\right) + f\left(0.2\right) + f\left(0.3\right) + f\left(0.4\right)\right]\left(0.1\right) $$

$$ = \left[0.00 + 0.01 + 0.04 + 0.09 + 0.16\right]\left(0.1\right) = 0.03 $$

$$ \therefore \int_{0}^{0.5}x^{2}dx \text{ is approximately } 0.03. $$

(ii) The right-end rule for Riemann sum with equal width $\Delta x$ is

$$ S = \left[f\left(x_{1}\right) + f\left(x_{2}\right) + \dots +f\left(x_{n}\right)\right]\Delta x. $$

$$ \therefore S = \left[f\left(0.1\right) + f\left(0.2\right) + f\left(0.3\right) + f\left(0.4\right) + f\left(0.5\right)\right]\left(0.1\right) $$

$$ = \left[0.01 + 0.04 + 0.09 + 0.16 + 0.25\right]\left(0.1\right) = 0.055. $$

$\therefore \int_{0}^{0.5}x^{2}dx$ is approximately $0.055$.

(iii) The mid-point rule for Riemann sum with equal width $\Delta x$ is

$$ S = \left[f\left(\frac{x_{0} + x_{1}}{2}\right) + f\left(\frac{x_{1} + x_{2}}{2}\right) + \dots +f\left(\frac{x_{n - 1} + x_{n}}{2}\right)\right]\Delta x $$

$$ \therefore S = \left[f\left(0.05\right) + f\left(0.15\right) + f\left(0.25\right) + f\left(0.35\right) + f\left(0.45\right)\right]\left(0.1\right) $$

$$ = \left[0.0025 + 0.0225 + 0.0625 + 0.1225 + 0.2025\right]\left(0.1\right) $$

$$ = 0.04125. $$

$$ \therefore \int_{0}^{0.5}x^{2}dx \text{ is approximately } 0.04125. $$

EXERCISE 9.1

  1. Find an approximate value of $\int_{1}^{1.5} x dx$ by applying the left-end rule with the partition
    $\{1.1, 1.2, 1.3, 1.4, 1.5\}$ .

  2. Find an approximate value of $\int_{1}^{1.5} x^2 dx$ by applying the right-end rule with the partition
    $\{1.1, 1.2, 1.3, 1.4, 1.5\}$ .

  3. Find an approximate value of $\int_{1}^{1.5} (2 - x) dx$ by applying the mid-point rule with the partition
    $\{1.1, 1.2, 1.3, 1.4, 1.5\}$ .

9.2.2 Limit Formula to Evaluate $\int_a^b f(x) dx$#

Divide the interval $[a, b]$ into $n$ equal subintervals $[x_0, x_1]$ , $[x_1, x_2]$ , $\dots$ , $[x_{n-2}, x_{n-1}]$ , $[x_{n-1}, x_n]$ such that $a = x_0 < x_1 < x_2 < \dots < x_{n-1} < x_n = b$ . Then, we have $x_1 - x_0 = x_2 - x_1 = \dots = x_{n-1} - x_{n-2} = \frac{b-a}{n}$ . Put $h = \frac{b-a}{n}$ . Then, we get $x_i = a + ih$ , $i = 1, 2, \dots, n$ .

So, by the definition of definite integral, we get

$\lim_{n \to \infty \text{ and } \max(x_i - x_{i-1}) \to 0} \sum_{j=1}^n f(x_i)(x_i - x_{i-1})$ (Right-end rule)

$= \lim_{n \to \infty} \frac{b-a}{n} \sum_{i=1}^n f\left(a + i \frac{b-a}{n}\right)$ .

$\therefore \int_a^b f(x) dx = \lim_{n \to \infty} \frac{b-a}{n} \sum_{i=1}^n f\left(a + (b-a) \frac{i}{n}\right)$ .

Note

$\lim_{n \to \infty} \frac{b-a}{n} \sum_{i=1}^n f\left(a + (b-a) \frac{i}{n}\right) = \lim_{n \to \infty} \left[ \frac{b-a}{n} f(a) + \frac{b-a}{n} \sum_{i=1}^n f\left(a + (b-a) \frac{i}{n}\right) \right]$ .

$= \lim_{n \to \infty} \frac{b-a}{n} \sum_{r=1}^{n} f\left(a + (b-a) \frac{r}{n}\right)$

$= \int_{a}^{b} f(x) dx$ .

$\therefore \int_{a}^{b} f(x) dx = \lim_{n \to \infty} \frac{b-a}{n} \sum_{r=1}^{n} f\left(a + (b-a) \frac{r}{n}\right)$

$= \lim_{n \to \infty} \frac{b-a}{n} \sum_{r=0}^{n} f\left(a + (b-a) \frac{r}{n}\right)$ .

If $a = 0$ and $b = 1$ , then we get

$\int_{0}^{1} f(x) dx = \lim_{n \to \infty} \frac{1}{n} \sum_{r=0}^{n} f\left(\frac{r}{n}\right) = \lim_{n \to \infty} \frac{1}{n} \sum_{r=1}^{n} f\left(\frac{r}{n}\right)$ .

Example 9.2

Evaluate $\int_{0}^{1}x dx$, as the limit of a sum.

Solution

Here $f(x) = x$, $a = 0$ and $b = 1$. Hence, we get

$$ \int_{a}^{b}f(x)dx = \lim_{n\to \infty}\frac{1}{n}\sum_{r = 1}^{n}f\left(\frac{r}{n}\right)\Rightarrow \int_{0}^{1}x dx = \lim_{n\to \infty}\frac{1}{n}\sum_{r = 1}^{n}\frac{r}{n} $$

$$ = \lim_{n\to \infty}\frac{1}{n^{2}}\big[1 + 2 + \dots +n\big] $$

$$ = \lim_{n\to \infty}\frac{1}{n^{2}}\frac{n(n + 1)}{2} = \lim_{n\to \infty}\frac{1}{2}\bigg(1 + \frac{1}{n}\bigg) = \frac{1}{2}. $$

Example 9.3

Evaluate $\int_{0}^{1}x^{3}dx$, as the limit of a sum.

Solution

Here $f(x) = x^{3}$, $a = 0$ and $b = 1$. Hence, we get

$$ \int_{a}^{b}f(x)dx = \lim_{n\to \infty}\frac{1}{n}\sum_{r = 1}^{n}f\left(\frac{r}{n}\right)\Rightarrow \int_{0}^{1}x^{3}dx = \lim_{n\to \infty}\frac{1}{n}\sum_{r = 1}^{n}\frac{r^{3}}{n^{3}} $$

$$ = \lim_{n\to \infty}\frac{1}{n^{4}}\big[1^{3} + 2^{3} + \dots +n^{3}\big] = \lim_{n\to \infty}\frac{1}{n^{4}}\frac{n^{2}(n + 1)^{2}}{4} $$

$$ = \lim_{n\to \infty}\frac{1}{4}\bigg(1 + \frac{1}{n}\bigg)^{2} = \frac{1}{4}. $$

Example 9.4

Evaluate $\int_{1}^{4}(2x^{2} + 3)dx$, as the limit of a sum.

Solution

We use the formula

$$ \int_{a}^{b}f(x)dx = \lim_{n\to \infty}\frac{b - a}{n}\sum_{r = 1}^{n}f\left(a + (b - a)\frac{r}{n}\right) $$

Here $f(x) = 2x^{2} + 3$, $a = 1$ and $b = 4$.

So, we get

$$ f\left(a + (b - a)\frac{r}{n}\right) = f\left(1 + (4 - 1)\frac{r}{n}\right) = f\left(1 + \frac{3r}{n}\right) = 2\left(1 + \frac{3r}{n}\right)^{2} + 3 = 5 + \frac{18r^{2}}{n^{2}} +\frac{12r}{n}. $$

Hence, we get

$$ \int_{1}^{4}(2x^{2} + 3)dx = \lim_{n\to \infty}\frac{3}{n}\sum_{r = 1}^{n}\left(5 + \frac{18r^{2}}{n^{2}} +\frac{12r}{n}\right) = \lim_{n\to \infty}\left[\frac{15}{n}\sum_{r = 1}^{n}1 + \frac{54}{n^{3}}\sum_{r = 1}^{n}r^{2} + \frac{36}{n^{2}}\sum_{r = 1}^{n}r\right] $$

$$ = \lim_{n\to \infty}\left[\frac{15}{n} n + \frac{54}{n^{3}}\left(1^{2} + 2^{2} + \dots +n^{2}\right) + \frac{36}{n^{2}}\left(1 + 2 + \dots +n\right)\right] $$

$= \lim_{n \to \infty} \left[ 15 + \frac{54}{n^3} \frac{n(n+1)(2n+1)}{6} + \frac{36}{n^2} \frac{n(n+1)}{2} \right]$

$= \lim_{n \to \infty} \left[ 15 + 9 \left( 1 + \frac{1}{n} \right) \left( 2 + \frac{1}{n} \right) + 18 \left( 1 + \frac{1}{n} \right) \right]$

$= 15 + 9 \left( 1 + 0 \right) \left( 2 + 0 \right) + 18 \left( 1 + 0 \right) = 51$ .

Exercise 9.2

  1. Evaluate the following integrals as the limits of sums:

(i) $\int_{0}^{1}(5x + 4)dx$

(ii) $\int_{0}^{2}(4x^{2} - 1)dx$

9.3 Fundamental Theorems of Integral Calculus and their Applications#

We observe in the above examples that evaluation of $\int_{a}^{b}f(x)dx$ as a limit of the sum is quite tedious, even if $f(x)$ is a very simple function. Both Newton and Leibnitz, more or less at the same time, devised an easy method for evaluating definite integrals. Their method is based upon two celebrated theorems known as First Fundamental Theorem and Second Fundamental Theorem of Integral Calculus. These theorems establish the connection between a function and its anti-derivative (if it exists). In fact, the two theorems provide a link between differential calculus and integral calculus. We state below the above important theorems without proofs.

Theorem 9.1 (First Fundamental Theorem of Integral Calculus)

If $f(x)$ be a continuous function defined on a closed interval $[a,b]$ and $F(x) = \int_{a}^{x}f(u)du$, $a< x< b$ then, $\frac{d}{dx} F(x) = f(x)$. In other words, $F(x)$ is an anti-derivative of $f(x)$.

Theorem 9.2 (Second Fundamental Theorem of Integral Calculus)

If $f(x)$ be a continuous function defined on a closed interval $[a,b]$ and $F(x)$ is an anti-derivative of $f(x)$, then,

$$ \int_{a}^{b}f(x)dx = F(b) - F(a). $$

Note

Since $F(b) - F(a)$ is the value of the definite integral (Riemann integral) $\int_{a}^{b}f(x)dx$, any arbitrary constant added to the anti-derivative $F(x)$ cancels out and hence it is not necessary to add an arbitrary constant to the anti-derivative, when we are evaluating definite integrals. As a short-hand form, we write $F(b) - F(a) = \left[F(x)\right]_{a}^{b}$. The value of a definite integral is unique.

By the second fundamental theorem of integral calculus, the following properties of definite integrals hold. They are stated here without proof.

Property 1 : $\int_a^b f(x) \, dx = \int_a^b f(u) \, du$ , $a < b$

i.e., definite integral is independent of the change of variable.

Property 2 : $\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx$

i.e., the value of the definite integral changes by minus sign if the limits are interchanged.

Property 3 : $\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx$ , $a < c < b$

Property 4 : $\int_a^b [\alpha f(x) + \beta g(x)] \, dx = \alpha \int_a^b f(x) \, dx + \beta \int_a^b g(x) \, dx$ , where $\alpha$ and $\beta$ are constants.

Property 5 : If $x = g(u)$ , then $\int_a^b f(x) \, dx = \int_c^d f(g(u)) \frac{dg(u)}{du} \, du$ where $g(c) = a$ and $g(d) = b$ .

This property is used for evaluating definite integrals by making substitution.
We illustrate the use of the above properties by the following examples.

Example 9.5

Evaluate: $\int_{0}^{3} (3x^2 - 4x + 5) dx$ .

Solution

$\int_{0}^{3} (3x^2 - 4x + 5) \, dx = \int_{0}^{3} 3x^2 \, dx - \int_{0}^{3} 4x \, dx + \int_{0}^{3} 5 \, dx$

$= 3 \int_{0}^{3} x^2 \, dx - 4 \int_{0}^{3} x \, dx + 5 \int_{0}^{3} \, dx$

$= 3 \left[ \frac{x^3}{3} \right]_{0}^{3} - 4 \left[ \frac{x^2}{2} \right]_{0}^{3} + 5 \left[ x \right]_{0}^{3}$

$= (27 - 0) - 2(9 - 0) + 5(3 - 0)$

$= 27 - 18 + 15 = 24$ .

Example 9.6

Evaluate:
$\int_{0}^{1} \frac{2x + 7}{5x^2 + 9} \, dx$ .

Solution

$\int_{0}^{1} \frac{2x + 7}{5x^2 + 9} \, dx = \int_{0}^{1} \frac{2x}{5x^2 + 9} \, dx + 7 \int_{0}^{1} \frac{dx}{5x^2 + 9}$

$= \frac{1}{5} \log(5x^2 + 9) \bigg|_{0}^{1} + \frac{7}{5} \int_{0}^{1} \frac{dx}{x^2 + \left(\frac{3}{\sqrt{5}}\right)^2}$

$= \frac{1}{5} \left[ \log 14 - \log 9 \right] + \frac{7}{5} \times \frac{\sqrt{5}}{3} \left[ \tan^{-1} \left( \frac{\sqrt{5}x}{3} \right) \right]_{0}^{1}$

$= \frac{1}{5} \log \frac{14}{9} + \frac{7}{3\sqrt{5}} \tan^{-1} \frac{\sqrt{5}}{3}$ .

Example 9.7

Evaluate: $\int_{0}^{1} [2x] dx$ where $[-]$ is the greatest integer function.

Solution

$\int_{0}^{1} [2x] dx = \int_{0}^{\frac{1}{2}} [2x] dx + \int_{\frac{1}{2}}^{1} [2x] dx = \int_{0}^{\frac{1}{2}} 0 dx + \int_{\frac{1}{2}}^{1} 1 dx = 0 + \left[ x \right]_{\frac{1}{2}}^{1} = 1 - \frac{1}{2} = \frac{1}{2}$ .

Example 9.8

Evaluate: $\int_{0}^{\frac{\pi}{3}} \frac{\sec x \tan x}{1 + \sec^{2} x} dx$ .

Solution

Let $I = \int_{0}^{\frac{\pi}{3}} \frac{\sec x \tan x}{1 + \sec^{2} x} dx$ .
Put $\sec x = u$ . Then, $\sec x \tan x dx = du$ .

When $x = 0$ , $u = \sec 0 = 1$ . When $x = \frac{\pi}{3}$ , $u = \sec \frac{\pi}{3} = 2$ .

$\therefore I = \int_{1}^{2} \frac{du}{1 + u^{2}} = \left[ \tan^{-1} u \right]_{1}^{2} = \tan^{-1} 2 - \tan^{-1} 1 = \tan^{-1} 2 - \frac{\pi}{4}$ .

Example 9.9

Evaluate:
$\int_{0}^{9} \frac{1}{x + \sqrt{x}} \, dx$ .

Solution

Let $\sqrt{x} = u$ . Then $x = u^2$ , and so $dx = 2u \, du$ .

When $x = 0$ , $u = 0$ . When $x = 9$ , $u = 3$ .

$\int_{0}^{9} \frac{1}{x + \sqrt{x}} \, dx = \int_{0}^{3} \frac{1}{u^2 + u} \, (2u) \, du = 2 \int_{0}^{3} \frac{1}{1 + u} \, du = 2 \left[ \log|1 + u| \right]_{0}^{3} = 2[\log 4 - 0] = \log 16$ .

Example 9.10

Evaluate:
$\int_{1}^{2} \frac{x}{(x + 1)(x + 2)} \, dx$ .

Solution

Let $I = \int_{1}^{2} \frac{x}{(x + 1)(x + 2)}\, dx$ .

$I = \int_{1}^{2} \left[ \frac{-1}{(x + 1)} + \frac{2}{x + 2} \right] \, dx$

$= \left[ -\log(x + 1) + 2 \log(x + 2) \right]_{1}^{2}$

$= \log \left[ \frac{(x + 2)^2}{x + 1} \right]_{1}^{2}$

$= \log \frac{16}{3} - \log \frac{9}{2}$

$= \log \frac{32}{27}$ .

Example 9.11

Evaluate :
$\int_{0}^{\frac{\pi}{2}} \frac{\cos \theta}{(1 + \sin \theta)(2 + \sin \theta)} d\theta$ .

Solution
Let $I = \int_{0}^{\frac{\pi}{2}} \frac{\cos \theta}{(1 + \sin \theta)(2 + \sin \theta)} d\theta$ .
Put $u = 1 + \sin \theta$ . Then, $du = \cos \theta d\theta$ .
When $\theta = 0$ , $u = 1$ . When $\theta = \frac{\pi}{2}$ , $u = 2$ .
$\therefore I = \int_{1}^{2} \frac{du}{u(1 + u)} = \int_{1}^{2} \left( \frac{1}{u} - \frac{1}{1 + u} \right) du = \left[ \log u - \log (1 + u) \right]_{1}^{2} = (\log 2 - \log 3) - (\log 1 - \log 2) = 2 \log 2 - \log 3 = \log \frac{4}{3}$ .

Example 9.12

Evaluate :
$\int_{0}^{\frac{1}{\sqrt{2}}} \frac{\sin^{-1} x}{(1 - x^2)^{\frac{3}{2}}} dx$ .

Solution
Let $I = \int_{0}^{\frac{1}{\sqrt{2}}} \frac{\sin^{-1} x}{(1 - x^2)^{\frac{3}{2}}} dx$ .
Put $u = \sin^{-1} x$ . Then, $x = \sin u$ and so, $du = \frac{1}{\sqrt{1 - x^2}} dx$ .
When $x = 0$ , $u = 0$ . When $x = \frac{1}{\sqrt{2}}$ , $u = \frac{\pi}{4}$ .
$\therefore I = \int_{0}^{\frac{\pi}{4}} \frac{u}{\cos^2 u} du = \int_{0}^{\frac{\pi}{4}} u \sec^2 u du = \left[ u \tan u \right]_{0}^{\frac{\pi}{4}} - \int_{0}^{\frac{\pi}{4}} \tan u du = \left[ u \tan u \right]_{0}^{\frac{\pi}{4}} + \left[ \log \cos u \right]_{0}^{\frac{\pi}{4}} = \frac{\pi}{4} + \log \frac{1}{\sqrt{2}} = \frac{\pi}{4} - \frac{1}{2} \log 2$ .

Example 9.13

Evaluate: $\int_{0}^{\frac{\pi}{2}}(\sqrt{\tan x} +\sqrt{\cot x})dx$.

Solution

Let $I=\int_{0}^{\frac{\pi}{2}}(\sqrt{\tan x}+\sqrt{\cot x})dx$.

$$ I=\int_{0}^{\frac{\pi}{2}}\left(\sqrt{\frac{\sin x}{\cos x}}+\sqrt{\frac{\cos x}{\sin x}}\right)dx=\int_{0}^{\frac{\pi}{2}}\frac{\sin x+\cos x}{\sqrt{\sin x\cos x}}dx=\sqrt{2}\int_{0}^{\frac{\pi}{2}}\frac{\sin x+\cos x}{\sqrt{2\sin x\cos x}}dx $$

$$ =\sqrt{2}\int_{0}^{\frac{\pi}{2}}\frac{(\sin x+\cos x)dx}{\sqrt{1-(\sin x-\cos x)^{2}}}. $$

Put $u = \sin x - \cos x$. Then, $du = (\cos x + \sin x)dx$.

When $x = 0,u = -1$. When $x = \frac{\pi}{2},u = 1$.

$$ \therefore I = \sqrt{2}\int_{-1}^{1}\frac{du}{\sqrt{1 - u^{2}}} = \sqrt{2} [\sin^{-1}u]_{-1}^{1} = \sqrt{2}\left[\sin^{-1}(1) - \sin^{-1}(-1)\right] = \pi \sqrt{2}. $$

Example 9.14

Evaluate: $\int_{0}^{1.5} \left[ x^{2} \right] dx$, where $[x]$ is the greatest integer function.

Solution

We know that the greatest integer function $[x]$ is the largest integer less than or equal to $x$. In other words, it is defined by $[x] = n$, if $n \leq x < (n + 1)$, where $n$ is an integer.

We note that the above function is not continuous on $[0,1.5]$.

Fig. 9.6
Fig. 9.6

But, it is continuous in each of the sub-intervals $[0,1)$, $[1,\sqrt{2})$ and $[\sqrt{2},1.5]$; that is, it is piece-wise continuous on $[0,1.5]$. See Fig. 9.6. Hence, we get

$$ \int_{0}^{1.5}\left[x^{2}\right]dx = \int_{0}^{1}\left[x^{2}\right]dx + \int_{1}^{\sqrt{2}}\left[x^{2}\right]dx + \int_{\sqrt{2}}^{1.5}\left[x^{2}\right]dx = \int_{0}^{1}0dx + \int_{1}^{\sqrt{2}}1dx + \int_{\sqrt{2}}^{1.5}2dx $$

$$ = 0 + \left(x\right)_{1}^{\sqrt{2}} + \left(2x\right)_{\sqrt{2}}^{1.5} = \left(\sqrt{2} -1\right) + \left(3 - 2\sqrt{2}\right) = 2 - \sqrt{2}. $$

Example 9.15

Evaluate: $\int_{-4}^{4}|x + 3|dx$.

Solution

By definition, we have $|x + 3| = \begin{cases} x + 3 & \text{if } x\geq -3\\ -x - 3 & \text{if } x< -3 \end{cases}$

Fig. 9.7
Fig. 9.7

See Fig. 9.7 for the graph of $y = |x + 3|$ in $-4\leq x\leq 4$

$$ \begin{aligned} \therefore \int_{-4}^{4}|x + 3| dx &= \int_{-4}^{-3}|x + 3| dx + \int_{-3}^{4}|x + 3| dx \\ &= \int_{-4}^{-3}(-x - 3) dx + \int_{-3}^{4}(x + 3) dx \\ &= \left[-\frac{x^{2}}{2} -3x\right]_{-4}^{-3} + \left[\frac{x^{2}}{2} +3x\right]_{-3}^{4} \\ &= \left(-\frac{9}{2} +9\right) - \left(-\frac{16}{2} +12\right) + \left(\frac{16}{2} +12\right) - \left(\frac{9}{2} -9\right) \\ &= \left(\frac{9}{2}\right) - 4 + 20 + \left(\frac{9}{2}\right) = 25. \end{aligned} $$

Next, we give examples to illustrate the application of Property 5.

Example 9.16

Show that $\int_{0}^{\frac{\pi}{2}}\frac{dx}{4 + 5\sin x} = \frac{1}{3}\log_{e}2$.

Solution

Put $u = \tan {\frac{x}{2}}$. Then, $\sin x = \frac{2\tan{\frac{x}{2}}}{1 + \tan^{2}{\frac{x}{2}}} = \frac{2u}{1 + u^{2}}$, $du = \frac{1}{2}\sec^{2}{\frac{x}{2}}dx \Rightarrow dx = \frac{2du}{1 + u^{2}}$.

When $x = 0$, $u = \tan 0 = 0$. When $x = \frac{\pi}{2}$, $u = \tan {\frac{\pi}{4}} = 1$

$$ I = \int_{0}^{\frac{\pi}{2}}\frac{dx}{4 + 5\sin x} = \int_{0}^{1}\frac{\frac{2du}{1 + u^{2}}}{4 + 5\left(\frac{2u}{1 + u^{2}}\right)} = \int_{0}^{1}\frac{du}{2u^{2} + 5u + 2} = \frac{1}{2}\int_{0}^{1}\frac{du}{u^{2} + \frac{5}{2}u + 1} $$$$ = \frac{1}{2}\int_{0}^{1}\frac{du}{\left(u + \frac{5}{4}\right)^{2} - \left(\frac{3}{4}\right)^{2}} = \left[\frac{1}{2}\times \frac{1}{2\times\left(\frac{3}{4}\right)}\log \left(\frac{\left(u + \frac{5}{4}\right) - \frac{3}{4}}{\left(u + \frac{5}{4}\right) + \frac{3}{4}}\right)\right]_{0}^{1} = \frac{1}{3}\log \left(\frac{u + \frac{1}{2}}{u + 2}\right) = \frac{1}{3}\log 2. $$

Note

To evaluate anti-derivatives of the type $\int \frac{dx}{a\cos x + b\sin x + c}$, we use the substitution method by putting $u = \tan {\frac{x}{2}}$ so that $\cos x = \frac{1 - u^{2}}{1 + u^{2}}$, $\sin x = \frac{2u}{1 + u^{2}}$, $dx = \frac{2du}{1 + u^{2}}$.

Example 9.17

Prove that $\int_{0}^{\frac{\pi}{4}}\frac{\sin 2x}{4} dx = \frac{\pi}{4}$.

Solution

$I = \int_{0}^{\frac{\pi}{4}} \frac{\sin 2x \, dx}{\sin^4 x + \cos^4 x} = \int_{0}^{\frac{\pi}{4}} \frac{\sin 2x \, dx}{\left( \sin^2 x + \cos^2 x \right)^2 - 2 \sin^2 x \cos^2 x}$

$= \int_{0}^{\frac{\pi}{4}} \frac{\sin 2x \, dx}{1 - \frac{1}{2} \left( 2 \sin x \cos x \right)^2} = \int_{0}^{\frac{\pi}{4}} \frac{\sin 2x \, dx}{1 - \frac{1}{2} \sin^2 2x} = \int_{0}^{\frac{\pi}{4}} \frac{2 \sin 2x \, dx}{2 - \sin^2 2x}$ .

Put $u = \cos 2x$ , Then, $du = -2 \sin 2x \, dx$ .

When $x = 0$ , we have $u = \cos 0 = 1$ . When $x = \frac{\pi}{4}$ , we have $u = \cos \frac{\pi}{2} = 0$ .

$\therefore I = \int_{1}^{0} \frac{-du}{1 + u^2} = \int_{0}^{1} \frac{du}{1 + u^2} = \left[ \tan^{-1} u \right]_{0}^{1} = \frac{\pi}{4}$ .

Example 9.18

Prove that
$\int_{0}^{\frac{\pi}{4}} \frac{dx}{a^2 \sin^2 x + b^2 \cos^2 x} = \frac{1}{ab} \tan^{-1} \left( \frac{a}{b} \right)$ , where $a, b > 0$ .

Solution

Put
$I = \int_{0}^{\frac{\pi}{4}} \frac{dx}{a^2 \sin^2 x + b^2 \cos^2 x} = \int_{0}^{\frac{\pi}{4}} \frac{\sec^2 x \, dx}{a^2 \tan^2 x + b^2}$ .

Put $u = \tan x$ . Then $du = \sec^2 x \, dx$ .

When $x = 0$ , we have $u = \tan 0 = 0$ . When $x = \frac{\pi}{4}$ , we have $u = \tan \frac{\pi}{4} = 1$ .

$\therefore I = \int_{0}^{1} \frac{du}{a^2 u^2 + b^2} = \frac{1}{a^2} \int_{0}^{1} \frac{du}{u^2 + \left( \frac{b}{a} \right)^2} = \frac{1}{a^2} \left[ \frac{a}{b} \tan^{-1} \left( \frac{au}{b} \right) \right]_{0}^{1} = \frac{1}{ab} \tan^{-1} \left( \frac{a}{b} \right)$ .

We derive some more properties of definite integrals.

Property 6

$\int_a^b f(x) dx = \int_a^b f(a + b - x) dx$

Proof

Let $u = a + b - x$ . Then, we get $dx = -du$ .

When $x = a$ , $u = a + b - a = b$ . When $x = b$ , we get $u = a + b - b = a$ .

$\therefore \int_a^b f(x) dx = \int_b^a f(a + b - u)(-du) = \int_a^b f(a + b - u) du$

$= \int_a^b f(a + b - x) dx$ .

Note

Replace $a$ by $0$ and $b$ by $a$ in the above property we get the following property

$\int_0^a f(x) dx = \int_0^a f(a - x) dx$ .

Example 9.19

Evaluate $\int_{0}^{\frac{\pi}{4}}\frac{1}{\sin x + \cos x} dx$

Solution

$$ I=\int_{0}^{\frac{\pi}{4}}\frac{1}{\sin x+\cos x}dx=\int_{0}^{\frac{\pi}{4}}\frac{1}{\sqrt{2}\left(\frac{1}{\sqrt{2}}\sin x+\frac{1}{\sqrt{2}}\cos x\right)}dx $$

$$ =\frac{1}{\sqrt{2}}\int_{0}^{\frac{\pi}{4}}\frac{1}{\left(\cos\frac{\pi}{4}\cos x+\sin\frac{\pi}{4}\sin x\right)}dx=\frac{1}{\sqrt{2}}\int_{0}^{\frac{\pi}{4}}\frac{1}{\cos\left(\frac{\pi}{4}-x\right)}dx $$

$$ =\frac{1}{\sqrt{2}}\int_{0}^{\frac{\pi}{4}}\frac{1}{\cos x}dx \quad \text{(using } \int_{0}^{a}f(x)dx=\int_{0}^{a}f(a-x)dx\text{)} $$

$$ =\frac{1}{\sqrt{2}}\int_{0}^{\frac{\pi}{4}}\sec x dx=\frac{1}{\sqrt{2}}\left[\log(\sec x+\tan x)\right]_{0}^{\frac{\pi}{4}} $$

$$ =\frac{1}{\sqrt{2}}\left[\log(\sqrt{2}+1)-\log(1+0)\right] $$

$$ =\frac{1}{\sqrt{2}}\log(\sqrt{2}+1). $$

Property 7

$$ \int_{0}^{2a}f(x)dx = \int_{0}^{a}[f(x) + f(2a - x)]dx. $$

Proof

By property 3, we have $\int_{0}^{2a}f(x)dx = \int_{0}^{a}f(x)dx + \int_{a}^{2a}f(x)dx$. (1)

Let us make the substitution $x = 2a - u$ in $\int_{a}^{2a}f(x)dx$. Then, $dx = -du$.

When $x = a$, we have $u = 2a - a = a$. When $x = 2a$, we have $u = 2a - 2a = 0$. So, we get

$$ \int_{a}^{2a}f(x)dx = \int_{a}^{0}f(2a - u)(-du) = \int_{0}^{a}f(2a - u)du = \int_{0}^{a}f(2a - x)dx. \quad (2) $$

Substituting equation (2) in equation (1), we get

$$ \int_{0}^{2a}f(x)dx = \int_{0}^{a}f(x)dx + \int_{0}^{a}f(2a - x)dx = \int_{0}^{a}[f(x) + f(2a - x)]dx. $$

Property 8

If $f(x)$ is an even function, then $\int_{-a}^{a}f(x)dx = 2\int_{0}^{a}f(x)dx$.

(Recall that a function $f(x)$ is an even function if and only if $f(-x) = f(x)$.)

Proof

By property 3, we have

$$ \int_{-a}^{a}f(x)dx = \int_{-a}^{0}f(x)dx + \int_{0}^{a}f(x)dx. $$

In the integral $\int_{-a}^{0}f(x)dx$, let us make the substitution, $x = -u$. Then, $dx = -du$.

When $x = -a$, we get $u = a$, when $x = 0$, we get $u = 0$, So, we get

$$ \int_{-a}^{0}f(x)dx = \int_{a}^{0}f(-u)(-du) = \int_{0}^{a}f(-u)du = \int_{0}^{a}f(-x)dx = \int_{0}^{a}f(x)dx. \quad (2) $$

Substituting equation (2) in equation (1), we get

$$ \int_{-a}^{a}f(x)dx = \int_{0}^{a}f(x)dx + \int_{0}^{a}f(x)dx = 2\int_{0}^{a}f(x)dx. $$

Property 9

If $f(x)$ is an odd function, then $\int_{-a}^{a}f(x)dx = 0$.

(Recall that a function $f(x)$ is an odd function if and only if $f(-x) = -f(x)$.)

Proof

By property 3, we have

$$ \int_{-a}^{a}f(x)dx = \int_{-a}^{0}f(x)dx + \int_{0}^{a}f(x)dx. \quad (1) $$

Consider $\int_{-a}^{0}f(x)dx$. In this integral, let us make the substitution, $x = -u$. Then, $dx = -du$.

When $x = -a$, we get $u = a$; when $x = 0$, we get $u = 0$. So, we get

$$ \int_{-a}^{0}f(x)dx = \int_{a}^{0}f(-u)(-du) = \int_{0}^{a}f(-u)du = \int_{0}^{a}f(-x)dx = -\int_{0}^{a}f(x)dx. \quad (2) $$

Substituting equation (2) in equation (1), we get

$$ \int_{-a}^{a}f(x)dx = \int_{0}^{a}f(x)dx - \int_{0}^{a}f(x)dx = 0 $$

Property 10

If $f(2a - x) = f(x)$, then $\int_{0}^{2a}f(x)dx = 2\int_{0}^{a}f(x)dx$.

Proof

By property 7, we have

$$ \int_{0}^{2a}f(x)dx = \int_{0}^{a}\big[f(x) + f(2a - x)\big]dx. \quad (1) $$

Setting the condition $f(2a - x) = f(x)$ in equation (1), we get

$$ \int_{0}^{2a}f(x)dx = \int_{0}^{a}\big[f(x) + f(x)\big]dx = 2\int_{0}^{a}f(x)dx. $$

Property 11

If $f(2a - x) = -f(x)$, then $\int_{0}^{2a}f(x)dx = 0$.

Proof

By property 7, we have

$$ \int_{0}^{2a}f(x)dx = \int_{0}^{a}[f(x) + f(2a - x)]dx. \quad (1) $$

Setting the condition $f(2a - x) = -f(x)$ in equation (1), we get

$$ \int_{0}^{2a}f(x)dx = \int_{0}^{a}[f(x) - f(x)]dx = 0. $$

Property 12

$$ \int_{0}^{a}x f(x)dx = \frac{a}{2}\int_{0}^{a}f(x)dx \quad \text{if } f(a - x) = f(x). $$

Proof

Let $I = \int_{0}^{a}x f(x)dx$.

Then $I = \int_{0}^{a}(a - x)f(a - x)dx$, since $\int_{0}^{a}g(x)dx = \int_{0}^{a}g(a - x)dx$

$= \int_{0}^{a}(a - x)f(x)dx$, since $f(a - x) = f(x)$. (2)

Adding (1) and (2), we get

$$ 2I = \int_{0}^{a}(x + a - x)f(x)dx $$

$$ = a\int_{0}^{a}f(x)dx. $$

$$ \therefore I = \frac{a}{2}\int_{0}^{a}f(x)dx. $$

Note

This property helps us to remove the factor $x$ present in the integrand of the LHS.

Example 9.20

Show that $\int_{0}^{\pi}g(\sin x)dx = 2\int_{0}^{\frac{\pi}{2}}g(\sin x)dx$, where $g(\sin x)$ is a function of $\sin x$.

Solution

We know that

$$ \int_{0}^{2a}f(x)dx = 2\int_{0}^{a}f(x)dx \quad \text{if } f(2a - x) = f(x). $$

Take $2a = \pi$ and $f(x) = g(\sin x)$.

Then, $f(2a - x) = f(\pi - x) = g(\sin(\pi - x)) = g(\sin x) = f(x)$.

$\therefore \int_{0}^{2\omega} f(x) dx = 2 \int_{0}^{\omega} f(x) dx$ ,

$\int_{0}^{\pi} g(\sin x) dx = 2 \int_{0}^{\frac{\pi}{2}} g(\sin x) dx$ .

Result

$$ \int_{0}^{\pi}g(\sin x)dx = 2\int_{0}^{\frac{\pi}{2}}g(\sin x)dx. $$

Note

The above result is useful in evaluating definite integrals of the type $\int_{0}^{\pi} g(\sin x) dx$.

Example 9.21

Evaluate $\int_{0}^{\pi}\frac{x}{1 + \sin x} dx$.

Solution

Let $I = \int_{0}^{\pi}\frac{x}{1 + \sin x} dx$.

Let $f(x) = \frac{1}{1 + \sin x}$. Then $f(\pi -x) = \frac{1}{1 + \sin(\pi -x)} = \frac{1}{1 + \sin x} = f(x)$.

$$ \therefore \int_{0}^{\pi}\frac{x}{1 + \sin x} dx = \frac{\pi}{2}\int_{0}^{\pi}\frac{1}{1 + \sin x} dx, \quad (\because \int_{0}^{a}x f(x)dx = \frac{a}{2}\int_{0}^{a}f(x)dx \text{ if } f(a - x) = f(x)) $$$$ = \pi \int_{0}^{\frac{\pi}{2}}\frac{1}{1 + \sin x} dx, \quad \text{since } \int_{0}^{\pi}g(\sin x)dx = 2\int_{0}^{\frac{\pi}{2}}g(\sin x)dx $$$$ = \pi \int_{0}^{\frac{\pi}{2}}\frac{1}{1 + \sin\left(\frac{\pi}{2} - x\right)} dx \quad \text{since } \int_{0}^{a}f(x)dx = \int_{0}^{a}f(a - x)dx$$$$ = \pi \int_{0}^{\frac{\pi}{2}}\frac{1}{1 + \cos x} dx = \pi \int_{0}^{\frac{\pi}{2}}\frac{1}{2\cos^{2}\frac{x}{2}} dx = \frac{\pi}{2}\int_{0}^{\frac{\pi}{2}}\sec^{2}\frac{x}{2} dx $$$$ = \pi \left[\tan \frac{x}{2}\right]_{0}^{\frac{\pi}{2}} = \pi \left[\tan \frac{\pi}{4} - \tan 0\right] = \pi. $$

Example 9.22

Show that $\int_{0}^{2\pi} g(\cos x) dx = 2 \int_{0}^{\pi} g(\cos x) dx$, where $g(\cos x)$ is a function of $\cos x$.

Solution

Take $2a = 2\pi$ and $f(x) = g(\cos x)$.

Then, $f(2a - x) = f(2\pi - x) = g(\cos(2\pi - x)) = g(\cos x) = f(x)$.

$$ \therefore \int_{0}^{2a}f(x)dx = 2\int_{0}^{a}f(x)dx. $$$$ \therefore \int_{0}^{2\pi}g(\cos x)dx = 2\int_{0}^{\pi}g(\cos x)dx. $$

Result

$$ \int_{0}^{2\pi}g(\cos x)dx = 2\int_{0}^{\pi}g(\cos x)dx. $$

Note

The above result is useful in evaluating definite integrals of the type $\int_{0}^{2\pi}g(\cos x)dx$.

Example 9.23

If $f(x) = f(a + x)$, then $\int_{0}^{2a}f(x)dx = 2\int_{0}^{a}f(x)dx$.

Solution

We write $\int_{0}^{2a}f(x)dx = \int_{0}^{a}f(x)dx + \int_{a}^{2a}f(x)dx$. (1)

Consider $\int_{a}^{2a}f(x)dx$.

Substituting $x = a + u$, we have $dx = du$; when $x = a, u = 0$ and when $x = 2a, u = a$.

$$ \therefore \int_{a}^{2a}f(x)dx = \int_{0}^{a}f(a + u)du = \int_{0}^{a}f(u)du, \quad \text{since } f(x) = f(a + x) $$

$$ = \int_{0}^{a}f(x)dx. $$

Substituting (2) in (1), we get

$$ \int_{0}^{2a}f(x)dx = 2\int_{0}^{a}f(x)dx. $$

Example 9.24

Evaluate: $\int_{-\frac{\pi}{2}}^{\frac{\pi}{2}}x\cos x dx$.

Solution

Let $f(x) = x\cos x$. Then $f(-x) = (-x)\cos(-x) = -x\cos x = -f(x)$.

So $f(x) = x\cos x$ is an odd function.

Hence, applying the property, for odd function $f(x)$, $\int_{-a}^{a}f(x)dx = 0$, $\therefore$ we get $\int_{-\frac{\pi}{2}}^{\frac{\pi}{2}}x\cos x dx = 0$.

Example 9.25

Evaluate: $\int_{-\log 2}^{\log 2}e^{-|x|}dx$.

Solution

Let $f(x) = e^{-|x|}$. Then $f(-x) = e^{-|x|} = e^{-|x|} = f(x)$.

So $f(x)$ is an even function.

Hence

$\int_{-\log 2}^{\log 2} e^{-|x|} \, dx = 2 \int_0^{\log 2} e^{-|x|} \, dx = 2 \int_0^{\log 2} e^{-x} \, dx = 2 \left[ -e^{-x} \right]_0^{\log 2} = 2 \left( -e^{-\log 2} + e^0 \right) = 2 \left( -\frac{1}{2} + 1 \right) = 2 \left( \frac{1}{2} \right) = 1$ .

Example 9.26

Evaluate : $\int_{0}^{a} \frac{f(x)}{f(x) + f(a-x)} \, dx$ .

Solution

Let $I = \int_{0}^{a} \frac{f(x)}{f(x) + f(a-x)}\, dx$ . $\dots$ (1)

Applying the formula $\int_{0}^{a} f(x) \, dx = \int_{0}^{a} f(a-x) \, dx$ in equation (1), we get

$I = \int_{0}^{a} \frac{f(a-x)}{f(a-x) + f(a-(a-x))} \, dx$

$= \int_{0}^{a} \frac{f(a-x)}{f(a-x) + f(x)} \, dx$ . $\dots$ (2)

Adding equations (1) and (2), we get

$2I = \int_{0}^{a} \frac{f(x)}{f(x) + f(a-x)} \, dx + \int_{0}^{a} \frac{f(a-x)}{f(x) + f(a-x)} \, dx$

$= \int_{0}^{a} \frac{f(x) + f(a-x)}{f(x) + f(a-x)} \, dx$

$= \int_{0}^{a} \, dx = a$ .

Hence, we get $I = \frac{a}{2}$ .

Example 9.27

Prove that $\int_{0}^{\frac{\pi}{4}} \log(1 + \tan x) dx = \frac{\pi}{8} \log 2$ .

Solution

Let us put $I = \int_{0}^{\frac{\pi}{4}} \log(1 + \tan x) dx$ . $\dots$ (1)

Applying the property $\int_{0}^{a} f(x) dx = \int_{0}^{a} f(a - x) dx$ in equation (1), we get

$I = \int_{0}^{\frac{\pi}{4}} \log \left[ 1 + \tan \left( \frac{\pi}{4} - x \right) \right] dx = \int_{0}^{\frac{\pi}{4}} \log \left[ 1 + \frac{\tan \frac{\pi}{4} - \tan x}{1 + \tan \frac{\pi}{4} \tan x} \right] dx$

$= \int_{0}^{\frac{\pi}{4}} \log \left[ 1 + \frac{1 - \tan x}{1 + \tan x} \right] dx = \int_{0}^{\frac{\pi}{4}} \log \left[ \frac{1 + \tan x + 1 - \tan x}{1 + \tan x} \right] dx$

$= \int_{0}^{\frac{\pi}{4}} \log \left[ \frac{2}{1 + \tan x} \right] dx = \int_{0}^{\frac{\pi}{4}} \left[ \log 2 - \log (1 + \tan x) \right] dx$

$= \log 2 \int_{0}^{\frac{\pi}{4}} dx - \int_{0}^{\frac{\pi}{4}} \log (1 + \tan x) dx$

$= \frac{\pi}{4} \log 2 - I$

So, we get $2I = \frac{\pi}{4} \log 2$ . Hence, we get $I = \frac{\pi}{8} \log 2$ .

Example 9.28

Show that $\int_0^1 (\tan^{-1} x + \tan^{-1} (1-x)) \, dx = \frac{\pi}{2} - \log_e 2$ .

Solution

$I = \int_0^1 (\tan^{-1} x + \tan^{-1} (1-x)) \, dx$

$= \int_0^1 \tan^{-1} x \, dx + \int_0^1 \tan^{-1} (1-x) \, dx$

$= \int_0^1 \tan^{-1} x \, dx + \int_0^1 \tan^{-1} x \, dx$ , since $\int_0^a f(x) \, dx = \int_0^a f(a-x) \, dx$

$= 2 \int_0^1 \tan^{-1} x \, dx$

$= 2 \left[ x \tan^{-1} x - \int \frac{x}{1+x^2} \, dx \right]_0^1$ , applying integration by parts

$= 2 \left[ x \tan^{-1} x - \frac{1}{2} \log (1+x^2) \right]_0^1$

$= 2 \left[ \left( 1 \cdot \tan^{-1} 1 - \frac{1}{2} \log 2 \right) - \left( 0 - \frac{1}{2} \log 1 \right) \right]$

$= 2 \left[ \frac{\pi}{4} - \frac{1}{2} \log 2 \right] = \frac{\pi}{2} - \log 2$

Example 9.29

Evaluate $\int_2^3 \frac{\sqrt{x}}{\sqrt{5-x} + \sqrt{x}} \, dx$ .

Solution

Let us put $I = \int_2^3 \frac{\sqrt{x}}{\sqrt{5-x} + \sqrt{x}} \, dx$ . $\dots$ (1)

Applying the formula $\int_a^b f(x) \, dx = \int_a^b f(a+b-x) \, dx$ , we get

$I = \int_2^3 \frac{\sqrt{2+3-x}}{\sqrt{5-(2+3-x)} + \sqrt{2+3-x}} \, dx = \int_2^3 \frac{\sqrt{5-x}}{\sqrt{x} + \sqrt{5-x}} \, dx$ . $\dots$ (2)

Adding (1) and (2), we get

$2I = \int_2^3 \frac{\sqrt{x} + \sqrt{5-x}}{\sqrt{x} + \sqrt{5-x}} \, dx = \int_2^3 dx = [x]_2^3 = 3-2 = 1$ .

Hence, we get $I = \frac{1}{2}$ .

Example 9.30

Evaluate $\int_{-\pi}^{\pi}\frac{\cos^{2}x}{1 + a^{x}} dx$.

Solution

Let $I = \int_{-\pi}^{\pi}\frac{\cos^{2}x}{1 + a^{x}} dx$. (1)

Using $\int_{a}^{b}f(x)dx = \int_{a}^{b}f(a + b - x)dx$, we get,

$$ I = \int_{-\pi}^{\pi}\frac{\cos^{2}(-\pi + \pi - x)}{1 + a^{-\pi + \pi - x}}dx = \int_{-\pi}^{\pi}\frac{\cos^{2}(-x)}{1 + a^{-x}}dx $$

$$ = \int_{-\pi}^{\pi}\frac{\cos^{2}x}{1 + a^{-x}}dx = \int_{-\pi}^{\pi}\frac{a^{x}\cos^{2}x}{a^{x} + 1}dx. $$

Adding (1) and (2) we get

$$ 2I = \int_{-\pi}^{\pi}\frac{\cos^{2}x}{a^{x} + 1}\left(a^{x} + 1\right)dx = \int_{-\pi}^{\pi}\cos^{2}x dx $$

$$ = 2\int_{0}^{\pi}\cos^{2}x dx \quad (\text{since } \cos^{2}x \text{ is an even function}) $$

Hence $I = \int_{0}^{\pi}\frac{(1 + \cos 2x)}{2} dx = \frac{1}{2}\left[x + \frac{\sin 2x}{2}\right]_{0}^{\pi} = \frac{1}{2}[\pi] = \frac{\pi}{2}$.

EXERCISE 9.3

  1. Evaluate the following definite integrals:

(i) $\int_{3}^{\frac{1}{2}}\frac{dx}{x^{2} - 4}$

(ii) $\int_{-1}^{\frac{1}{2}}\frac{dx}{x^{2} + 2x + 5}$

(iii) $\int_{0}^{1}\frac{\sqrt{1 - x}}{\sqrt{1 + x}} dx$

(iv) $\int_{0}^{\frac{\pi}{2}}e^{x}\left(\frac{1 + \sin x}{1 + \cos x}\right)dx$

(v) $\int_{0}^{\frac{\pi}{2}}\sqrt{\cos\theta}\sin^{3}\theta d\theta$

  1. Evaluate the following integrals using properties of integration:

(i) $\int_{0}^{\frac{\pi}{2}}x\cos \left(\frac{e^{x} - 1}{e^{x} + 1}\right)dx$

(ii) $\int_{-\frac{\pi}{2}}^{\frac{\pi}{2}}(x^{5} + x\cos x + \tan^{3}x + 1)dx$

(iii) $\int_{0}^{\frac{\pi}{2}}\sin^{2}xdx$

(iv) $\int_{0}^{2\pi}x\log \left(\frac{3 + \cos x}{3 - \cos x}\right)dx$

(v) $\int_{0}^{\frac{\pi}{2}}\sin^{4}x\cos^{3}xdx$

(vi) $\int_{0}^{1}|5x - 3|dx$

(vii) $\int_{0}^{\sin^{2}x}\sin^{-1}\sqrt{t}dt + \int_{0}^{\cos^{2}x}\cos^{-1}\sqrt{t}dt, \quad x\in \left[0,\frac{\pi}{2}\right]$

(viii) $\int_{0}^{1}\frac{\log(1 + x)}{1 + x^{2}}dx$

(ix) $\int_{0}^{\frac{\pi}{2}}\frac{x\sin x}{1 + \sin x}dx$

(x) $\int_{\frac{\pi}{8}}^{\frac{3\pi}{8}}\frac{1}{1 + \sqrt{\tan x}}dx$

(xi) $\int_{0}^{\frac{\pi}{2}}x\left[\sin^{2}(\sin x) + \cos^{2}(\cos x)\right]dx$

9.4 Bernoulli’s Formula#

The evaluation of an indefinite integral of the form $\int u(x)v(x)dx$ becomes very simple, when $u$ is a polynomial function of $x$ (that is, $u(x) = a_{0}x^{n} + a_{1}x^{n-1} + \dots + a_{n}$) and $v(x)$ can be easily integrated successively. It is accomplished by a formula called Bernoulli’s formula. This formula is actually an extension of the formula of integration by parts. To derive the formula, we use the following notation:

$$ u^{(1)} = \frac{du}{dx},\quad u^{(2)} = \frac{du^{(1)}}{dx},\quad u^{(3)} = \frac{du^{(2)}}{dx},\quad \dots $$

$$ v_{(1)} = \int v dx,\quad v_{(2)} = \int v_{(1)}dx,\quad v_{(3)} = \int v_{(2)}dx,\dots $$

Then, we have

$$ dv_{(1)} = v dx, \quad dv_{(2)} = v_{(1)}dx, \quad dv_{(3)} = v_{(2)}dx, \dots $$

Now, by integration by parts, we get

$$ \int u v dx = \int u dv_{(1)} = u v_{(1)} - \int v_{(1)} du = u v_{(1)} - \int v_{(1)}\frac{du}{dx} dx $$

$$ = u v_{(1)} - \int u^{(1)} dv_{(2)} $$

$$ = u v_{(1)} - \left(u^{(1)}v_{(2)} - \int v_{(2)} du^{(1)}\right) $$

$$ = u v_{(1)} - u^{(1)}v_{(2)} + \int v_{(2)}\frac{du^{(1)}}{dx} dx $$

Continuing this process, we finally obtain

$$ \int u v dx = u v_{(1)} - u^{(1)}v_{(2)} + u^{(2)}v_{(3)} - u^{(3)}v_{(4)} + \dots + (-1)^{n}u^{(n)}v_{(n+1)} + \dots $$

The above result is called the Bernoulli’s formula for integration of product of two functions.

Note

Since $u$ is a polynomial function of $x$ , the successive derivative $u^{(m)}$ will be zero for some positive integer $m$ and so all further derivatives will be zero only. Hence the right-hand-side of the above formula contains a finite number of terms only.

Example 9.31

Evaluate $\int_{0}^{\pi} x^2 \cos nx \, dx$ , where $n$ is a positive integer.

Solution

Taking $u = x^2$ and $v = \cos nx$ , and applying the Bernoulli’s formula, we get

$I = \int_{0}^{\pi} x^2 \cos nx \, dx = \left[ \left( x^2 \right) \left( \frac{\sin nx}{n} \right) - (2x) \left( -\frac{\cos nx}{n^2} \right) + (2) \left( -\frac{\sin nx}{n^3} \right) \right]_{0}^{\pi}$

$= \frac{2\pi(-1)^n}{n^2}$ , since $\cos n\pi = (-1)^n$ and $\sin n\pi = 0$ .

Example 9.32

Evaluate: $\int_0^1 e^{-2x}(1 + x - 2x^3) \, dx$ .

Solution

Taking $u = 1 + x - 2x^3$ and $v = e^{-2x}$ , and applying the Bernoulli’s formula, we get

$I = \int_0^1 e^{-2x}(1 + x - 2x^3) \, dx$

$= \left[ (1 + x - 2x^3) \left( \frac{e^{-2x}}{-2} \right) - (1 - 6x^2) \left( \frac{e^{-2x}}{4} \right) + (-12x) \left( \frac{e^{-2x}}{-8} \right) - (-12) \left( \frac{e^{-2x}}{16} \right) \right]_0^1$

$= \left[ \frac{e^{-2x}}{16} (-8(1+x-2x^3) - 4(1-6x^2) - 24x - 12) \right]_0^1$

$= \left[ \frac{e^{-2x}}{16} (-8 - 8x + 16x^3 - 4 + 24x^2 - 24x - 12) \right]_0^1$

$= \left[ \frac{e^{-2x}}{16} (16x^3 + 24x^2 - 32x - 24) \right]_0^1$

$= \frac{e^{-2}}{16}(16 + 24 - 32 - 24) - \frac{e^0}{16}(-24)$

$= \frac{e^{-2}}{16}(-16) + \frac{24}{16}$

$= -e^{-2} + \frac{3}{2}$

$= \frac{3}{2} - \frac{1}{e^2}$ .

Example 9.33

Evaluate: $\int_{0}^{2\pi}x^{2}\sin nx dx$, where $n$ is a positive integer.

Solution

Taking $u = x^{2}$ and $v = \sin nx$, and applying Bernoulli’s formula, we get

$$ I = \int_{0}^{2\pi}x^{2}\sin nx dx = \left[\left(x^{2}\right)\left(-\frac{\cos nx}{n}\right) - \left(2x\right)\left(-\frac{\sin nx}{n^{2}}\right) + \left(2\right)\left(\frac{\cos nx}{n^{3}}\right)\right]_{0}^{2\pi} $$

$$ = \left[\left(4\pi^{2}\right)\left(-\frac{1}{n}\right) - 0 + \left(2\right)\left(\frac{1}{n^{3}}\right)\right] - \left[0 - 0 + \left(2\right)\left(\frac{1}{n^{3}}\right)\right], \quad \text{since } \cos 2n\pi = 1 \text{ and } \sin 2n\pi = 0 $$

$$ = -\frac{4\pi^{2}}{n} + \frac{2}{n^{3}} - \frac{2}{n^{3}} = -\frac{4\pi^{2}}{n}. $$

Example 9.34

Evaluate: $\int_{-1}^{1}e^{-\lambda x}(1 - x^{2})dx$.

Solution

Taking $u = 1 - x^{2}$ and $v = e^{-\lambda x}$, and applying Bernoulli’s formula, we get

$$ I = \int_{-1}^{1}e^{-\lambda x}(1 - x^{2})dx = \left[(1 - x^{2})\left(\frac{e^{-\lambda x}}{-\lambda}\right) - (-2x)\left(\frac{e^{-\lambda x}}{\lambda^{2}}\right) + (-2)\left(\frac{e^{-\lambda x}}{-\lambda^{3}}\right)\right]_{-1}^{1} $$

$$ = 2\left(\frac{e^{-\lambda}}{\lambda^{2}}\right) + 2\left(\frac{e^{-\lambda}}{\lambda^{3}}\right) + 2\left(\frac{e^{\lambda}}{\lambda^{2}}\right) - 2\left(\frac{e^{\lambda}}{\lambda^{3}}\right) $$

$$ = \frac{2}{\lambda^{2}}\left(e^{\lambda} + e^{-\lambda}\right) - \frac{2}{\lambda^{3}}\left(e^{\lambda} - e^{-\lambda}\right). $$

EXERCISE 9.4

Evaluate the following:

  1. $\int_{0}^{1}x^{3}e^{-2x}dx$

  2. $\int_{0}^{1}\frac{\sin(3\tan^{-1}x)\tan^{-1}x}{1 + x^{2}} dx$

  3. $\int_{0}^{\frac{1}{\sqrt{2}}}e^{\sin^{-1}x}\sin^{-1}x dx$

  4. $\int_{0}^{\frac{\pi}{2}}\cos 2x dx$

9.5 Improper Integrals#

In defining the Riemann integral $\int_{a}^{b}f(x)dx$, the interval $[a,b]$ of integration is finite and $f(x)$ is finite at every point in $[a,b]$. In many physical applications, the following types of integrals arise:

$$ \int_{a}^{\infty}f(x)dx,\quad \int_{-\infty}^{a}f(x)dx,\quad \int_{-\infty}^{\infty}f(x)dx, $$

where $a$ is a real number and $f(x)$ is a continuous function on the interval of integration. They are defined as the limits of Riemann integrals as follows:

(i) $\int_{a}^{\infty}f(x)dx = \lim_{t\to \infty}\int_{a}^{t}f(x)dx$

(ii) $\int_{-\infty}^{a}f(x)dx = \lim_{t\to -\infty}\int_{t}^{a}f(x)dx$

(iii) $\int_{-\infty}^{\infty}f(x)dx = \lim_{t\to \infty}\int_{-t}^{t}f(x)dx$

They are called improper integrals of first kind. If the limits exist, then the improper integrals are said to be convergent.

Note

By the Fundamental theorem of integral calculus, there exists a function $F(t)$ such that

$ \int_{a}^{t}f(x)dx = F(t) - F(a) $ $ \therefore \int_{a}^{\infty}f(x)dx = \lim_{t\to \infty}\int_{a}^{t}f(x)dx = \lim_{t\to \infty}[F(t) - F(a)] = \left[\int f(x)dx\right]_{a}^{\infty}. $

Example 9.35

Evaluate $\int_{b}^{\infty}\frac{1}{a^{2} + x^{2}} dx, a > 0, b \in \mathbb{R}$.

Solution

We have $\int_{b}^{\infty}\frac{1}{a^{2} + x^{2}} dx = \left[\frac{1}{a}\tan^{-1}\frac{x}{a}\right]_{b}^{\infty} = \frac{1}{a}\tan^{-1}\infty - \frac{1}{a}\tan^{-1}\frac{b}{a} = \frac{1}{a}\left[\frac{\pi}{2} - \tan^{-1}\frac{b}{a}\right].$

Note

From the above example, we get

$ \int_{0}^{\infty}\frac{1}{a^{2} + x^{2}} dx = \frac{1}{a}\left[\frac{\pi}{2} - \tan^{-1}0\right] = \frac{\pi}{2a}. $

$ \int_{a}^{\infty}\frac{1}{a^{2} + x^{2}} dx = \frac{1}{a}\left[\frac{\pi}{2} - \tan^{-1}1\right] = \frac{1}{a}\left[\frac{\pi}{2} - \frac{\pi}{4}\right] = \frac{\pi}{4a}. $

$ \int_{-\infty}^{\infty}\frac{1}{a^{2} + x^{2}} dx = \lim_{t\to \infty}\int_{-t}^{t}\frac{1}{a^{2} + x^{2}} dx = \lim_{t\to \infty}2\int_{0}^{t}\frac{1}{a^{2} + x^{2}} dx, \quad \text{since } \frac{1}{a^{2} + x^{2}} \text{ is even function} $

$ = 2\int_{0}^{\infty}\frac{1}{a^{2} + x^{2}} dx = 2\left(\frac{\pi}{2a}\right) = \frac{\pi}{a}. $

Example 9.36

Evaluate $\int_{0}^{\frac{\pi}{2}}\frac{dx}{4\sin^{2}x + 5\cos^{2}x}$.

Solution

Let $I = \int_{0}^{\frac{\pi}{2}}\frac{dx}{4\sin^{2}x + 5\cos^{2}x}$.

$$ I = \int_{0}^{\frac{\pi}{2}}\frac{dx}{4(1 - \cos^{2}x) + 5\cos^{2}x} = \int_{0}^{\frac{\pi}{2}}\frac{dx}{4 + \cos^{2}x} = \int_{0}^{\frac{\pi}{2}}\frac{\sec^{2}x}{4\sec^{2}x + 1}dx $$

$$ = \int_{0}^{\frac{\pi}{2}}\frac{\sec^{2}x}{4(1 + \tan^{2}x) + 1}dx = \int_{0}^{\frac{\pi}{2}}\frac{\sec^{2}x}{5 + 4\tan^{2}x}dx. $$

Put $u = \tan x$. Then $du = \sec^{2}x dx$. When $x = 0$, $u = 0$; when $x = \frac{\pi}{2}$, $u = \infty$.

$$ I = \int_{0}^{\infty}\frac{du}{5 + 4u^{2}} = \frac{1}{4}\int_{0}^{\infty}\frac{du}{\frac{5}{4} + u^{2}} = \frac{1}{4} \cdot \frac{1}{\sqrt{5/4}} \left[\tan^{-1}\left(\frac{u}{\sqrt{5/4}}\right)\right]_{0}^{\infty} $$

$$ = \frac{1}{4} \cdot \frac{2}{\sqrt{5}} \cdot \frac{\pi}{2} = \frac{\pi}{4\sqrt{5}}. $$

EXERCISE 9.5

  1. Evaluate the following:

(i) $\int_{0}^{\frac{\pi}{2}} \frac{dx}{1 + 5 \cos^2 x}$

(ii) $\int_{0}^{\frac{\pi}{2}} \frac{dx}{5 + 4 \sin^2 x}$

9.6 Reduction Formulae#

Certain definite integrals can be evaluated by an index-reduction method. In this section,
we obtain the values of the following definite integrals:

$\int_0^{\frac{\pi}{2}} \sin^n x \, dx$ , $\int_0^{\frac{\pi}{2}} \cos^n x \, dx$ , $\int_0^{\frac{\pi}{2}} \sin^m x \cos^n x \, dx$ , $\int_0^1 x^m (1-x)^n \, dx$ .

We also obtain the value of the improper integral $\int_0^{\infty} e^{-x} x^n \, dx$ .

The method of obtaining a reduction formula has the following steps:

Step 1 : Identify an index (positive integer) $n$ in the integral.

Step 2 : Put the integral as $I_n$ .

Step 3 : Applying integration by parts, obtain the equation for $I_n$ in terms of $I_{n-1}$ or $I_{n-2}$ .

The resulting equation is called the reduction formula for $I_n$ .

We list below a few reduction formulae without proof:

Reduction Formula I : If $I_n = \int_0^{\frac{\pi}{2}} \sin^n x \, dx$ , then $I_n = \frac{(n-1)}{n} I_{n-2}$ , $n \geq 2$ .

Reduction Formula II : If $I_n = \int_0^{\frac{\pi}{2}} \cos^n x \, dx$ , then $I_n = \frac{(n-1)}{n} I_{n-2}$ , $n \geq 2$ .

Reduction Formula III : If $I_{n,m} = \int_0^{\frac{\pi}{2}} \sin^n x \cos^m x \, dx$ , then $I_{n,m} = \frac{(n-1)}{m+n} I_{n-2,m}$ , $n \geq 2$ .

Reduction Formula IV : If $I_{n,m} = \int_0^1 x^n (1-x)^m \, dx$ , then $I_{n,m} = \frac{n}{m+n+1} I_{n-1,m}$ , $n \geq 1$ .

Using the reduction formulas I and II, we obtain the following result (stated without proofs):

$$ \int_{0}^{\frac{\pi}{2}}\sin^{n}x dx = \int_{0}^{\frac{\pi}{2}}\cos^{n}x dx = \begin{cases} \frac{n-1}{n} \cdot \frac{n-3}{n-2} \cdots \frac{1}{2} \cdot \frac{\pi}{2}, & \text{if } n \text{ is even} \\ \frac{n-1}{n} \cdot \frac{n-3}{n-2} \cdots \frac{2}{3} \cdot 1, & \text{if } n \text{ is odd} \end{cases} $$

Note

As illustrations, we have

$ \int_{0}^{\frac{\pi}{2}}\cos^{5}x dx = \int_{0}^{\frac{\pi}{2}}\sin^{5}x dx = \frac{4}{5} \times \frac{2}{3} \times 1 $

$ \int_{0}^{\frac{\pi}{2}}\sin^{6}x dx = \int_{0}^{\frac{\pi}{2}}\cos^{6}x dx = \frac{5}{6} \times \frac{3}{4} \times \frac{1}{2} \times \frac{\pi}{2} $

Example 9.37

Evaluate $\int_{0}^{\frac{\pi}{2}}(\sin^{2}x + \cos^{4}x)dx$.

Solution

Given that $I = \int_{0}^{\frac{\pi}{2}}(\sin^{2}x + \cos^{4}x)dx = \int_{0}^{\frac{\pi}{2}}\sin^{2}x dx + \int_{0}^{\frac{\pi}{2}}\cos^{4}x dx = \frac{1}{2} \times \frac{\pi}{2} + \frac{3}{4} \times \frac{1}{2} \times \frac{\pi}{2} = \frac{7\pi}{16}$.

Example 9.38

Evaluate $\int_{0}^{\frac{\pi}{2}}(3\cos^{4}x - 7\sin^{5}x)dx$.

Solution

$$ I = \int_{0}^{\frac{\pi}{2}}(3\cos^{4}x - 7\sin^{5}x)dx = 3\int_{0}^{\frac{\pi}{2}}\cos^{4}x dx - 7\int_{0}^{\frac{\pi}{2}}\sin^{5}x dx $$

$$ = 3 \times \frac{3}{4} \times \frac{1}{2} \times \frac{\pi}{2} - 7 \times \frac{4}{5} \times \frac{2}{3} = \frac{9\pi}{16} - \frac{56}{15}. $$

By applying the reduction formula III iteratively, we get the following results (stated without proof):

(i) If $n$ is even and $m$ is even,

$$ \int_{0}^{\frac{\pi}{2}}\sin^{m}x\cos^{n}x dx = \frac{(n-1)}{(m+n)}\frac{(n-3)}{(m+n-2)}\frac{(n-5)}{(m+n-4)}\cdots \frac{1}{(m+2)}\frac{(m-1)}{m}\frac{(m-3)}{(m-2)}\frac{(m-5)}{(m-4)}\cdots \frac{1}{2} $$

(ii) If $n$ is odd and $m$ is any positive integer (even or odd), then

$$ \int_{0}^{\frac{\pi}{2}}\sin^{m}x\cos^{n}x dx = \frac{(n-1)}{(m+n)}\frac{(n-3)}{(m+n-2)}\frac{(n-5)}{(m+n-4)}\cdots \frac{2}{(m+3)}\frac{1}{(m+1)}. $$

Note

If one of $m$ and $n$ is odd, then it is convenient to get the power of $\cos x$ as odd. For instance, if $m$ is odd and $n$ is even, then

$ \int_{0}^{\frac{\pi}{2}}\sin^{m}x\cos^{n}x dx = \int_{0}^{\frac{\pi}{2}}\sin^{n}x\cos^{m}x dx = \frac{(m-1)}{(m+n)}\frac{(m-3)}{(m+n-2)}\frac{(m-5)}{(m+n-4)}\cdots \frac{2}{(m+3)}\frac{1}{(m+1)}. $

Example 9.39

Find the values of the following:

(i) $\int_{0}^{\frac{\pi}{2}}\sin^{4}x\cos^{6}x dx$

(ii) $\int_{0}^{\frac{\pi}{2}}\sin^{5}x\cos^{4}x dx$

Solution

$$ \begin{aligned} \int_{0}^{\frac{\pi}{2}}\sin^{4}x\cos^{6}x dx &= \frac{(6-1)}{(6+4)}\frac{(6-3)}{(6+4-2)}\frac{(6-5)}{(6+4-4)}\frac{(4-1)}{4}\frac{(4-3)}{(4-2)}\frac{\pi}{2} \\ &= \frac{5}{10} \cdot \frac{3}{8} \cdot \frac{1}{6} \cdot \frac{3}{4} \cdot \frac{1}{2} \cdot \frac{\pi}{2} = \frac{3\pi}{512} \end{aligned} $$

Also, $\int_{0}^{\frac{\pi}{2}}\sin^{4}x\cos^{6}x dx = \int_{0}^{\frac{\pi}{2}}\sin^{6}x\cos^{4}x dx = \frac{3}{10} \cdot \frac{1}{8} \cdot \frac{5}{6} \cdot \frac{3}{4} \cdot \frac{1}{2} \cdot \frac{\pi}{2} = \frac{3\pi}{512}$

Also, $\int_{0}^{\frac{\pi}{2}}\sin^{5}x\cos^{4}x dx = \frac{3}{9} \cdot \frac{1}{7} \cdot \frac{4}{5} \cdot \frac{2}{3} = \frac{4}{9} \cdot \frac{2}{7} \cdot \frac{1}{5} = \frac{8}{315}$

Also, $\int_{0}^{\frac{\pi}{2}}\sin^{5}x\cos^{4}x dx = \int_{0}^{\frac{\pi}{2}}\sin^{4}x\cos^{5}x dx = \frac{4}{9} \cdot \frac{2}{7} \cdot \frac{1}{5} = \frac{8}{315}$

Example 9.40

Evaluate $\int_{0}^{2a}x^{2}\sqrt{2ax - x^{2}} dx$.

Solution

Put $x = 2a\cos^{2}\theta$. Then $dx = -4a\cos\theta \sin\theta d\theta$.

When $x = 0$, $2a\cos^{2}\theta = 0$ and so $\theta = \frac{\pi}{2}$. When $x = 2a$, $2a\cos^{2}\theta = 2a$ and so $\theta = 0$.

Hence, we get

$$ \begin{aligned} I &= \int_{0}^{2a}x^{2}\sqrt{2ax - x^{2}} dx \\ &= \int_{\frac{\pi}{2}}^{0} (4a^{2}\cos^{4}\theta) \sqrt{4a^{2}\cos^{2}\theta - 4a^{2}\cos^{4}\theta} (-4a\cos\theta \sin\theta) d\theta \\ &= \int_{0}^{\frac{\pi}{2}} 4a^{2}\cos^{4}\theta \cdot 2a\cos\theta \sin\theta \cdot 4a\cos\theta \sin\theta d\theta \\ &= 32a^{4} \int_{0}^{\frac{\pi}{2}} \cos^{6}\theta \sin^{2}\theta d\theta \\ &= 32a^{4} \times \frac{1}{8} \times \frac{5}{6} \times \frac{3}{4} \times \frac{1}{2} \times \frac{\pi}{2} = \frac{5\pi a^{4}}{8}. \end{aligned} $$

Example 9.41

Evaluate $\int_{0}^{1}x^{5}(1 - x^{2})^{5} dx$.

Solution

Put $x = \sin\theta$. Then $dx = \cos\theta d\theta$.

When $x = 0$, $\sin\theta = 0$ and so $\theta = 0$. When $x = 1$, $\sin\theta = 1$ and so $\theta = \frac{\pi}{2}$.

Hence, we get

$$ I = \int_{0}^{\frac{\pi}{2}} \sin^{5}\theta (1 - \sin^{2}\theta)^{5} \cos\theta d\theta = \int_{0}^{\frac{\pi}{2}} \sin^{5}\theta \cos^{11}\theta d\theta = \frac{10}{16} \times \frac{8}{14} \times \frac{6}{12} \times \frac{4}{10} \times \frac{2}{8} \times \frac{1}{6} = \frac{1}{336}. $$

By applying the reduction formula III iteratively, we get the following results (stated without proof):

$$ \int_{0}^{1}x^{m}(1 - x)^{n}dx = \frac{m! \times n!}{(m + n + 1)!}, \text{ where } m \text{ and } n \text{ are positive integers.} $$

Example 9.42

Evaluate $\int_{0}^{1}x^{3}(1 - x)^{4}dx$.

Solution

$$ \int_{0}^{1}x^{m}(1 - x)^{n}dx = \frac{m! \times n!}{(m + n + 1)!}. $$$$ \therefore \int_{0}^{1}x^{3}(1 - x)^{4}dx = \frac{3! \times 4!}{(3 + 4 + 1)!} = \frac{3! \times 4!}{8!} = \frac{3 \times 2 \times 1 \times 4 \times 3 \times 2 \times 1}{8 \times 7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1} = \frac{1}{280}. $$

EXERCISE 9.6

  1. Evaluate the following:

(i) $\int_{0}^{\frac{\pi}{2}}\sin^{10}x dx$

(ii) $\int_{0}^{\frac{\pi}{4}}\sin^{6}2x dx$

(iii) $\int_{0}^{\frac{\pi}{6}}\sin^{5}3x dx$

(iv) $\int_{0}^{\frac{\pi}{2}}\sin^{2}x\cos^{4}x dx$

(v) $\int_{0}^{\frac{\pi}{4}}\sin^{7}\frac{x}{4} dx$

(vi) $\int_{0}^{\frac{\pi}{6}}\sin^{3}\theta\cos^{5}\theta d\theta$

(vii) $\int_{0}^{1}x^{2}(1-x)^{3}dx$

9.7 Gamma Integral#

In this section, we study about a special improper integral of the form $\int_{0}^{\infty}e^{-x}x^{n-1}dx$, where $n$ is a positive integer. Here, we have

$$ e^{m} = \lim_{x\to \infty}e^{x} = \infty \quad \text{and} \quad e^{-m} = \lim_{x\to \infty}e^{-x} = \frac{1}{\lim_{x\to \infty}e^{x}} = \frac{1}{\infty} = 0 $$

By L’Hopital’s rule, for every positive integer $m$, we get,

$$ \lim_{x\to \infty}x^{m}e^{-x} = \lim_{x\to \infty}\frac{x^{m}}{e^{x}} = \lim_{x\to \infty}\frac{m!}{e^{x}} = 0. $$

Example 9.43

Prove that $\int_{0}^{\infty}e^{-x}x^{n}dx = n!$, where $n$ is a positive integer.

Solution

Applying integration by parts, we get

$$ \int_{0}^{\infty}e^{-x}x^{n}dx = \left[x^{n}(-e^{-x})\right]_{0}^{\infty} - \int_{0}^{\infty}(-e^{-x})(n x^{n-1})dx = n\int_{0}^{\infty}e^{-x}x^{n-1}dx. $$

Let $I_{n} = \int_{0}^{\infty}e^{-x}x^{n}dx$. Then $I_{n} = n I_{n-1}$.

So, we get $I_{n} = n(n-1)I_{n-2}$.

Proceeding in this way, we get ultimately,

$$ I_{n} = n(n-1)(n-2)\dots(2)(1)I_{0}. $$

But $I_{0} = \int_{0}^{\infty}e^{-x}x^{0}dx = \left(-e^{-x}\right)_{0}^{\infty} = 0 + 1 = 1$. So, we get $I_{n} = n(n-1)(n-2)\dots(2)(1) = n!$.

Result

$\int_{0}^{\infty}e^{-x}x^{n}dx = n!$, where $n$ is a nonnegative integer.

Note

The integral $\int_{0}^{\infty}e^{-x}x^{n-1}dx$ defines a unique positive integer for every positive integer $n \geq 1$.

Definition 9.1

$\int_{0}^{\infty}e^{-x}x^{n-1}dx$ is called the gamma integral. It is denoted by $\Gamma(n)$ and is read as “gamma of $n$”.

Note

$$ > \Gamma(n+1) = n\Gamma(n). > $$

$$ > \Gamma(1) = \int_{0}^{\infty}e^{-x}x^{0}dx = \left(-e^{-x}\right)_{0}^{\infty} = 0 + 1 = 1, > $$

$$ > \Gamma(n) = \int_{0}^{\infty}e^{-x}x^{n-1}dx = (n-1)!, \quad n = 1,2,3,\dots > $$

Example 9.44

Evaluate $\int_{0}^{\infty}e^{-ax}x^{n}dx$, where $a > 0$.

Solution

Making the substitution $t = ax$, we get $dt = a dx$ and $x = 0 \Rightarrow t = 0$ and $x = \infty \Rightarrow t = \infty$.

Hence, we get

$$ \int_{0}^{\infty}e^{-ax}x^{n}dx = \int_{0}^{\infty}e^{-t}\left(\frac{t}{a}\right)^{n}\frac{dt}{a} = \frac{1}{a^{n+1}}\int_{0}^{\infty}e^{-t}t^{n}dt = \frac{n!}{a^{n+1}}. $$

Thus

$$ \int_{0}^{\infty}e^{-ax}x^{n}dx = \frac{n!}{a^{n+1}}. $$

Example 9.45

Show that $\Gamma(n) = 2\int_{0}^{\infty}e^{-x^{2}}x^{2n-1}dx$.

Solution

Using the substitution $x = \sqrt{u}$, we get $dx = \frac{1}{2\sqrt{u}} du$.

When $x = 0$, we get $u = 0$. When $x = \infty$, we get $u = \infty$.

$$ \therefore 2\int_{0}^{\infty}e^{-x^{2}}x^{2n-1}dx = 2\int_{0}^{\infty}e^{-u}(\sqrt{u})^{2n-1}\frac{1}{2\sqrt{u}}du = \int_{0}^{\infty}e^{-u}u^{n-1}du = \Gamma(n). $$

Example 9.46

Evaluate $\int_{0}^{\infty}\frac{x^{n}}{n^{x}} dx$, where $n$ is a positive integer $\geq 2$.

Solution

Using the formula $n = e^{\log_{e}n}$, we get

$$ I = \int_{0}^{\infty}\frac{x^{n}}{n^{x}} dx = \int_{0}^{\infty} n^{-x}x^{n}dx = \int_{0}^{\infty} \left(e^{\log_{e}n}\right)^{-x} x^{n}dx = \int_{0}^{\infty} e^{-x\log_{e}n} x^{n}dx. $$

Using the substitution $u = x\log n$, we get $dx = \frac{du}{\log n}$.

When $x = 0$, we get $u = 0$. When $x = \infty$, we get $u = \infty$.

$$ \therefore I = \int_{0}^{\infty} e^{-u} \left(\frac{u}{\log n}\right)^{n} \frac{du}{\log n} = \frac{1}{(\log n)^{n+1}} \int_{0}^{\infty} e^{-u} u^{(n+1)-1} du = \frac{\Gamma(n+1)}{(\log n)^{n+1}} = \frac{n!}{(\log n)^{n+1}}. $$

EXERCISE 9.7

Evaluate the following:

  1. (i) $\int_{0}^{\infty}x^{5}e^{-3x}dx$

(ii) $\int_{0}^{\frac{\pi}{2}}e^{-\tan x}\cos^{6}x dx$

  1. If $\int_{0}^{\infty}e^{-\alpha x^{2}}x^{3}dx = 32, \alpha > 0$, find $\alpha$.

9.8 Evaluation of a Bounded Plane Area by Integration#

In the beginning of this chapter, we have already introduced definite integral by a geometrical approach. In that approach, we have noted that, whenever the integrand of the definite integral is non-negative, the definite integral yields the geometrical area. In the present section, we apply the approach for finding areas of plane regions bounded by plane curves.

9.8.1 Area of the region bounded by a curve, $x$-axis and the lines $x = a$ and $x = b$.#

Case (i)

Let $y = f(x)$, $a \leq x \leq b$ be the equation of the portion of the continuous curve that lies above the $x$-axis (that is, the portion lies either in the first quadrant or in the second quadrant) between the lines $x = a$ and $x = b$. See Fig.9.8. Then, $y \geq 0$ for every point of the portion of the curve. Consider the region bounded by the curve, $x$-axis, the ordinates $x = a$ and $x = b$. It is important to note that $x$ does not change its sign in the region. Then, the area of the region is found as follows:

Fig. 9.8
Fig. 9.8

Viewing in the positive direction of the $y$-axis, divide the region into elementary vertical strips (thin rectangles) of height $y$ and width $\Delta x$. Then, $A$ is the limit sum of the areas of the vertical strips. Hence, we get $A = \lim \sum_{a\leq x\leq b} y\Delta x = \int_{a}^{b}y dx$.

Case (ii)

Let $y = f(x)$, $a\leq x\leq b$ be the equation of the portion of the continuous curve that lies below the $x$-axis (that is, the portion lies either in the third quadrant or in the fourth quadrant). Then, $y\leq 0$ for every point of the portion of the curve. It is important to note that $y$ does not change its sign in the region. Consider the region bounded by the curve, $x$-axis, the ordinates $x = a$ and $x = b$. See Fig.9.9. Then, the area $A$ of the region is found as follows:

Fig. 9.9
Fig. 9.9

Viewing in the negative direction of the $y$-axis, divide the region into elementary vertical strips (thin rectangles) of height $|y| = -y$ and width $\Delta x$. Then, $A$ is the limit of the sum of the areas of the vertical strips. Hence, we get $A = \lim \sum_{a\leq x\leq b} (-y)\Delta x = -\int_{a}^{b}y dx = \left|\int_{a}^{b}y dx\right|$.

Case (iii)

Let $y = f(x)$, $a\leq x\leq b$ be the equation of the portion of the continuous curve that lies above as well as below the $x$-axis (that is, the portion may lie in all quadrants). Draw the graph of $y = f(x)$ in the $XY$-plane. The graph lies alternately above and below the $x$-axis and it is intercepted between the ordinates $x = a$ and $x = b$. Divide the interval $[a,b]$ into subintervals $[a,c_{1}]$, $[c_{1},c_{2}]$, $\dots$, $[c_{k},b]$ such that $f(x)$ has the same sign on each of subintervals. Applying cases (i) and (ii), we can obtain individually, the geometrical areas of the regions corresponding to the subintervals.

Fig. 9.10
Fig. 9.10

Hence the geometrical area of the region bounded by the graph of $y = f(x)$, the $x$-axis, the lines $x = a$ and $x = b$ is given by

$$ \left|\int_{a}^{c_{1}}f(x)dx\right| + \left|\int_{c_{1}}^{c_{2}}f(x)dx\right| + \dots + \left|\int_{c_{k}}^{b}f(x)dx\right|. $$

For instance, consider the shaded region in Fig. 9.10. Here $A_{1},A_{2},A_{3}$, and $A_{4}$ denote geometric areas of the individual parts. Then, the total area is given by

$$ A = A_{1} + A_{2} + A_{3} + A_{4} = \int_{a}^{c_{1}}f(x)dx + \left|\int_{c_{1}}^{c_{2}}f(x)dx\right| + \int_{c_{2}}^{c_{3}}f(x)dx + \left|\int_{c_{3}}^{b}f(x)dx\right|. $$

9.8.2 Area of the region bounded by a curve, $y$-axis and the lines $y = c$ and $y = d$#

Case (iv)

Let $x = f(y)$, $c\leq y\leq d$ be the equation of the portion of the continuous curve that lies to the right side of $y$-axis (that is, the portion lies either in the first quadrant or in the fourth quadrant). Then, $x\geq 0$ for every point of the portion of the curve. It is important to note that $x$ does not change its sign in the region.

Consider the region bounded by the curve, $y$-axis, the lines $y = c$ and $y = d$. The region is sketched as in Fig. 9.11. Then, the area $A$ of the region is found as follows:

Fig. 9.11
Fig. 9.11

Viewing in the positive direction of the $x$-axis, divide the region into thin horizontal strips (thin rectangles) of length $x$ and width $\Delta y$. Then, $A$ is the limit of the sum of the areas of the horizontal strips. Hence, we get $A = \lim \sum_{c\leq y\leq d} x\Delta y = \int_{c}^{d}x dy$.

Case (v)

Let $x = f(y)$, $c\leq y\leq d$ be the equation of the portion of the continuous curve that lies to the left side of $y$-axis (that is, the portion lies either in the second quadrant or in the third quadrant). Then, $x\leq 0$ for every point of the portion of the curve. It is important to note that $x$ does not change its sign in the region. Consider the region bounded by the curve, $y$-axis, the lines $y = c$ and $y = d$. The region is sketched as in Fig. 9.12. Then, the area $A$ of the region is found as follows:

Fig. 9.12
Fig. 9.12

Viewing in the negative direction of the $x$-axis, divide the region into thin horizontal strips (thin rectangles) of length $|x| = -x$ and width $\Delta y$. Then, $A$ is the limit of the sum of the areas of the horizontal strips.

Hence, we get $A = \lim \sum_{c\leq y\leq d} (-x)\Delta y = -\int_{c}^{d}x dy = \left|\int_{c}^{d}x dy\right|$.

Case (vi)

Let $x = f(y)$, $c\leq y\leq d$ be the equation of the portion of the continuous curve that lies to the right as well as to the left of the $y$-axis (that is, the portion may lie in all quadrants). Draw the graph of $x = f(y)$ in the $XY$-plane. The graph lies alternately to the right and to the left of the $y$-axis and it is intercepted between the lines $y = c$ and $y = d$. Divide the interval $[c,d]$ into subintervals $[c,a_{1}],[a_{1},a_{2}],\dots,[a_{k},d]$ such that $f(y)$ has the same sign on each of subintervals. Applying cases (iv) and (v), we can obtain individually, the geometrical areas of the regions corresponding to the subintervals.

Fig. 9.13
Fig. 9.13

Hence the geometrical area $A$ of the region bounded by the graph of $x = f(y)$, the $y$-axis, the lines $y = c$ and $y = d$ is given by

$$ A = \left|\int_{c}^{a_{1}}f(y)dy\right| + \left|\int_{a_{1}}^{a_{2}}f(y)dy\right| + \dots + \left|\int_{a_{k}}^{d}f(y)dy\right|. $$

For instance, consider the shaded region in Fig. 9.13. Here, $B_{1}, B_{2}, B_{3}$ and $B_{4}$ denote geometric areas of the individual parts. Then, the total area $B$ of the region bounded by the curve $x = f(y)$, $y$-axis and the lines $y = c$ and $y = d$ is given by

$$ B = B_{1} + B_{2} + B_{3} + B_{4} = \left|\int_{c}^{a_{1}}f(y)dy\right| + \int_{a_{1}}^{a_{2}}f(y)dy + \int_{a_{2}}^{a_{3}}f(y)dy + \int_{a_{3}}^{d}f(y)dy. $$

Example 9.47

Find the area of the region bounded by the line $6x + 5y = 30$, $x$-axis and the lines $x = -1$ and $x = 3$.

Solution

The region is sketched in Fig. 9.14. It lies above the $x$-axis. Hence, the required area is given by

$$ A = \int_{-1}^{3} y dx = \int_{-1}^{3} \left(\frac{30 - 6x}{5}\right) dx = \left[\frac{30x - 3x^{2}}{5}\right]_{-1}^{3} $$

$$ = \left(\frac{90 - 27}{5}\right) - \left(\frac{-30 - 3}{5}\right) = \frac{96}{5}. $$

Fig. 9.14
Fig. 9.14

Example 9.48

Find the area of the region bounded by the line $7x - 5y = 35$, $x$-axis and the lines $x = -2$ and $x = 3$.

Solution

The region is sketched in Fig. 9.15. It lies below the $x$-axis. Hence, the required area is given by

$$ A = \left|\int_{-2}^{3} y dx\right| = \left|\int_{-2}^{3} \left(\frac{7x - 35}{5}\right) dx\right| $$

$$ = \frac{1}{5} \left|\left[\frac{7x^{2}}{2} - 35x\right]_{-2}^{3}\right| $$

$$ = \frac{1}{5} \left|\left(\frac{63}{2} - 105\right) - \left(14 + 70\right)\right| = \frac{1}{5} \left|-\frac{147}{2} - 84\right| = \frac{1}{5} \left|-\frac{315}{2}\right| = \frac{63}{2}. $$

Fig. 9.15
Fig. 9.15

Example 9.49

Find the area of the region bounded by the ellipse $\frac{x^{2}}{a^{2}} + \frac{y^{2}}{b^{2}} = 1$.

Solution

The ellipse is symmetric about both major and minor axes. It is sketched as in Fig.9.16. So, viewing in the positive direction of $y$-axis, the required area $A$ is four times the area of the region bounded by the portion of the ellipse in the first quadrant $\left(y = \frac{b}{a}\sqrt{a^{2} - x^{2}}, 0 < x < a\right)$, $x$-axis, $x = 0$ and $x = a$.

Hence, by taking vertical strips, we get

$$ A = 4\int_{0}^{a} y dx = 4\int_{0}^{a} \frac{b}{a}\sqrt{a^{2} - x^{2}} dx $$

$$ = \frac{4b}{a} \left[\frac{x\sqrt{a^{2} - x^{2}}}{2} + \frac{a^{2}}{2}\sin^{-1}\left(\frac{x}{a}\right)\right]_{0}^{a} = \frac{4b}{a} \times \frac{\pi a^{2}}{4} = \pi ab $$

Fig. 9.16
Fig. 9.16

Note

Viewing in the positive direction of $x$-axis, the required area $A$ is four times the area of the region bounded by the portion of the ellipse in the first quadrant $\left(x = \frac{a}{b}\sqrt{b^{2} - y^{2}}, 0 < y < b\right)$, $y$-axis, $y = 0$ and $y = b$. Hence, by taking horizontal strips (see Fig.9.17), we get

Fig. 9.17
Fig. 9.17
$ A = 4\int_{0}^{b} x dy = 4\int_{0}^{b} \frac{a}{b}\sqrt{b^{2} - y^{2}} dy $ $ = \frac{4a}{b} \left[\frac{y\sqrt{b^{2} - y^{2}}}{2} + \frac{b^{2}}{2}\sin^{-1}\left(\frac{y}{b}\right)\right]_{0}^{b} = \frac{4a}{b} \times \frac{\pi b^{2}}{4} = \pi ab. $

Note

Putting $b = a$ in the above result, we get that the area of the region enclosed by the circle $x^{2} + y^{2} = a^{2}$ is $\pi a^{2}$.

Example 9.50

Find the area of the region bounded between the parabola $y^{2} = 4ax$ and its latus rectum.

Solution

The equation of the latus-rectum is $x = a$. It intersects the parabola at the points $L(a,2a)$ and $L_{1}(a,-2a)$. The required area is sketched in Fig. 9.18. By symmetry, the required area $A$ is twice the area bounded by the portion of the parabola $y = 2\sqrt{a}\sqrt{x}$, $x$-axis, $x = 0$ and $x = a$.

Fig. 9.18
Fig. 9.18

Hence, by taking vertical strips, we get

$$ A = 2\int_{0}^{a} y dx = 2\int_{0}^{a} 2\sqrt{a}\sqrt{x} dx = 4\sqrt{a} \left[\frac{2}{3} x^{\frac{3}{2}}\right]_{0}^{a} $$

$$ = 4\sqrt{a} \times \frac{2}{3} a^{\frac{3}{2}} = \frac{8a^{2}}{3}. $$

Note

Viewing in the positive direction of $x$-axis, and making horizontal strips (see Fig. 9.19), we get

Fig. 9.19
Fig. 9.19
$ A = 2\int_{0}^{2a} (a - x) dy = 2\int_{0}^{2a} \left(a - \frac{y^{2}}{4a}\right) dy $ $ = 2\left[ay - \frac{y^{3}}{12a}\right]_{0}^{2a} = 2\left(2a^{2} - \frac{8a^{3}}{12a}\right) = \frac{8a^{2}}{3}. $

Note

It is quite interesting to note that the above area is equal to two-thirds the base (latus-rectum) times the height (the distance between the focus and the vertex). This verifies Archimedes’ formula for areas of parabolic arches which states that the area under a parabolic arch is two-thirds the area of the rectangle having base of the arch as length and height of the arch as the breadth. It is also equal to four-thirds the area of the triangle with base (latus-rectum) and height (the distance between the focus and the vertex).

Example 9.51

Find the area of the region bounded by the $y$-axis and the parabola $x = 5 - 4y - y^{2}$.

Solution

The equation of the parabola is $(y + 2)^{2} = -(x - 9)$. The parabola crosses the $y$-axis at $(0,-5)$ and $(0,1)$. The vertex is at $(9,-2)$ and the axis of the parabola is $y = -2$. The required area is sketched as in Fig. 9.20.

Viewing in the positive direction of $x$-axis, and making horizontal strips, the required area $A$ is given by

$$ A = \int_{-5}^{1} x dy = \int_{-5}^{1} (5 - 4y - y^{2}) dy = \left[5y - 2y^{2} - \frac{y^{3}}{3}\right]_{-5}^{1} = \frac{8}{3} - \left(-\frac{100}{3}\right) = 36. $$

Fig. 9.20
Fig. 9.20

Note

As in the previous problem, we again verify Archimedes’ formula that the area of the parabolic arch is equal to two-thirds the base times the height.

Example 9.52

Find the area of the region bounded by $x$-axis, the sine curve $y = \sin x$, the lines $x = 0$ and $x = 2\pi$.

Solution

The required area is sketched in Fig. 9.21. One portion of the region lies above the $x$-axis between $x = 0$ and $x = \pi$, and the other portion lies below the $x$-axis between $x = \pi$ and $x = 2\pi$. So, the required area is given by

Fig. 9.21
Fig. 9.21

$$ A = \int_{0}^{\pi} \sin x dx + \left|\int_{\pi}^{2\pi} \sin x dx\right| $$

$$ = \left[-\cos x\right]_{0}^{\pi} + \left|\left[-\cos x\right]_{\pi}^{2\pi}\right| $$

$$ = (-\cos\pi + \cos 0) + |(-\cos 2\pi + \cos\pi)| $$

$$ = (-(-1) + 1) + |(-1 + (-1))| = (1 + 1) + |-2| = 2 + 2 = 4. $$

Note

If we compute the definite integral $\int_{0}^{2\pi} \sin x dx$ , we get

$\int_{0}^{2\pi} \sin x dx = [-\cos x]_{0}^{2\pi} = [-\cos 2\pi] - [-\cos 0] = 0$ .

So $\int_{0}^{2\pi} f(x) dx$ does not represent the area of the region bounded by the curve $y = \sin x$ , $x$ -axis, the lines $x = 0$ and $x = 2\pi$ .

Example 9.53

Find the area of the region bounded by $x$ –axis, the curve $y = |\cos x|$ , the lines $x = 0$ and $x = \pi$ .

Solution

The given curve is

$y = \begin{cases} \cos x , & 0 \leq x \leq \frac{\pi}{2} \\ -\cos x , & \frac{\pi}{2} \leq x \leq \pi \end{cases}$

It lies above the $x$ –axis. The required area is sketched in Fig. 9.22. So, the required area is given by

$A = \int_0^{\frac{\pi}{2}} y \, dx = \int_0^{\frac{\pi}{2}} \cos x \, dx + \int_{\frac{\pi}{2}}^{\pi} (-\cos x) \, dx = [\sin x]_{0}^{\frac{\pi}{2}} - [\sin x]_{\frac{\pi}{2}}^{\pi}$

$= [1 - 0] - [0 - 1] = 2$ .

9.8.3 Area of the region bounded between two curves#

Case (i)

Let $y = f(x)$ and $y = g(x)$ be the equations of two curves in the $XOY$ -plane such that
$f(x) \geq g(x)$ for all $x \in [a, b]$ . We want to find the area $A$ of the region bounded between the two curves, the ordinates $x = a$ and $x = b$ .

The required area is sketched in Fig. 9.23. To compute $A$ , we divide the region into thin vertical strips of width $\Delta x$ and height $f(x) - g(x)$ . It is important note that $f(x) - g(x) \geq 0$ for all $x \in [a, b]$ . As before, the required area is the limit of the sum of the areas of the vertical strips. Hence, we get

$A = \int_a^b [f(x) - g(x)] dx$ .

Fig. 9.23
Fig. 9.23

Note

Viewing in the positive direction of $y$ -axis, the curve $y = f(x)$ can be termed as the upper curve (U) and the curve $y = g(x)$ as the lower curve (L). Thus, we get

$A = \int_a^b [y_U - y_L] dx$ .

Case (ii)

Let $x = f(y)$ and $x = g(y)$ be the equations of two curves in the $XOY$ -plane such that $f(y) \geq g(y)$ for all $y \in [c, d]$ . We want to find the area $A$ of the region bounded between the two curves, the lines $y = c$ and $y = d$ . The required area is sketched in Fig. 9.24. To compute $A$ , we view in the positive direction of the $x$ -axis and divide the region into thin horizontal strips of width $\Delta y$ and height $f(y) - g(y)$ . It is important note that $f(y) - g(y) \geq 0$ for all $y \in [c, d]$ . As before, the required area is the limit of the sum of the areas of the horizontal strips. Hence, we get

$A = \int_c^d [f(y) - g(y)] dy$ .

Fig. 9.24
Fig. 9.24

Note

Viewing in the positive direction of $x$ – axis, the curve $x = f(y)$ can be termed as the right curve (R) and the curve $x = g(y)$ as the left curve (L). Thus, we get $A = \int_c^d [x_R - x_L] dy$ .

Example 9.54

Find the area of the region bounded between the parabolas $y^2 = 4x$ and $x^2 = 4y$ .

Solution

First, we get the points of intersection of the parabolas. For this, we solve $y^2 = 4x$ and $x^2 = 4y$ simultaneously: Eliminating $y$ between them, we get $x^4 = 64x$ and so $x = 0$ and $x = 4$ . Then the points of intersection are $(0,0)$ and $(4,4)$ . The required region is sketched in Fig.9.25.

Viewing in the direction of $y$ – axis, the equation of the upper boundary is $y = 2\sqrt{x}$ for $0 \leq x \leq 4$ and the equation of the lower boundary is $y = \frac{x^2}{4}$ for $0 \leq x \leq 4$ . So, the required area $A$ is

$A = \int_0^4 (y_U - y_L) dx = \int_0^4 \left( 2\sqrt{x} - \frac{x^2}{4} \right) dx = \left[ 2\left( \frac{2x^{3/2}}{3} \right) - \frac{x^3}{12} \right]_0^4 = \left[ 2\left( \frac{2 \times 8}{3} \right) - \frac{64}{12} \right] - 0 = \frac{16}{3}$ .

Fig. 9.25
Fig. 9.25

Note

Viewing in the positive direction of $x$ – axis, the right bounding curve is $x^2 = 4y$ and the left bounding curve is $y^2 = 4x$ . See Fig. 9.26. The equation of the right boundary is $x = 2\sqrt{y}$ for $0 \leq y \leq 4$ and the equation of the left boundary is $x = \frac{y^2}{4}$ for $0 \leq y \leq 4$ . So, the required area $A$ is

$A = \int_0^4 (x_R - x_L) dy = \int_0^4 \left( 2\sqrt{y} - \frac{y^2}{4} \right) dy = \left[ 2\left( \frac{2y^{3/2}}{3} \right) - \frac{y^3}{12} \right]_0^4 = \left[ 2\left( \frac{2 \times 8}{3} \right) - \frac{64}{12} \right] - 0 = \frac{16}{3}$ .

Fig. 9.26
Fig. 9.26

Example 9.55

Find the area of the region bounded between the parabola $x^2 = y$ and the curve $y = |x|$ .

Solution

Both the curves are symmetrical about $y$ -axis.

The curve $y = |x|$ is $y = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x \leq 0 \end{cases}$ .

It intersects the parabola $x^2 = y$ at $(1,1)$ and $(-1,1)$ .

The area of the region bounded by the curves is sketched in Fig. 9.27. It lies in the first quadrant as well as in the second quadrant. By symmetry, the required area is twice the area in the first quadrant.

In the first quadrant, the upper curve is $y = x$ , $0 \leq x \leq 1$ and the lower curve is $y = x^2$ , $0 \leq x \leq 1$ . Hence, the required area is given by

$A = 2 \int_0^1 [y_U - y_L] dx = 2 \int_0^1 [x - x^2] dx$

$= 2 \left[ \frac{x^2}{2} - \frac{x^3}{3} \right]_0^1$

$= 2 \left( \frac{1}{2} - \frac{1}{3} \right) = \frac{1}{3}$ .

Fig. 9.27
Fig. 9.27

Example 9.56

Find the area of the region bounded by $y = \cos x$ , $y = \sin x$ , the lines $x = \frac{\pi}{4}$ and $x = \frac{5\pi}{4}$ .

Solution

The region is sketched in Fig. 9.28. The upper boundary of the region is $y = \sin x$ for $\frac{\pi}{4} \leq x \leq \frac{5\pi}{4}$ and the lower boundary of the region is $y = \cos x$ for $\frac{\pi}{4} \leq x \leq \frac{5\pi}{4}$ . So the required area $A$ is given by

$A = \int_{\frac{\pi}{4}}^{\frac{5\pi}{4}} (y_U - y_L) dx = \int_{\frac{\pi}{4}}^{\frac{5\pi}{4}} (\sin x - \cos x) dx = [-\cos x - \sin x]_{\frac{\pi}{4}}^{\frac{5\pi}{4}}$

$= \left[ -\cos \frac{5\pi}{4} - \sin \frac{5\pi}{4} \right] - \left[ -\cos \frac{\pi}{4} - \sin \frac{\pi}{4} \right]$

$= \left( -\left( -\frac{1}{\sqrt{2}} \right) - \left( -\frac{1}{\sqrt{2}} \right) \right) - \left( -\frac{1}{\sqrt{2}} - \frac{1}{\sqrt{2}} \right)$

$= \frac{2}{\sqrt{2}} + \frac{2}{\sqrt{2}} = 2\sqrt{2}$ .

Fig. 9.28
Fig. 9.28

Example 9.57

The region enclosed by the circle $x^2 + y^2 = a^2$ is divided into two segments by the line $x = h$ .
Find the area of the smaller segment.

Solution

The smaller segment is sketched in Fig. 9.29. Here $0 < h < a$ . By symmetry about the $x$ -axis,
the area of the smaller segment is given by

$A = 2 \int_h^a \sqrt{a^2 - x^2} dx = 2 \left[ \frac{x \sqrt{a^2 - x^2}}{2} + \frac{a^2}{2} \sin^{-1} \left( \frac{x}{a} \right) \right]_h^a$

$= 2 \left[ 0 + \frac{a^2}{2} \sin^{-1}(1) - \left( \frac{h \sqrt{a^2 - h^2}}{2} + \frac{a^2}{2} \sin^{-1} \left( \frac{h}{a} \right) \right) \right]$

$= a^2 \left( \frac{\pi}{2} \right) - h \sqrt{a^2 - h^2} - a^2 \sin^{-1} \left( \frac{h}{a} \right)$

$= a^2 \left[ \frac{\pi}{2} - \sin^{-1} \left( \frac{h}{a} \right) \right] - h \sqrt{a^2 - h^2}$

$= a^2 \cos^{-1} \left( \frac{h}{a} \right) - h \sqrt{a^2 - h^2}$ .

Fig. 9.29
Fig. 9.29

Example 9.58

Find the area of the region in the first quadrant bounded by the parabola $y^2 = 4x$ , the line $x + y = 3$ and $y$ -axis.

Solution

First, we find the points of intersection of $x + y = 3$ and $y^2 = 4x$ :

$x + y = 3 \implies y = 3 - x$ .

$\therefore y^2 = 4x \implies (3 - x)^2 = 4x$

$\implies x^2 - 10x + 9 = 0$

$\implies x = 1$ , $x = 9$ .

$x = 1$ in $x + y = 3 \implies y = 2$ , and $x = 9$ in $x + y = 3 \implies y = -6$ .

$(1, 2)$ and $(9, -6)$ are the points of intersection.

The line $x + y = 3$ meets the $y$ -axis at $(0, 3)$ .

The required area is sketched in Fig. 9.30.

Viewing in the direction of $y$ -axis, on the right bounding curve is given by

$x = \begin{cases} \frac{y^2}{4} , & 0 \leq y \leq 2 \\ 3 - y , & 2 \leq y \leq 3 \end{cases}$

$\therefore A = \int_0^2 x_R \, dy + \int_2^3 x_R \, dy = \int_0^2 \frac{y^2}{4} dy + \int_2^3 (3 - y) dy$

$= \left[ \frac{y^3}{12} \right]_0^2 + \left[ 3y - \frac{y^2}{2} \right]_2^3 = \left( \frac{8}{12} - 0 \right) + \left( 9 - \frac{9}{2} - 6 + \frac{4}{2} \right)$

$= \frac{2}{3} + \left( 3 - \frac{9}{2} + 2 \right) = \frac{2}{3} + \left( 5 - \frac{9}{2} \right) = \frac{2}{3} + \frac{1}{2} = \frac{7}{6}$ .

Fig. 9.30
Fig. 9.30

Example 9.59

Find, by integration, the area of the region bounded by the lines $5x - 2y = 15$ , $x + y + 4 = 0$ and the $x$ -axis.

Solution

The lines $5x - 2y = 15$ , $x + y + 4 = 0$ intersect at $(1, -5)$ . The line $5x - 2y = 15$ meets the $x$ -axis at $(3, 0)$ . The line $x + y + 4 = 0$ meets the $x$ -axis at $(-4, 0)$ . The required area is shaded in Fig. 9.31. It lies below the $x$ -axis. It can be computed either by considering vertical strips or horizontal strips.

When we do by vertical strips, the region has to be divided into two sub-regions by the line $x = 1$ . Then, we get

$A = \int_{-4}^{1} y_L \, dx + \int_{1}^{3} y_R \, dx$

$= \int_{-4}^{1} (-x - 4) \, dx + \int_{1}^{3} \left( \frac{5x - 15}{2} \right) \, dx$

$= \left[ -\frac{x^2}{2} - 4x \right]_{-4}^{1} + \left[ \frac{5x^2}{4} - \frac{15x}{2} \right]_{1}^{3}$

$= \left( -\frac{1}{2} - 4 \right) - \left( -8 + 16 \right) + \left( \frac{45}{4} - \frac{45}{2} \right) - \left( \frac{5}{4} - \frac{15}{2} \right)$

$= \left( -\frac{9}{2} - 8 \right) + \left( -\frac{45}{4} + \frac{25}{4} \right)$

$= -\frac{25}{2} - \frac{20}{4} = -\frac{25}{2} - 5 = -\frac{35}{2}$

Area $= \frac{35}{2}$ sq. units.

When we do by horizontal strips, there is no need to subdivide the region. In this case, the area is bounded on the right by the line $5x - 2y = 15$ and on the left by $x + y + 4 = 0$ . So, we get

$A = \int_{-5}^{0} [x_R - x_L] \, dy = \int_{-5}^{0} \left[ \frac{15 + 2y}{5} - (-4 - y) \right] \, dy$

$= \int_{-5}^{0} \left[ 7 + \frac{7y}{5} \right] \, dy = \left[ 7y + \frac{7y^2}{10} \right]_{-5}^{0}$

$= 0 - \left[ -35 + \frac{35}{2} \right] = \frac{35}{2}$ .

Fig. 9.31
Fig. 9.31

Note

The region is triangular with base 7 units and height 5 units. Hence its area is $\frac{35}{2}$ without using integration.

Example 9.60

Using integration find the area of the region bounded by triangle $ABC$ , whose vertices $A$ , $B$ , and $C$ are $(-1, 1)$ , $(3, 2)$ , and $(0, 5)$ respectively.

Solution

See Fig. 9.32.

Equation of $AB$ is
$\frac{y-1}{2-1} = \frac{x+1}{3+1}$ or $y = \frac{1}{4}(x+5)$

Equation of $BC$ is
$\frac{y-5}{2-5} = \frac{x-0}{3-0}$ or $y = -x+5$

Equation of $AC$ is
$\frac{y-1}{5-1} = \frac{x+1}{0+1}$ or $y = 4x+5$

Area of $\triangle ABC =$ Area $DACO +$ Area of $OCBE -$ Area of $DABE$

$= \int_{-1}^{0}(4x+5)dx + \int_{0}^{3}(-x+5)dx - \frac{1}{4}\int_{-1}^{3}(x+5)dx$

$= \left[\frac{4x^2}{2} + 5x\right]_{-1}^{0} + \left[-\frac{x^2}{2} + 5x\right]_{0}^{3} - \frac{1}{4}\left[\frac{x^2}{2} + 5x\right]_{-1}^{3}$

$= 0 - (2 - 5) + \left(-\frac{9}{2} + 15\right) - 0 - \frac{1}{4}\left[\frac{9}{2} + 15\right] + \frac{1}{4}\left[\frac{1}{2} - 5\right]$

$= 3 + \frac{21}{2} - \frac{1}{4}\left(\frac{39}{2}\right) + \frac{1}{4}\left(-\frac{9}{2}\right)$

$= 3 + \frac{21}{2} - \frac{39}{8} - \frac{9}{8}$

$= 3 + \frac{21}{2} - \frac{48}{8}$

$= 3 + \frac{21}{2} - 6$

$= \frac{15}{2}$ sq. units.

Fig. 9.32
Fig. 9.32

Example 9.61

Using integration, find the area of the region which is bounded by $x$ -axis, the tangent and normal to the circle $x^2 + y^2 = 4$ drawn at $(1, \sqrt{3})$ .

Solution

We recall that the equation of the tangent to the circle
$x^2 + y^2 = a^2$
at $(x_1, y_1)$ is
$x x_1 + y y_1 = a^2$
So, the equation of the tangent to the circle
$x^2 + y^2 = 4$
at $(1, \sqrt{3})$ is
$x + y \sqrt{3} = 4$
that is,
$y = -\frac{1}{\sqrt{3}}(x - 4)$ .
The tangent meets the $x$ -axis at the point $(4, 0)$ .

The slope of the tangent is
$-\frac{1}{\sqrt{3}}$ .
So the slope of the normal is
$\sqrt{3}$
and hence equation of the normal is
$y - \sqrt{3} = \sqrt{3}(x - 1)$ ;
that is
$y = \sqrt{3}x$
and it passes through the origin. The area to be found is shaded in the adjoining figure. It can be found by two methods.

Fig. 9.33
Fig. 9.33

Method 1

Viewing in the positive direction of $y$ -axis, the required area is the area of the region bounded by $x$ -axis, $y = \sqrt{3}x$ and $x + y\sqrt{3} = 4$ . So it can be obtained by applying the formula $\int_a^b y \, dx$ . For this, we have to split the region into sub-regions, one sub-region bounded by $x$ -axis, the normal $y = \sqrt{3}x$ and the line $x = 1$ ; the other sub-region bounded by $x$ -axis, the tangent $x + y\sqrt{3} = 4$ and the line $x = 1$ axis.

$\therefore$ Area required $= \int_0^1 y \, dx + \int_1^4 y \, dx = \int_0^1 \sqrt{3}x \, dx + \int_1^4 \left[ -\frac{1}{\sqrt{3}}(x - 4) \right] \, dx$

$= \left[ \sqrt{3} \frac{x^2}{2} \right]_0^1 + \left[ -\frac{1}{\sqrt{3}} \left( \frac{x^2}{2} - 4x \right) \right]_1^4$

$= \frac{\sqrt{3}}{2} + \left[ -\frac{1}{\sqrt{3}} \left( 8 - 16 \right) + \frac{1}{\sqrt{3}} \left( \frac{1}{2} - 4 \right) \right]$

$= \frac{\sqrt{3}}{2} + \frac{8}{\sqrt{3}} - \frac{7}{2\sqrt{3}}$

$= \frac{\sqrt{3}}{2} + \frac{16}{2\sqrt{3}} - \frac{7}{2\sqrt{3}}$

$= \frac{\sqrt{3}}{2} + \frac{9}{2\sqrt{3}}$

$= \frac{3}{2\sqrt{3}} + \frac{9}{2\sqrt{3}} = \frac{12}{2\sqrt{3}} = \frac{6}{\sqrt{3}} = 2\sqrt{3}$ .

Method 2

Viewing in the direction of $x$ -axis, the required area is the area of the region bounded between
$y = \sqrt{3}x$ and $x + y\sqrt{3} = 4$ , $y = 0$ and $y = \sqrt{3}$ .
So, it can be obtained by applying the formula
$\int_c^d (x_R - x_L) \, dy$

Here,
$c = 0$ , $d = \sqrt{3}$ , $x_R$ is the $x$ -value on the tangent $x + y\sqrt{3} = 4$ and $x_L$ is the $x$ -value on the normal $y = \sqrt{3}x$ .

$\therefore$ Area required $= \int_c^d (x_R - x_L) \, dy = \int_0^{\sqrt{3}} \left( 4 - y\sqrt{3} - \frac{y}{\sqrt{3}} \right) \, dy$

$= \left[ 4y - \frac{\sqrt{3}}{2} y^2 - \frac{y^2}{2\sqrt{3}} \right]_0^{\sqrt{3}}$

$= 4\sqrt{3} - \frac{3\sqrt{3}}{2} - \frac{3}{2\sqrt{3}}$

$= 4\sqrt{3} - \frac{3\sqrt{3}}{2} - \frac{\sqrt{3}}{2}$

$= 4\sqrt{3} - 2\sqrt{3} = 2\sqrt{3}$ .

Working rule for finding area of the region bounded by $y = f_1(x)$ , $y = f_2(x)$ , the lines $x = a$ and $x = b$ , where $a < b$ :

Draw an arbitrary line parallel to $y$ -axis cutting the plane region. First, find the $y$ -coordinate of the point where the line enters the region. Call it $y_{ENTRY}$ . Next, find the $y$ -coordinate of the point where the line exits the region. Call it $y_{EXIT}$ . Both $y_{ENTRY}$ and $y_{EXIT}$ can be found from the equations of the bounding curves. Then, the required area is given by
$\int_a^b \left[ y_{EXIT} - y_{ENTRY} \right] dx$ .

Working rule for finding area of the region bounded by $x = g_1(y)$ , $x = g_2(y)$ , the lines $y = c$ and $y = d$ , where $c < d$ :

Draw an arbitrary line parallel to $x$ -axis cutting the plane region.
First, find the $x$ -coordinate of the point where the line enters the region. Call it $x_{ENTRY}$ .
Next, find the $x$ -coordinate of the point where the line exits the region. Call it $x_{EXIT}$ . Both $x_{ENTRY}$ and $x_{EXIT}$ can be found from the equations of the bounding curves. Then, the required area is given by
$\int_c^d \left[ x_{EXIT} - x_{ENTRY} \right] dy$ .

EXERCISE 9.8

  1. Find the area of the region bounded by $3x - 2y + 6 = 0$ , $x = -3$ , $x = 1$ and $x$ -axis.

  2. Find the area of the region bounded by $2x - y + 1 = 0$ , $y = -1$ , $y = 3$ and $y$ -axis.

  3. Find the area of the region bounded by the curve $2 + x - x^2 + y = 0$ , $x$ -axis, $x = -3$ and $x = 3$ .

  4. Find the area of the region bounded by the line $y = 2x + 5$ and the parabola $y = x^2 - 2x$ .

  5. Find the area of the region bounded between the curves $y = \sin x$ and $y = \cos x$ and the lines $x = 0$ and $x = \pi$ .

  6. Find the area of the region bounded by $y = \tan x$ , $y = \cot x$ and the lines $x = 0$ , $x = \frac{\pi}{2}$ , $y = 0$ .

  7. Find the area of the region bounded by the parabola $y^2 = x$ and the line $y = x - 2$ .

  8. Father of a family wishes to divide his square field bounded by $x = 0$ , $x = 4$ , $y = 4$ and $y = 0$ along the curve $y^2 = 4x$ and $x^2 = 4y$ into three equal parts for his wife, daughter and son. Is it possible to divide? If so, find the area to be divided among them.

  9. The curve $y = (x - 2)^2 + 1$ has a minimum point at $P$ . A point $Q$ on the curve is such that the slope of $PQ$ is 2. Find the area bounded by the curve and the chord $PQ$ .

  10. Find the area of the region common to the circle $x^2 + y^2 = 16$ and the parabola $y^2 = 6x$ .

9.9 Volume of a solid obtained by revolving area about an axis#

Definite integrals have applications in finding volumes of solids of revolution about a fixed axis. By a solid of revolution about a fixed axis, we mean that a solid is generated when a plane region in a given plane undergoes one full revolution about a fixed axis in the plane. For instance, consider the semi circular plane region inside the circle $x^{2} + y^{2} = a^{2}$ and above the $x$-axis. See Fig.9.34.

Fig. 9.34
Fig. 9.34

If this region is given one complete rotation (revolution for $360^{\circ} = 2\pi$ radians) about $x$-axis, then a solid called a sphere is generated.

Fig. 9.35
Fig. 9.35

In the same manner, if you want to generate a right-circular cylinder with radius $a$ and height $h$, you can consider the rectangular plane region bounded between the straight lines $y = 0$, $y = a$, $x = 0$ and $x = h$ in the $xy$-plane. See Fig.9.35. If this region is given one complete rotation (revolution for $360^{\circ} = 2\pi$ radians) about $x$-axis, then a solid called a cylinder is generated.

We restrict ourselves to obtain volume of solid of revolution about $x$-axis or $y$-axis. Whenever solid of revolution about $x$-axis is considered, the plane region that is revolved about $x$-axis lies above the $x$-axis. So, in this region $y \geq 0$. Whenever solid of revolution about $y$-axis is considered, the plane region that is revolved about $y$-axis lies to the right of $y$-axis. So, in this region $x \geq 0$. We shall find the formula for finding the volume of the solid of revolution of the plane region in the first quadrant bounded by the curve $y = f(x)$, $x$-axis and the lines $x = a$ and $x = b > a$ about $x$-axis. The derivation of the formula is based upon the formula that the volume of a cylinder of radius $r$ and the height $h$ is $\pi r^{2}h$.

Assume that every line parallel to $y$-axis lying between the lines $x = a$ and $x = b > a$ cuts the curve $y = f(x)$ in the first quadrant exactly at one point. Divide $[a,b]$ into $n$ segments by $x_{1},x_{2},\ldots,x_{n-1}$ such that

$$ a = x_{0} < x_{1} < x_{2} < \ldots < x_{n-1} < x_{n} = b, \quad x_{i} - x_{i-1} = \Delta x = \frac{b - a}{n}, \quad i = 1,2,\ldots,n. $$

Fig. 9.36
Fig. 9.36

For each $i = 0,1,2,\ldots,n-1$, the region in the $xy$-plane between the ordinates at $x_{i}$ and $x_{i} + \Delta x$ which lies between the $x$-axis and the curve $y = f(x)$ can be approximated to an infinitesimal rectangle having area $y_{i}\Delta x$, where $y_{i} = f(x_{i})$. When the plane region bounded by the curve $y = f(x)$, $x$-axis, and lines $x = a$ and $x = b$ is rotated by $360^{\circ}$ about $x$-axis, each of the infinitesimal rectangles at $x = x_{i}$ also revolves and generates an elementary solid which is approximately a thin cylindrical disc with radius $y_{i}$ and height $\Delta x$. See Fig.9.36. The volume of the cylindrical disc at $x = x_{i}$ is given by $\pi y_{i}^{2}\Delta x$, $i = 0,1,2,\dots,n-1$. Summing all these elementary volumes, we get the approximate volume of the solid of revolution as $\sum_{i=0}^{n-1}\pi y_{i}^{2}\Delta x$. Let $n$ become larger and larger $(n \rightarrow \infty)$ such that $\Delta x$ becomes smaller and smaller $(\Delta x \rightarrow 0)$. Then $\sum_{i=0}^{n-1}\pi y_{i}^{2}\Delta x$ tends to the volume of the solid of revolution. Hence the volume of the solid of revolution is $\pi \int_{a}^{b}y^{2}dx$.

Fig. 9.37
Fig. 9.37

Similarly, we can find the formula for finding the volume of the solid of revolution of the region bounded by the curve $x = f(y)$, $y$-axis, and the lines $y = c$ and $y = d$ about $y$-axis. The curve $x = f(y)$ lies to the right of $y$-axis between the lines $y = c$ and $y = d > c$. Assume that every line parallel to $x$-axis between $y = c$ and $y = d > c$ cuts the curve $x = f(y)$ in the first quadrant exactly at one point. See Fig.9.37. Then, the volume of the solid of revolution is given by $\pi \int_{c}^{d}x^{2}dy$.

Example 9.62

Find the volume of a sphere of radius $a$.

Solution

By revolving the upper semicircular region enclosed between the circle $x^{2} + y^{2} = a^{2}$ and the $x$-axis, we get a sphere of radius $a$. See Fig. 9.38.

The boundaries of the region are $y = \sqrt{a^{2} - x^{2}}$, $x$-axis, the lines $x = -a$ and $x = a$. Hence, the volume of the sphere is given by

$$ V = \pi \int_{-a}^{a} y^{2} dx = \pi \int_{-a}^{a} (a^{2} - x^{2}) dx $$

$$ = 2\pi \int_{0}^{a} (a^{2} - x^{2}) dx, \quad \text{since the integrand } (a^{2} - x^{2}) \text{ is an even function.} $$

$$ = 2\pi \left[a^{2}x - \frac{x^{3}}{3}\right]_{0}^{a} = 2\pi \left(a^{3} - \frac{a^{3}}{3}\right) = \frac{4}{3}\pi a^{3}. $$

Example 9.63

Find the volume of a right-circular cone of base radius $r$ and height $h$.

Solution

Consider the triangular region in the first quadrant which is bounded by the line $y = \frac{r}{h}x$, $x$-axis, the lines $x = 0$ and $x = h$. See Fig.9.39. By revolving the region about the $x$-axis, we get a cone of base radius $r$ and height $h$.

Hence, the volume of the cone is given by

$$ V = \pi \int_{0}^{h} y^{2} dx = \pi \int_{0}^{h} \left(\frac{r}{h}x\right)^{2} dx = \pi \left(\frac{r}{h}\right)^{2} \int_{0}^{h} x^{2} dx = \pi \left(\frac{r}{h}\right)^{2} \left[\frac{x^{3}}{3}\right]_{0}^{h} = \frac{\pi r^{2}h}{3}. $$

Example 9.64

Find the volume of the spherical cap of height $h$ cut off from a sphere of radius $r$.

Solution

If the region in the first quadrant bounded by the circle $x^{2} + y^{2} = r^{2}$, the $x$-axis, the lines $x = r - h$ and $x = r$ is revolved about the $x$-axis, then the solid generated is a spherical cap of height $h$ cut off from a sphere of radius $r$. See Fig. 9.40. Hence, the required volume is given by

$$ V = \pi \int_{r-h}^{r} y^{2} dx = \pi \int_{r-h}^{r} (r^{2} - x^{2}) dx = \pi \left[r^{2}x - \frac{x^{3}}{3}\right]_{r-h}^{r} $$$$ = \pi \left[r^{2}(r - (r-h)) - \frac{r^{3} - (r-h)^{3}}{3}\right] = \pi \left[r^{2}h - \frac{r^{3} - (r^{3} - 3r^{2}h + 3rh^{2} - h^{3})}{3}\right] $$

$$ = \pi \left[r^{2}h - \frac{3r^{2}h - 3rh^{2} + h^{3}}{3}\right] = \pi \left(\frac{3r^{2}h - 3r^{2}h + 3rh^{2} - h^{3}}{3}\right) = \frac{1}{3}\pi h^{2}(3r - h). $$

Note

We can rewrite the above volume in terms of the radius of the cap.

If $\rho$ is the radius of the cap, then $\rho^{2} + (r - h)^{2} = r^{2}$.

Then, we have $r = \frac{\rho^{2} + h^{2}}{2h}$. Eliminating $r$, we get

$ V = \frac{1}{3}\pi h^{2}\left[3\left(\frac{\rho^{2} + h^{2}}{2h}\right) - h\right] = \frac{1}{3}\pi h^{2}\left(\frac{3\rho^{2} + 3h^{2} - 2h^{2}}{2h}\right) = \frac{1}{3}\pi h\left(\frac{3\rho^{2} + h^{2}}{2}\right) = \frac{1}{6}\pi h(3\rho^{2} + h^{2}). $

Example 9.65

Find the volume of the solid formed by revolving the region bounded by the parabola $y = x^{2}$, $x$-axis, ordinates $x = 0$ and $x = 1$ about the $x$-axis.

Solution

The region to be revolved about the $x$-axis is sketched as in Fig.9.41. Hence, the required volume is given by

$$ V = \pi \int_{0}^{1} y^{2} dx = \pi \int_{0}^{1} (x^{2})^{2} dx = \pi \left[\frac{x^{5}}{5}\right]_{0}^{1} = \frac{\pi}{5}. $$

Example 9.66

Find the volume of the solid formed by revolving the region bounded by the ellipse $\frac{x^{2}}{a^{2}} + \frac{y^{2}}{b^{2}} = 1$, $a > b$ about the major axis.

Solution

The ellipse is symmetric about both the axes. The major axis lies along $x$-axis. The region to be revolved is sketched as in Fig.9.42.

Hence, the required volume is given by

$$ V = \pi \int_{-a}^{a} y^{2} dx = \pi \int_{-a}^{a} \frac{b^{2}}{a^{2}}(a^{2} - x^{2}) dx $$

$$ = \frac{2\pi b^{2}}{a^{2}} \int_{0}^{a} (a^{2} - x^{2}) dx, \quad \text{since the integrand is an even function.} $$

$$ = \frac{2\pi b^{2}}{a^{2}} \left[a^{2}x - \frac{x^{3}}{3}\right]_{0}^{a} = \frac{2\pi b^{2}}{a^{2}} \left(a^{3} - \frac{a^{3}}{3}\right) = \frac{2\pi b^{2}}{a^{2}} \cdot \frac{2a^{3}}{3} = \frac{4\pi a b^{2}}{3}. $$

Note

If the region bounded by ellipse $\frac{x^{2}}{a^{2}} + \frac{y^{2}}{b^{2}} = 1$ is revolved about the $y$-axis, then the volume of the solid of revolution is $\frac{4\pi a^{2}b}{3}$. The solid is called an ellipsoid.

Example 9.67

Find, by integration, the volume of the solid generated by revolving about $y$-axis the region bounded between the parabola $x = y^{2} + 1$, the $y$-axis, and the lines $y = 1$ and $y = -1$.

Solution

The parabola $x = y^{2} + 1$ is $y^{2} = x - 1$. It is symmetrical about $x$-axis and has the vertex at $(1,0)$ and focus at $\left(\frac{5}{4},0\right)$. The region for revolution is shaded in Fig.9.43. Hence, the required volume is given by

$$ V = \pi \int_{-1}^{1} x^{2} dy = \pi \int_{-1}^{1} (y^{2} + 1)^{2} dy $$

$$ = 2\pi \int_{0}^{1} (y^{4} + 2y^{2} + 1) dy, \quad \text{since the integrand is an even function.} $$

$$ = 2\pi \left[\frac{y^{5}}{5} + 2\frac{y^{3}}{3} + y\right]_{0}^{1} = 2\pi \left(\frac{1}{5} + \frac{2}{3} + 1\right) = 2\pi \left(\frac{3 + 10 + 15}{15}\right) = \frac{56}{15}\pi. $$

Example 9.68

Find, by integration, the volume of the solid generated by revolving about $y$-axis the region bounded between the curve $y = \frac{3}{4}\sqrt{x^{2} - 16}$, $x \geq 4$, the $y$-axis, and the lines $y = 1$ and $y = 6$.

Solution

We note that $y = \frac{3}{4}\sqrt{x^{2} - 16} \Rightarrow \frac{x^{2}}{16} - \frac{y^{2}}{9} = 1$. So, the given curve is a portion of the hyperbola $\frac{x^{2}}{16} - \frac{y^{2}}{9} = 1$ between the lines $y = 1$ and $y = 6$ and it lies above the $x$-axis.

The region to be revolved is sketched in Fig.9.44.

Since revolution is made about $y$-axis, we write the equation of the curve as $x = \frac{4}{3}\sqrt{y^{2} + 9}$.

Hence, the required volume is given by

$$ V = \pi \int_{1}^{6} x^{2} dy = \pi \int_{1}^{6} \frac{16}{9}(y^{2} + 9) dy = \frac{16\pi}{9} \left[\frac{y^{3}}{3} + 9y\right]_{1}^{6} $$

$$ = \frac{16\pi}{9} \left[\left(\frac{216}{3} + 54\right) - \left(\frac{1}{3} + 9\right)\right] = \frac{16\pi}{9} \left[(72 + 54) - \left(\frac{1}{3} + 9\right)\right] = \frac{16\pi}{9} \left[126 - \frac{28}{3}\right] = \frac{16\pi}{9} \cdot \frac{350}{3} = \frac{5600\pi}{27}. $$

EXERCISE 9.9

  1. Find the volume of the solid generated by revolving the region bounded by the parabola $y^{2} = 4ax$ and its latus rectum about the $x$-axis.

  2. Find the volume of the solid generated by revolving the region bounded by the parabola $y^{2} = 4ax$ and its latus rectum about the $y$-axis.

  3. The region bounded by the curve $y = \sqrt{x}$, the $x$-axis and the line $x = 4$ is revolved about the $x$-axis. Find the volume of the solid generated.

  4. Find the volume of the solid generated by revolving the region bounded by the curve $y = \sec x$, the $x$-axis, the lines $x = 0$ and $x = \frac{\pi}{4}$ about the $x$-axis.

  5. Find the volume of the solid generated by revolving the region bounded by the curve $y = \log x$, the $x$-axis, the lines $x = 1$ and $x = e$ about the $x$-axis.

  6. Find the volume of the solid generated by revolving the region bounded by the curve $y = \sin x$, the $x$-axis, the lines $x = 0$ and $x = \pi$ about the $x$-axis.

  7. Find the volume of the solid generated by revolving the region bounded by the curve $y = \cosh x$, the $x$-axis, the lines $x = 0$ and $x = \log 2$ about the $x$-axis.

  8. Find the volume of the solid generated by revolving the region bounded by the curve $y = e^{x}$, the $x$-axis, the lines $x = 0$ and $x = 1$ about the $x$-axis.

  9. Find the volume of the solid generated by revolving the region bounded by the curve $y = \frac{1}{x}$, the $x$-axis, the lines $x = 1$ and $x = 2$ about the $x$-axis.

  10. Find the volume of the solid generated by revolving the region bounded by the curve $y = \sqrt{1 - x^{2}}$, the $x$-axis, the lines $x = 0$ and $x = 1$ about the $x$-axis.

Side Content