Week 6 Discussion Notes

Table of Contents

Traces

A vertical trace of a surface z=f(x,y)z = f\p{x, y} is its intersection with a plane of the form x=ax = a or y=by = b. A horizontal trace is its intersection with a plane of the form z=cz = c.

Example 1.

Describe the traces of z=x2+2y2z = x^2 + 2y^2.

Solution.

x=ax = a:

We can just substitute x=ax = a into the equation of the surface to get

z=a2+2y2.z = a^2 + 2y^2.

aa is fixed, so this tells us that this trace is a parabola opening upwards, and aa simply translates the parabola:

y=by = b:

Similarly,

z=x2+2b2,z = x^2 + 2b^2,

so we still get a parabola, but increasing bb shifts the parabola more than the above:

z=cz = c:

This one is a little different from previous ones:

c=x2+2y2.c = x^2 + 2y^2.

Before, the traces gave us one variable as a function of the other, e.g., z=g(x)z = g\p{x} and z=g(y)z = g\p{y}. For this one, you can't solve for xx or yy without breaking things up into cases (i.e., without writing ±\pm everywhere). But the equation is still something familiar to us: it's the equation of an ellipse:

Limits

When dealing with limits, there are essentially two different problems:

  1. You need to show a limit does not exist.
    • You can try to find different limits along different paths.
  2. You need to calculate a limit.
    • You can try to plug in numbers using continuity.
    • You can try the squeeze theorem.
Example 2.

Determine whether the following limit exists or not. If it does, calculate the limit.

lim(x,y)(0,0)xy3x2+2y2\lim_{\p{x,y}\to\p{0,0}} \frac{xy}{3x^2 + 2y^2}
Solution.

Generally, you want to try a couple paths to get a feel for the problem. If you find two different limits, then the limit doesn't exist, but if every path you try gives you the same answer, you might want to start proving that the limit exists.

I usually try the following paths first: a horizontal line, a vertical line, or a 4545^\circ line.

Horizontal line through (0,0)\p{0, 0}:

You can parametrize this by (x,0)\p{x, 0}, so the limit on this path becomes

limx003x2=limx00=0.\lim_{x\to0} \frac{0}{3x^2} = \lim_{x\to0} 0 = 0.

Vertical line through (0,0)\p{0, 0}:

This is (0,y)\p{0, y}, so you get

limy002y2=limy00=0.\lim_{y\to0} \frac{0}{2y^2} = \lim_{y\to0} 0 = 0.

4545^\circ line through (0,0)\p{0, 0}:

The path is (x,x)\p{x, x}, so you end up with

limx0x23x2+2x2=limx015=15.\lim_{x\to0} \frac{x^2}{3x^2 + 2x^2} = \lim_{x\to0} \frac{1}{5} = \frac{1}{5}.

We found two paths where the limits don't agree: (x,0)\p{x, 0} gives 00 but (x,x)\p{x, x} gives 15\frac{1}{5}, so

lim(x,y)(0,0)xy3x2+2y2=DNE.\lim_{\p{x,y}\to\p{0,0}} \frac{xy}{3x^2 + 2y^2} = \boxed{\dne}.
Example 3.

Determine whether the following limit exists or not. If it does, calculate the limit.

lim(x,y)(0,0)x2+y2sin(e1/xy)\lim_{\p{x,y}\to\p{0,0}} \sqrt{x^2 + y^2} \sin\p{\frac{e^{1/x}}{y}}
Solution.

Usually, if you see sines or cosines, you can try the squeeze theorem since

sinθ1\abs{\sin{\theta}} \leq 1

for any θ\theta. In our problem, we get

0x2+y2sin(e1/xy)=x2+y2sin(e1/xy)x2+y2(x,y)(0,0)0,\begin{aligned} 0 \leq \abs{\sqrt{x^2 + y^2} \sin\p{\frac{e^{1/x}}{y}}} &= \sqrt{x^2 + y^2} \abs{\sin\p{\frac{e^{1/x}}{y}}} \\ &\leq \sqrt{x^2 + y^2} \\ &\xrightarrow{\p{x,y}\to\p{0,0}} 0, \end{aligned}

since x2+y2\sqrt{x^2 + y^2} is continuous at (0,0)\p{0, 0}. So, by the squeeze theorem,

lim(x,y)(0,0)x2+y2sin(e1/xy)=0.\lim_{\p{x,y}\to\p{0,0}} \sqrt{x^2 + y^2} \sin\p{\frac{e^{1/x}}{y}} = \boxed{0}.