By the end of this chapter you'll be able to…

  • 1Evaluate limits of algebraic and trigonometric functions using standard limit formulas and algebra of limits
  • 2Determine whether a limit exists by computing and comparing left-hand and right-hand limits
  • 3Find the derivative of a function from first principles using the definition f'(x) = lim(h→0) [f(x+h)−f(x)]/h
  • 4Apply the power rule, product rule, quotient rule, and chain rule to differentiate standard functions
  • 5Differentiate trigonometric functions (sin, cos, tan, cot, sec, cosec)
💡
Why this chapter matters
Limits and Derivatives is the gateway to calculus — one of the most powerful tools in mathematics, physics, and engineering. The derivative by first principle deepens conceptual understanding, and mastery of differentiation rules here is essential for the full calculus chapters (integrals, applications) in Class 12.

Limits and Derivatives

"Calculus begins with a question: what happens as you get infinitely close?"

1. Chapter Overview

Calculus is the MATHEMATICS OF CHANGE — and it starts HERE. This chapter introduces: LIMITS (what value does a function APPROACH as x gets close to a point?), the ALGEBRA OF LIMITS, and DERIVATIVES (the instantaneous RATE OF CHANGE — the slope of the tangent). The derivative is defined as a LIMIT: f'(x) = lim (h→0) [f(x+h) — f(x)]/h.


2. Limits — The Intuitive Idea

What Is a Limit?

  • The value that f(x) APPROACHES as x approaches a certain value (say, a)
  • Notation: lim(x→a) f(x) = L — 'the limit of f(x) as x approaches a is L'

Left-Hand and Right-Hand Limits

  • Left-hand limit: lim(x→a⁻) f(x) — approaching from values LESS than a
  • Right-hand limit: lim(x→a⁺) f(x) — approaching from values GREATER than a
  • For the limit to EXIST: lim(x→a⁻) = lim(x→a⁺) (left must equal right)

3. Algebra of Limits

If lim(x→a) f(x) = L and lim(x→a) g(x) = M, then:

  • lim[f(x) ± g(x)] = L ± M
  • lim[f(x) · g(x)] = L · M
  • lim[f(x)/g(x)] = L/M (provided M ≠ 0)
  • lim[c · f(x)] = c · L (c is a constant)

Some Standard Limits

  • lim(x→a) xⁿ = aⁿ (for any real n)
  • lim(x→0) sin x / x = 1 (THE fundamental trigonometric limit)
  • lim(x→0) (cos x — 1) / x = 0
  • lim(x→0) (eˣ — 1) / x = 1

Limits of Polynomial and Rational Functions

  • For polynomial functions: lim(x→a) P(x) = P(a) — simply substitute
  • For rational functions: substitute. If denominator → 0, try FACTORING and CANCELLING.

4. The Derivative — Definition as a Limit

What Is a Derivative?

  • The derivative f'(x) is the INSTANTANEOUS RATE OF CHANGE of f at x
  • Geometrically: the slope of the TANGENT line at that point

Definition (First Principle)

This is the FUNDAMENTAL DEFINITION. Every derivative formula ultimately comes from this limit.

Notation

  • f'(x), dy/dx, D(f(x)) — all mean the derivative

5. Derivatives of Standard Functions

Function f(x)Derivative f'(x)
xⁿnxⁿ⁻¹ (Power Rule)
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
log x1/x
c (constant)0

6. Rules of Differentiation

Sum/Difference Rule

(f ± g)' = f' ± g'

Product Rule

(f · g)' = f'g + fg'

Quotient Rule

(f/g)' = (f'g — fg') / g² (where g ≠ 0)

Chain Rule (for composite functions)

If y = f(u) and u = g(x): dy/dx = (dy/du) × (du/dx)


7. Exam Focus

  1. Limits — evaluating simple limits, left-hand and right-hand limits
  2. Standard limits — especially lim(x→0) sin x/x = 1
  3. Derivative by first principle — apply the definition
  4. Power rule — derivative of xⁿ is nxⁿ⁻¹
  5. Derivatives of trigonometric functions
  6. Product rule, quotient rule
  7. Chain rule

