I am watching the video series "Multivariable Calculus" by Prof. Herbert Gross. In Part III, Lecture 2 it is mentioned that if you have some function: $w = f(y)$, the tangent line to that curve at a point $P_0$ can be written in vector form using Cartesian Coordinates and more specifically one vector that represents the tangent line would be the following: $$\vec{v_1} = \vec{j} + \frac{dw}{dy} \vec{k}$$
where $\vec{j}$ is a unit vector in the y-direction and $\vec{k}$ is a unit vector in the w-direction (the derivative is evaluated at $P_0$).
I can't seem to grasp why this would be the case. How is this vector obtained step by step?
The slope of the tangent line at $P_0$ is $\dfrac{\operatorname dw}{\operatorname dy}$, as is the slope of $\vec v_1=(1, \dfrac{\operatorname dw}{\operatorname dy})$.
So $\vec v_1$ has the direction of the tangent line to the curve at $P_0$. And $P_0+\vec v_1\cdot t$ would be a parametrization of that tangent line.