Plot the solution curves and phase portrait of $$\frac {dx} {dt} = - xe^{-x^2}$$
It seems that it's increasing for $x < 0$ and decreasing $x > 0$.
Then it seems concave down for $\frac {-1} {\sqrt{2}} < x < \frac {1} {\sqrt{2}}$ and concave up elsewhere.
It doesn't seem like that in Wolfram Alpha. I can't even seem to limit it to $-1 < t < 1$. How do I do that? I don't think I can zoom in without a pro account.
For the concavity part, the second derivative of $x$ with respect to $t$ is $$\frac{d(-xe^{-x^2})}{dx}\frac{dx}{dt}$$ This gives you $$-x(2x^2-1)e^{-x^2}$$
So the curve is concave up at $x<-\frac{1}{\sqrt{2}}$ and $0<x<\frac{1}{\sqrt{2}}$, and concave down elsewhere. This is consistent with the graph Wolfram Alpha gives.