Skip to main content

Section 8.4 Linearizing \(z = f(x,y)\)

We can estimate the behavior of a function of two variables \(z = f(x,y)\) around a point \(P_0(x_0, y_0, f(x_0,y_0))\) by making the observation that the tangent plane to the surface \(z = f(x,y)\) at \(P_0\) can be used as such an approximation. Below is the formal definition.

Definition 8.8.

The linearization of a differentiable function \(f(x,y)\) at a point \((x_0,y_0)\) is the function
\begin{equation} L(x,y) = f_x(x_0,y_0)(x - x_0) + f_y(x_0,y_0)(y - y_0) + f(x_0,y_0).\tag{8.18} \end{equation}
The linearized function \(L(x,y)\) can be used as an approximation for \(f(x,y)\) near \((x_0,y_0)\text{.}\)
Note that solving (8.2) for \(z\) gives exactly \(z = L(x,y)\text{:}\) the graph of the linearization is the tangent plane to the surface at \(P_0\text{.}\)

Example 8.9. Linear Approximation of a Function.

Consider the function \(f(x,y) = -2x^2 - 2xy^3 - 2x\text{.}\) Approximate \(f(x,y)\) near the point \(P_0\left(-0.5,\, -0.5,\, f(-0.5,-0.5)\right)\) with a linear function \(L(x,y)\text{.}\)

Solution.

We use the equation of the tangent plane at \(P_0\left(-0.5, -0.5, f(-0.5,-0.5)\right)\) as a linear approximation for the surface, as follows. First we evaluate \(f\) and its partial derivatives at the point:
\begin{align*} f(-0.5,-0.5) \amp= \frac{3}{8}\\ f_x(x,y) \amp= -4x - 2y^3 - 2 \;\Rightarrow\; f_x(-0.5,-0.5) = 2 + \frac{1}{4} - 2 = \frac{1}{4}\\ f_y(x,y) \amp= -6xy^2 \;\Rightarrow\; f_y(-0.5,-0.5) = \frac{3}{4}. \end{align*}
Then, by (8.18),
\begin{align} f(x,y) \amp\approx L(x,y)\notag\\ \amp= f_x(x_0,y_0)(x - x_0) + f_y(x_0,y_0)(y - y_0) + f(x_0,y_0)\notag\\ \amp= \frac{1}{4}\left(x + \frac{1}{2}\right) + \frac{3}{4}\left(y + \frac{1}{2}\right) + \frac{3}{8}.\tag{8.19} \end{align}
FigureΒ 8.10 shows the graph of \(f\) together with the graph of \(L\text{,}\) which is the tangent plane patch at \(P_0\text{.}\)
described in detail following the image
A blue mesh surface, the graph of z equals negative 2 x squared minus 2 x y cubed minus 2 x, seen close up around the point P 0. A flat dark red patch of the tangent plane z equals L of x y cuts through the mesh, touching it at the green point P 0 with coordinates negative one half, negative one half, three eighths: near P 0 the patch and the surface are indistinguishable, while away from P 0 the surface curves down and away from the flat patch. A long black arrow leaves P 0 at right angles to the patch, showing the normal direction to the surface there. A legend below the picture names the surface, the tangent plane, the point P 0, and the normal direction.
Figure 8.10. The graph of \(z = -2x^2 - 2xy^3 - 2x\) and the tangent plane at \(P_0\left(-\frac12, -\frac12, \frac38\right)\text{,}\) whose equation is \(z = L(x,y) = \frac14\left(x+\frac12\right) + \frac34\left(y+\frac12\right) + \frac38\text{.}\) The view is close in on \(P_0\text{,}\) where the plane hugs the surface, so that \(L(x,y)\) approximates \(f(x,y)\text{;}\) farther out the surface curves away from the plane. The arrow at \(P_0\) is the normal direction to the surface.
You have attempted of activities on this page.