CBSE Class 11 Mathematics Chapter 13: Limits and Derivatives NCERT Solutions

NCERT Solutions PDF Class 11 PDF

This chapter introduces students to the fundamental concepts of Limits and Derivatives in Mathematics for CBSE Class 11. The NCERT Solutions provide a detailed, step-by-step approach to solving problems related to evaluating limits of various functions, including polynomial, rational, and trigonometric functions. It also covers the basic understanding of derivatives. These solutions are designed to help students grasp the underlying principles, practice different types of limit evaluation techniques, and build a strong foundation for calculus. By working through these problems, students can enhance their problem-solving skills and prepare effectively for their examinations, ensuring a clear understanding of these crucial calculus topics.

Quick info

BoardCBSE
ClassClass 11
SubjectMathematics
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 13

Chapter summary

Chapter 13 of the NCERT Class 11 Mathematics textbook focuses on Limits and Derivatives. The NCERT Solutions for this chapter offer clear explanations and step-by-step solutions for evaluating limits of algebraic and trigonometric functions. It covers direct substitution, algebraic manipulation, and the use of standard limit formulas. The chapter lays the groundwork for understanding the concept of a derivative, which is essential for further study in calculus.

Learning outcomes

  • Understand the concept of a limit of a function.
  • Evaluate limits of algebraic functions using direct substitution.
  • Apply algebraic manipulation techniques to evaluate indeterminate forms of limits.
  • Use standard limit formulas to solve problems.
  • Understand the basic concept of a derivative.

Topics covered

Paper topics

  • Introduction to Limits
  • Limits of Algebraic Functions
  • Limits of Trigonometric Functions
  • Direct Substitution Method
  • Algebraic Manipulation for Limits
  • Indeterminate Forms
  • Standard Limit Formulas
  • Concept of Derivatives

Important topics

  • Evaluating Limits using Direct Substitution
  • Evaluating Limits using Algebraic Manipulation
  • Understanding Indeterminate Forms (0/0)
  • Application of Standard Limit Formulas
  • Introduction to Derivatives

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

Evaluate the given limit: \lim_{x\to 3} x+3
Solution:

To evaluate the limit \lim_{x\to 3} (x+3), we can use the direct substitution method since the function f(x) = x+3 is a polynomial and is continuous everywhere. We substitute x = 3 directly into the expression:

\lim_{x\to 3} (x+3) = 3 + 3 = 6

Thus, the value of the limit is 6.

Question 2

Evaluate the given limit: \lim_{x \to \pi} \left( x - \frac{22}{7} \right)
Solution:

The given limit is \lim_{x \to \pi} \left( x - \frac{22}{7} \right). This is a limit of a linear function. We can evaluate this limit by direct substitution of x = \pi into the expression, as the function is continuous.

\lim_{x \to \pi} \left( x - \frac{22}{7} \right) = \pi - \frac{22}{7}

The value of the limit is \pi - \frac{22}{7}.

Question 3

Evaluate the given limit: \lim_{r\to 1} \pi r^2
Solution:

We need to evaluate the limit \lim_{r\to 1} \pi r^2. Since \pi r^2 is a polynomial in r, it is continuous. We can find the limit by substituting r = 1 directly into the expression.

\lim_{r\to 1} \pi r^2 = \pi (1)^2 = \pi \times 1 = \pi

The value of the limit is \pi.

Question 4

Evaluate the given limit: \lim_{x\to 4} \frac{4x+3}{x-2}
Solution:

To evaluate the limit \lim_{x\to 4} \frac{4x+3}{x-2}, we first check if direct substitution is possible. The denominator x-2 is not zero when x=4. Therefore, we can substitute x=4 directly into the expression:

\lim_{x \to 4} \frac{4x+3}{x-2} = \frac{4(4)+3}{4-2} = \frac{16+3}{2} = \frac{19}{2}

The value of the limit is \frac{19}{2}.

Question 5

Evaluate the given limit: \lim_{x \to -1} \frac{x^{10} + x^5 + 1}{x - 1}
Solution:

We need to evaluate the limit \lim_{x \to -1} \frac{x^{10} + x^5 + 1}{x - 1}. The function is a rational function. We can attempt direct substitution of x = -1 into the expression, as the denominator will not be zero.

\lim_{x \to -1} \frac{x^{10} + x^5 + 1}{x - 1} = \frac{(-1)^{10} + (-1)^5 + 1}{-1 - 1}

Now, we simplify the terms:

= \frac{1 + (-1) + 1}{-2} = \frac{1 - 1 + 1}{-2} = \frac{1}{-2} = -\frac{1}{2}

The value of the limit is - \frac{1}{2}.

Question 6

Evaluate the given limit: \lim_{x\to 0} \frac{(x+1)^5-1}{x}
Solution:

We are asked to evaluate the limit \lim_{x\to 0} \frac{(x+1)^5-1}{x}. If we substitute x=0 directly, we get \frac{(0+1)^5-1}{0} = \frac{1^5-1}{0} = \frac{0}{0}, which is an indeterminate form. To resolve this, we can use a substitution or the standard limit formula for \frac{x^n - a^n}{x - a}.

Method 1: Using substitution

Let y = x+1. As x \to 0, we have y \to 0+1, so y \to 1. Also, x = y-1.

Substituting these into the limit expression:

