Skip to main content

Section 16.2 Euler’s formula and its consequences

Introduction goes here.
  • Reconsider the differential equation \(f''(t) = -f(t)\text{.}\) Thinking of \(f\) as a vector-valued function, we’ve seen this behavior before when considering circular motion, where the velocity vector is always perpendicular to the position vector, and the acceleration vector is always opposite to the position vector. This suggests that we can express the solution in terms of sine and cosine functions, which are known to describe circular motion.
    However, knowing that multiplying by \(\ii\) corresponds to such a rotation, we need a function whose derivative is equal to itself multiplied by \(\ii\text{.}\) The exponential function is a natural candidate for this, as it has the property that its derivative is equal to itself. By substituting \(f(t) = \ee^{\ii t}\) into the differential equation, we can verify that it satisfies the equation, confirming that it is indeed a solution.
    Since the solution to \(\bv{r}''(t) = -\bv{r}(t)\) is \((\cos t, \sin t)\text{,}\) we can express this in terms of the exponential function as \(\ee^{\ii t} = \cos t + \ii \sin t\text{.}\) This relationship is known as Euler’s formula.
  • Can also substitute \(x=\ii\theta\) into the Maclaurin series for \(\ee^{x}\) and rearrange to arrive at Euler’s formula:
    \begin{equation*} \ee^{\ii\theta}=\cos\theta+\ii\sin\theta \end{equation*}

    Aside

    This gives us exponential form of a complex number:
    \begin{equation*} z=r\ee^{\ii\theta} \end{equation*}
  • Apply to more general second-order linear differential equation:
    \begin{equation*} y''+my'+by=0 \end{equation*}
  • Now we can multiply and divide \(z=r\ee^{\ii\theta}\) and \(w=s\ee^{\ii\phi}\) as follows:
    \begin{align*} zw \amp = rs\ee^{\ii(\theta+\phi)}\\ \frac{z}{w} \amp = \frac{r}{s}\ee^{\ii(\theta-\phi)} \end{align*}
  • Exponential form of Fourier series (good to put in exercises):
    \begin{equation*} \sum_{k=-\infty}^{\infty}c_{n}\ee^{\ii kx} \end{equation*}
  • Extending exponential function to complex inputs:

    Aside

    \begin{align*} \ee^z \amp = \ee^{x+\ii y}\\ \amp = \ee^{x}\ee^{\ii y}\\ \amp = \ee^{x}\cos y + \ii\ee^{x}\sin y \end{align*}
    Is now \(2\pii\ii\) periodic in the imaginary direction!
  • Trigonometric functions:
    \begin{align*} \sin z \amp = \frac{\ee^{\ii z}-\ee^{-\ii z}}{2\ii} = \sin x \cosh y + \ii\cos x\sinh y\\ \cos z \amp = \frac{\ee^{\ii z}+\ee^{-\ii z}}{2} = \cos x \cosh y - \ii\sin x\sinh y \end{align*}
    All other trigonometric functions are defined based on these. Also, we can actually find solutions to equations like \(\sin z=5\) now!
  • Hyperbolic functions:
    \begin{align*} \sinh z \amp = \frac{\ee^{z}-\ee^{-z}}{2} = \sinh x \cos y + \ii\cosh x\sin y\\ \cosh z \amp = \frac{\ee^{z}+\ee^{-z}}{2} = \cosh x \cos y + \ii\sinh x\sin y \end{align*}
    Relationships between trigonometric and hyperbolic functions:
    \begin{align*} \sin \ii z \amp = \ii \sinh z \amp \cos \ii z \amp = \cosh z\\ \sinh \ii z \amp = \ii \sin z \amp \cosh \ii z \amp = \cos z \end{align*}