Math Lab
Home/Class XI/Ch 12/Intuitive limits: the idea of approach

Intuitive limits: the idea of approach

We say that the limit of f(x)f(x) as xx approaches aa is LL , written limxaf(x)=L\lim_{x \to a} f(x) = L , if f(x)f(x) becomes (and stays) arbitrarily close to LL as xx becomes arbitrarily close to aa (but not equal to aa).

The crucial idea is "but not equal to aa". The limit is about approach, not arrival. It does not depend on what f(a)f(a) is (or whether f(a)f(a) is even defined).

Two illustrations

Example 1. f(x)=x+2f(x) = x + 2. As x3x \to 3, f(x)5f(x) \to 5. Easy , substitute.

Example 2. f(x)=x21x1f(x) = \dfrac{x^2 - 1}{x - 1} at x=1x = 1. The function is undefined at x=1x = 1 (denominator zero). But for x1x \ne 1, f(x)=(x1)(x+1)x1=x+1f(x) = \dfrac{(x-1)(x+1)}{x-1} = x + 1. So as x1x \to 1, f(x)2f(x) \to 2. The limit is 22 even though f(1)f(1) does not exist.

One-sided limits

Sometimes we need to know whether xx approaches aa from the left (x<ax < a) or the right (x>ax > a).

  • limxaf(x)\lim_{x \to a^-} f(x): left-hand limit.
  • limxa+f(x)\lim_{x \to a^+} f(x): right-hand limit.

A limit limxaf(x)\lim_{x \to a} f(x) exists iff both one-sided limits exist and are equal: limxaf(x)=limxa+f(x)=Llimxaf(x)=L.\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L \quad \Rightarrow \quad \lim_{x \to a} f(x) = L.

When limits fail to exist

Three common failure modes:

  1. Jump discontinuity. The two one-sided limits exist but differ. E.g., f(x)={0x<11x1f(x) = \begin{cases} 0 & x < 1 \\ 1 & x \ge 1 \end{cases} at x=1x = 1.
  2. Infinity. f(x)f(x) grows without bound. E.g., limx01x2=+\lim_{x \to 0} \dfrac{1}{x^2} = +\infty. (We say the limit is \infty, but technically the limit does not exist as a finite number.)
  3. Oscillation. f(x)f(x) wiggles infinitely. E.g., limx0sin(1/x)\lim_{x \to 0} \sin(1/x) does not exist , it bounces between 1-1 and 11.

Algebra of limits (informal)

If limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M, then:

  • limxa[f(x)+g(x)]=L+M\lim_{x \to a} [f(x) + g(x)] = L + M.
  • limxa[f(x)g(x)]=LM\lim_{x \to a} [f(x) - g(x)] = L - M.
  • limxa[f(x)g(x)]=LM\lim_{x \to a} [f(x) g(x)] = L \cdot M.
  • limxa[f(x)/g(x)]=L/M\lim_{x \to a} [f(x) / g(x)] = L/M, provided M0M \ne 0.
  • limxa[cf(x)]=cL\lim_{x \to a} [c f(x)] = c L for any constant cc.

For elementary functions (polynomials, rational, exponentials, sine, cosine), the limit at any point in the domain is simply the value of the function there: limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

Worked examples

Example 1. limx2(3x+1)=32+1=7\lim_{x \to 2} (3 x + 1) = 3 \cdot 2 + 1 = 7.

Example 2. limx0x2+3xx=limx0(x+3)=3\lim_{x \to 0} \dfrac{x^2 + 3 x}{x} = \lim_{x \to 0} (x + 3) = 3. (We cancelled xx from numerator and denominator, valid because x0x \ne 0 during the approach.)

Example 3. Find limx1f(x)\lim_{x \to 1^-} f(x) and limx1+f(x)\lim_{x \to 1^+} f(x) for f(x)={2xx<15x=1x2+3x>1f(x) = \begin{cases} 2 x & x < 1 \\ 5 & x = 1 \\ x^2 + 3 & x > 1 \end{cases}.

Left limit: limx12x=2\lim_{x \to 1^-} 2 x = 2. Right limit: limx1+(x2+3)=4\lim_{x \to 1^+} (x^2 + 3) = 4. The two-sided limit does not exist.

Example 4. limx3x29x3=limx3(x+3)=6\lim_{x \to 3} \dfrac{x^2 - 9}{x - 3} = \lim_{x \to 3} (x + 3) = 6.

Example 5. Show that limx0xx\lim_{x \to 0} \dfrac{|x|}{x} does not exist.

For x>0x > 0: x/x=1|x|/x = 1. For x<0x < 0: x/x=1|x|/x = -1. So left limit is 1-1, right limit is +1+1 , unequal. Two-sided limit does not exist.

Try it yourself

  1. limx2(4x1)\lim_{x \to 2} (4 x - 1).
  2. limx0(52x)\lim_{x \to 0} (5 - 2 x).
  3. limx1x21x1\lim_{x \to 1} \dfrac{x^2 - 1}{x - 1}.
  4. limx2x2+5x+6x+2\lim_{x \to -2} \dfrac{x^2 + 5 x + 6}{x + 2}.
  5. limx4x+5\lim_{x \to 4} \sqrt{x + 5}.
  6. limx0x32xx\lim_{x \to 0} \dfrac{x^3 - 2 x}{x}.
  7. Find limx0\lim_{x \to 0^-} and limx0+\lim_{x \to 0^+} of f(x)=xxf(x) = \dfrac{x}{|x|}.
  8. Find limx1f(x)\lim_{x \to 1} f(x) where f(x)=x+1f(x) = x + 1 for x1x \ne 1 and f(1)=10f(1) = 10. (Does the value at x=1x = 1 matter?)
  9. limx01x2\lim_{x \to 0} \dfrac{1}{x^2} , what happens?
  10. limx3x3x3\lim_{x \to 3} \dfrac{x - 3}{|x - 3|} , does the two-sided limit exist?
  11. limx5x225x5\lim_{x \to 5} \dfrac{x^2 - 25}{x - 5}.
  12. If limxaf(x)=3\lim_{x \to a} f(x) = 3 and limxag(x)=4\lim_{x \to a} g(x) = 4, find limxa[2f(x)g(x)]\lim_{x \to a} [2 f(x) - g(x)].

Pitfalls / Tricks

  • A limit can exist even if f(a)f(a) is undefined.
  • For piecewise functions, always check both one-sided limits.
  • For an algebraic expression of the 0/00/0 form, factor and cancel the common factor.
  • Insight. A limit is about near the point, not at the point. This is the foundation of calculus.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Intuitive limits
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6