NoMoreExams said:
Well if you claim that f(x) = \frac{x^2-1}{x-1} is a function that implies that 1 is NOT in the domain since by definition of a function, all elements of the domain map somewhere.
The domain of f is R/{1}. It is clear that f *does* map all points in its domain to points in its codomain. It is a function and there is no problem with calling it one, as long as you are careful about the restrictions on its domain.
JG89 said:
How can we guarantee that the limits are the same all the time? I mean, in this specific example if you graph both functions, you can see that at (x^2 - 1)/(x-1) there is a hole at x = 1 and that the x values approach 2, and it is easy to see that the limit of (x+1) is the same, but how do we know this is so in all possible cases?
Limits have nothing to do with the graph of the function. The graph is simply a helpful tool to create an intuition of the graph's behavior.
I'm not sure what part you find confusing here, but I'll walk through it.
For all x, \frac{x^2 - 1}{x-1} = \frac{(x+1)(x-1)}{x-1}. As long as x /= 1, we see the denominator is some nonzero number, so we can cancel out the x-1 from the top and the bottom, leaving x+1. What we've just shown is that for all x other than 1, \frac{x^2 - 1}{x-1} = x+1.
Now, these two functions, \frac{x^2 - 1}{x-1} and x+1 are NOT equal, because one is defined at 1 and the other isn't. However, we can show their limits are the same at 1 using rules from calculus. Under the "lim" operator, you are allowed to divide by polynomials even when they could potentially take on 0 as a value. That is, you can cancel the x-1 from the top with the x-1 from the bottom and say \lim \frac{x^2 - 1}{x-1} = \lim \frac{(x+1)(x-1)}{x-1} = x+1.
The reasoning behind why this is a legitimate operation is something that doesn't get fully explained until college-level analysis. However, you can imagine the limit operation as taking any number that is "infinitely" close to the number being approached. So if our limit is 1, then we take 1 + \epsilon for some extremely small number \epsilon. So small, in fact, that it doesn't have any affect on the rest of the equation, and after dividing \frac{\epsilon}{\epsilon} = 1, we simply "round" \epsilon to 0 in the remaining calculation.