Admin 12 Jun 2026 12:32

 

NCERT Solutions Class 11 Maths Chapter 13 Limits and Derivatives

Introduction to Limits

Limits form the foundation of calculus and help us understand how functions behave as inputs approach a specific value. In Chapter 13 of Class 11 Mathematics, we explore the concept of limits, which describe the value that a function approaches as the input approaches some value.

Understanding Limits

A limit represents the value that a function approaches as its independent variable gets close to a particular point. The formal definition of limit is:

lim(xa) f(x) = L

This means that as x approaches a, the function f(x) approaches L. Limits are essential in understanding continuity, derivatives, and integrals.

Common Limit Formulas

  • lim(xa) [f(x) + g(x)] = lim(xa) f(x) + lim(xa) g(x)
  • lim(xa) [f(x) - g(x)] = lim(xa) f(x) - lim(xa) g(x)
  • lim(xa) [f(x) g(x)] = lim(xa) f(x) lim(xa) g(x)
  • lim(xa) [f(x)/g(x)] = lim(xa) f(x)/lim(xa) g(x), provided lim(xa) g(x) 0
  • lim(xa) [kf(x)] = klim(xa) f(x), where k is a constant

Methods to Evaluate Limits

Direct Substitution

The simplest method to evaluate a limit is to substitute the value directly into the function, unless it results in an indeterminate form (0/0, /, etc.).

Factorisation

When direct substitution leads to 0/0, factorising and cancelling common terms can help evaluate the limit.

Example: Evaluate lim(x2) (x - 4)/(x - 2)
Solution:
Direct substitution gives 0/0 (indeterminate form).
Factorising the numerator: x - 4 = (x-2)(x+2)
Now, lim(x2) [(x-2)(x+2)]/(x-2)
Cancelling (x-2): lim(x2)(x+2) = 4

Rationalisation

For expressions with roots in denominators, rationalisation by multiplying with the conjugate can help evaluate the limit.

Example: Evaluate lim(x0) ((1+x) - 1)/x
Solution:
Multiplying numerator and denominator by the conjugate: ((1+x) + 1)
lim(x0) [((1+x) - 1)((1+x) + 1)]/[x((1+x) + 1)]
= lim(x0) [(1+x) - 1]/[x((1+x) + 1)]
= lim(x0) [x]/[x((1+x) + 1)]
= lim(x0) 1/[(1+x) + 1] = 1/2

Standard Limits

  • lim(x0) (sin x)/x = 1
  • lim(x0) (1 - cos x)/x = 0
  • lim(x0) (tan x)/x = 1
  • lim(x0) (e^x - 1)/x = 1
  • lim(x0) (a^x - 1)/x = ln a
  • lim(x0) [(1+x)^n - 1]/x = n

Introduction to Derivatives

The concept of derivatives is closely related to limits. A derivative measures the rate of change of a function with respect to its variable. Geometrically, it represents the slope of the tangent to the curve at a given point.

Definition of Derivative

The derivative of a function f(x) at a point x = a is defined as:

f'(a) = lim(h0) [f(a+h) - f(a)]/h

This is also known as the first principle of differentiation.

Basic Derivative Formulas

  • d/dx (x^n) = nx^(n-1)
  • d/dx (e^x) = e^x
  • d/dx (a^x) = a^x ln a
  • d/dx (ln x) = 1/x
  • d/dx (sin x) = cos x
  • d/dx (cos x) = -sin x
  • d/dx (tan x) = sec x
  • d/dx (cot x) = -cosec x
  • d/dx (sec x) = sec x tan x
  • d/dx (cosec x) = -cosec x cot x

Rules of Differentiation

Sum Rule

d/dx [f(x) + g(x)] = d/dx f(x) + d/dx g(x)

Difference Rule

d/dx [f(x) - g(x)] = d/dx f(x) - d/dx g(x)

Product Rule