8. Key Formulas

  • f'(x) = lim(h→0) [f(x+h) — f(x)]/h
  • d(xⁿ)/dx = nxⁿ⁻¹
  • d(sin x)/dx = cos x
  • d(cos x)/dx = -sin x
  • Product: (uv)' = u'v + uv'
  • Quotient: (u/v)' = (u'v — uv')/v²
  • Chain: dy/dx = dy/du · du/dx

9. Conclusion

Limits and derivatives are the GATEWAY TO CALCULUS:

  • LIMITS: What a function APPROACHES. The foundation of everything.
  • DERIVATIVE FROM FIRST PRINCIPLE: The limit of difference quotient. Understand this — you understand what a derivative IS.
  • RULES: Power rule, product, quotient, chain. Once you know these, you can differentiate almost anything.
  • APPLICATIONS (to come in subsequent classes): Finding maxima/minima. Rates of change. Tangents and normals. Area under curves.

'The derivative is the mathematics of "how fast?" — and that question is one of the most important questions humans have ever asked.'

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Definition of the Derivative (First Principle)
f'(x) = lim(h→0) [f(x+h)−f(x)] / h
The fundamental definition — every differentiation formula is derived from this limit
Standard Limit: xⁿ formula
lim(x→a) (xⁿ−aⁿ)/(x−a) = n·aⁿ⁻¹
Critical formula for evaluating limits of rational forms that give 0/0 at substitution
Standard Trigonometric Limits
lim(x→0) sinx/x = 1 and lim(x→0) (1−cosx)/x = 0 (x in radians)
These two limits must be memorised; they appear frequently in evaluation problems
Power Rule
d/dx(xⁿ) = nxⁿ⁻¹
Works for all real n; the single most-used differentiation formula
Product Rule
d/dx[f(x)·g(x)] = f'(x)·g(x) + f(x)·g'(x)
Mnemonic: 'first times derivative of second plus second times derivative of first'
Quotient Rule
d/dx[f(x)/g(x)] = [f'(x)·g(x)−f(x)·g'(x)] / [g(x)]²
Denominator squared; subtract (not add) in the numerator — order matters
Chain Rule
dy/dx = (dy/du)·(du/dx) if y=f(u) and u=g(x)
Used for composite functions; differentiate outer function, then multiply by derivative of inner
Derivatives of Trig Functions
d(sinx)/dx=cosx; d(cosx)/dx=−sinx; d(tanx)/dx=sec²x; d(cotx)/dx=−cosec²x
sin and cos derivatives cycle: sin→cos→−sin→−cos→sin; tan→sec²
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Evaluating lim(x→0) sinx/x = 0 because sin 0 = 0
lim(x→0) sinx/x = 1, NOT 0. This is a standard limit — you cannot simply substitute x=0 here because it gives 0/0. The result 1 follows from geometric arguments and is a fundamental result in calculus.
WATCH OUT
Writing d/dx(uv) = u'v' (multiplying derivatives instead of using product rule)
d/dx(uv) = u'v + uv' (product rule). Derivatives do NOT distribute over multiplication the way they do over addition.
WATCH OUT
Confusing the quotient rule numerator order: writing (fg'−gf') instead of (f'g−fg')
The quotient rule is (f/g)' = (f'g−fg')/g². The FIRST function's derivative appears first in the numerator. A common check: if f=xⁿ, g=constant, the result should be nx^(n-1)/g — verify against this.
WATCH OUT
Applying first-principle differentiation without expanding f(x+h) correctly
Fully expand f(x+h) before computing f(x+h)−f(x). For f(x)=x², f(x+h)=(x+h)²=x²+2xh+h², so f(x+h)−f(x)=2xh+h². Always expand fully first.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Limits
Evaluate: lim(x→2) (x²−4)/(x−2).
Show solution
Direct substitution gives 0/0. Factor: (x²−4) = (x−2)(x+2). So (x²−4)/(x−2) = (x+2) for x≠2. lim(x→2) (x+2) = 2+2 = 4.
Q2MEDIUM· First Principle
Find the derivative of f(x) = x³ from first principles.
Show solution
f'(x) = lim(h→0) [f(x+h)−f(x)]/h = lim(h→0) [(x+h)³−x³]/h. Expand: (x+h)³ = x³+3x²h+3xh²+h³. So (x+h)³−x³ = 3x²h+3xh²+h³. Divide by h: 3x²+3xh+h². Take limit h→0: f'(x) = 3x².
Q3HARD· Product Rule
Differentiate y = x² sin x using the product rule, then evaluate dy/dx at x = π/2.
Show solution
Using product rule with u=x², v=sinx: dy/dx = u'v+uv' = 2x·sinx + x²·cosx = 2x sinx + x² cosx. At x=π/2: dy/dx = 2(π/2)sin(π/2) + (π/2)²cos(π/2) = π×1 + (π²/4)×0 = π.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Limit lim(x→a)f(x) = L means f(x) approaches L as x approaches a (not necessarily equals L at x=a)
  • Limit exists iff left-hand limit = right-hand limit: lim(x→a⁻)f(x) = lim(x→a⁺)f(x)
  • Key standard limits: lim(x→a)(xⁿ−aⁿ)/(x−a) = naⁿ⁻¹; lim(x→0)sinx/x = 1; lim(x→0)(1−cosx)/x = 0
  • Derivative definition: f'(x) = lim(h→0)[f(x+h)−f(x)]/h — the slope of the tangent at x
  • Power rule: d/dx(xⁿ) = nxⁿ⁻¹; d/dx(constant) = 0
  • Product rule: (uv)' = u'v+uv'; Quotient rule: (u/v)' = (u'v−uv')/v²
  • Trig derivatives: (sinx)'=cosx; (cosx)'=−sinx; (tanx)'=sec²x; (cotx)'=−cosec²x
  • Chain rule: dy/dx = dy/du × du/dx for composite functions y=f(g(x))

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 8-10 marks

