Download Limits and Derivatives Class 11 Notes PDF (Free)
Print-friendly branded PDF - save it, print it, or share it with friends. No sign-up needed.
📥 Download PDF (Free)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 - limits, algebra of limits, standard limits, derivatives, first principles, rules of differentiation
- Weightage in Board & Entrance Exams
- Important Definitions & Formulae
- Solved Examples
- Important Questions for Board Exams
- Quick Revision Points
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 x | cos x |
| cos x | βsin x |
| tan x | secΒ² x |
| cot x | βcosecΒ² x |
| sec x | sec 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
| Exam | Typical Weightage | Most-Tested Areas |
|---|---|---|
| CBSE Board (Class 11) | 6β8 marks | 0/0 limits, trig standard limits, first principles, differentiation rules |
| JEE Main / Advanced | 1β2 questions | Trig & algebraic limits, indeterminate forms, derivatives |
| Class 12 prerequisite | Foundational | Continuity, 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 / Result | Definition / Formula |
|---|---|
| Limit | Value f(x) approaches as x β a: limxβa f(x) = L |
| Existence of limit | Limit exists at a only if LHL = RHL |
| Algebraic standard limit | limxβa (xβΏ β aβΏ)/(x β a) = nΒ·anβ1 |
| Sine standard limit | limxβ0 (sin x)/x = 1 (x in radians) |
| Tangent standard limit | limxβ0 (tan x)/x = 1 |
| Cosine standard limit | limxβ0 (1 β cos x)/xΒ² = 1/2 |
| Derivative (first principles) | fβ²(x) = limhβ0 [f(x + h) β f(x)]/h |
| Power rule | d/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)
- Evaluate limxβ1 (xΒ² + 1).
- State the value of limxβ0 (sin x)/x and the condition on the angle.
- Find d/dx (xβ·).
- What is the geometric meaning of the derivative fβ²(a)?
- When does the limit of a function at a point fail to exist?
3-Mark Questions (SA)
- Evaluate limxβ3 (xΒ² β 9)/(x β 3) by factorisation.
- Evaluate limxβ0 (sin 5x)/(sin 2x).
- Find the derivative of f(x) = 1/x from first principles.
- Differentiate y = (2x + 3)/(3x β 2) using the quotient rule.
5-Mark Questions (LA)
- Find the derivative of sin x from first principles, using the standard limit limxβ0 (sin x)/x = 1.
- Differentiate y = xβ΄ Β· cos x by the product rule, and state fβ²(0).
- 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
Chapter Navigation
Previous: Conic Sections Class 11 Notes
Next: Statistics Class 11 Notes
Related Chapters in Class 11 Maths
- Trigonometric Functions Class 11 Notes
- Relations and Functions Class 11 Notes
- Sequences and Series Class 11 Notes
Practice What You Learned
This chapter is the launchpad for Class 12 Maths calculus - continuity, differentiation, and integration all build on it.