A vertical trace of a surface z=f(x,y) is its intersection with a plane of the form x=a or y=b. A horizontal trace is its intersection with a plane of the form z=c.
Example 1.
Describe the traces of z=x2+2y2.
Solution.
x=a:
We can just substitute x=a into the equation of the surface to get
z=a2+2y2.
a is fixed, so this tells us that this trace is a parabola opening upwards, and a simply translates the parabola:
y=b:
Similarly,
z=x2+2b2,
so we still get a parabola, but increasing b shifts the parabola more than the above:
z=c:
This one is a little different from previous ones:
c=x2+2y2.
Before, the traces gave us one variable as a function of the other, e.g., z=g(x) and z=g(y). For this one, you can't solve for x or y without breaking things up into cases (i.e., without writing ± 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:
You need to show a limit does not exist.
You can try to find different limits along different paths.
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.
(x,y)→(0,0)lim3x2+2y2xy
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 45∘ line.
Horizontal line through (0,0):
You can parametrize this by (x,0), so the limit on this path becomes
x→0lim3x20=x→0lim0=0.
Vertical line through (0,0):
This is (0,y), so you get
y→0lim2y20=y→0lim0=0.
45∘ line through (0,0):
The path is (x,x), so you end up with
x→0lim3x2+2x2x2=x→0lim51=51.
We found two paths where the limits don't agree: (x,0) gives 0 but (x,x) gives 51, so
(x,y)→(0,0)lim3x2+2y2xy=DNE.
Example 3.
Determine whether the following limit exists or not. If it does, calculate the limit.
(x,y)→(0,0)limx2+y2sin(ye1/x)
Solution.
Usually, if you see sines or cosines, you can try the squeeze theorem since