Too long for a comment.
$Y=\{1,0\}^\top$ which I prefer to write as $Y=\partial_y$ is a constant vector field. Its directional derivative w.r.t. any other vector field $X$ is zero. The Lie dervative ${\cal L}_XY$ of a vector field $Y$ w.r.t. $X$ is the difference of the
directional derivatives:
$$
{\cal L}_XY=[X,Y]=\partial_XY-\partial_YX\,.
$$
- Note that the commutator $[X,Y]$ is by definition the difference of
two second order differential operators, while the directional
derivatives are first order differential operators.
In your first case,
\begin{align}
X&=\partial_x+x\partial_y\,,&Y&=\partial_x\,,&XY&=\partial_x^2+x\partial_y\partial_x\,,&YX&=\partial_x^2+\partial_y+x\partial_x\partial_y
\end{align}
so that the commutator becomes
\begin{align}\require{cancel}
[X,Y]&=XY-YX=\cancel{\partial_x^2}+\bcancel{x\partial_y\partial_x}-\cancel{\partial_x^2}-\partial_y-\bcancel{x\partial_x\partial_y}=-\partial_y\,.
\end{align}
On the other hand, the directional derivatives are calculated by
applying $\partial_x,\partial_y$ to the components of $X$ and $Y$
and taking the dot product with the components of $Y$, resp. $X\,:$
$$
\partial_XY^\nu=X^x\partial_xY^\nu+X^y\partial_yY^\nu\,.
$$
This is the $\nu$-th component of $\partial_XY\,.$
In your first case $X^x=1,X^y=x,Y^x=1,Y^y=0$ so that
\begin{align}
\partial_XY&=0\,,&\partial_YX=\partial_y\,.
\end{align}
The double derivatives cancel in $\partial_XY-\partial_YX$, but how can they be set to $0$ to get $\partial_XY=0$ and $\partial_YX=\partial_y$.
– Suba Thomas Nov 06 '23 at 02:59