Limits and Derivatives Class 11 Notes | CBSE Maths Chapter 12

Limits and Derivatives is Chapter 12 of CBSE Class 11 Maths — and it is the single most important bridge in your whole syllabus. It quietly introduces calculus, the mathematics of change, by answering two questions: what value does a function approach near a point (a limit), and how fast is a function changing at a point (a derivative). Get comfortable here and all of Class 12 calculus — continuity, differentiation, integration, and applications — becomes far easier.

By the end of these notes you will be able to evaluate limits of polynomial, rational and trigonometric functions, use the standard limit results (including the famous (sin x)/x → 1), find a derivative from first principles, and differentiate polynomials and trig functions using the algebra of derivatives. This chapter carries roughly 6–8 marks in boards and is a guaranteed JEE topic, so it rewards every minute you put in.


Table of Contents


Key Concepts

1. Intuitive Idea of a Limit

A limit tells you the value a function f(x) gets close to as x gets close to some number a — without caring what happens exactly at a. We write this as limx→a f(x) = L.

Think of walking towards a doorway: the limit is the doorway you are heading for, even if you never quite step through it. For example, as x → 2, the function f(x) = x + 3 clearly approaches 5, so limx→2 (x + 3) = 5.

Key idea: A limit describes a trend near a point, not the value at the point. This is why limits can exist even where the function itself is undefined.


2. Left-Hand and Right-Hand Limits

You can approach a point a from two sides. The value approached from the left (x slightly less than a) is the left-hand limit (LHL), written limx→a⁻ f(x). From the right (x slightly more than a) it is the right-hand limit (RHL), written limx→a⁺ f(x).

The limit exists only if LHL = RHL. If the two sides disagree, the limit does not exist.

For example, for f(x) = |x|/x at x = 0, the LHL is −1 and the RHL is +1, so limx→0 f(x) does not exist.


3. Algebra of Limits

Limits combine in exactly the way you would hope. If limx→a f(x) = L and limx→a g(x) = M, then:

  • Sum: lim [f(x) + g(x)] = L + M
  • Difference: lim [f(x) − g(x)] = L − M
  • Product: lim [f(x)·g(x)] = L·M
  • Quotient: lim [f(x)/g(x)] = L/M, provided M ≠ 0
  • Scalar: lim [k·f(x)] = k·L, where k is a constant

These rules let you break a complicated limit into simple pieces and evaluate each separately.


4. Limits of Polynomial and Rational Functions

For a polynomial function, limits are wonderfully easy — just substitute. Since polynomials are continuous everywhere, limx→a p(x) = p(a).

For a rational function f(x) = p(x)/q(x), substitute first. If q(a) ≠ 0, the limit is simply p(a)/q(a).

If substitution gives the indeterminate form 0/0, do not panic — factorise and cancel the common factor (or rationalise), then substitute again.

Example: limx→2 (x² − 4)/(x − 2) = limx→2 (x − 2)(x + 2)/(x − 2) = limx→2 (x + 2) = 4.


5. Standard Limit Results (Memorise These)

A handful of standard results appear again and again. They are the workhorses of every limit question.

  • limx→a (xⁿ − aⁿ)/(x − a) = n·an−1 (the algebraic standard limit, valid for all rational n)
  • limx→0 (sin x)/x = 1 (x in radians)
  • limx→0 (tan x)/x = 1
  • limx→0 (1 − cos x)/x = 0
  • limx→0 (1 − cos x)/x² = 1/2

Caution: The trigonometric standard limits only hold when the angle is measured in radians. This is exactly why calculus uses radians everywhere.


6. Limits of Trigonometric Functions

For most trig limits, you reshape the expression until it matches a standard result. The trick is to multiply and divide so that every sin and tan sits over its own angle.

Example: limx→0 (sin 3x)/(sin 5x) = limx→0 [(sin 3x)/(3x) · 3x] ÷ [(sin 5x)/(5x) · 5x] = (1 · 3)/(1 · 5) = 3/5.

Key idea: Whenever you see (sin θ)/θ shape forming as θ → 0, replace it with 1.


7. Derivative — Rate of Change & Geometric Meaning

The derivative of a function measures its instantaneous rate of change. If y = f(x), the derivative f′(x) tells you how fast y changes for a tiny change in x at that exact point.

Geometric meaning: the derivative f′(a) is the slope of the tangent to the curve y = f(x) at the point x = a. A steep tangent means a large derivative; a flat tangent means the derivative is zero.

[DIAGRAM: A curve y = f(x) with a secant line through (a, f(a)) and (a+h, f(a+h)); as h → 0 the secant rotates into the tangent at (a, f(a)), whose slope is f′(a).]

Physical meaning: if s = f(t) is displacement, then ds/dt is velocity. The derivative is change made precise.


8. Derivative from First Principles (ab initio)

The formal definition of the derivative is built straight from the idea of a limit of the slope of a shrinking secant.

f′(x) = limh→0 [f(x + h) − f(x)] / h

This is called finding the derivative from first principles (or the ab-initio method). You compute f(x + h), subtract f(x), divide by h, and take the limit as h → 0.

Example: For f(x) = x², f′(x) = limh→0 [(x + h)² − x²]/h = limh→0 (2xh + h²)/h = limh→0 (2x + h) = 2x.


9. Algebra of Derivatives

Once you know a few basic derivatives, these rules let you differentiate almost anything in this chapter. If u = f(x) and v = g(x):

  • Sum/Difference: (u ± v)′ = u′ ± v′
  • Constant multiple: (k·u)′ = k·u′
  • Product Rule: (u·v)′ = u′v + uv′
  • Quotient Rule: (u/v)′ = (u′v − uv′)/v², where v ≠ 0

Tip: A clean way to remember the product rule — “first times derivative of second, plus second times derivative of first.”


10. Derivatives of Polynomials and Trigonometric Functions

The power rule and the trig derivatives are the standard results you will use in every problem.

Power Rule

d/dx (xⁿ) = n·xn−1  (valid for all rational n)

  • d/dx (constant) = 0
  • d/dx (x) = 1
  • For a polynomial, differentiate term by term: d/dx (aₙxⁿ + … + a₁x + a₀) = n·aₙxn−1 + … + a₁

Trigonometric Derivatives

Function f(x)Derivative f′(x)
sin xcos x
cos x−sin x
tan xsec² x
cot x−cosec² x
sec xsec x · tan x
cosec x−cosec x · cot x

Note: In the Class 11 syllabus, sin x and cos x derivatives are derived from first principles using the standard limits; the others follow from the quotient rule.


Weightage in Board & Entrance Exams

ExamTypical WeightageMost-Tested Areas
CBSE Board (Class 11)6–8 marks0/0 limits, trig standard limits, first principles, differentiation rules
JEE Main / Advanced1–2 questionsTrig & algebraic limits, indeterminate forms, derivatives
Class 12 prerequisiteFoundationalContinuity, differentiability, all of differential calculus

[TABLE: Question-type split — VSA (1–2 marks): direct limits & basic derivatives; SA (3 marks): 0/0 limits by factorisation, trig limits, first principles of simple functions; LA (5 marks): product/quotient rule derivatives, first principles of sin x / cos x.]


Important Definitions & Formulae

Term / ResultDefinition / Formula
LimitValue f(x) approaches as x → a: limx→a f(x) = L
Existence of limitLimit exists at a only if LHL = RHL
Algebraic standard limitlimx→a (xⁿ − aⁿ)/(x − a) = n·an−1
Sine standard limitlimx→0 (sin x)/x = 1 (x in radians)
Tangent standard limitlimx→0 (tan x)/x = 1
Cosine standard limitlimx→0 (1 − cos x)/x² = 1/2
Derivative (first principles)f′(x) = limh→0 [f(x + h) − f(x)]/h
Power ruled/dx (xⁿ) = n·xn−1
Product rule(uv)′ = u′v + uv′
Quotient rule(u/v)′ = (u′v − uv′)/v²
Key trig derivatives(sin x)′ = cos x; (cos x)′ = −sin x; (tan x)′ = sec² x

