An old exam problem I am trying to solve is as follows:
Given the cauchy problem $y' = (x^2 + y^2) e^{-(x^2+y^2)}, y(x_0) = y_0$, do the following:
- Show that there is a unique solution for all $x \in \mathbb{R}$
- Does the limit $ \lim_{x \to \infty} y(x) $ exist? Hint: evaluate the limit $ \lim_{x \to \infty} (x^2 + y^2) e^{-(x^2+y^2)} e^x$
For part (1), I managed to bound the functions $f(x,y) = (x^2 + y^2) e^{-(x^2+y^2)}$ and $f_y(x,y)$ under some fixed value. Then, I concluded, that we have a solution at some interval $[x_0 - \varepsilon, x_0 + \varepsilon]$ and we can extend this to $\mathbb{R}$ by moving to the right and left and applying the same result.
I had quite a hard time bounding the function $f_y(x,y)$, so first of all, I would be glad if someone shows me a quick and elegant way to do so.
Secondly, and more importantly, I don't know how to approach part (2). I suppose I should somehow bound the integral $\int (x^2 + y^2) e^{-(x^2+y^2)}$ by $(x^2 + y^2) e^{-(x^2+y^2)} e^x$ and then show that this limit tends to $0$. But I have been so far unsuccesful with showing either of these two claims to be true. So any help here would be much appreciated!