Showing Continuity of a function

Click For Summary
SUMMARY

The function f(x) = x/(1+x^2) is proven to be continuous on the real line R by demonstrating that for any epsilon > 0, a corresponding delta can be established. The proof utilizes the definition of continuity, showing that |f(x) - f(a)| can be made less than epsilon by appropriately choosing delta. The discussion also touches on the implications of uniform continuity, concluding that if delta is solely dependent on epsilon, uniform continuity is implied.

PREREQUISITES
  • Understanding of the epsilon-delta definition of continuity
  • Knowledge of basic calculus, specifically differentiation
  • Familiarity with limits and their properties
  • Ability to manipulate algebraic expressions involving functions
NEXT STEPS
  • Study the epsilon-delta definition of continuity in depth
  • Learn about differentiability and its relationship to continuity
  • Explore uniform continuity and its implications in real analysis
  • Practice proving continuity for various types of functions
USEFUL FOR

Students studying calculus, particularly those focusing on real analysis and the properties of continuous functions, as well as educators seeking to enhance their understanding of function continuity proofs.

Physics_wiz
Messages
227
Reaction score
0

Homework Statement


Show that f(x) = x/(1+x^2) is continuous on R


Homework Equations


f is continuous at a if for any epsilon > 0, there exists a number delta > 0 such that if |x-a|<delta, then |f(x)-f(a)|<epsilon.


The Attempt at a Solution


|f(x) - f(a)| = |x/(1+x^2) - a/(1+a^2)|

= |(x-a)(1-ax)/[(1+x^2)(1+a^2)]|

If I can show that the previous is <= |(x-a)(1-ax)/(1-ax)| then I can cancel the (1-ax) and I'll be done right? I'm not even really sure if I started on this the right way, so any help would be appreciated.
 
Physics news on Phys.org
one way to try to figure it out...

Let e > 0. Choose d = ...don't know yet...
Suppose |x-a| < d, then
|x/(1 + x^2) - a/(1 + a^2)| = |(x -a + ax(a-x))/((1 + x^2)(1 + a^2))| <= |x-a|/|(1 + x^2)(1 + a^2)| + |ax||x-a|/|(1 + x^2)(1 + a^2)| <= |x-a|/(1 + a^2) + |ax||x-a|/(1 + a^2) <= |x-a| + |x/a||x-a| <= think about what you can say about |x/a|, then try to find a delta that works

this leads to a proof, but there might be an easier way, play with it, goodluck
 
Last edited:
ok I got it I think. If I set |x-a|<|a|, then |x|-|a|<|a| or |x/a|<2. So the original
|f(x)-f(a)|<3|x-a|. So, if delta = epsilon/3 then the definition given in the first post will be satisfied.

Side note, does that imply uniform continuity since delta depends only on epsilon?
 
Physics_wiz said:
ok I got it I think. If I set |x-a|<|a|, then |x|-|a|<|a| or |x/a|<2. So the original
|f(x)-f(a)|<3|x-a|. So, if delta = epsilon/3 then the definition given in the first post will be satisfied.

Side note, does that imply uniform continuity since delta depends only on epsilon?

good work, but not quite

first, if a = 0, everything is trivial(you should verify), so say a != 0

so we have stuff <= |x-a| + |x/a||x-a|.

as you pointed out, we need |x-a| < |a|. But we also need |x-a| < e/3, so choose
d = min{|a|, e/3}, then if |x-a| < d (this means we have both |x-a| < d <= e/3 and |x-a|<d <= |a| )

stuff <= |x-a| + |x/a||x-a| < e/3 + 2e/3 = e.
 
Last edited:
Another method, which may be simpler:
If a function f is differentiable at a point x then it must be continuous at x. Thus, it is enough to show that f is differentiable on the whole real line, i.e. that f '(x) exists for all real x.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
7
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
22
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 58 ·
2
Replies
58
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
4
Views
2K