We use the linear approximation of the function \(f(x,y,z) = \dfrac{x}{\sqrt{yz}}\) at the point \((a,b,c) = (8,2,2)\text{,}\) which is
\begin{equation*}
f(x,y,z) \approx L(x,y,z) = f(a,b,c) + f_x(a,b,c) dx + f_y(a,b,c) dy + f_z(a,b,c) dz
\end{equation*}
We need to find the values of \(f(8,2,2)\text{,}\) \(f_x(8,2,2)\text{,}\) \(f_y(8,2,2)\text{,}\) and \(f_z(8,2,2)\text{.}\)
\begin{align*}
f(x,y,z) = \frac{x}{\sqrt{yz}} \qquad \amp \qquad f(8,2,2) = 4 \\
f_x(x,y,z) = \frac{1}{\sqrt{yz}} \qquad \amp \qquad f_x(8,2,2) = \frac{1}{2} \\
f_y(x,y,z) = - \frac{1}{2}xy^{-\frac{3}{2}}z^{-\frac{1}{2}} \qquad \amp \qquad f_y(8,2,2) = -1 \\
f_z(x,y,z) = -\frac{1}{2}xy^{-\frac{1}{2}}z^{-\frac{3}{2}} \qquad \amp \qquad f_z(8,2,2) = -1
\end{align*}
Also, observe that \(dx = 0.01\text{,}\) \(dy = -0.01\text{,}\) and \(dz = 0.01\text{.}\) Substituting these values into the linear approximation formula, we have
\begin{align*}
f(8.01, 1.99, 2.01) amp\approx L(8.01, 1.99, 2.01) \\
\amp= 4 + \frac{1}{2}(0.01) - 1\cdot (-0.01) - 1 \cdot 0.01 \\
\amp= 4.005
\end{align*}
Using a calculator, the actual value of \(f(8.01, 1.99, 2.01)\) is \(4.00505\text{.}\) The percentage error of our estimate is
\begin{equation*}
\frac{|4.00505 - 4.005|}{4.00505} \times 100\% \approx 0.00125\%
\end{equation*}
This is a super good estimate!