|
|
At each point (x0, y0) in the domain of f, we can construct a first-degree Taylor approximation -- i.e., a best-fitting linear function L(x,y) -- by the formula

We see from the formula that f and L have the same value at (x0, y0), as do the first partial derivatives fx and Lx, fy and Ly. The graph of L is the tangent plane to the graph of f at (x0, y0).
Similarly, we can construct the second-degree Taylor approximation at (x0, y0) -- a best-fitting quadratic function Q(x,y) -- by

where the coefficients A, B, and C are given by
|
|
|
At (x0, y0), Q shares with f the function value and all values of first and second partial derivatives.
Start with delta = 0.5, and reduce to 0.1. Describe the extent to which the contours for L resemble the contours for f.
|
|
| modules at math.duke.edu | Copyright CCP and the author(s), 1999 |