Where Exploration Meets Excellence
Understanding Limits – Foundation for Calculus (Class XI–XII)

Direct Substitution Method

The direct substitution method is the simplest way to evaluate limits. Whenever a function is “well behaved” at a point, we can usually find the limit by simply substituting the value of the variable into the function. Understanding when this works, why it works, and when it fails is a key step in mastering limits and preparing for more advanced techniques.

In this text, we review the idea of direct substitution, connect it with continuity, and work through many examples—from simple polynomials to more involved rational, radical, trigonometric, exponential, and logarithmic functions. we also look at situations where direct substitution fails, explaining carefully why and what the result tells me.

1. Idea of Direct Substitution

Given a function ##f(x)## and a point ##a##, we want to find

###\lim_{x \to a} f(x).###

If the function behaves nicely at ##x = a## (in particular, if ##f(a)## is defined and the function is continuous there), then the limit equals the function value:

###\lim_{x \to a} f(x) = f(a).###

The direct substitution method simply means: to compute the limit, plug ##x = a## into the expression for ##f(x)##, provided this does not lead to undefined operations like division by zero.

When Direct Substitution Works

Direct substitution works immediately for many familiar functions:

When Direct Substitution Fails

Direct substitution fails if plugging in the point gives expressions such as:

In such cases, we need other techniques (like factoring, rationalisation, or special limit rules), which are usually studied in separate texts. Even then, direct substitution often remains the final step after simplification.

2. Direct Substitution for Polynomials

Polynomials are continuous for all real numbers. Therefore, limits of polynomials at any real point are simply obtained by substituting the value directly.

Example 1: Simple Polynomial

Evaluate

###\lim_{x \to 3} (x^2 + 2x – 1).###

Solution.

Since this is a polynomial, we directly substitute ##x = 3##:

###x^2 + 2x – 1 \bigg|_{x = 3}= 3^2 + 2 \cdot 3 – 1= 9 + 6 – 1= 14.###

Thus,

###\lim_{x \to 3} (x^2 + 2x – 1) = 14.###

Example 2: Polynomial with Higher Degree

Evaluate

###\lim_{x \to -1} (4x^3 – x^2 + 5x – 2).###

Solution.

Substitute ##x = -1##:

###4(-1)^3 – (-1)^2 + 5(-1) – 2= 4(-1) – 1 – 5 – 2= -4 – 1 – 5 – 2= -12.###

So,

###\lim_{x \to -1} (4x^3 – x^2 + 5x – 2) = -12.###

Example 3: Polynomial in a Parameter

Evaluate

###\lim_{x \to 2} (ax^2 + bx + c)###

in terms of constants ##a, b, c##.

Solution.

Since this is still a polynomial in ##x##, direct substitution gives:

###\lim_{x \to 2} (ax^2 + bx + c)= 4a + 2b + c.###

3. Direct Substitution for Rational Functions (Nonzero Denominator)

Rational functions (quotients of polynomials) are continuous wherever their denominators are nonzero. Therefore, if the denominator is not zero at the point of interest, we can use direct substitution.

Example 4: Simple Rational Function

Evaluate

###\lim_{x \to 2} \frac{x^2 + 3}{x – 1}.###

Solution.

First check the denominator at ##x = 2##: it is ##2 – 1 = 1 \neq 0##, so direct substitution is allowed.

###\frac{x^2 + 3}{x – 1} \bigg|_{x = 2}= \frac{2^2 + 3}{2 – 1}= \frac{4 + 3}{1}= 7.###

Hence,

###\lim_{x \to 2} \frac{x^2 + 3}{x – 1} = 7.###

Example 5: Rational Expression with Higher Powers

Evaluate

###\lim_{x \to -1} \frac{2x^3 – x + 4}{x^2 + 1}.###

Solution.

Check the denominator at ##x = -1##: ##(-1)^2 + 1 = 1 + 1 = 2 \neq 0##. So direct substitution works.

###\frac{2(-1)^3 – (-1) + 4}{(-1)^2 + 1}= \frac{2(-1) + 1 + 4}{1 + 1}= \frac{-2 + 1 + 4}{2}= \frac{3}{2}.###

Therefore,

###\lim_{x \to -1} \frac{2x^3 – x + 4}{x^2 + 1} = \frac{3}{2}.###

Example 6: Rational Function Where Denominator is Nonzero

