For the first order system $$x_1' = x_2, \hspace{1cm} x_2' = -\sin(x_1) - x_2|x_2| + \cos(t),$$ show that the right-hand side satisifies a Lipschitz condition in the domain $|x| \leq \beta$ for $|t| \leq \alpha$, where $\alpha$ and $\beta$ are arbitrary but finite numbers. Use Picard Iteration to deduce that the initial-value problem $$x_1(0)=0, \hspace{1cm} x_2(0)=0$$ has a unique solution for $|t|\leq\delta$, and obtain an estimate for $\delta$. By allowing $\alpha$ and $\beta$ to be as large as possible, attempt to improve your estimate of $\delta$.
I am confused on how to estimate $\delta$, and consequently how to improve my choice of $\delta$. Anyway, my work up until that point is:
First we will show that the right hand side satisifies a Lipschitz condition on the specified domain. We have that $x_1$ satisifies the Lipschitz condition since $$x_1' = x_2 \leq |x| \leq \beta,$$ so that its derivative is bounded. Moreover, $x_2$ satisifies the Lipschitz condition since $$x_2' = -\sin(x_1) - x_2|x_2| + \cos(t) \leq 2 + x_2|x_2| \leq 2 + |x|^2 \leq 2 + \beta^2$$ so we see that $x_2'$ is bounded as well, implying that it is Lipschitz. Now by Picard's Iterations since $D:=|x-0| \leq \beta$ and $I:=|t-0| \leq \alpha$ for some $\alpha,\beta>0$ satisfy the Lipschitz condition with some $L>0$, we have that the IVP: $$\begin{cases} x'(t) &= f(x,t) \\ x_1(0) &= 0 \\ x_2(0) &=0 \end{cases}$$ has a unqiue solution on $|t| \leq \delta$, where $$\delta := \min\left\{\alpha, \dfrac{\beta}{M}\right\} \hspace{1cm} \text{and} \hspace{1cm} M:=\max_{D\times I} \|\ f(x,t) \|\ .$$ An estimate for $\delta$ would clearly be either $\alpha$ or $\beta/M$ by how $\delta$ is defined, but even if that is the estimate we're looking for, how would I improve that $\delta$ with $\alpha$ and $\beta$ getting larger.