Dr. Taylor,
Hello,
I have a few problems I am stuck on. And they are always one of three things.
The first is when it asks me to find a normal line I struggle. I can find the tangent plane equation easily. I understand the normal line is the given point dot product t times grad f. But, the point has an x, y, and a z even though the equation is only in two variables(like x=... in this case). I have tried putting in everything for the partial derivative for x in the normal line equation and yet I invariably get it wrong. What key concept am I missing?
Second, how do I do the problems that say find the angle above horizontal? I understand I would have to use <0,1> for a 2d plane and <0,0,1> for a 3d plane to start the problem, but that is all I know.
Third, what is the value of maximal increase? Like on one I found the vector of direction of maximal increase (easy) and then it asked, what is the value of maximal increase and I took the magnitude of the vector I had and that got me the wrong answer. I think my issue with that is just more conceptual.
If you could clear up any of those, that would be greatly appreciated! Thank you in advance.

*********************************'
That's a lot of questions.
First, there are some different x,y,z's that can get confused here. The tangent plane is the tangent plane
at a point. That means you have a specific gradient vector at the point, and a specific tangent plane that is perpendicular to that specific gradient vector. So before you can get those, the x,y,z that are in the definition of the graph z=f(x,y) of the function have disappeared and been replaced by some specific numbers (a,b,c) th
at satisfy c=f(a,b). This means that the point (a,b,c) is on the graph of the function. It's also on the tangent plane of the graph z=f(x,y), which passes through that point. In addition a normal vector to that tangent plane is -del(f)(a,b)+k; this means that the equation of the tangent plane is -∂f/∂x(a,b)(x-a)-∂f/∂y(a,b)(y-b)+(z-c)=0. There are a lot of normal lines to that plane; one of them passes through the point (a,b,c). A parametric equation to this normal line is <a,b,c>+t<-∂f/∂x(a,b),-∂f/∂y(a,b), 1>. Hope this clarifies.
Second, the tangent of an angle in a triangle is the opposite divided by the adjacent, which you could rephrase as the rise divided by the run. But the rise divided by the run has another name: it's called the slope. When you have a motion along a curve in the plane this means that the tangent of the angle above the horizontal is dz/ds, where s is arclength, or equivalently (dz/dt)/(ds/dt). The numerator you can get from the chain rule, and the denominator is the speed.
Third when you find the direction of maximal increase--that's given by a unit vector--it just tells you direction to go in, not how fast you go up when you go in that direction. How fast you go up is given by the directional derivative. The directional derivative in the direction of the greatest increase has a special form, which is discussed in the lecture notes on directional derivatives, *and* in the text book.