Question typeMarks eachTypical countWhat it tests
Short Answer21-2Evaluating standard limits, direct differentiation using power rule
Long Answer4-61Derivative from first principle, differentiation using product/quotient/chain rule
Prep strategy
  • Memorise all standard derivatives (power rule, trig functions) — they are the building blocks for all other differentiation problems
  • For first-principle problems, write the complete limit expression, expand f(x+h) fully, then simplify before taking the limit
  • For limit evaluation, always try direct substitution first — if it gives 0/0, then try factoring or rationalising

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Velocity and Acceleration in Physics

Velocity = ds/dt (derivative of position with respect to time); acceleration = dv/dt (derivative of velocity). The entire field of mechanics is built on derivatives.

Optimisation in Engineering and Economics

Finding maximum profit, minimum cost, or optimal design parameters all require setting the derivative equal to zero and solving — the foundation of calculus-based optimisation.

Marginal Analysis in Economics

Marginal cost (the cost of producing one more unit) is the derivative of the total cost function — a direct application of the derivative concept to economics.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. For limits, always try direct substitution first; if you get 0/0 or ∞/∞, try factoring, rationalising, or using standard limits
  2. For first-principle derivatives, show all three steps: write the limit, expand and simplify, then take the limit
  3. For product/quotient rule, identify u and v clearly before differentiating — label them explicitly in your solution
  4. In questions asking to 'find dy/dx', check if a simpler rule (power rule alone) applies before reaching for product/quotient rules

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • L'Hôpital's Rule (Class 12 preview): for 0/0 forms, lim f(x)/g(x) = lim f'(x)/g'(x) — connects limits and derivatives elegantly
  • Differentiation from first principles for √x and 1/x — two important non-polynomial examples that practise limit manipulation skills

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 11 BoardVery High
JEE MainVery High
JEE AdvancedVery High

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

The limit lim(x→a)f(x) is what f(x) APPROACHES as x gets close to a. The value f(a) is what the function EQUALS at x=a. For continuous functions they are equal, but for others (like (x²−1)/(x−1) at x=1) the limit exists even though the function is undefined at that point.

The geometric proof of this limit uses the fact that arc length = radius × angle in radians. If you use degrees, the conversion factor π/180 appears, giving lim = π/180, not 1.

Use the chain rule whenever you have a composite function — a function of a function. Recognise it by the structure: you can write y = f(u) where u = g(x) and neither f nor g is trivial. Example: y = sin(x²) requires chain rule.
Verified by the tuition.in editorial team
Last reviewed on 26 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo