Functions of several variables

Problems 1.1 : Sketching simple surfaces in R3\mathbb{R}^3

For each of the following surfaces, sketch some level curves and sketch the yzyz-profile (which is found by intersecting the surface with the plane x=0x = 0). Hence sketch the surface.

  1. e) z=x2y2z=x^2-y^2
    Level curves:
    If z=0z = 0, then the level curve obtained is simply an X-shape:
    Level curve z = 0 for z = x² − y², consisting of the lines y = x and y = −x
    As zz changes, if z>0z>0, then we get a hyperbola on the right and left side of the yy-axis, if z<0z<0 then we get a hyperbola on the top and bottom sides of the xx-axis.
    For the level curve, if xx is treated as a constant, then we simply get z=y2z=-y^2 which is an upside down parabola, and a normal parabola if yy is a constant.
    Therefore, if viewed from above, the curve should simply be an X, if viewed from the yzyz plane, it should be a parabola:
    Downward-opening yz-profile z = −y² of the saddle surface
    and if viewed from the xzxz plane it should be the same thing flipped upside down to give this:
    Three-dimensional saddle surface z = x² − y²

Problems 1.2: Partial differentiation

...

Problems 1.3: Tangent planes to surfaces

...

Problems 1.4: The total differential approximation

  1. The specific volume vv of a compressible fluid flowing through a section of area AA with mean velocity VV is given by

v=kAVv = kAV

where kk is a constant. If vv decreases by 5% and AA increases by 4%, then estimate the percentage change in VV.

Notice how the question asks for VV and not vv, so what we can do is either treat the equation as is and find the partials:

ΔvvAΔA+vVΔVΔv(kV)ΔA+(kA)ΔVΔvvkVΔAkAV+kAΔVkAVΔvvΔAA+ΔVV\begin{align*} \Delta v &\approx \frac{\partial v}{\partial A} \Delta A + \frac{\partial v}{\partial V} \Delta V \\ \Delta v &\approx (kV)\Delta A + (kA)\Delta V \\ \frac{\Delta v}{v} &\approx \frac{kV\Delta A}{kAV} + \frac{kA\Delta V}{kAV} \\ \frac{\Delta v}{v} &\approx \frac{\Delta A}{A} + \frac{\Delta V}{V} \end{align*}

We know that Δvv\dfrac{\Delta v}{v} is -5% and similarly ΔAA\dfrac{\Delta A}{A} is 4%, so we get

5%4%+ΔVV9%ΔVV\begin{align*} -5\% &\approx 4\% + \frac{\Delta V}{V} \\ -9\% &\approx \frac{\Delta V}{V} \end{align*}

And so the answer is 9%-9\%. However, we can use the log trick as well;
since we want the percentage change in VV, we isolate VV to get V=vkAV=\dfrac{v}{kA}. Taking the logarithm of both sides,

ln(V)=ln(vkA)ln(V)=ln(v)ln(k)ln(A),Because k is a constant, d(lnk)0,dVV=dvv0dAAdVV=(5%)(+4%)\begin{align*} \ln{(V)}&=\ln{(\frac{v}{kA})} \\ \ln(V) &= \ln(v) - \ln(k) - \ln{(A)}, \\ \text{Because }&k \text{ is a constant, } d(\ln{k}) \to 0, \\ \frac{dV}{V} &= \frac{dv}{v} - 0 - \frac{dA}{A} \\ \frac{dV}{V} &= (-5\%) - (+4\%) \\ \end{align*}

And we get 9%-9\%.