Taylor Series
The idea of the Taylor series is to approximate a function around a point with a polynomial. This is done by adjusting the coefficients of the polynomial such that its derivates match that of the function that is being approximated to a certain degree.
For the approximating polynomial, the coefficient of each -term is the value of the derivative (of the original function) evaluated at , divided by . (3Blue1Brown)
This makes it so that first, the value of the two functions is identical at , then the slope is identical, then the rate of change, then the rate of change of the rate of change, and so on. The more terms you add, the closer the approximation.
You can craft the approximation for any point by evaluating the derivate at that point instead. The general equation for a Taylor series of a function turns out to be:
TODO: add bit about approximations for functions with more than one variable.
Last updated