Skip to main content

Section 11.4 Functions of multiple variables

Introduction goes here.
  • If we can solve for \(z\) in terms of \(x\) and \(y\text{,}\) we can write \(z=f(x,y)\text{.}\)
  • Lots of real-world examples! Will list a bunch later.
  • Domain of such a function is a region in the plane.
  • Sets of points for which \(f(x,y)=k\) for some constant \(k\) are called level curves. They’re essentially traces parallel to the \(xy\)-plane.
  • Viewing all the level curves of a function gives a contour map, which is a common 2D representation.
    • Talk about isotherms, isobars, etc.
  • Level curves of planes are always lines.
  • The quadric surfaces can be thought of as level surface of functions of three variables, just like the conic sections can be thought of as level curves of functions of two variables.
  • The limit of a multivariable function \(f\) at \((x_{0},y_{0})\) is a value \(L\) such that \(f(x,y)\) whenever \((x,y)\to(x_{0},y_{0})\) along any path, \(f(x,y)\to L\text{.}\)
  • Simple example: Looking at traces found by setting \(x\) or \(y\) constant. If these give different results when appraoching \((x_{0},y_{0})\text{,}\) then \(f\) is not continuous.
  • Some functions require more complicated approaches.
    • \(f(x,y)=\dfrac{xy}{x^{2}+y^{2}}\) requires an approach along the line \(y=x\text{.}\)
    • \(f(x,y)=\dfrac{xy^{2}}{x^{2}+y^{4}}\) requires an approach along the parabola \(x=y^{2}\text{.}\)
  • Same definition of continuity at a point: the limit has to match the function value.
  • Polynomial functions are continuous on their domains, as are all the other ‘nice’ functions, as well as sums, differences, products, quotients with nonzero denominator, and compositions.
    • Yes, including rational functions. Where things break is where those functions are not defined.