SUNY Geneseo Department of Mathematics
Wednesday, March 22
Math 223
Spring 2023
Prof. Doug Baldwin
Errors in Problem Set 6’s Mathematica problem involving “Recursion limit”? These can happen when you accidentally try to define a variable in terms of itself. In this particular question, if you use “t” as the variable in r(t) but also try to use it as a name for the tangent vector.
What plotting command to use for the plot(s) in Problem
Set 7? The Plot3D
command is probably best.
Download this notebook to see examples connected to both of the above answers.
There’s a survey in Canvas with which you can give me feedback on how this course is going for you. It’s completely optional and anonymous (even though Canvas calls it a “quiz”).
I’ll report back on any suggestions at the beginning of next week, and look for any more input periodically after that.
Based on “Differentiability” in section 3.4.
Based on how fast the surface of a function converges to its tangent plane around point (x0,y0). If the difference between the surface and the tangent shrinks much faster than the distance from (x0,y0) to point (x,y) does, then the function is differentiable at (x0,y0). Note that talking about the tangent plane implies that the partial derivatives of the surface exist, so this is in some ways an extension of the idea of differentiability of single-variable functions (where differentiability just requires a derivative to exist — now the derivatives have to exist and something else has to be true too).
The “error term,” E(x,y) is defined as what you have to add to the tangent plane to get the actual function value:
The book’s exercise 3.4.3, explained carefully. Show that f(x,y) = 3x - 4y2 is differentiable at (-1,2).
Testing differentiability involves multiple steps, something like this:
To use these steps on the given example, start by identifying x0 and y0 from the problem:
Then find the equation for the tangent plane, just as we did yesterday.
To find E(x,y), notice from its definition that you can find it by subtracting the equation for the tangent plane from the equation for the function itself.
Start finding the limit by writing out exactly what it is, and simplifying a bit:
Now the “Squeeze Theorem” (which says, informally, that if some function, f, has a value in between two others, g and h, and g and h have the same limit at some point, then f must also have that limit) is very handy for finding the remaining limit:
The chain rule for multivariable functions.
Please read “Chain Rules for One or Two Independent Variables” and “The Generalized Chain Rule” in section 3.5 of the textbook.