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

NCERT Solutions PDF Class 11 PDF

This chapter introduces the fundamental concepts of Limits and Derivatives for CBSE Class 11 Mathematics. The NCERT Solutions provided cover Exercise 13.1, focusing on evaluating limits of various functions, including algebraic and simple trigonometric forms. Students will learn the basic limit laws and how to substitute values directly or use algebraic manipulation to find the limit of a function as it approaches a certain point. These solutions offer step-by-step explanations, making it easier for students to grasp the techniques required for solving limit problems, which are crucial for understanding calculus. Practicing these problems will build a strong foundation for future topics in calculus and enhance problem-solving skills for examinations.

Quick info

BoardCBSE
ClassClass 11
SubjectMathematics
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 13: Limits and Derivatives

Chapter summary

Chapter 13, Limits and Derivatives, for Class 11 Mathematics NCERT Solutions focuses on the initial understanding of limits. This section, specifically Exercise 13.1, guides students through evaluating limits of polynomial, rational, and simple algebraic functions. It emphasizes direct substitution and basic algebraic simplification techniques to find the value a function approaches. These solutions are designed to build a foundational understanding of limits, essential for grasping the concept of derivatives in subsequent sections.

Learning outcomes

  • Understand the concept of a limit of a function.
  • Evaluate limits of polynomial and rational functions.
  • Apply direct substitution to find limits.
  • Use algebraic manipulation to simplify expressions before evaluating limits.
  • Apply the limit formula for <math>\lim_{x\to a} \frac{x^n - a^n}{x - a}</math>.

Topics covered

Paper topics

  • Introduction to Limits
  • Evaluating Limits
  • Limit of Polynomial Functions
  • Limit of Rational Functions
  • Direct Substitution Method
  • Algebraic Simplification for Limits
  • Limit of <math>(x+1)^n - 1 / x</math>
  • Indeterminate Forms
  • Factorization Method for Limits
  • Limit Formula <math>\lim_{x\to a} \frac{x^n - a^n}{x - a}</math>

Important topics

  • Evaluating limits of algebraic functions
  • Handling indeterminate forms (0/0)
  • Using algebraic simplification techniques
  • Direct substitution as a primary method
  • Application of standard limit formulas

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 limit: \lim_{x\to 3} x+3
Solution:

To evaluate the limit \lim_{x\to 3} (x+3), we can use the direct substitution property of limits for polynomial functions. Since f(x) = x+3 is a polynomial, it is continuous everywhere. Therefore, we can find the limit by substituting x=3 directly into the function.

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

The limit of the function as x approaches 3 is 6.

Question 2

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

The function f(x) = x - \frac{22}{7} is a polynomial in x, which is continuous everywhere. We can evaluate the limit by direct substitution of x = \pi.

\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:

The function f(r) = \pi r^2 is a polynomial in r multiplied by a constant \pi. It is continuous everywhere. We can find the limit by substituting r=1 directly into the function.

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

The limit of the function as r approaches 1 is \pi.

Question 4

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

The given function is a rational function f(x) = \frac{4x+3}{x-2}. We first check if direct substitution of x=4 is possible. The denominator is 4-2 = 2, which is not zero. Thus, we can use direct substitution.

\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:

The function is a rational function f(x) = \frac{x^{10} + x^5 + 1}{x - 1}. We check the denominator at x = -1. The denominator is -1 - 1 = -2, which is not zero. Therefore, we can evaluate the limit using direct substitution.

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

Calculating the powers of -1: (-1)^{10} = 1 and (-1)^5 = -1.

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

The limit of the function as x approaches -1 is -1/2.

Question 6

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

When we try to substitute x=0 directly into the expression \frac{(x+1)^5-1}{x}, we get \frac{(0+1)^5-1}{0} = \frac{1^5-1}{0} = \frac{0}{0}, which is an indeterminate form. To evaluate this limit, we can use a substitution or recognize it as a form related to the definition of the derivative.

Let's use the substitution 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 expression is in the form \lim_{y\to a} \frac{y^n - a^n}{y - a}, where n=5 and a=1. The value of this limit is given by the formula na^{n-1}.

= 5 \cdot 1^{5-1} = 5 \cdot 1^4 = 5 \cdot 1 = 5

Alternatively, we can expand (x+1)^5 using the binomial theorem: (x+1)^5 = x^5 + 5x^4 + 10x^3 + 10x^2 + 5x + 1.

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

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

For x \neq 0, we can divide each term by x: x^4 + 5x^3 + 10x^2 + 10x + 5.

Now, we can evaluate the limit by direct substitution:

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

Thus, the limit is 5.

Question 7

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

First, we attempt direct substitution of x=2 into the expression \frac{3x^2 - x - 10}{x^2 - 4}.

Numerator: 3(2)^2 - 2 - 10 = 3(4) - 2 - 10 = 12 - 2 - 10 = 0.

Denominator: (2)^2 - 4 = 4 - 4 = 0.

Since we get the indeterminate form \frac{0}{0}, we need to simplify the expression algebraically.

We factor the numerator and the denominator.

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

For 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.

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

Now, substitute the factored forms back into the limit:

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

Since x \to 2, x \neq 2, so x-2 \neq 0. We can cancel the (x-2) term from the numerator and denominator:

= \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 the limit laws.
  • Errors in algebraic simplification, especially with signs.
  • Not recognizing indeterminate forms like 0/0 and failing to simplify.
  • Calculation errors during substitution.

Revision tips

  • Review the basic limit laws before attempting problems.
  • Practice direct substitution first; only use algebraic methods if direct substitution results in an indeterminate form.
  • Pay close attention to algebraic manipulations, especially factoring and sign changes.
  • Ensure all mathematical expressions and symbols are correctly transcribed in your notes.

Practice MCQs

Q1. What is the limit of the function <math>f(x) = x + 3</math> as <math>x</math> approaches 3?

Q2. Evaluate <math>\lim_{r\to 1} \pi r^2</math>.

Q3. What is the value of <math>\lim_{x\to 4} \frac{4x+3}{x-2}</math>?

Q4. The limit <math>\lim_{x\to -1} \frac{x^{10} + x^5 + 1}{x - 1}</math> evaluates to:

Q5. To evaluate <math>\lim_{x\to 0} \frac{(x+1)^5-1}{x}</math>, we can use the substitution <math>y = x+1</math>. As <math>x \to 0</math>, what does <math>y</math> approach?

Q6. When evaluating <math>\lim_{x \to 2} \frac{3x^2 - x - 10}{x^2 - 4}</math>, direct substitution results in which indeterminate form?

Frequently asked questions

What is the main focus of Chapter 13, Exercise 13.1 for Class 11 Maths?

Chapter 13, Exercise 13.1, focuses on the fundamental concept of evaluating limits of various functions, primarily algebraic ones, using direct substitution and basic algebraic simplification methods.

How do I evaluate a limit if direct substitution leads to an indeterminate form like 0/0?

If direct substitution results in an indeterminate form like 0/0, you need to simplify the expression algebraically. This often involves factoring the numerator and denominator to cancel out common factors before substituting the value again.

What is the significance of the limit <math>\lim_{x\to a} \frac{x^n - a^n}{x - a} = na^{n-1}</math>?

This formula is a standard result used to evaluate limits of the form <math>\frac{x^n - a^n}{x - a}</math> directly, which is particularly useful when direct substitution leads to the 0/0 indeterminate form.

Are derivatives covered in Exercise 13.1?

No, Exercise 13.1 is dedicated solely to the concept and evaluation of limits. The topic of derivatives is typically introduced in later sections of Chapter 13.

How can these NCERT solutions help in exam preparation?

These solutions provide clear, step-by-step explanations for each problem, helping students understand the methods and logic. Practicing with these rewritten solutions can reinforce concepts and improve problem-solving accuracy for exams.

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

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