Evaluate

###\lim_{x \to 0} \frac{x^2 – 1}{x^2 + 2}.###

Solution.

At ##x = 0##, the denominator is ##0^2 + 2 = 2 \neq 0##. So,

###\frac{0^2 – 1}{0^2 + 2}= \frac{-1}{2}= -\frac{1}{2}.###

Hence,

###\lim_{x \to 0} \frac{x^2 – 1}{x^2 + 2} = -\frac{1}{2}.###

4. Direct Substitution for Radical Functions

For radical functions like ##\sqrt[n]{g(x)}##, the function is continuous wherever the inside is defined (and satisfies any necessary conditions, such as non-negativity for even roots). In those regions, direct substitution is valid.

Example 7: Square Root

Evaluate

###\lim_{x \to 9} \sqrt{x}.###

Solution.

Since 9 is in the domain of the square root (non-negative), we substitute directly:

###\sqrt{9} = 3.###

So,

###\lim_{x \to 9} \sqrt{x} = 3.###

Example 8: Square Root with a Linear Expression

Evaluate

###\lim_{x \to 1} \sqrt{3x + 1}.###

Solution.

The inside is ##3x + 1##. At ##x = 1##, this is ##3(1) + 1 = 4 \ge 0##, so within the domain.

###\sqrt{3(1) + 1} = \sqrt{4} = 2.###

Thus,

###\lim_{x \to 1} \sqrt{3x + 1} = 2.###

Example 9: Cube Root Function

Evaluate

###\lim_{x \to -8} \sqrt[3]{x}.###

Solution.

Cube roots are defined for all real numbers. Substituting,

###\sqrt[3]{-8} = -2.###

Therefore,

###\lim_{x \to -8} \sqrt[3]{x} = -2.###

5. Direct Substitution for Trigonometric Functions

Standard trigonometric functions like ##\sin x##, ##\cos x##, and ##\tan x## are continuous on suitable intervals. In particular, ##\sin x## and ##\cos x## are continuous for all real ##x##, while ##\tan x## is continuous wherever ##\cos x \neq 0##.

Example 10: Sine Function

Evaluate

###\lim_{x \to \frac{\pi}{4}} \sin x.###

Solution.

Since sine is continuous everywhere, we substitute:

###\sin \left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2}.###

Thus,

###\lim_{x \to \frac{\pi}{4}} \sin x = \frac{\sqrt{2}}{2}.###

Example 11: Cosine Function

Evaluate

###\lim_{x \to 0} \cos(3x).###

Solution.

Cosine is continuous everywhere, and compositions of continuous functions are continuous. So direct substitution gives:

###\cos(3 \cdot 0) = \cos(0) = 1.###

Therefore,

###\lim_{x \to 0} \cos(3x) = 1.###

Example 12: Tangent Function (Where Defined)

Evaluate

###\lim_{x \to \frac{\pi}{6}} \tan x.###

Solution.

