Integration using Euler's formula

From HandWiki
Short description: Use of complex numbers to evaluate integrals

In integral calculus, Euler's formula for complex numbers may be used to evaluate integrals involving trigonometric functions. Using Euler's formula, any trigonometric function may be written in terms of complex exponential functions, namely [math]\displaystyle{ e^{ix} }[/math] and [math]\displaystyle{ e^{-ix} }[/math] and then integrated. This technique is often simpler and faster than using trigonometric identities or integration by parts, and is sufficiently powerful to integrate any rational expression involving trigonometric functions.[1]

Euler's formula

Euler's formula states that [2]

[math]\displaystyle{ e^{ix} = \cos x + i\,\sin x. }[/math]

Substituting [math]\displaystyle{ -x }[/math] for [math]\displaystyle{ x }[/math] gives the equation

[math]\displaystyle{ e^{-ix} = \cos x - i\,\sin x }[/math]

because cosine is an even function and sine is odd. These two equations can be solved for the sine and cosine to give

[math]\displaystyle{ \cos x = \frac{e^{ix} + e^{-ix}}{2}\quad\text{and}\quad\sin x = \frac{e^{ix}-e^{-ix}}{2i}. }[/math]

Examples

First example

Consider the integral

[math]\displaystyle{ \int \cos^2 x \, dx . }[/math]

The standard approach to this integral is to use a half-angle formula to simplify the integrand. We can use Euler's identity instead:

[math]\displaystyle{ \begin{align} \int \cos^2 x \, dx \,&=\, \int \left(\frac{e^{ix}+e^{-ix}}{2}\right)^2 dx \\[6pt] &=\, \frac14\int \left( e^{2ix} + 2 +e^{-2ix} \right) dx \end{align} }[/math]

At this point, it would be possible to change back to real numbers using the formula e2ix + e−2ix = 2 cos 2x. Alternatively, we can integrate the complex exponentials and not change back to trigonometric functions until the end:

[math]\displaystyle{ \begin{align} \frac14\int \left( e^{2ix} + 2 + e^{-2ix} \right) dx &= \frac14\left(\frac{e^{2ix}}{2i} + 2x - \frac{e^{-2ix}}{2i}\right)+C \\[6pt] &= \frac14\left(2x + \sin 2x\right) +C. \end{align} }[/math]

Second example

Consider the integral

[math]\displaystyle{ \int \sin^2 x \cos 4x \, dx. }[/math]

This integral would be extremely tedious to solve using trigonometric identities, but using Euler's identity makes it relatively painless:

[math]\displaystyle{ \begin{align} \int \sin^2 x \cos 4x \, dx &= \int \left(\frac{e^{ix}-e^{-ix}}{2i}\right)^2\left(\frac{e^{4ix}+e^{-4ix}}{2}\right) dx \\[6pt] &= -\frac18\int \left(e^{2ix} - 2 + e^{-2ix}\right)\left(e^{4ix}+e^{-4ix}\right) dx \\[6pt] &= -\frac18\int \left(e^{6ix} - 2e^{4ix} + e^{2ix} + e^{-2ix} - 2e^{-4ix} + e^{-6ix}\right) dx. \end{align} }[/math]

At this point we can either integrate directly, or we can first change the integrand to 2 cos 6x − 4 cos 4x + 2 cos 2x and continue from there. Either method gives

[math]\displaystyle{ \int \sin^2 x \cos 4x \, dx = -\frac{1}{24} \sin 6x + \frac18\sin 4x - \frac18 \sin 2x + C. }[/math]

Using real parts

In addition to Euler's identity, it can be helpful to make judicious use of the real parts of complex expressions. For example, consider the integral

[math]\displaystyle{ \int e^x \cos x \, dx. }[/math]

Since cos x is the real part of eix, we know that

[math]\displaystyle{ \int e^x \cos x \, dx = \operatorname{Re}\int e^x e^{ix}\, dx. }[/math]

The integral on the right is easy to evaluate:

[math]\displaystyle{ \int e^x e^{ix} \, dx = \int e^{(1+i)x}\,dx = \frac{e^{(1+i)x}}{1+i} + C. }[/math]

Thus:

[math]\displaystyle{ \begin{align} \int e^x \cos x \, dx &= \operatorname{Re}\left(\frac{e^{(1+i)x}}{1+i}\right) + C \\[6pt] &= e^x\operatorname{Re}\left(\frac{e^{ix}}{1+i}\right) +C \\[6pt] &= e^x\operatorname{Re}\left(\frac{e^{ix}(1-i)}{2}\right) +C \\[6pt] &= e^x \frac{\cos x + \sin x}{2} +C. \end{align} }[/math]

Fractions

In general, this technique may be used to evaluate any fractions involving trigonometric functions. For example, consider the integral

[math]\displaystyle{ \int \frac{1+\cos^2 x}{\cos x + \cos 3x} \, dx. }[/math]

Using Euler's identity, this integral becomes

[math]\displaystyle{ \frac12 \int \frac{6 + e^{2ix} + e^{-2ix} }{e^{ix} + e^{-ix} + e^{3ix} + e^{-3ix}} \, dx. }[/math]

If we now make the substitution [math]\displaystyle{ u = e^{ix} }[/math], the result is the integral of a rational function:

[math]\displaystyle{ -\frac{i}{2}\int \frac{1+6u^2 + u^4}{1 + u^2 + u^4 + u^6}\,du. }[/math]

One may proceed using partial fraction decomposition.

See also

References

  1. Kilburn, Korey. "Applying Euler’s Formula to Integrate". American Review of Mathematics and Statistics (American Research Institute for Policy Development) 7: 1-2. doi:10.15640/arms.v7n2a1. ISSN 2374-2348. https://doi.org/10.15640/arms.v7n2a1. 
  2. Weisstein, Eric W.. "Euler Formula" (in en). https://mathworld.wolfram.com/EulerFormula.html.