Reason for a certain assumption while computing limits using the definition

135 Views Asked by At

I was reading Calculus by Michael Spivak, when I came across this problem given in the textbook..
Compute the limit $$\lim_{x\to 2}{\frac{x^3-8}{x-2}}$$ Now, this is a pretty standard limit and I know there are a couple of ways to solve it..by factoring or by using L Hospital’s rule...but here..I want to solve the limit by factoring..

My question is, when we solve the limit by factoring..we make an assumption that $x$ is not equal to 2. Now, yea I know that $x$ is only approaching the value 2..and hence the assumption is justified...but then this is not what the definition says right?

To me, the definition of a limit allows us to ignore the value 2 ,while verifying that a certain number is the limit of the function or not..by finding a $\delta$ given an $\epsilon$.

What I mean to say is..the word “approach” is quite subjective and to me it’s not very convincing that the limit will be the same even if we ignore the value 2...so I am looking for a rigorous line of reasoning entirely based on the definition of a limit which would then allow us to completely ignore the value of the function at $x=2$ even while COMPUTING the limit...not just while VERIFYING whether a certain number is the limit or not

PS: My question is a little “dry”, in the sense it asks for something which should be obvious..but I’m still confused..because the definition of the limit is something very fundamental..and any such assumption made while computing limits must follow from the definition..

EDIT: I have tried to explain my question in a better way here

Thanks for any answers!!

4

There are 4 best solutions below

2
On

Notice the the original function is not defined at $2$ in the first place, and the limit is only concerned with values infinitely close to $2$ (but never equal to $2$). The left and right limits will approach whatever the factored version of the function at $2$ would equal.

4
On

When you are using the formal definition, the assumption is for every \epsilon exists $\delta$ so that if $0<|(x-x_0)|<\delta$, then $|f(x)-f(x_0)|<\epsilon$. meaning you do not equal $x_0$ exactly but in a close proximity not containing the point itself. It is important mainly becuase of issues with "plugging in" the point $x_0$ itself as in examples that you have given (it is just invalid because the function is not even defined there).

0
On

The definition of a limit does not include the words like "approaches" or "tends" in a semantic manner but rather as a part of notation. The definition just asserts the truth of a complicated logical statement.

Further the definition of limit can not be used directly to evaluate limit of a function but it can be used to check if a given number is limit of function or not (and even this part requires some experience). The power of definition of limit comes from the fact that it can be used to prove general theorems which can be used to evaluate limits very effectively.

Coming to your problem at hand you have option to use the definition directly but then you need to guess a value for the limit and then check whether it is indeed the limit or not. The desired limit is $12$ and you should try to check this via definition of limit.

Another option is to use limit laws as explained in this answer.

0
On

Limits are essentially used

  • when a function is undefined at some point but not in its neighborhood, and we want to continue it,

  • when we want to check continuity, by comparing the limit and the function value.

In the first case, we have no function value at the given point, so your question is pointless.

In the second case, we must not use the known function value, and your question is answered.