nasshi
- 18
- 0
Homework Statement
Prove f(x)=\sqrt{x^{2}+1} is uniformly continuous on the real line.
Homework Equations
Lipschitz Condition: If there is a constant M such that |f(p) - f(q)| \leq M |p-q| for all p,q \in D, then f obeys the Lipschitz condition.
Mean Value Theorem: Let f be continuous on [a,b] and let f'(x) exist for all x \in (a,b). Then at least one point x_{o} exists in (a,b) such that f(b) - f(a) = f'(x_{o})(b-a).
f'(x) = \frac{x}{\sqrt{x^{2} + 1}} is bounded below by -1 and bounded above by 1.
The Attempt at a Solution
Proof:
f(x)=\sqrt{x^{2}+1} is continuous on [-N,N] and differentiable on (-N,N) for all N. By the Mean Value Theorem, there exists an x_{o} \in (-N,N) such that |f(x)-f(y)| \leq |f'(x_{o})||x-y| for all x,y \in (-N,N).
Since the derivative f'(x_{o}) is bounded above by 1 and below by -1 as x tends to infinity, f'(x) obeys 0 < |f'(x)| < 1 for all x \in (-N,N). Thus 0 < |f(x)-f(y)| \leq 1 \cdot |x-y| for all x,y \in (-N,N).
Since these results hold for a general N, we may choose a larger N and the results will still hold for the larger N, implying the results will hold for the real line as a whole. Letting \delta < \epsilon thus shows that f(x) is uniformly continuous on the real line.
QED
Last edited: