Proving Continuous Function: Epsilon-Delta Proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
latentcorpse
Messages
1,411
Reaction score
0
how do i show [itex]f(x)=\frac{x}{1-x^2}[/itex] is a continuous function by means of an [itex]\epsilon - \delta[/itex] proof? oh and [itex]x \in (-1,1)[/itex]

so far i have said:
let [itex]\epsilon>0, \exists \delta>0 s.t. |x-x_0|< \delta[/itex]. now i need to show that [itex]|f(x)-f(x_0)|< \epsilon[/itex]. yes?

can't do the rest of it though...
 
Physics news on Phys.org
You can't just say that a delta exists, you need to show that one exists. Assume that you have some positive epsilon. Now work with your inequality involving f(x) and f(x_0) and epsilon, and manipulate this until you get an inequality with x and x_0.
 
its virtually impossible to factorise...

could i just say x is continuous and 1-x^2 is continuous and non zero so f is continuous?
 
It depends on how you are required to show continuity. If you have to give an [itex]\epsilon - \delta[/itex] proof, then that's what you need to do. OTOH, if you have some theorems about continuity you can use, then that would be easier. For example, polynomials are continuous everywhere, and quotients of polynomials are continuous on any interval whose points don't cause the denominator to vanish (become zero). Does that help?
 
Since f(x)= x/(1- x^2),
[tex]f(x)- f(x_0)= \frac{x}{1- x^2}- \frac{x_0}{1- x_0^2}[/tex]
[tex]= \frac{x(1-x_0^2)- x_0(1- x^2)}{(1- x^2)(1- x_0^2)}[/tex]
[tex]= \frac{x- xx_0^2- x_0- x^2x_0}{(1- x^2)(1- x_0^2)}[/tex]
[tex]= \frac{(x- x_0)- x_0x(x- x_0)}{(1- x^2)(1- x_0^2)}[/tex]
[tex]= (x- x_0)\frac{1- x_0x}{(1- x^2)(1- x_0^2)}[/tex]
Now you need to find a bound on
[tex]\frac{1- x_0x}{(1- x^2)(1- x_0^2)}[/tex]

You will, of course, want to stay away form x or [itex]x_0[/itex] being 1 or -1 so you might do this: Let a be the smaller of [itex]|1- x_0|[/itex] and [itex]|-1- x_0|[/tex] and require that [itex]|x- x_0|< a/2[/itex].[/itex]