Given the following system of nonlinear ODEs,
$$x_1'=-x_1-x_2$$ $$x_2'=2x_1-x_2^3$$
I need to use the quadratic Lyapunov function
$$V(x) = x^TQx$$
where $Q$ is a positive definite matrix such that
$$A^TQ+QA=-I$$
and where $A=Df(0,0)$, to find a neighbourhood $U$ around the origin, as large as possible, such that $U$ is positively invariant and all solutions starting in $U$ tend to the origin as $t\to\infty$.
I've carefully examined the course notes and the book by Perko (Dynamical Systems and Differential Equations), but couldn't find a clue how to do this problem.
I'd appreciate it very much if someone could please explain:
How is this neighbourhood found?
How is $V$ related to all this?