Probably a simple question that I cant figure out from data structure course: I need to disprove the following statement: $$ 8n^3 + 12n + 3\log^3n \ge n^4 $$
Now I know that from some value $n_0\in\mathbb{N}$ this statement is incorrect but how do I write it/ show it? Any help please. Thank you
How about just calculate the expression for $n=1000$ (just a quite big number in comparaison to the coefficients).
The left side will then become $8000012081 \approx 8\cdot 10^9$ while the right side will become $10^{12}$, thus the right side is larger than the left side, which contradicts the statement.