I want to show that the system below is exponentially stable and I want to estimate its region of attraction
\begin{align} \dot x_1 &= -x_1+x_2+(x_1^2+x_2^2)\sin(t) \\ \dot x_2 &= -x_1-x_2+(x_1^2+x_2^2)\cos(t) \end{align}
I tried using a Lyapunov function $V(x_1,x_2)=\frac 12 (x_1^2+x_2^2)$ and I have found
\begin{align} \dot V(x_1,x_2) &= -x_1^2+x_1x_2+x_1(x_1^2+x_2^2)\sin(t)-x_2x_1-x_2^2+x_2(x_1^2+x_2^2)\cos(t) \\ &\le -x_1^2-x_2^2+x_1(x_1^2+x_2^2)+x_2(x_1^2+x_2^2) \end{align}
And when $x_1^2+x_2^2 \le 1$ we have
\begin{align} \dot V &\le -x_1^2-x_2^2+x_1+x_2 \end{align}
so that $\dot V \le 0$ for $\lvert x_1 \rvert \ge 1$ and $\lvert x_2 \rvert \ge 1$. Hence, we can only have the 2 conditions when $\dot V = 0$ and $x_1^2 + x_2^2 = 1$.
I suppose the region of attraction should be the unit circle. I'm not sure if I need to find a Lyapunov function with a negative definite derivative to ensure exponential stability, as this condition is more closely related to asymptotic stability, isn't it?
EDIT:
The equilibrium is $(0,0)$, I linearised the system and got a Jacobian with a negative real part for the eigenvalues. Therefore, I can use the Lyapunov equation $A^TP+PA=-Q$ with A equal to the Jacobian and $Q=I$ and get a matrix $P$ so that $V=x^TPx$ and $\dot V = -x^TQx$.
However, I'm not sure if this gives the exponential stability?

Consider the same Lyapunov candidate, $$V(x) = \frac{1}{2} \left( x_1^2 + x_2^2 \right).$$
Differentiating along the vector field like you did,
$$ \begin{aligned} \dot{V}(x) &= -x_1^2+x_1\,x_2+x_1\,(x_1^2+x_2^2)\,\sin(t)-x_2\,x_1-x_2^2+x_2\,(x_1^2+x_2^2)\,\cos(t),\\ &= -x_1^2-x_2^2+x_1\,(x_1^2+x_2^2)\,\sin(t)+x_2\,(x_1^2+x_2^2)\,\cos(t)\end{aligned}$$
Now this is where I depart from your manipulation. Let me give you a hint to give you an idea of where I will take this.
Hint: $A \sin(t) + B \cos(t) = \sqrt{A^2 + B^2} \cos\left(t - \measuredangle A + j B\right)$ or, alternatively, use Cauchy-Scwharz as suggested by @Lutz (Sorry, I only saw your suggestion after I wrote this answer!).
Step 1:
Step 2: