CBSE Class 11 Maths Exemplar Chapter 13: Limits and Derivatives NCERT Solutions
This chapter provides NCERT Solutions for Class 11 Maths, focusing on Chapter 13: Limits and Derivatives. It covers the fundamental concepts of limits, explaining how to evaluate them using various algebraic techniques. The solutions demonstrate how to simplify expressions, factorize, and use standard limit formulas to find the value of a function as it approaches a certain point. Key topics include evaluating limits of rational functions and functions involving roots. These solutions are designed to help students understand the process of limit evaluation, build confidence, and prepare effectively for their examinations by providing clear, step-by-step explanations for each problem.
Quick info
| Board | CBSE |
|---|---|
| Class | Class 11 |
| Subject | Maths Exemplar |
| Session | 2026 |
| Language | English |
| Type | NCERT Solutions |
| Chapter | Chapter 13 |
Chapter summary
Chapter 13, Limits and Derivatives, for Class 11 Maths NCERT Solutions focuses on the evaluation of limits. The exercises cover algebraic methods for finding limits of functions, particularly rational functions and those involving fractional exponents. Students will learn to apply standard limit formulas like \(\lim_{x \to a} \frac{x^n - a^n}{x - a} = na^{n-1}\) to solve problems efficiently. The solutions provide a clear, step-by-step approach to simplify expressions and arrive at the correct limit value.
Learning outcomes
- Understand the concept of limits in calculus.
- Evaluate limits of algebraic functions using factorization.
- Apply the standard limit formula \(\lim_{x \to a} \frac{x^n - a^n}{x - a} = na^{n-1}\).
- Solve problems involving limits of functions with fractional exponents.
- Simplify complex limit expressions to find their values.
Topics covered
Paper topics
- Introduction to Limits
- Evaluating Limits Algebraically
- Factorization Method for Limits
- Limits involving Fractional Exponents
- Standard Limit Formula: \(\lim_{x \to a} \frac{x^n - a^n}{x - a}\)
- Limits of Rational Functions
- Limits of Functions with Roots
- Limit Evaluation Techniques
Important topics
- Evaluating limits using algebraic manipulation
- Application of the standard limit formula \(\lim_{x \to a} \frac{x^n - a^n}{x - a}\)
- Simplifying expressions before evaluating limits
- Limits involving fractional powers
PDF preview
Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.
Questions and Solutions
Question 1
We are asked to evaluate the limit \lim_{x \to 3} \frac{x^2 - 9}{x - 3}.
If we substitute x = 3 directly, we get \frac{3^2 - 9}{3 - 3} = \frac{0}{0}, which is an indeterminate form.
Therefore, we need to simplify the expression first.
We can factor the numerator using the difference of squares formula, a^2 - b^2 = (a-b)(a+b). Here, x^2 - 9 = x^2 - 3^2 = (x-3)(x+3).
So, the expression becomes:
\lim_{x \to 3} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3} \frac{(x-3)(x+3)}{x - 3}
Since x \to 3, x \neq 3, we can cancel the (x-3) term from the numerator and the denominator:
= \lim_{x \to 3} (x+3)
Now, we can substitute x = 3 into the simplified expression:
= 3 + 3 = 6
Thus, the value of the limit is 6.
Question 2
We need to evaluate the limit \lim_{x \to 1/2} \frac{4x^2 - 1}{2x - 1}.
Direct substitution of x = 1/2 yields \frac{4(1/2)^2 - 1}{2(1/2) - 1} = \frac{4(1/4) - 1}{1 - 1} = \frac{1 - 1}{0} = \frac{0}{0}, which is an indeterminate form.
We must simplify the expression.
The numerator 4x^2 - 1 can be written as (2x)^2 - 1^2, which is a difference of squares. It factors as (2x-1)(2x+1).
So, the limit becomes:
\lim_{x \to 1/2} \frac{4x^2 - 1}{2x - 1} = \lim_{x \to 1/2} \frac{(2x)^2 - 1^2}{2x - 1}
= \lim_{x \to 1/2} \frac{(2x+1)(2x-1)}{(2x-1)}
Since x \to 1/2, x \neq 1/2, which means 2x \neq 1, so 2x-1 \neq 0. We can cancel the (2x-1) term:
= \lim_{x \to 1/2} (2x+1)
Now, substitute x = 1/2 into the simplified expression:
= 2 \times \frac{1}{2} + 1 = 1 + 1 = 2
The value of the limit is 2.
Question 3
We need to evaluate the limit \lim_{h \to 0} \frac{\sqrt{x+h} - \sqrt{x}}{h}.
Direct substitution of h = 0 results in \frac{\sqrt{x+0} - \sqrt{x}}{0} = \frac{\sqrt{x} - \sqrt{x}}{0} = \frac{0}{0}, an indeterminate form.
We can evaluate this limit using the standard limit formula \lim_{y \to a} \frac{y^n - a^n}{y - a} = na^{n-1}.
Let y = x+h. As h \to 0, y \to x. The expression can be rewritten as:
\lim_{h \to 0} \frac{(x+h)^{1/2} - x^{1/2}}{h}
To match the standard form, we can rewrite the denominator h as (x+h) - x:
= \lim_{h \to 0} \frac{(x+h)^{1/2} - x^{1/2}}{(x+h) - x}
Now, let y = x+h and a = x. As h \to 0, y \to x. The limit becomes:
= \lim_{y \to x} \frac{y^{1/2} - a^{1/2}}{y - a}
Using the standard formula with n = 1/2 and a = x:
= n a^{n-1} = \frac{1}{2} x^{1/2 - 1} = \frac{1}{2} x^{-1/2}
This can be written as:
= \frac{1}{2 x^{1/2}} = \frac{1}{2\sqrt{x}}
Thus, the value of the limit is \frac{1}{2\sqrt{x}}.
Question 4
We need to evaluate \lim_{x \to 0} \frac{(x+2)^{1/3} - 2^{1/3}}{x}.
Direct substitution of x = 0 gives \frac{(0+2)^{1/3} - 2^{1/3}}{0} = \frac{2^{1/3} - 2^{1/3}}{0} = \frac{0}{0}, which is an indeterminate form.
We will use the standard limit formula \lim_{y \to a} \frac{y^n - a^n}{y - a} = na^{n-1}.
Let y = x+2. As x \to 0, y \to 2. The denominator x can be written as (x+2) - 2.
So the limit becomes:
\lim_{x \to 0} \frac{(x+2)^{1/3} - 2^{1/3}}{(x+2) - 2}
Now, let y = x+2 and a = 2. As x \to 0, y \to 2. The limit is in the form \lim_{y \to a} \frac{y^n - a^n}{y - a} with n = 1/3.
Applying the formula na^{n-1}:
= \frac{1}{3} \times 2^{1/3 - 1}
= \frac{1}{3} \times 2^{-2/3}
This can be written as:
= \frac{1}{3 \times 2^{2/3}}
The value of the limit is \frac{1}{3(2)^{2/3}}.
Question 5
We need to evaluate \lim_{x \to 0} \frac{(1+x)^6 - 1}{(1+x)^2 - 1}.
Direct substitution of x = 0 gives \frac{(1+0)^6 - 1}{(1+0)^2 - 1} = \frac{1^6 - 1}{1^2 - 1} = \frac{1 - 1}{1 - 1} = \frac{0}{0}, an indeterminate form.
We can use the standard limit formula \lim_{y \to a} \frac{y^n - a^n}{y - a} = na^{n-1}.
Let y = 1+x. As x \to 0, y \to 1.
We can rewrite the expression by dividing the numerator and the denominator by x (or (1+x) - 1):
\lim_{x \to 0} \frac{(1+x)^6 - 1}{(1+x)^2 - 1} = \lim_{x \to 0} \frac{\frac{(1+x)^6 - 1}{x}}{\frac{(1+x)^2 - 1}{x}}
Now, we can apply the standard limit formula to the numerator and the denominator separately.
For the numerator, let y = 1+x and a = 1. As x \to 0, y \to 1. The numerator limit is \lim_{y \to 1} \frac{y^6 - 1^6}{y - 1}. Using the formula na^{n-1} with n=6 and a=1, this limit is 6 \times 1^{6-1} = 6.
For the denominator, let y = 1+x and a = 1. As x \to 0, y \to 1. The denominator limit is \lim_{y \to 1} \frac{y^2 - 1^2}{y - 1}. Using the formula na^{n-1} with n=2 and a=1, this limit is 2 \times 1^{2-1} = 2.
Therefore, the original limit is the ratio of these two limits:
= \frac{\lim_{x \to 0} \frac{(1+x)^6 - 1}{(1+x) - 1}}{\lim_{x \to 0} \frac{(1+x)^2 - 1}{(1+x) - 1}}
= \frac{6(1)^{6-1}}{2(1)^{2-1}}
= \frac{6 \times 1}{2 \times 1} = \frac{6}{2} = 3
The value of the limit is 3.
Question 6
We need to evaluate the limit \lim_{x \to a} \frac{(2+x)^{5/2} - (a+2)^{5/2}}{x-a}.
Direct substitution of x = a gives \frac{(2+a)^{5/2} - (a+2)^{5/2}}{a-a} = \frac{0}{0}, which is an indeterminate form.
We will use the standard limit formula \lim_{y \to b} \frac{y^n - b^n}{y - b} = nb^{n-1}.
Let y = 2+x. As x \to a, y \to 2+a.
The denominator x-a can be written as (2+x) - (2+a).
So the limit becomes:
\lim_{x \to a} \frac{(2+x)^{5/2} - (2+a)^{5/2}}{(2+x) - (2+a)}
Now, let y = 2+x and b = 2+a. As x \to a, y \to b. The limit is in the form \lim_{y \to b} \frac{y^n - b^n}{y - b} with n = 5/2.
Applying the formula nb^{n-1}:
= \frac{5}{2} \times (2+a)^{5/2 - 1}
= \frac{5}{2} \times (2+a)^{3/2}
The value of the limit is \frac{5}{2}(2+a)^{3/2}.
Common mistakes
- Incorrectly applying algebraic simplification techniques.
- Errors in substituting values after simplification.
- Misapplication of the standard limit formula \(\lim_{x \to a} \frac{x^n - a^n}{x - a}\).
- Algebraic errors when dealing with fractional exponents.
Revision tips
- Review the standard limit formulas thoroughly.
- Practice evaluating limits by direct substitution first, then by algebraic manipulation.
- Pay close attention to the form of the limit (e.g., 0/0) to determine the appropriate method.
- Work through each example step-by-step to understand the logic behind the simplification.
Practice MCQs
Q1. What is the value of \(_{x 3} \)?
Explanation: By factoring the numerator as a difference of squares, \( - 9 = (x-3)(x+3)\), we can cancel the \((x-3)\) term, leaving \(_{x 3} (x+3) = 3+3 = 6\).
Q2. The limit \(_{x 1/2} \) evaluates to:
Explanation: Factor the numerator as \((2x)^2 - 1^2 = (2x-1)(2x+1)\). Cancelling \((2x-1)\) leaves \(_{x 1/2} (2x+1) = 2(1/2) + 1 = 1 + 1 = 2\).
Q3. Which standard limit formula is used to evaluate \(_{h 0} \)?
Explanation: The expression can be rewritten in the form \(_{h 0} \), which matches the structure of the standard formula when \(\) and \(/2\).
Q4. What is the value of \(_{x 0} \)?
Explanation: Using the formula \(_{x a} = n\) with \(x+2\) as the variable, \(\), and \(/3\), the limit is \( 2^{1/3 - 1} = 2^{-2/3} = \).
Q5. To evaluate \(_{x 0} \), we can use the formula \(_{y 1} = n\). Let \(\). The limit becomes:
Explanation: By dividing the numerator and denominator by \(x\) (or \((1+x)-1\)) and applying the formula \(_{y 1} = n\) to both parts, we get \( = 3\).
Frequently asked questions
What is the main focus of Chapter 13, Limits and Derivatives, for Class 11 Maths?
Chapter 13 focuses on understanding and evaluating limits of functions, primarily using algebraic methods and standard limit formulas.
Which key formula is frequently used in these NCERT Solutions for limits?
The most frequently used formula is the standard limit formula: \(\lim_{x \to a} \frac{x^n - a^n}{x - a} = na^{n-1}\).
How do these solutions help students prepare for exams?
These solutions provide clear, step-by-step explanations for evaluating limits, helping students understand the methods and build confidence for their exams.
What types of functions are covered in the limit evaluation exercises?
The exercises cover limits of rational functions and functions involving roots or fractional exponents.
What is the first step when evaluating a limit like \(\lim_{x \to 3} \frac{x^2 - 9}{x - 3}\)?
The first step is often to try direct substitution. If it results in an indeterminate form (like 0/0), then algebraic simplification methods like factorization are used.
Content reviewed by the NCERT Help team. Editorial Team and update policy
NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.