14.4.7.
Find an equation of the tangent plane to \(F(r,s) = r^2 s^{-\frac{1}{2}} + s^{-3}\) at the point \((2,1)\text{.}\)
Solution.
First, we compute the function value at the point \((2,1)\text{:}\)
\begin{align*}
F(2,1) \amp = (2)^2 (1)^{-1/2} + (1)^{-3} = 4 + 1 = 5
\end{align*}
Next, we find the partial derivatives:
\begin{align*}
F_r(r,s) \amp = 2rs^{-1/2} \\
F_s(r,s) \amp = -\frac{1}{2}r^2s^{-3/2} - 3s^{-4}
\end{align*}
Evaluate the derivatives at \((2,1)\text{:}\)
\begin{align*}
F_r(2,1) \amp = 2(2)(1) = 4 \\
F_s(2,1) \amp = -\frac{1}{2}(4)(1) - 3(1) = -2 - 3 = -5
\end{align*}
The equation of the tangent plane is:
\begin{align*}
z - z_0 \amp = F_r(2,1)(r - 2) + F_s(2,1)(s - 1) \\
z - 5 \amp = 4(r - 2) - 5(s - 1) \\
z \amp = 4r - 5s - 8 + 5 + 5 \\
z \amp = 4r - 5s + 2
\end{align*}
