Define the function $f(x,y) = \bigl(xy^2\bigr)^{1/4} = x^{1/4}y^{1/2}$. We find the linear approximation at $x_0=100, y_0=10$ and substitute $\Delta x=1$, $\Delta y = -1$: \[ f(100+\Delta x, 10+\Delta y) = f(100, 10) + f_x(100, 10)\Delta x + f_y(100, 10)\Delta y + \text{error} \] We have $f_x = \frac14 x^{-3/4}y^{1/2}$ and $f_y = \frac12 x^{1/4}y^{-1/2}$, so \[ f_x(100, 10) = \frac 14 \times 100^{-3/4} \times 10^{1/2} = \frac{1}{40},\qquad f_y(100, 10) = \frac 12 \times 100^{1/4} \times 10^{-1/2} = \frac{1}{2}. \] and \[ f(100+\Delta x, 10+\Delta y) = 10 + \frac1{40}\Delta x + \frac12\Delta y + \text{error} \] With $\Delta x=1$, $\Delta y = -1$ we get \[ f(101, 9) \approx 10 + \frac 1{40} - \frac 12 . \]
(we won't worry about it in this course, but if it bothers you that the length of the gradient and the speed and velocity here have no units, then you could add those units yourself. Assume that the quantity $z=f(x,y)$ is the local temperature, measured in degrees C, length measured in meters, time in seconds. What units does the gradient have?)
$\frac{d\,f(\vec x(t))}{dt} = \vec\nabla f\cdot \vx'(t_0) = \|\vec\nabla f\|\, \|\vx'(t_0)\| \cos \theta = 5\times 24\times \cos 60^\circ = \dots$.
We have $xy+xf(x,y)+f(x,y)^3=3$ for all $(x,y)$.
Differentiate both sides wrt $x$ to get
\[
y+ f+xf_x + 3f^2f_x = 0.
\]
Then solve for $f_x$: $f_x(x,y) = \frac{-y-f(x,y)}{x+3f(x,y)^2}$.
The same procedure gives $f_y = - \frac{-x}{x+3f(x,y)^2} $.
The first derivatives you find are $$z_x = -\frac{y+z}{x+3z^2} \text{ and }z_y = -\frac{x}{x+3z^2}$$ where $z=f(x,y)$. To find the second derivatives, you differentiate these expressions, e.g. $$ z_{xy} = \frac{\partial z_x}{\partial y} = \frac{\partial}{\partial y} \left( -\frac{y+z}{x+3z^2}\right) $$ Apply the quotient rule: $$ z_{xy} = -\frac{(x+3z^2) \frac{\partial (y+z)}{\partial y} - \frac{\partial (x+3z^2)}{\partial y} (y+z)} {(x+3z^2)^2} $$ Remember that $z$ is a function of $x$ and $y$, and that we already have its $y$ derivative: $$ z_{xy} = -\frac{(x+3z^2) (1+z_y) - (0+6z z_y) (y+z)} {(x+3z^2)^2} = -\frac{(x+3z^2) (1+z_y) - 6z z_y (y+z)} {(x+3z^2)^2} $$ To complete the calculation you substitute $z_y = -\frac{x}{x+3z^2}$ which leads to this (not very nice) answer: $$ z_{xy} = -\frac{(x+3z^2) (1-\frac{x}{x+3z^2}) +6z \frac{x}{x+3z^2}(y+z)} {(x+3z^2)^2} $$ You could then simplify this, if necessary. You can compute the other derivatives in the same way. The answers, which will be posted tomorrow, are also not very pretty.
See piazza for an example. The relevant question + answers has number 122: to find it, you type "@122" in the piazza search box in the top left corner of the piazza page.
Also, see this similar problem.