Proofs
Euler's formula: exponential form of a complex number
Let \( z \in \mathbb{C}\) a complex number having as a module \( |z|= 1\) under its trigononmetric form such as:
We know that the Taylor series of \(e^x\) at \(0\) is:
Thus, if we develop a Taylor series of \(e^{ix}\) at \(0\), we do have:
Now, we notice two known Taylor series , those of the \(\cos(x)\) and \(\sin(x)\) functions:
Assuming that all the remainder are tending towards \( 0 \) when \( n \to \infty \):
Thus, the complex number \( z \) having as a module \( |z|= 1\) can be written under its exponential form:
And finally,
Now, whatever complex number \( z \) will be written as:
Be careful not to get mixed up with the "\( x \)" of \( e^{ix} \) of the Euler's formula with the one in a complex number written\( z = x + iy \). In the Euler's formula, le "\( x \)" represents an angle, or even the argument of a complex .
Euler's trigonometric formulas
Let \( z \in \mathbb{C}\) be a complex number having as a module under its trigonometric form, and its conjugate \( \overline{z} \) such as:
With the exponential form of the complex numbers seen above, we can rewrite this two expressions as:
Raising those two expressions at the power of \(p\):
Now, performing the operation \( (1) + (2) \), we do have:
Moreover, performing the operation \( (1) - (2) \):
As a result we obtain that,
Examples
Mainly in the frame of integration , it can be useful to work with simplified forms of trigonometric functions.
-
Linearization of a trigonometric function
If we want to linearize \(\cos^3(x) \), we do have:
$$ \cos^3(x) = \Biggl( \frac{e^{ix} + e^{-ix}}{2} \Biggr)^3 $$But, we know from the Newton's binomial that:
$$\forall n \in \mathbb{N}, \enspace \forall (a, b) \in \hspace{0.04em} \mathbb{R}^2,$$$$ (a + b)^n = \sum_{p = 0}^n \binom{n}{p} a^{n-p}b^p $$Hence,
$$ \left(e^{ix} + e^{-ix}\right) ^3 = e^{3ix} + 3e^{ix} + 3e^{-ix} + e^{-3ix} $$Injecting now our initial expression:
$$ \cos^3(x) = \frac{e^{3ix} + e^{-3ix} + 3e^{ix} + 3e^{-ix}}{8} $$$$ \cos^3(x) = \frac{1}{4}\Biggl( \frac{e^{3ix} + e^{-3ix}}{2} \Biggr) + \frac{3}{4}\Biggl( \frac{e^{ix} + e^{-ix}}{2} \Biggr) $$And finally,
$$ \cos^3(x) = \frac{1}{4}\Bigl( \cos(3x) + 3\cos(x) \Bigr)$$ -
To transform a trigonometric product into a sum
If we want to transform the product \(\cos(px)\sin(qx) \) into a sum, we do have:
$$\cos(px)\sin(qx) = \Biggl( \frac{e^{ipx} + e^{-ipx}}{2} \Biggr) \Biggl( \frac{e^{iqx} - e^{-iqx}}{2i} \Biggr) $$$$\cos(px)\sin(qx) = \frac{e^{i(p+q)x} - e^{i(p-q)x} + e^{-i(p-q)x} - e^{-i(p+q)x}}{4i} $$$$\cos(px)\sin(qx) = \frac{1}{2} \left( \frac{e^{i(p+q)x} - e^{-i(p+q)x}}{2i} - \frac{e^{i(p-q)x} - e^{-i(p-q)x}}{2i} \right) $$And as a result,
$$\cos(px)\sin(qx) = \frac{1}{2} \Biggl( \sin\Bigl[(p+q)x\Bigr] + \sin\Bigl[(-p+q)x\Bigr] \Biggr) $$
Back to top