I was reading exercise 1.96 of Gadea's Analysis and Algebra on Differentiable Manifolds. I don't know what definition of Lie braket the author used, but I'm confused, as far as I know $[\frac{\partial}{\partial x},X]$ is the Lie braket, isn't it? But I thought that was defined for vector fields, and I don't see how $\frac{\partial}{\partial x}$ is one. I don't understand the answer given in the book.
The problem is:
Find the general expression for $X\in \mathscr X(\mathbb R^2)$ in the following cases:
(i) $[\frac{\partial}{\partial x},X]=X$ and $[\frac{\partial}{\partial y},X]=X$;
(ii) $[\frac{\partial}{\partial x}+\frac{\partial}{\partial y},X]=X$.
Where I suppose that $[\frac{\partial}{\partial x},X]$ is the Lie braket.
Now the answer: see here
Let $X = a\partial_x +b \partial_y$. Then, $$ [\partial_x, X]f = \partial_x(X(f))-X(\partial_x f)$$ But, $X(f) = a\partial_xf +b \partial_yf$ and likewise for the second term, hence: $$ [\partial_x, X]f = \partial_x(a\partial_xf +b \partial_yf)-a\partial_{xx}f +b \partial_{xy}f$$ Of course, $a,b$ are functions thus there are product rules to consider in the first expression. Half of the terms cancel and we derive: $$ [\partial_x, X]f = (\partial_x a)\partial_x f +(\partial_x b) \partial_yf \ \ \star. $$ We wish to select functions $a,b$ for which $[\partial_x, X]=X = a\partial_x +b \partial_y$. Comparing our calculation $\star$ to the desired outcome and using the linear independence of the coordinate basis yields: $$ \partial_x a = a \qquad \& \qquad \partial_x b = b$$ There are many solutions, but, one I like is $a=e^x$ and $b=e^x$. Thus $X =e^x(\partial_x+\partial_y)$. Your other problems can be solved by similar calculations.