In single variable calculus, we were able to use derivatives to approximate functions through Taylor polynomials. We were able to do this because derivatives encode significant information about the behavior of a function. In the best situations, a function is completely determined (up to a constant) by its derivatives. Approximating functions with polynomial is incredibly useful for applications and computations, since computations involving polynomials are typically much simpler than computations involving arbitrary functions.

We would like to do something similar in multivariable calculus, and we will use derivatives to investigate the behavior of functions. Before we embark towards this goal, we’ll begin by reviewing Taylor polynomials in single variable calculus, and see how we can immediately extend these to multivariable functions in some special cases.

Review of Taylor polynomials

In single variable calculus, we defined Taylor polynomials using the derivatives of a function . The idea behind this definition is to define a polynomial that will have the same derivatives as , up to the degree of the polynomial.

We’ll show that the first and second derivatives of and at are the same for , and we’ll leave this verification for higher derivatives as an exercise. Taking the first derivative of , we obtain

Plugging in , we have

so we see that . Now let’s check the second derivatives. Differentiating , we obtain Plugging in , we have

So we see that the second derivatives match as well, and hopefully the pattern is clear enough to believe that higher order derivatives will match as well.

We’ll do an example computation of a Taylor polynomial, and then review some important Taylor polynomials.

In the following proposition, we list several common Taylor polynomials that are useful to remember.

Taylor polynomials of multivariable functions

We’ll now turn our attention to multivariable functions. In order to define Taylor polynomials for multivariable functions, we need to be able to take higher order derivatives of multivariable functions. For the first derivative, we have the derivative matrix giving the total derivative of a multivariable function. However, we haven’t defined any analogous “second order total derivative,” much less higher order derivatives! We will need to do this before we can give any sort of definition of Taylor polynomials beyond degree one.

For now, we can think of the Taylor polynomial as giving the best polynomial approximation for a function, and use our knowledge about single variable Taylor polynomials in order to find Taylor polynomials of some special multivariable functions.