Skip to main content

Section 4.2 Exponential functions

Introduction goes here.
  • Population growth:
    \begin{equation*} \dv{y}{t}=ky \end{equation*}
    How can we figure out which function satisfies this relationship?
  • Introduce slope fields and Euler’s method
  • We find that the solution curves are always exponential curves. When \(k=1\text{,}\) we have \(\DS\dv{y}{t}=y\text{,}\) so we’ll call the solution for which \(y(0)=1\) the exponential function and label it \(y=\exp(t)\text{.}\)
  • By properties of derivatives, we know that the solution of \(\DS\dv{y}{t}=y\) with \(y(0)=c\) must be \(y=c\exp(t)\text{.}\) In particular, the solution of \(\DS\dv{y}{t}=y\) with \(y(0)=\exp(a)\) must be \(y=\exp(a)\exp(t)\text{.}\)
    However, using the Chain Rule, we can also show that \(y=\exp(a+t)\) is a solution of \(\DS\dv{y}{t}=y\) with \(y(0)=\exp(a)\text{,}\) since
    \begin{equation*} \dv{t}\exp(a+t) = \exp(a+t)\cdot\dv{t}(a+t) = \exp(a+t)\cdot 1 = \exp(a+t)\text{.} \end{equation*}
    Since the solution to a linear differential equation is unique, we must have \(\exp(a+t)=\exp(a)\exp(t)\text{.}\) This is exactly the behavior we expect from exponents, since \(b^{x+y}=b^xb^y\) for any base \(b\gt 0\text{.}\)
    It can be shown numerically that
    \begin{equation*} \exp(1)=2.718281828459045235\cdots=\ee\text{,} \end{equation*}
    so instead of \(\exp(t)\text{,}\) we can write \(\ee^t\text{,}\) and hence we have
    \begin{equation*} \ee^{a+t}=\ee^a\ee^t \end{equation*}
    as expected.
  • We can write this as an integral as well:
    \begin{align*} \int \ee^x\dd{x} \amp = \ee^x+C \end{align*}
  • Overall, the solution to the original differential equation \(\DS\dv{y}{t}=ky\) is
    \begin{equation*} y=y_{0}\ee^{kt}\text{.} \end{equation*}
  • When \(k\gt 0\text{,}\) we get exponential growth.
    When \(k\lt 0\text{,}\) we get exponential decay.