1. Intuitive Idea of Limits

A limit is the value that a function approaches as the input (or variable) approaches some value. It's important to understand that we are interested in the value of the function near a point, not necessarily at the point itself.

Consider the function f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}. This function is not defined at x=1x=1 because it leads to the form 00\frac{0}{0}. However, we can see what value f(x)f(x) gets close to as xx gets close to 1.

For x1x \neq 1, we can simplify the function: f(x)=(x1)(x+1)x1=x+1f(x) = \frac{(x-1)(x+1)}{x-1} = x+1.

Now, as xx approaches 1 (from values slightly less than 1 or slightly more than 1), the value of f(x)f(x) approaches 1+1=21+1=2. We write this as: limx1x21x1=2\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2

2. Left-Hand Limit (LHL) and Right-Hand Limit (RHL)

To have a well-defined limit at a point, the function must approach the same value from both the left and the right side.

  • Right-Hand Limit (RHL): The value a function approaches as xx approaches a point 'a' from the right side (values greater than 'a'). It is denoted as limxa+f(x)\lim_{x \to a^+} f(x). RHL=limh0f(a+h)RHL = \lim_{h \to 0} f(a+h)

  • Left-Hand Limit (LHL): The value a function approaches as xx approaches a point 'a' from the left side (values smaller than 'a'). It is denoted as limxaf(x)\lim_{x \to a^-} f(x). LHL=limh0f(ah)LHL = \lim_{h \to 0} f(a-h)

Existence of a Limit: The limit of a function f(x)f(x) as xax \to a exists if and only if both the Left-Hand Limit and the Right-Hand Limit exist and are equal. limxaf(x) exists    limxaf(x)=limxa+f(x)=L\lim_{x \to a} f(x) \text{ exists} \iff \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L where L is a finite value.

3. Indeterminate Forms

When direct substitution of the limit point into the function results in one of the following forms, we call it an indeterminate form. This means the limit cannot be determined by simple substitution and requires further manipulation.

The seven indeterminate forms are:

00,,0×,,00,0,1\frac{0}{0}, \quad \frac{\infty}{\infty}, \quad 0 \times \infty, \quad \infty - \infty, \quad 0^0, \quad \infty^0, \quad 1^{\infty}

4.Methods for Evaluating Algebraic Limits

  1. Direct Substitution: Always the first step. If it gives a finite value, that is the limit.
  2. Factorization: Used for polynomial functions in a 00\frac{0}{0} form. Factor the numerator and denominator to cancel the common factor causing the indeterminacy.
  3. Rationalization: Used for expressions involving square roots, typically in a 00\frac{0}{0} or \infty - \infty form.

5. L'Hôpital's Rule (for 00\frac{0}{0} and \frac{\infty}{\infty} forms)

L'Hôpital's Rule is a powerful method for evaluating limits of indeterminate forms of the type 00\frac{0}{0} or \frac{\infty}{\infty}.

Statement: Let f(x)f(x) and g(x)g(x) be two functions differentiable in the neighbourhood of a point 'a' (except possibly at 'a').

If limxaf(x)=0\lim_{x \to a} f(x) = 0 and limxag(x)=0\lim_{x \to a} g(x) = 0 (the 00\frac{0}{0} form)

OR

If limxaf(x)=±\lim_{x \to a} f(x) = \pm \infty and limxag(x)=±\lim_{x \to a} g(x) = \pm \infty (the \frac{\infty}{\infty} form)

Then, provided the limit on the right exists: limxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}

Important Notes:

  • The rule can be applied successively if the new limit is also an indeterminate form.
  • Always check that the limit is in the 00\frac{0}{0} or \frac{\infty}{\infty} form before applying the rule. Applying it to other forms will lead to incorrect results.
  • The rule is also applicable for one-sided limits (xa+x \to a^+ or xax \to a^-) and for limits where xx \to \infty or xx \to -\infty.

Solved Examples

Example 1: Applying L'Hôpital's Rule (0/0 form)

Question: Evaluate limx0sinxx\lim_{x \to 0} \frac{\sin x}{x}.

Solution:

  1. Check Form: As x0x \to 0, sinx0\sin x \to 0 and x0x \to 0. This is the 00\frac{0}{0} indeterminate form.
  2. Apply L'Hôpital's Rule: We differentiate the numerator and the denominator with respect to xx. Let f(x)=sinx    f(x)=cosxf(x) = \sin x \implies f'(x) = \cos x. Let g(x)=x    g(x)=1g(x) = x \implies g'(x) = 1.
  3. Evaluate New Limit: limx0cosx1=cos01=11=1\lim_{x \to 0} \frac{\cos x}{1} = \frac{\cos 0}{1} = \frac{1}{1} = 1 Therefore, limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1.

Example 2: Applying L'Hôpital's Rule Twice

Question: Evaluate limx01cosxx2\lim_{x \to 0} \frac{1 - \cos x}{x^2}.

Solution:

  1. Check Form: As x0x \to 0, 1cosx11=01 - \cos x \to 1 - 1 = 0 and x20x^2 \to 0. This is the 00\frac{0}{0} form.
  2. Apply L'Hôpital's Rule (First Time): limx0ddx(1cosx)ddx(x2)=limx0sinx2x\lim_{x \to 0} \frac{\frac{d}{dx}(1 - \cos x)}{\frac{d}{dx}(x^2)} = \lim_{x \to 0} \frac{\sin x}{2x}
  3. Check Form Again: The new limit is still of the form 00\frac{0}{0} as x0x \to 0.
  4. Apply L'Hôpital's Rule (Second Time): limx0ddx(sinx)ddx(2x)=limx0cosx2\lim_{x \to 0} \frac{\frac{d}{dx}(\sin x)}{\frac{d}{dx}(2x)} = \lim_{x \to 0} \frac{\cos x}{2}
  5. Evaluate Final Limit: cos02=12\frac{\cos 0}{2} = \frac{1}{2} Therefore, limx01cosxx2=12\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}.

Example 3: Applying L'Hôpital's Rule (∞/∞ form)

Question: Evaluate limxlnxx\lim_{x \to \infty} \frac{\ln x}{x}.

Solution:

  1. Check Form: As xx \to \infty, lnx\ln x \to \infty and xx \to \infty. This is the \frac{\infty}{\infty} indeterminate form.
  2. Apply L'Hôpital's Rule: limxddx(lnx)ddx(x)=limx1/x1=limx1x\lim_{x \to \infty} \frac{\frac{d}{dx}(\ln x)}{\frac{d}{dx}(x)} = \lim_{x \to \infty} \frac{1/x}{1} = \lim_{x \to \infty} \frac{1}{x}
  3. Evaluate Final Limit: limx1x=0\lim_{x \to \infty} \frac{1}{x} = 0 Therefore, limxlnxx=0\lim_{x \to \infty} \frac{\ln x}{x} = 0.