To find the Taylor polynomial of a function \( f \) at a point \( a \), we use the formula:
\[
P_n(t) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!} (t-a)^k
\]
where \( f^{(k)}(a) \) is the \( k \)-th derivative of \( f \) evaluated at \( a \).
For \( f(t) = e^t \), all
Show more…