Question 1. Show that f=O(1) as x→a if and only if f(x) is bounded on some neighborhood of a.
Solution. Recall that f(x)=O(g(x)) as x→a iff there are M>0 and δ>0, such that ∣f(x)∣≤M∣g(x)∣ for all x with ∣x−a∣<δ. Use this definition in the case when g(x)≡1 and obtain that there are M>0 and δ>0 such that ∣f(x)∣≤M for all x, such that ∣x−a∣<δ. This is precisely the statement that f is bounded by M in the δ-neighborhood of a.