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.
\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!
\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*}