Solved Examples

Example 1

Evaluate limx→3 (x² + 2x − 1).

Answer: Polynomial → substitute directly: (3)² + 2(3) − 1 = 9 + 6 − 1 = 14.

Example 2

Evaluate limx→2 (x² − 4)/(x − 2).

Answer: Substitution gives 0/0. Factorise: (x − 2)(x + 2)/(x − 2) = x + 2. So the limit = 2 + 2 = 4.

Example 3

Evaluate limx→0 (sin 4x)/x.

Answer: Multiply and divide by 4: limx→0 4 · (sin 4x)/(4x) = 4 × 1 = 4.

Example 4

Use the standard limit to evaluate limx→2 (x⁵ − 32)/(x − 2).

Answer: This is the form (xⁿ − aⁿ)/(x − a) with n = 5, a = 2: = 5·24 = 5 × 16 = 80.

Example 5

Find the derivative of f(x) = x² + 3x from first principles.

Answer: f′(x) = limh→0 [(x+h)² + 3(x+h) − (x² + 3x)]/h = limh→0 (2xh + h² + 3h)/h = limh→0 (2x + h + 3) = 2x + 3.

Example 6

Differentiate y = x³ · sin x.

Answer: Product rule with u = x³, v = sin x: y′ = u′v + uv′ = 3x²·sin x + x³·cos x = x²(3 sin x + x cos x).

Example 7

Differentiate y = (x + 1)/(x − 1).

Answer: Quotient rule, u = x + 1 (u′ = 1), v = x − 1 (v′ = 1): y′ = [1·(x−1) − (x+1)·1]/(x−1)² = (x − 1 − x − 1)/(x−1)² = −2/(x − 1)².


Important Questions for Board Exams

1–2-Mark Questions (VSA)

  1. Evaluate limx→1 (x² + 1).
  2. State the value of limx→0 (sin x)/x and the condition on the angle.
  3. Find d/dx (x⁷).
  4. What is the geometric meaning of the derivative f′(a)?
  5. When does the limit of a function at a point fail to exist?

3-Mark Questions (SA)

  1. Evaluate limx→3 (x² − 9)/(x − 3) by factorisation.
  2. Evaluate limx→0 (sin 5x)/(sin 2x).
  3. Find the derivative of f(x) = 1/x from first principles.
  4. Differentiate y = (2x + 3)/(3x − 2) using the quotient rule.

5-Mark Questions (LA)

  1. Find the derivative of sin x from first principles, using the standard limit limx→0 (sin x)/x = 1.
  2. Differentiate y = x⁴ · cos x by the product rule, and state f′(0).
  3. Evaluate limx→0 (1 − cos x)/x² and hence find limx→0 (1 − cos 2x)/x².

Quick Revision Points

  • Limit = value f(x) approaches near a; need not equal f(a)
  • Limit exists only if LHL = RHL
  • Polynomial limit: just substitute, limx→a p(x) = p(a)
  • 0/0 form → factorise/rationalise, cancel, then substitute
  • Standard: limx→a (xⁿ − aⁿ)/(x − a) = n·an−1
  • Standard trig (radians): (sin x)/x → 1, (tan x)/x → 1, (1 − cos x)/x² → 1/2
  • Derivative = rate of change = slope of tangent
  • First principles: f′(x) = limh→0 [f(x+h) − f(x)]/h
  • Power rule: d/dx (xⁿ) = n·xn−1; constant → 0
  • Product: (uv)′ = u′v + uv′; Quotient: (u/v)′ = (u′v − uv′)/v²
  • (sin x)′ = cos x, (cos x)′ = −sin x, (tan x)′ = sec² x

Next Chapter: Chapter 13 — Statistics

Studying this chapter? Track it — saved on this device, no login.

Leave a Comment

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

Scroll to Top