I recently saw in a paper on optimization, it was written that (given $f$ as function typically found in single variable calculus)
$f(x) + c_1x+c_2 = f(x) + \mathcal{O}(x)$
In optimization, the definition of $\mathcal{O}(x)$ as in Luenberger is given as:
If $h$ is a real valued function of a real variable, the notation $h(x) = \mathcal{O}(x)$ means that there exists a $K \geq 0$ such that $\Big|\dfrac{h(x)}{x}\Big| \leq K$ as $x \to 0$
But clearly here $\Big|\dfrac{c_1x+c_2}{x}\Big| \to \infty$ as $x \to 0$? Wouldn't it be the case such $K$ would not exist?
But if I were to interpret $\mathcal{O}(x)$ directly, it means that there exists some function $K_1x + K_2$ such that $K_1x + K_2 \geq c_1x+c_2$ as $x \to \infty$. Clearly I need a better definition!