d/dx [f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
Example: Find the derivative of f(x) = x sin x
Solution:
Using the product rule:
f'(x) = (d/dx x)sin x + x(d/dx sin x)
= 2xsin x + xcos x

Quotient Rule

d/dx [f(x)/g(x)] = [g(x)f'(x) - f(x)g'(x)]/[g(x)]
Example: Find the derivative of f(x) = (x + 1)/(x + 1)
Solution:
Using the quotient rule:
f'(x) = [(x+1)(d/dx(x+1)) - (x+1)(d/dx(x+1))]/(x+1)
= [(x+1)(2x) - (x+1)(1)]/(x+1)
= [2x+2x - x-1]/(x+1)
= [x+2x-1]/(x+1)

Chain Rule

For composite functions f(g(x)), the chain rule states:

d/dx [f(g(x))] = f'(g(x))g'(x)
Example: Find the derivative of f(x) = sin(x)
Solution:
Using the chain rule:
f'(x) = cos(x)(d/dx(x))
= cos(x)2x
= 2xcos(x)

NCERT Solutions for Important Exercises

Exercise 13.1 - Evaluating Limits

Question 1: Evaluate the limit lim(x3) (x+3)
Solution:
By direct substitution:
lim(x3) (x+3) = 3+3 = 6
Question 2: Evaluate the limit lim(x) (sin(x+))/x
Solution:
By direct substitution:
lim(x) (sin(x+))/x = sin(+)/ = sin(2)/ = 0/ = 0
Question 3: Evaluate the limit lim(x1) (x - 1)/(x - 1)
Solution:
Using factorization since direct substitution gives 0/0:
x-1 = (x-1)(x+1) = (x-1)(x+1)(x+1)
lim(x1) (x-1)/(x-1) = lim(x1) (x-1)(x+1)(x+1)/(x-1)
= lim(x1) (x+1)(x+1) = (1+1)(1+1) = 4

Exercise 13.2 - Finding Derivatives

Question 1: Find the derivative of f(x) = -x
Solution:
Using the first principle:
f'(x) = lim(h0) [f(x+h) - f(x)]/h
= lim(h0) [-(x+h) - (-x)]/h
= lim(h0) [-x-h+x]/h
= lim(h0) (-h)/h = -1
Question 2: Find the derivative of f(x) = (-x)
Solution:
f(x) = -1/x
Using the basic derivative formula:
f'(x) = -1/x
Question 3: Find the derivative of f(x) = sin(x cos x)
Solution:
Using the chain rule and product rule:
f'(x) = cos(x cos x) d/dx(x cos x)
= cos(x cos x) [1 cos x + x (-sin x)]
= cos(x cos x) (cos x - x sin x)

Applications of Limits and Derivatives

Tangents and Normals

The derivative of a function at a point gives the slope of the tangent to the curve at that point. The equation of the tangent at (x, y) to the curve y = f(x) is:

y - y = f'(x)(x - x)

The normal is perpendicular to the tangent, so its slope is -1/f'(x). The equation of the normal is:

y - y = -1/f'(x) (x - x)

Rate of Change

Derivatives represent the rate of change of one quantity with respect to another. For example, if s(t) represents the position of an object at time t, then s'(t) represents its instantaneous velocity.

Maximum and Minimum Values

To find maximum and minimum values of a function f(x), we:

  • Find the derivative f'(x)
  • Solve f'(x) = 0 to get critical points
  • Determine if each critical point is a maximum, minimum, or point of inflection by analyzing f''(x) or using the first derivative test

Tips for Success in Limits and Derivatives

  • Practice numerous problems from NCERT and additional resources
  • Memorize standard limit formulas and derivatives of basic functions
  • Understand the conceptual significance rather than just memorizing formulas
  • Visually sketch functions to better understand limits and derivatives
  • Work step by step through the problems to avoid errors
  • Pay special attention to indeterminate forms that require special techniques
  • Connect the concepts to real-world applications for better understanding

Common Mistakes to Avoid

  • Directly substituting values when they lead to indeterminate forms
  • Incorrectly applying quotient and product rules
  • Forgetting the chain rule when differentiating composite functions
  • Mixing up derivative formulas of trigonometric functions
  • Not simplifying results before attempting to find limits
  • Confusing the notation for derivatives with that of functions
Note: Limits and derivatives form the foundation for calculus and are widely applicable in physics, engineering, economics, and various other fields. Mastering these concepts in Class 11 will provide a strong base for more advanced calculus topics in higher classes.
```

Reference Files For NCERT Solutions Class 11 Maths Chapter 13 Limits And Derivatives
Screenshoot
File Name
ch_13_limits_derivatives.pdf

File Size
1.63 MB

File Type
PDF

File Site
Description
This file is just a reference file for NCERT Solutions Class 11 Maths Chapter 13 Limits And Derivatives. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

NCERT Solutions Class 11 Maths Chapter 13 Limits And Derivatives and Reference File Downlo...


admin
Admin
2026-06-12 12:32:16

NCERT Solutions Mathematics Class 11 Chapter 13 Limits And Derivatives and Reference File...


admin
Admin
2026-06-12 19:16:17

NCERT Solutions Class 10 Maths Chapter 7 Exercise 7.4 and Reference File Download Link


admin
Admin
2026-06-09 06:36:15

NCERT Solutions For Class 12 Maths Chapter 4 Determinants and Reference File Download Link


admin
Admin
2026-06-11 10:42:17

NCERT Solutions For Class 12 Maths Chapter 11 Three Dimensional Geometry Exercise 11.2 and...


admin
Admin
2026-06-12 05:08:11