Proof that a function is continuous on its domain

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Whistlekins
Messages
21
Reaction score
0

Homework Statement



We have [itex]f(x) = \frac{x^{2}+x-2}{x-1}+cos(x) , x\in\mathbb{R}\setminus \{1\}[/itex] and wish to prove that it is continuous on its domain.

Homework Equations



The delta-epsilon definition of the continuity of a function.

The Attempt at a Solution



I've managed to reduce [itex]|f(x) - f(x_0)|[/itex]to[itex]|x-x_0| + |cos(x) - cos(x_0)| < \delta + |cos(x) - cos(x_0)|[/itex]
I'm not too sure where to go from there or even if I'm on the right track. Any insight would be greatly appreciated.
 
Physics news on Phys.org
Whistlekins said:

Homework Statement



We have [itex]f(x) = \frac{x^{2}+x-2}{x-1}+cos(x) , x\in\mathbb{R}\setminus \{1\}[/itex] and wish to prove that it is continuous on its domain.

Homework Equations



The delta-epsilon definition of the continuity of a function.

The Attempt at a Solution



I've managed to reduce [itex]|f(x) - f(x_0)|[/itex]to[itex]|x-x_0| + |cos(x) - cos(x_0)| < \delta + |cos(x) - cos(x_0)|[/itex]
I'm not too sure where to go from there or even if I'm on the right track. Any insight would be greatly appreciated.

Factoring x^2+x-2 would be a great first step.
 
Dick said:
Factoring x^2+x-2 would be a great first step.

I have, that's how I arrived at the reduced expression. The questions is where to go from there. I could always use the property that if [itex]f[/itex] and [itex]g[/itex] are continuous at a point [itex]x_0\in \mathbb{A}[/itex] then [itex]f+g[/itex] is continuous at [itex]x_0[/itex]. But I don't know how to prove that [itex]cos(x)[/itex] is continuous on the domain.
 
Whistlekins said:
I have, that's how I arrived at the reduced expression. The questions is where to go from there. I could always use the property that if [itex]f[/itex] and [itex]g[/itex] are continuous at a point [itex]x_0\in \mathbb{A}[/itex] then [itex]f+g[/itex] is continuous at [itex]x_0[/itex]. But I don't know how to prove that [itex]cos(x)[/itex] is continuous on the domain.

Yes, that you did. One way to prove cos is continuous is to use the trig identity, cos(u)-cos(v)=(-2)sin((u+v)/2)*sin((u-v)/2).
 
Dick said:
Yes, that you did. One way to prove cos is continuous is to use the trig identity, cos(u)-cos(v)=(-2)sin((u+v)/2)*sin((u-v)/2).

Ahh I overlooked that, thanks! I think I've got it now.