From what I can tell, the traditional way to teach Lagrange multipliers is to start with a function $f(x,y,z)$ and to look for extrema of $f$ subject to $g(x,y,z)=k$.
That is, we restrict $(x,y,z)$ to be on the level curve $g(x,y,z)=k$.
We then look at the level curves of $f$ and find the one(s) tangent to the level curve $g(x,y,z)=k$.
An example of this can be found here: http://tutorial.math.lamar.edu/Classes/CalcIII/LagrangeMultipliers.aspx
I came across what seems to me to be a different approach here: https://sites.lafayette.edu/thompsmc/files/2014/01/Section_14_8.pdf
In this pdf, the constraint $g(x,y,z)=k$ is not referred to as a level curve. Rather it's shown as a cylinder intersecting the shape in question [that is, the graph of $f(x,y,z)$]. We're looking for extrema along the curve of intersection of the 2 shapes.
We then look at level curves of both $f$ and $g$. And we find that the pair of level curves that are tangent correspond to an extrema of $f$. Unlike the traditional approach, here we have multiple level curves of $g$.
I can't seem to reconcile these two views and am wondering if there's a sense in which one of the 2 approaches outlined is a more generalized version of the other. Can someone help guide me on this?
Thanks!