HadanIdea said:
Hi micromass,
The third rule is:
Lim ƒ(x) exists
x→a
OK, makes sense.
I don't understand the statement: H:R→R
It means that the domain of ##H## is ##\mathbb{R}## and the codomain ##\mathbb{R}##. So this means that ##H## is a function that takes in elements of ##\mathbb{R}## and outputs elements of ##\mathbb{R}##. For example, you can input ##-2## and get as output ##0##.
I do understand H(x) = 0 if x < 0, and
H(x) = 1 if x > 1, from looking at the graph.So if something is undefined it is:
2/0 or ∞/0, is 0/0 undefined or is it just 0?
No, it's just undefined. It doesn't have any value. For example, if I define the function ##F##such that ##F(x) = 0## for ##x<0## and ##F(x) = 0## for ##x>0##. Then I haven't stated what ##F(0)## is. Thus ##F## is undefined in ##0##.
Here is one i tried to make up:
ƒ(x) = x + 3 (1)
x→a
The ##x\rightarrow a## should be under a limit. I take it that you define the function ##f(x) = x+3##. This is fine.
Let's investigate continuity in ##a=5##. On one hand, we have ##f(5) = 5+3 = 8##. On the other hand, we can prove that
\lim_{x\rightarrow 5} f(x) = \lim_{x\rightarrow 5} x+3 = 8
So we see that
\lim_{x\rightarrow 5} f(x) = f(5)
so the function is continuous in ##5##. You can do the same with all other values of ##a## in this case.
On the other hand, let's define ##g(x) = x+3## for each ##x\neq 5## and let's define ##g(5) = 0##. This is also perfectly possible. Then we have ##g(5) = 0##, but
\lim_{x\rightarrow 5} g(x) = \lim_{x\rightarrow 5} x+3 = 8
So we have that
\lim_{x\rightarrow 5} g(x) \neq g(5)
hence the function is not continuous in ##5##.