To study a limit is to study the *behaviour* of a function as it approaches a certain point.
To provide an example, consider this: Let f(x) = 2x.. What kind of values do we get as we approach x = 5? What happens to the value of f( x ) as x approaches 5?
Let's say we list a couple of these values, values *close* to 5.. let's see what happens:
x1 = 4, f(x1) = 8, x2 = 4.1 f(x2) = 8.2 ... xn = 4.5, f(xn) = 9.. xp = 4.8, f(xp) = 9.6,... xz = 4.9 = f(xz).. f(4.9999) = 9.9998
We can see that as our "input" values go closer and closer to 5, our "output" value goes closer to 10.
If I then continued, f(4.9999999) = 9.99999998... and then finally f(5) = 10! Would it have mattered at all if I said f(5) = 10? You already "knew" that it was approaching 10.. What if I listed the same input/output values but then said f(5) = 1009381304141? Does this make a difference? No, as I said earlier.. we are considering the behaviour of our function AS IT APPROACHES a point, the value (if any) a function takes at the point itself is irrelevant.