Prove that $$f\left(x\right)\ =\ \left(x+2\right)\log_2\left(x^2+\ 1\right)\ +\ \log_2\left(x^3+\ 1\right)$$ is $O(x\log_2x) $.
I found this question in a book. I tried using Desmos(online graphing calculator) and found the point from where $O(x\log_2x)$ is always greater than $f(x)$. It was when $C$ was $8$ and $k$ was $2$. I don't know how to do it algebraically.