Section 8.5 The Transcendental Functions
Theorem 8.4.8 enables a use of power series that ends up being pretty handy: solving differential equations. We'll use this approach to define the transcendental functions we all know and love: the exponential, sine, and cosine functions.
Definition 8.5.1.
The exponential function \(\exp\) is the unique solution to the differential equation \(f'=f\) which has \(f(0)=1\text{.}\)
This definition is nice, but it doesn't give too much to work with. We'd like to get a better handle, so acting on faith (or, in fancier parlance, making an ansatz), we'll just go ahead and assume that \(\displaystyle\exp(x)=\sum_{k=0}^\infty a_k x^k\) can be expressed as a power series centered at \(x=0\text{.}\) Then our job is to figure out what the \(a_k\) are.
By Theorem 8.4.8, \(\displaystyle \frac{d}{dx}\exp x=\sum_{k=0}^\infty (k+1) a_{k+1} x^k\text{,}\) so the defining differential equation becomes
which can only happen if \(a_k=(k+1)a_{k+1}\text{,}\) or in other words, if \(a_{k+1}=\frac{1}{k+1}a_k\text{.}\) We further know that \(\exp(0)=1\text{,}\) so \(a_0=1\text{.}\) Thus we obtain:
and so on. Thus, if \(\exp\) is a power series, that power series can only be
We should then check that the claimed series actually does converge.
Checkpoint 8.5.2.
Find a solution to the differential equation \(f''=f+f'\) which satisfies \(f(0)=1, f'(0)=2\text{.}\)
Checkpoint 8.5.3.
If we define \(\sin x\) and \(\cos x\) to be functions which satisfy:
find a power series representation, centered at \(x=0\text{,}\) for \(\sin x\) and \(\cos x\text{.}\)
Checkpoint 8.5.4.
If we define \(\sinh x\) and \(\cosh x\) to be functions which satisfy:
find a power series representation, centered at \(x=0\text{,}\) for \(\sinh x\) and \(\cosh x\text{.}\)