I have a differentiable function $f:\mathbb{R}^2\to\mathbb{R}$. Let the graph of $f$ be the surface $\Sigma = \{(x,y,z):z=f(x,y)\}$.
My question is why are the vectors $v=(1,0,\frac{\partial f}{\partial x})$ and $w=(0,1,\frac{\partial f}{\partial y})$ tangent vectors to the surface $\Sigma$?
I know that $\frac{\partial f}{\partial x}$ is the instantaneous change in $f$ in the $x$-direction given $y$ is fixed. So graphically it makes sense that the tangent vector $v$ has $0$ in its y-coordinate. But why is the x-coordinate 1? I'm still shaky and not fully confident. Any intuition or clarification would help.
For context, I'm learning about the method of characteristics in solving semi-linear PDEs and so I need to construct a normal to the solution surface using two tangent vectors to the surface.
Maybe I don't understand what the partial derivative means.
In general, a tangent vector to this surface will have the form $ \Big ( a , \; b , \; a \frac { \partial f } { \partial x } + b \frac { \partial f } { \partial y } \Big ) $. This is because, if you move along the surface for a little distance $ a $ in the $ x $-direction, then you'll move about $ a \frac { \partial f } { \partial x } $ in the $ z $-direction; and similarly, if you move along the surface for a little distance $ b $ in the $ y $-direction, then you'll move about $ b \frac { \partial f } { \partial y } $ in the $ z $-direction. Once you know that, you can pick pretty much whatever you want for $ a $ and $ b $, as long as you pick two linearly independent vectors; but $ ( a = 1 , \; b = 0 ) $ and $ ( a = 0 , \; b = 1 ) $ are two particularly convenient choices.