Tangent is continuous wherever it is defined (where ##\cos x \neq 0##). At ##x = \frac{\pi}{6}##, ##\cos(\pi/6) = \sqrt{3}/2 \neq 0##, so direct substitution is allowed:

###\tan\left(\frac{\pi}{6}\right) = \frac{1/\sqrt{3}}{1} = \frac{1}{\sqrt{3}}.###

So,

###\lim_{x \to \frac{\pi}{6}} \tan x = \frac{1}{\sqrt{3}}.###

6. Direct Substitution for Exponential and Logarithmic Functions

Exponential functions like ##a^x## (with ##a > 0##) and logarithmic functions like ##\ln x## or ##\log_a x## are continuous on their domains. Therefore, limits can be evaluated by direct substitution wherever the argument lies in the domain.

Example 13: Exponential Function

Evaluate

###\lim_{x \to 2} 3^x.###

Solution.

Since ##3^x## is continuous for all real ##x##, we substitute:

###3^2 = 9.###

Hence,

###\lim_{x \to 2} 3^x = 9.###

Example 14: Exponential with Linear Argument

Evaluate

###\lim_{x \to -1} e^{2x + 1}.###

Solution.

The exponent is the linear function ##2x + 1##, which is continuous. At ##x = -1##, the exponent is ##2(-1) + 1 = -1##. So,

###e^{2(-1) + 1} = e^{-1} = \frac{1}{e}.###

Thus,

###\lim_{x \to -1} e^{2x + 1} = \frac{1}{e}.###

Example 15: Natural Logarithm

Evaluate

###\lim_{x \to 1} \ln(2x + 1).###

Solution.

The natural logarithm is continuous for positive arguments. At ##x = 1##, the argument is ##2(1) + 1 = 3 > 0##, so direct substitution is valid:

###\ln(2 \cdot 1 + 1) = \ln(3).###

Therefore,

###\lim_{x \to 1} \ln(2x + 1) = \ln(3).###

7. Piecewise Functions: When Direct Substitution Still Works

For piecewise-defined functions, the limit at a point requires checking the behaviour from both sides. Direct substitution in each piece can help, but we must respect the domain of each piece around the point.

Example 16: Agreeing Pieces

Define

###f(x) = \begin{cases}x^2, & x \le 2, \\[4pt]3x – 2, & x > 2.\end{cases}###

Find ##\lim_{x \to 2} f(x)## using direct substitution.

Solution.

Both one-sided limits equal 4, so

###\lim_{x \to 2} f(x) = 4.###

Here, direct substitution in the relevant piece on each side leads to the limit.

Example 17: Mismatched Pieces

Define

###g(x) = \begin{cases}x + 1, & x < 1, \\[4pt]2x, & x \ge 1.\end{cases}###

Find ##\lim_{x \to 1} g(x)##.

Solution.

Both limits equal 2, so

###\lim_{x \to 1} g(x) = 2.###

In this example, the pieces actually match at the boundary. Direct substitution on each side gives consistent results.

8. When Direct Substitution Fails: Identifying Problems

Direct substitution is powerful but not universal. Recognising when it fails is important, because it signals either that the limit does not exist in the usual sense, or that we must simplify the expression first.

Example 18: Division by Zero with Nonzero Numerator

Consider

###\lim_{x \to 1} \frac{3}{x – 1}.###

Solution.

Direct substitution gives ##\frac{3}{1 – 1} = \frac{3}{0}##, which is undefined. To understand the limit, we reason as follows:

The function grows without bound in both positive and negative directions depending on the side, so there is no finite limit. we describe this as an infinite discontinuity and say the usual limit does not exist.

Example 19: Indeterminate Form 0/0

Consider

###\lim_{x \to 2} \frac{x^2 – 4}{x – 2}.###

Solution.

If we directly substitute, we get

###\frac{2^2 – 4}{2 – 2} = \frac{0}{0},###

which is an indeterminate form. This tells me that direct substitution alone cannot decide the limit. The expression might simplify to a well-behaved function or might have more complicated behaviour. To proceed, we would use algebraic simplification (such as factoring) or other techniques. In separate texts, this limit is evaluated and shown to be 4.

Example 20: Logarithmic Domain Issue

Consider

###\lim_{x \to 0} \ln(x).###

Solution.

The natural logarithm is not defined for non-positive numbers in the real setting. As ##x \to 0^+##, ##\ln(x) \to -\infty##. Direct substitution is impossible since ##\ln(0)## is not defined. we conclude that there is no finite limit; instead, the function decreases without bound as ##x## approaches 0 from the right.

9. Summary of the Direct Substitution Method

In this text, we have:

Direct substitution is the first tool we try when computing limits. When it works, the calculation is fast and straightforward. When it fails, the result provides useful information about the nature of the function near the point and signals the need for more advanced methods.

10. References for Further Reading

For more formal details and additional examples, we can consult:

Comments

What do you think?

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Recommended Reads for You

Limits of functions : Limits of functions: A Complete Guide : Learn the basics of **limits of functions** with our comprehensive guide. Explore definitions, theorems, and applications to build a strong calculus foundation.

Limits of Functions: A Complete Guide

Understanding **limits of functions** is essential in calculus. This guide explains the epsilon-delta definition, theorems, and applications to help you master this fundamental concept.

Read More
Limits at Infinity : Limits at Infinity: A Step-by-Step Guide : Explore Limits at Infinity! This guide provides clear explanations, step-by-step solutions, and examples to help you master calculus concepts. Learn how to evaluate limits at infinity.

Limits at Infinity

Learn how to solve Limits at Infinity with this comprehensive guide. Understand the concepts and techniques through clear examples and step-by-step solutions.

Read More