Question: On $\mathbf{R}^2$, let $X=y \frac{\partial}{\partial x}$ and let $Y=x \frac{\partial}{\partial y}$, with corresponding flows given by $\phi_t(x, y)=(x+t y, y)$ and $\psi_t(x, y)=(x, y+t x)$. Then show that the Lie derivative, $\mathcal L_XY=-x\frac{\partial}{\partial x}+y\frac{\partial}{\partial y}$
The definition given in the book,
Definition 4.7.1. Let $T$ be a tensor field of type $(r, s)$ on $\mathbf{R}^n$ and let $X$ be a vector field with flow $\phi_t: \mathbf{R}^n \rightarrow \mathbf{R}^n$. The Lie derivative of $T$ with respect to $X$, denoted by $\mathcal{L}_X T$, is the $(r, s)$-tensor defined as $$ \mathcal{L}_X T=\left.\frac{d}{d t}\right|_{t=0}\left(\phi_t^* T\right) . $$
But when we have a ambient space like for this example then do we need the flow to define the Lie derivative? Inspired from this M.SE answer, I give a try below:
$$
\begin{align}
\mathcal L_XY&=\mathcal L_X\left(x\frac{\partial}{\partial y}\right)\\
&=[\mathcal L_X(x)]\frac{\partial}{\partial y}+x[\mathcal L_X\left(\frac{\partial}{\partial y}\right)]\\
&=[y\frac{\partial}{\partial x}(x)]\frac{\partial}{\partial y}+x[y\frac{\partial}{\partial x}\left(\frac{\partial}{\partial y}\right)]\\
&=y\frac{\partial}{\partial y}+?
\end{align}
$$
but here I guess $\mathcal L_X(\frac{\partial}{\partial y})$ doesn't make sense! Or I am not expert enough to guess the meaning.