4

Let's start with the equation $$\begin{equation}y =\frac 1{(x-1)} \end{equation}$$ where the positive and negative limit of $x$ at $1$ both approach $+∞$, but at $x = 1$, $y$ is undefined.

I know this is because the denominator of the equation resolves to $0$, but why does $y$ become undefined instead of $+∞$?

1 Answers1

5

First of all, infinity is not a real number so actually dividing something by zero is undefined. In calculus $\infty$ is an informal notion of something "larger than any finite number", but it's not a well-defined number.

You might want to read the following:

  1. Is infinity a number?
  2. What exactly is infinity?

Edit: the following refers to an earlier version of the question.

Secondly, as the comments remarked, $-\infty\neq+\infty$ when talking about the real line. Note that when $x<1$ we have that $x-1<0$, and when $x>1$ we have $x-1>0$. Therefore: $$\lim_{x\to1^-}\frac1{x-1}=-\infty\\\lim_{x\to1^+}\frac1{x-1}=+\infty$$

The limit is defined if and only if the two sided limits are equal. They are not, so the limit is undefined.

Asaf Karagila
  • 393,674
  • My apologizes, I forgot part of the equation. It was supposed to be the absolute value of x. –  Feb 23 '13 at 23:55
  • 1
    I edited my answer. – Asaf Karagila Feb 23 '13 at 23:56
  • So ∞ is the representation of boundless growth? If this is the case, why isn't it y = ∞ meaning y is boundless? Why is it y = undefined? –  Feb 24 '13 at 00:07
  • Because the function is not defined to be from $\Bbb R$ to $\Bbb R\cup{-\infty,+\infty}$, but rather into $\Bbb R$. So if the value is not a real number (and it cannot be) it is undefined. – Asaf Karagila Feb 24 '13 at 00:12
  • 1
    That makes sense. Infinity isn't in the set of all real numbers because it's not a defined and tangible number. Thank you for shedding light on this mystery that's haunted me since Algebra. –  Feb 24 '13 at 00:18
  • 1
    No problem! :-) – Asaf Karagila Feb 24 '13 at 00:19