Problem on finding a tangent plane
$\newcommand{\bfA}{\mathbf{A}}$ $\newcommand{\bfB}{\mathbf{B}}$ $\newcommand{\bfC}{\mathbf{C}}$ $\newcommand{\bfF}{\mathbf{F}}$ $\newcommand{\bfI}{\mathbf{I}}$ $\newcommand{\bfa}{\mathbf{a}}$ $\newcommand{\bfb}{\mathbf{b}}$ $\newcommand{\bfc}{\mathbf{c}}$ $\newcommand{\bfd}{\mathbf{d}}$ $\newcommand{\bfe}{\mathbf{e}}$ $\newcommand{\bfi}{\mathbf{i}}$ $\newcommand{\bfj}{\mathbf{j}}$ $\newcommand{\bfk}{\mathbf{k}}$ $\newcommand{\bfn}{\mathbf{n}}$ $\newcommand{\bfr}{\mathbf{r}}$ $\newcommand{\bfu}{\mathbf{u}}$ $\newcommand{\bfv}{\mathbf{v}}$ $\newcommand{\bfw}{\mathbf{w}}$ $\newcommand{\bfx}{\mathbf{x}}$ $\newcommand{\bfy}{\mathbf{y}}$ $\newcommand{\bfz}{\mathbf{z}}$
Give the equation for the tangent plane to the surface $z x^2 + x y^2 + y z^2 = 5$ at the point $(-1,1,2)$.
Solution
Because we seek a plane, recall that
A plane is specified by a point and a normal vector
To specify a plane, we need a point $\bfx_0$ and a normal vector $\bfn$.
The plane going through $\bfx_0$ with normal vector $\bfn$ is given by $$(\mathbf{x} - \mathbf{x_0}) \cdot \mathbf{n} = 0$$
We know that the plane contains the point $\mathbf{x_0} = \langle -1,1,2 \rangle$. Thus, all we need is a normal vector to the plane.
The normal vector to our plane will be given by a normal vector to the surface.
Recall that
Normal vector to an implicitly defined surface
Gradient is perpendicular to level curves
Level curves and surfaces
To find a normal vector to a surface, view that surface as a level set of some function $g(x,y,z)$.
A normal vector to the implicitly defined surface $g(x,y,z) = c$ is $\nabla g(x,y,z)$.
We observe that the surface is given implicitly. That is, it is of the form $g(x,y,z) = c$, where $g(x,y,z) = z x^2 + x y^2 + y z^2 $ and $c=5$.
Definition of the gradient
A normal vector to the surface is given by by the gradient \begin{align}\nabla g(x,y,z) &= \langle 2xz + y^2, 2xy + z^2, 2yz+x^2 \rangle, \\
\nabla g(-1,1,2) &= \langle -3, 2, 5 \rangle.
\end{align}
Letting $\bfx = \langle x, y, z \rangle$, the normal plane is given by \begin{align} \Bigl ( \langle x,y,z \rangle - \langle -1,1, 2 \rangle \Bigr) \cdot \langle -3, 2, 5 \rangle &= 0 \\ -3(x+1) +2 (y-1) + 5 (z-2) &= 0 \\ -3 x + 2 y + 5z &=15. \end{align}
Related topics
Multivariable calculus
(147 problems)
Lines, Planes, and Curves
(13 problems)
Lines and planes
(10 problems)
The plane going through $\bfx_0$ with normal vector $\bfn$ is given by $\bfn \cdot \bfx = \bfn \cdot \bfx_0.$
(4 problems)
Functions of several variables
(36 problems)
The level curves of $f(x,y)$ are curves in the $xy$-plane along which $f$ has a constant value.
(13 problems)
Gradient
(18 problems)
$\nabla f(x,y) = \partial_x f(x,y) \mathbf{i} + \partial_y f(x,y) \mathbf{j}$
(15 problems)
The gradient $\nabla f(x,y)$ is perpendicular to the level curve of $f$ that contains $(x,y)$.
(7 problems)
Surfaces in 3d
(10 problems)
Normal vectors to surfaces
(5 problems)
A normal vector to the surface $g(x,y,z)=0$ at $(x,y,z)$ is given by $\nabla g(x,y,z)$.
(5 problems)
Tangent planes to surfaces
(2 problems)