I am trying to prove that
$$800 + n \log n + 600\sqrt n\log n = \Theta(n\log n)$$
(where $\log$ is base $2$)
Basically so far, I've reduced this expression into an inequality:
$$0 \le c_1 \le \frac{800}{n\log n} + 1 + \frac{600} {\sqrt n} \le c_2$$
From what I've been told, we only need to find ANY set of constants where this holds (where n goes to infinity).
ANY set of constants? Okay in that case: $n_0=5, c_2=400$ and $c_1=1$ works.
But, have I completed the proof or am I missing something? Are my constants valid or do they have to be more specific?
Thanks in advance.
The set $n_0=5$, $c_2=400$ and $c_1=1$, and the steps leading to it in the question, are perfect.
After a while, in many situations, one can even omit computing some explicit $(n_0,c_1,c_2)$, for example every time the ratio actually converges. For example, in your case, to note that $$\frac{800}{n\log n} + 1 + \frac{600}{\sqrt{n}}$$ converges to some positive limit (here, the limit is $1$) is enough to ensure the $\Theta(n\log n)$ property.