One of the fundamental formulas in geometry is for the area \(A\) of a circle of radius r: \(A = \pi r^2\). The calculus-based proof of that formula uses a definite integral evaluated by means of a trigonometric substitution, as will now be demonstrated.
Use the circle of radius \(r >0\) centered at the origin \((0,0)\) in the \(xy\)-plane, whose equation is \(x^2 + y^2 = r^2\) (see Figure 6.3.1(a) below).
By symmetry about the \(x\)-axis, the area \(A\) of the circle is twice the area of its upper hemisphere (see Figure 6.3.1(b) above), which is the area under the curve \(y =\sqrt{r^2 - x^2}\):
To evaluate this integral, recall from trigonometry that any point \((x,y)\) on the circle can be written as \((x,y)=(r\cos\,\theta,r\sin\,\theta)\), where \(0 \le \theta < 2\pi\) (in radians) is the angle shown in Figure 6.3.1(a). Figure 6.3.1(b) shows that as \(x\) goes from \(x=-r\) to \(x=r\), the angle \(\theta\) goes from \(\theta = \pi\) to \(\theta = 0\). Now substitute \(x=r\,\cos\,\theta\) and \(\dx=-r\,\sin\,\theta\,\dtheta\) into the integral and change the limits of integration from \(x=-r\) and \(x=r\) to \(\theta =\pi\) and \(\theta=0\), respectively:
For an indefinite integral of the general form \(\int \sqrt{a^2 - u^2}\;\du\), the same calculation as above with the substitutions \(u=a \cos\,\theta\) and \(\du=-a \sin\,\theta\,\dtheta\) yields
which is still in terms of \(\theta\). To put this back in terms of \(u\), use \(\theta = \cos^{-1} (\frac{u}{a})\), the double-angle formula \(\sin\,2\theta = 2\,\sin\,\theta\,\cos\,\theta\), and \(\sqrt{a^2 - u^2} = \sqrt{a^2\,\sin^2\,\theta} = a\,\sin\,\theta\). Then
which results in the following formula:
Theorem 6.2
It is left as an exercise to show that the substitution \(u=a \sin\,\theta\) gives:
Theorem 6.3
That these two seemingly different antiderivatives are equivalent follows immediately from the identity \(\sin^{-1} x \,+\, \cos^{-1} x \,=\, \frac{\pi}{2}\) for all \(-1 \le x \le 1\), which shows that the antiderivatives differ by the constant \(\frac{\pi a^2}{4}\) (absorbed in the generic constant \(C\)):
Thus, either substitution—\(u=a \cos\,\theta\) or \(u=a \sin\,\theta\)—can be used when evaluating the integral \(\int \sqrt{a^2 - u^2}\,\du\). The latter choice is sometimes preferred, to avoid the negative sign in \(\du\) and the resulting formula.
Example 6.16
Evaluate \(~\displaystyle\int \sqrt{9-4x^2}~\dx~\).
Solution: The integrand is of the form \(\sqrt{a^2 - u^2}\) with \(a=3\) and \(u=2x\), so that \(\du = 2\dx\). Then \(\dx = \frac{1}{2}\du\) and so:
In general, when other methods fail, use the table below as a guide for certain types of integrals, making use of the specified substitution and trigonometric identity:
| \(\vphantom{\displaystyle\int}\)Integral contains | Substitution | Identity |
| \(\sqrt{a^2 \,-\, u^2}\vphantom{\displaystyle\int^{x^2}}\) | \(u ~=~ a\,\sin\,\theta\) | \(1 ~-~ \sin^2 \theta ~=~ \cos^2 \theta\) |
| \(\sqrt{a^2 \,+\, u^2}\vphantom{\displaystyle\int^{x^2}}\) | \(u ~=~ a\,\tan\,\theta\) | \(1 ~+~ \tan^2 \theta ~=~ \sec^2 \theta\) |
| \(\sqrt{u^2 \,-\, a^2}\vphantom{\displaystyle\int^{x^2}}\) | \(u ~=~ a\,\sec\,\theta\) | \(\sec^2 \theta ~-~ 1 ~=~ \tan^2 \theta\) |
For example, the substitution \(u = a\,\tan\,\theta\) leads to the following formula:
Theorem 6.4
Similarly, the substitution \(u = a\,\sec\,\theta\) yields this formula:
Theorem 6.5
The proof of each formula requires this result from Example 6.7 in Section 6.1:
Theorem 6.6
The above substitutions can be used even if no square roots are present.
Example 6.17
Evaluate \(~\displaystyle\int \frac{\dx}{(1 + x^2)^2}~\).
Solution: Notice that this integral cannot be evaluated by using the Power Formula with the substitution \(u=1+x^2\) (why?). Integration by parts does not look promising, either. So try a trigonometric substitution. The integrand contains a term of the form \(a^2 + u^2\) (with \(a=1\) and \(u=x\)), so use the substitution \(x=\tan\,\theta\). Then \(\dx = \sec^2 \theta\,\dtheta\) and so
by the trigonometric double-angle identity
\(\sin\,2\theta = 2\,\sin\,\theta\;\cos\,\theta\).
[r]
The simplest way to get expressions for \(\sin\,\theta\) and \(\cos\,\theta\) in
terms of \(x\) is to draw a right triangle with an angle \(\theta\) such that
\(\tan\,\theta = x = \frac{x}{1}\), as in the drawing on the right. The hypotenuse
must then be \(\sqrt{1+x^2}\) (by the Pythagorean Theorem), which makes it easy to
read off the values of \(\sin\,\theta\) and \(\cos\,\theta\):
Since \(\theta = \tan^{-1} x\), putting the integral back in terms of \(x\) yields:
Note: An alternative method for getting \(\sin\,\theta\) and \(\cos\,\theta\) in terms of \(x\) would be to put \(\tan\,\theta = x\) in the identity \(\sec^2 \theta = 1 + \tan^2 \theta\) to solve for \(\cos\,\theta\), then use the identity \(\sin^2 \theta = 1 - \cos^2 \theta\) to solve for \(\sin\,\theta\).
By completing the square, quadratic expressions in \(x\) can be put in one of the forms \(a^2 \pm u^2\) or \(u^2 - a^2\), enabling the use of the corresponding trigonometric substitution.
Example 6.18
Evaluate \(~\displaystyle\int \frac{\dx}{(4x^2 + 8x - 5)^{3/2}}~\).
Solution: This integral cannot be evaluated by using the Power Formula, so try a trigonometric substitution. Complete the square on the expression \(4x^2 + 8x - 5\):
This expression is now of the form \(u^2 - a^2\) for \(u=2\,(x+1)\) and \(a=3\). Use the substitution \(u=a\,\sec\,\theta\), which means \(2\,(x+1) = 3\,\sec\,\theta\). Then \(2\,\dx = 3\,\sec\,\theta\;\tan\,\theta\;\dtheta\) and so:
[r]
To get an expression for \(\csc\,\theta\) in terms of \(x\), draw a right
triangle with an angle \(\theta\) such that \(\sec\,\theta = \frac{2(x+1)}{3}\), as
in the drawing on the right. The side opposite \(\theta\) must then be
\(\sqrt{4x^2 + 8x - 5}\) (by the Pythagorean Theorem), and hence:
Putting the integral back in terms of \(x\) yields:
Note: Trigonometric identities could have been used to obtain \(\csc\,\theta\) by knowing \(\sec\,\theta\).
The following integrals from Section 5.4 might be helpful for the exercises:
A
For Exercises 1-16, evaluate the given integral.
4
\(\displaystyle\int \sqrt{9 + 4x^2}~\dx\)
\(\displaystyle\int \sqrt{2 - 3x^2}~\dx\)
\(\displaystyle\int \sqrt{4x^2 - 9}~\dx\)
\(\displaystyle\int \sqrt{x^2 + 2x + 10}~\dx\)
4
\(\displaystyle\int \frac{\sqrt{1 - x^2}}{x^2}~\dx\)
\(\displaystyle\int \frac{x^2~\dx}{\sqrt{x^2 - 9}}\vphantom{\displaystyle\int \frac{\sqrt{1 - x^2}}{x^2}}\)
\(\displaystyle\int \frac{\dx}{x\,\sqrt{1 + x^2}}\vphantom{\displaystyle\int \frac{\sqrt{1 - x^2}}{x^2}}\)
\(\displaystyle\int \frac{\dx}{x^2\,\sqrt{a^2 + x^2}}~~~(a > 0)\vphantom{\displaystyle\int \frac{\sqrt{1 - x^2}}{x^2}}\)
4
\(\displaystyle\int \frac{x^3~\dx}{\sqrt{x^2 + 4}}\vphantom{\displaystyle\int \frac{x^2~\dx}{\sqrt{a^2 - x^2}}}\)
\(\displaystyle\int \frac{dx}{(4x^2 - 9)^{3/2}}\vphantom{\displaystyle\int \frac{x^2~\dx}{\sqrt{a^2 - x^2}}}\)
\(\displaystyle\int \frac{dx}{(9 + 4x^2)^2}\vphantom{\displaystyle\int \frac{x^2~\dx}{\sqrt{a^2 - x^2}}}\)
\(\displaystyle\int \frac{x^2~\dx}{\sqrt{a^2 - x^2}}~~~(a > 0)\)
4
\(\displaystyle\int \frac{x^3~\dx}{\sqrt{9 - x^2}}\vphantom{\displaystyle\int \frac{\sqrt{4 - x^2}}{x}}\)
\(\displaystyle\int \frac{\sqrt{4 - x^2}}{x}~\dx\)
\(\displaystyle\int \frac{(x - 4)~\dx}{\sqrt{-9x^2 + 36x - 32}}\vphantom{\displaystyle\int \frac{\sqrt{4 - x^2}}{x}}\)
\(\displaystyle\int \frac{dx}{(4x^2 + 16x + 15)^{3/2}}\vphantom{\displaystyle\int \frac{\sqrt{4 - x^2}}{x}}\)
Prove formula (6.7) directly by using the substitution \(u=a \sin\,\theta\). 2
Prove formula (6.8).
Prove formula (6.9).
Show that using the substitution \(u=a \cot\,\theta\) to evaluate the integral \(\int \sqrt{a^2 + u^2}\,\dx~\) leads to an antiderivative equivalent to the one in formula (6.8).
Show that using the substitution \(u=a \csc\,\theta\) to evaluate the integral \(\int \sqrt{u^2 - a^2}\,\dx~\) leads to an antiderivative equivalent to the one in formula (6.9).
B
The integrals \(~\displaystyle\int \frac{\dx}{\sqrt{x^2 \pm a^2}}~\) can be evaluated without the use of trigonometric substitutions, by using differentials:
For \(u^2 = x^2 \pm a^2\), show that
\[ \frac{\dx}{u} ~=~ \frac{d\,(x+u)}{x+u} ~. \]Integrate both sides of the result from part (a).
Note: In general, many integrals involving \(\sqrt{x^2 \pm a^2}\) can be handled with a similar manipulation of differentials, with varying complexity.
According to Newtonian physics the path of a photon grazing the surface of the Sun should be deflected by the Sun’s gravitational field by an angle \(\theta\), given approximately by
\[ \theta ~=~ \ABS{\frac{2\,GMR}{c^2}\,\int_{\infty}^0 \frac{\dy}{(R^2 + y^2)^{3/2}}} \]where \(c= 2.998 \times 10^8\) m/s is the speed of light, \(G = 6.67 \times 10^{-11}\) N/m2/kg2 is the gravitational constant, \(M = 1.99 \times 10^{30}\) kg is the mass of the Sun, and \(R = 6.96 \times 10^{8}\) m is the radius of the Sun. Show that
\[ \theta ~=~ \frac{2\,GM}{c^2 R} ~=~ 4.24 \times 10^{-6}~\text{radians} ~=~ 2.43 \times 10^{-4}~\text{degrees} ~\approx~ 0.875~\text{seconds of arc,} \]where 1 second of arc \(= 1/3600\) of 1 degree.[1]
- Albert Einstein published this result in 1911, then showed in 1915 that the true angle should be double that amount, due to the curvature of space. Experiments verified Einstein’s prediction. See pp.69-71 in Serway, R.A., C.J. Moses and C.A. Moyer, Modern Physics, Orlando, FL: Harcourt Brace Jovanovich Publishers, 1989. ↩