Here is the problem and proof given by my book:
Prove the function $f(n) = 12n^{2}+6n$ is o($n^{3}$)
Let us first show that $f(n)$ is o($n^{3}$)
Let $c \gt 0$ be any constant. If we take $${n_{0}}={{{(12+6)}\over {c}}} ={ {18}\over{c}}$$, then $18\le cn$, for $n\ge n_{0}$.
Thus, if $n\ge n_{0}$, $f(n)=12n^{2}+6n \le 12n^{2}+6n^{2}=18n^{2}≤cn^{3}$.
Definiton of Little Oh:
$f(n) = \circ (g(n))$ means for all $c > 0$ there exists some $n_{0}> 0$ such that $0 \le f(n) \lt cg(n)$ for all $n \ge n_{0}$. The value of $n_{0}$ must not depend on $n$, but may depend on $c$.
What I don't understand:
How was $n_{0}$ determined to be ${(12+6)}\over{c}$ =$ {18}\over{c}$ $?$
Where did $12n^{2}+6n^{2}$ in $f(n)=12n^{2}+6n \le 12n^{2}+6n^{2}=18n^{2}\le cn^{3}$ come from?