\lim_{x\to 0} \frac{(x+1)^5 - 1}{x} = \lim_{y\to 1} \frac{y^5 - 1}{y-1}

This is now in the form \lim_{y\to 1} \frac{y^5 - 1^5}{y - 1}. We can use the standard limit formula \lim_{x \to a} \frac{x^n - a^n}{x - a} = na^{n-1}.

Here, n=5 and a=1.

= 5(1)^{5-1} = 5(1)^4 = 5 \times 1 = 5

Method 2: Using binomial expansion (alternative approach)

We can expand (x+1)^5 using the binomial theorem: (x+1)^5 = \binom{5}{0}x^5 + \binom{5}{1}x^4 + \binom{5}{2}x^3 + \binom{5}{3}x^2 + \binom{5}{4}x^1 + \binom{5}{5}x^0

(x+1)^5 = 1 + 5x + 10x^2 + 10x^3 + 5x^4 + x^5

So, (x+1)^5 - 1 = (1 + 5x + 10x^2 + 10x^3 + 5x^4 + x^5) - 1 = 5x + 10x^2 + 10x^3 + 5x^4 + x^5

Now, divide by x (for x \neq 0):

\frac{(x+1)^5 - 1}{x} = \frac{5x + 10x^2 + 10x^3 + 5x^4 + x^5}{x} = 5 + 10x + 10x^2 + 5x^3 + x^4

Now, take the limit as x \to 0:

\lim_{x\to 0} (5 + 10x + 10x^2 + 5x^3 + x^4) = 5 + 10(0) + 10(0)^2 + 5(0)^3 + (0)^4 = 5

Both methods yield the same result. The value of the limit is 5.

Question 7

Evaluate the given limit: \lim_{x \to 2} \frac{3x^2 - x - 10}{x^2 - 4}
Solution:

We need to evaluate the limit \lim_{x \to 2} \frac{3x^2 - x - 10}{x^2 - 4}. If we substitute x=2 directly, the numerator becomes 3(2)^2 - 2 - 10 = 3(4) - 2 - 10 = 12 - 12 = 0, and the denominator becomes 2^2 - 4 = 4 - 4 = 0. This results in the indeterminate form \frac{0}{0}.

To resolve this, we need to factorize the numerator and the denominator to cancel out the common factor (x-2).

Factorizing the numerator 3x^2 - x - 10:

We look for two numbers that multiply to 3 \times -10 = -30 and add up to -1. These numbers are -6 and 5.

3x^2 - x - 10 = 3x^2 - 6x + 5x - 10 = 3x(x - 2) + 5(x - 2) = (3x + 5)(x - 2)

Factorizing the denominator x^2 - 4:

This is a difference of squares: x^2 - 4 = (x - 2)(x + 2).

Now, substitute the factorized forms back into the limit expression:

\lim_{x \to 2} \frac{(3x + 5)(x - 2)}{(x - 2)(x + 2)}

Since x \to 2, x \neq 2, so we can cancel the (x - 2) term:

= \lim_{x\to 2} \frac{3x+5}{x+2}

Now, we can use direct substitution again:

= \frac{3(2)+5}{2+2} = \frac{6+5}{4} = \frac{11}{4}

The value of the limit is \frac{11}{4}.

Common mistakes

  • Incorrectly applying limit properties.
  • Errors in algebraic simplification when dealing with indeterminate forms.
  • Misinterpreting the value 'a' in the limit formula \lim_{x\to a} f(x).
  • Calculation errors in substitution or arithmetic.

Revision tips

  • Review the definitions and properties of limits thoroughly.
  • Practice evaluating limits using different methods: direct substitution, factorization, and rationalization.
  • Pay close attention to indeterminate forms like 0/0 and how to resolve them.
  • Understand the relationship between the limit definition and the derivative formula.

Practice MCQs

Q1. What is the value of the limit \lim_{x\to 3} (x+3)?

Q2. When evaluating \lim_{x\to \pi} (x - \frac{22}{7}), what is the result?

Q3. What is the limit of \pi r^2 as r approaches 1?

Q4. Evaluate \lim_{x\to 4} \frac{4x+3}{x-2}.

Q5. The limit \lim_{x\to 0} \frac{(x+1)^5-1}{x} is equal to:

Q6. For the limit \lim_{x\to 2} \frac{3x^2 - x - 10}{x^2 - 4}, what is the indeterminate form?

Frequently asked questions

What is the main focus of Chapter 13 for CBSE Class 11 Mathematics?

Chapter 13 focuses on the fundamental concepts of Limits and Derivatives, which are crucial building blocks for calculus.

How are limits evaluated in these NCERT Solutions?

The solutions demonstrate various methods for evaluating limits, including direct substitution, algebraic simplification (like factorization), and the application of standard limit formulas.

What is an indeterminate form, and how is it handled?

An indeterminate form, such as 0/0, arises when direct substitution doesn't yield a specific value. These solutions show how to resolve them using algebraic techniques before substitution.

Are derivatives covered in detail in this chapter's solutions?

This chapter introduces the basic concept of a derivative, laying the foundation for its detailed study in later chapters or higher grades. The focus here is primarily on limits.

How can these NCERT Solutions help students prepare for exams?

These solutions provide clear, step-by-step explanations for each problem, helping students understand the methods, practice problem-solving, and build confidence for their examinations on limits and derivatives.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.