The question is as follows:
Show that the 2-dimensional distribution in $\mathbb{R}^3$ defined by the vector fields
$$X_1 = \frac{\partial}{\partial x}, ~~~~ ~~~~ ~~~ X_2 = e^{-x}\frac{\partial}{\partial y} + \frac{\partial}{\partial z}$$ has no integral manifolds.
$\textbf{My solution:}$
By using Frobenius theorem we have:
\begin{align}[X_1 , X_2] = [\frac{\partial}{\partial x}, e^{-x}\frac{\partial}{\partial y} + \frac{\partial}{\partial z}] &= [\frac{\partial}{\partial x}, e^{-x}\frac{\partial}{\partial y}]+ [\frac{\partial}{\partial x}, \frac{\partial}{\partial z}] \\&= [\frac{\partial}{\partial x}, e^{-x}\frac{\partial}{\partial y}]+ 0 \\&= [\frac{\partial}{\partial x}, e^{-x}\frac{\partial}{\partial y}] \\& =\frac{\partial}{\partial x}(e^{-x}\frac{\partial}{\partial y}) - e^{-x}\frac{\partial}{\partial y}(\frac{\partial}{\partial x}) \\&=-e^{-x} \frac{\partial}{\partial y}-0 \\&= -e^{-x} \frac{\partial}{\partial y} \end{align} And this will be in $D = \left< X_1 , X_2 \right>$ iff $-e^{-x}=0$. But we know that $-e^{-x} < 0$. So it is not involutive and so has no integral manifolds.
Okay, now as @Jack Lee point it out, "Not involutive" does not imply "no integral manifolds." A non-involutive distribution might have isolated integral manifolds; it just won't have one through every point.
So lets try to find it.
As in link to this result, let $\gamma(t) = (\gamma_1(t), \gamma_2(t), \gamma_3(t)$ be an integral curve with initial point $\gamma(0) = (x_0, y_0, z_0)$ of vector field $X_1$. Which means that $u$ at the point $\gamma(t)$ is equal to $\gamma'(t)$. Let's write this out.
$$X_1(\gamma(t)) = \partial_1 $$ and $$\gamma'(t) = (\gamma_1'(t), \gamma_2'(t), \gamma_3'(t)) = \gamma_1' \partial_1 + \gamma_2'\partial_2+\gamma_3' \partial_3.$$ Setting these equal to each other and equating coefficients gives us a system of ODEs to solve:
$$\gamma_1' = 1$$ $$\gamma_2' = 0$$ $$\gamma_3' = 0$$ And by doing the same for vector field $X_2$, we get
$$\gamma_1' = 0$$ $$\gamma_2' = e^{-y_1}$$ $$\gamma_3' = 0$$ But as we see they are not compatible with each other. And maybe it can show that we do not have an integral manifold for this distribution?
Can you please let me know if I am wrong?
Thanks!