NCERT Solutions for Class 11 Maths Chapter 12: Limits and Derivatives
These Class 11 Maths Chapter 12 solutions cover Limits and Derivatives — your first taste of Calculus. Every question of Exercise 12.1, Exercise 12.2 and the Miscellaneous Exercise is reproduced verbatim from the NCERT textbook (Reprint 2026–27) and solved step by step, with the algebra of limits, trigonometric limits, derivatives from first principle and the product & quotient rules worked out in full.
Chapter 12, Limits and Derivatives, is the gateway to Calculus — the branch of mathematics that studies how the value of a function changes as the input changes. The chapter begins with an intuitive idea of the derivative through average velocity, then gives a naive definition of a limit, the left- and right-hand limits, and the algebra of limits. It evaluates limits of polynomials, rational functions and trigonometric functions (using the famous results sin x/x → 1 and (1 − cos x)/x → 0), and the standard limit (xn − an)/(x − a). It then defines the derivative as a limit (the first principle), develops the algebra of derivatives (sum, difference, product and quotient rules) and obtains derivatives of standard functions such as xn, sin x and tan x.
Key Concepts & Definitions
Limit of a function: as x → a, if f(x) → l then l is the limit, written limx→a f(x) = l. It is the value f(x) is expected to take near a, whether or not f(a) is defined.
Left-hand limit (LHL): the value f(x) approaches as x → a from values less than a, written limx→a− f(x).
Right-hand limit (RHL): the value f(x) approaches as x → a from values greater than a, written limx→a+ f(x). The limit exists only when LHL = RHL.
Algebra of limits: the limit of a sum, difference, product or quotient (denominator ≠ 0) of two functions equals the corresponding operation on their limits.
Sandwich (Squeeze) Theorem: if f(x) ≤ g(x) ≤ h(x) near a and lim f = lim h = l, then lim g = l.
Derivative at a point: f′(a) = limh→0 [f(a + h) − f(a)] / h, provided the limit exists. Geometrically it is the slope of the tangent at (a, f(a)).
Derivative function (first principle): f′(x) = limh→0 [f(x + h) − f(x)] / h, also written d/dx (f(x)) or dy/dx.
Important Formulas (Chapter 12)
Standard limit: limx→a (xn − an)/(x − a) = n·an−1 (true for any real n, a > 0).
Polynomial/rational limit: limx→a f(x) = f(a) when f is a polynomial; for a rational function take f(a) if the denominator ≠ 0, else cancel common factors first.
First principle: f′(x) = limh→0 [f(x + h) − f(x)] / h.
Standard derivatives: d/dx(sin x) = cos x • d/dx(cos x) = −sin x • d/dx(tan x) = sec2x • d/dx(constant) = 0.
Exercise 12.1 Solutions
Questions are reproduced verbatim from the NCERT textbook; the worked solutions are original and verified against the answers given at the back of the book.
Evaluate the following limits in Exercises 1 to 22.
SOLUTIONDenominator at x = 4 is 2 ≠ 0, so substitute: (4·4 + 3)/(4 − 2) = 19/2.∴ the limit is 19/2.
5. limx→−1 (x10 + x5 + 1)/(x − 1)
SOLUTIONDenominator at x = −1 is −2 ≠ 0, so substitute: ((−1)10 + (−1)5 + 1)/(−1 − 1) = (1 − 1 + 1)/(−2) = 1/(−2).∴ the limit is −1/2.
6. limx→0 [(x + 1)5 − 1]/x
SOLUTIONPut y = x + 1, so y → 1 as x → 0, and x = y − 1. The limit becomes limy→1 (y5 − 15)/(y − 1).Using (xn − an)/(x − a) → n·an−1: = 5·(1)4 = 5.
7. limx→2 (3x2 − x − 10)/(x2 − 4)
SOLUTIONAt x = 2 it is 0/0. Factorise: 3x2 − x − 10 = (x − 2)(3x + 5); x2 − 4 = (x − 2)(x + 2).Cancel (x − 2): limx→2 (3x + 5)/(x + 2) = (6 + 5)/(2 + 2) = 11/4.∴ the limit is 11/4.
8. limx→3 (x4 − 81)/(2x2 − 5x − 3)
SOLUTIONAt x = 3 it is 0/0. Numerator x4 − 81 = (x − 3)(x + 3)(x2 + 9); denominator 2x2 − 5x − 3 = (x − 3)(2x + 1).Cancel (x − 3): limx→3 (x + 3)(x2 + 9)/(2x + 1) = (6)(18)/(7) = 108/7.∴ the limit is 108/7.
9. limx→0 (ax + b)/(cx + 1)
SOLUTIONDenominator at x = 0 is 1 ≠ 0, so substitute: (a·0 + b)/(c·0 + 1) = b/1.∴ the limit is b.
10. limz→1 (z1/3 − 1)/(z1/6 − 1)
SOLUTIONAt z = 1 it is 0/0. Divide numerator and denominator by (z − 1) and use (zn − 1)/(z − 1) → n (with a = 1).= limz→1 [(z1/3 − 1)/(z − 1)] ÷ [(z1/6 − 1)/(z − 1)] = (1/3) ÷ (1/6) = (1/3)·6 = 2.∴ the limit is 2.
11. limx→1 (ax2 + bx + c)/(cx2 + bx + a), a + b + c ≠ 0
SOLUTIONSubstitute x = 1: numerator = a + b + c, denominator = c + b + a = a + b + c.Since a + b + c ≠ 0, the ratio is (a + b + c)/(a + b + c) = 1.
12. limx→−2 (1/x + 1/2)/(x + 2)
SOLUTIONCombine the numerator: 1/x + 1/2 = (2 + x)/(2x). So the expression = (x + 2)/(2x) ÷ (x + 2) = 1/(2x).As x → −2: 1/(2·(−2)) = −1/4.∴ the limit is −1/4.
13. limx→0 (sin ax)/(bx)
SOLUTIONWrite (sin ax)/(bx) = (sin ax)/(ax) · (a/b). As x → 0, ax → 0 so (sin ax)/(ax) → 1.∴ the limit is 1·(a/b) = a/b.
14. limx→0 (sin ax)/(sin bx), a, b ≠ 0
SOLUTION= limx→0 [(sin ax)/(ax)·ax] / [(sin bx)/(bx)·bx] = [1·ax]/[1·bx] = a/b.∴ the limit is a/b.
15. limx→π sin(π − x)/[π(π − x)]
SOLUTIONPut y = π − x, so y → 0 as x → π. The limit = limy→0 (sin y)/(πy) = (1/π)·limy→0 (sin y)/y = (1/π)·1.∴ the limit is 1/π.
16. limx→0 (cos x)/(π − x)
SOLUTIONNo 0/0 here. Substitute x = 0: cos 0/(π − 0) = 1/π.∴ the limit is 1/π.
17. limx→0 (cos 2x − 1)/(cos x − 1)
SOLUTIONUse cos 2x − 1 = −2 sin2x and cos x − 1 = −2 sin2(x/2).Ratio = sin2x / sin2(x/2) = [(sin x)/x]2·x2 ÷ { [(sin(x/2))/(x/2)]2·(x/2)2 }.As x → 0 the sine ratios → 1, leaving x2/(x/2)2 = x2/(x2/4) = 4.∴ the limit is 4.
18. limx→0 (ax + x cos x)/(b sin x)
SOLUTIONDivide numerator and denominator by x: numerator → a + cos x, denominator = b·(sin x)/x.= limx→0 (a + cos x) / [b·(sin x)/x] = (a + 1)/(b·1) = (a + 1)/b.∴ the limit is (a + 1)/b.
19. limx→0 x·sec x
SOLUTIONx·sec x = x/cos x. As x → 0: 0/cos 0 = 0/1 = 0.∴ the limit is 0.
20. limx→0 (sin ax + bx)/(ax + sin bx), a, b, a + b ≠ 0
SOLUTIONDivide top and bottom by x: numerator = a·(sin ax)/(ax) + b, denominator = a + b·(sin bx)/(bx).As x → 0 the sine ratios → 1: = (a + b)/(a + b) = 1.∴ the limit is 1.
21. limx→0 (cosec x − cot x)
SOLUTIONcosec x − cot x = (1 − cos x)/sin x = [(1 − cos x)/x] ÷ [(sin x)/x].As x → 0: (0)/(1) = 0.∴ the limit is 0.
22. limx→π/2 (tan 2x)/(x − π/2)
SOLUTIONPut y = x − π/2, so y → 0 and 2x = 2y + π. Then tan 2x = tan(2y + π) = tan 2y.Limit = limy→0 (tan 2y)/y = limy→0 [(tan 2y)/(2y)]·2 = 1·2 = 2.∴ the limit is 2.
23. Find limx→0 f(x) and limx→1 f(x), where
f(x) = 2x + 3, x ≤ 0; f(x) = 3(x + 1), x > 0.
SOLUTIONAt x = 0: LHL = limx→0−(2x + 3) = 3; RHL = limx→0+3(x + 1) = 3(0 + 1) = 3. LHL = RHL, so limx→0 f(x) = 3.At x = 1: x = 1 > 0, so f(x) = 3(x + 1); both one-sided limits = 3(1 + 1) = 6, so limx→1 f(x) = 6.∴ limx→0 f(x) = 3 and limx→1 f(x) = 6.
24. Find limx→1 f(x), where
f(x) = x2 − 1, x ≤ 1; f(x) = −x2 − 1, x > 1.
SOLUTIONLHL = limx→1−(x2 − 1) = 1 − 1 = 0.RHL = limx→1+(−x2 − 1) = −1 − 1 = −2.Since LHL (0) ≠ RHL (−2), the limit does not exist at x = 1.
25. Evaluate limx→0 f(x), where
f(x) = |x|/x, x ≠ 0; f(x) = 0, x = 0.
SOLUTIONFor x > 0, |x|/x = 1; for x < 0, |x|/x = −1.RHL = limx→0+ 1 = 1; LHL = limx→0− (−1) = −1.Since LHL ≠ RHL, the limit does not exist at x = 0.
26. Find limx→0 f(x), where
f(x) = x/|x|, x ≠ 0; f(x) = 0, x = 0.
SOLUTIONFor x > 0, x/|x| = 1; for x < 0, x/|x| = −1.RHL = 1, LHL = −1. Since they differ, the limit does not exist at x = 0.
27. Find limx→5 f(x), where f(x) = |x| − 5.
SOLUTIONNear x = 5, x is positive, so |x| = x and f(x) = x − 5.limx→5 (x − 5) = 5 − 5 = 0.∴ the limit is 0.
28. Suppose f(x) = a + bx, x < 1; f(x) = 4, x = 1; f(x) = b − ax, x > 1, and if limx→1 f(x) = f(1), what are possible values of a and b?
SOLUTIONf(1) = 4. For the limit to exist and equal f(1), LHL = RHL = 4.LHL = limx→1−(a + bx) = a + b. RHL = limx→1+(b − ax) = b − a.So a + b = 4 and b − a = 4. Adding: 2b = 8 ⇒ b = 4; subtracting: 2a = 0 ⇒ a = 0.∴ a = 0, b = 4.
29. Let a1, a2, …, an be fixed real numbers and define a function f(x) = (x − a1)(x − a2) … (x − an). What is limx→a1 f(x)? For some a ≠ a1, a2, …, an, compute limx→a f(x).
SOLUTIONf is a polynomial, so its limit at any point equals its value there.limx→a1 f(x) = (a1 − a1)(a1 − a2) … (a1 − an) = 0 (the first factor is 0).For a ≠ any ai: limx→a f(x) = (a − a1)(a − a2) … (a − an).
30. If f(x) = |x| + 1, x < 0; f(x) = 0, x = 0; f(x) = x − 1, x > 0. For what value(s) of a does limx→a f(x) exist?
SOLUTIONFor x < 0, f(x) = x + 1 (since |x| = −x gives −x + 1… note the book writes f(x) = x + 1 for x < 0). For x > 0, f(x) = x − 1.At a = 0: LHL = limx→0−(x + 1) = 1; RHL = limx→0+(x − 1) = −1. These differ, so the limit does not exist at 0.At any a ≠ 0: f is a polynomial on each side and continuous there, so the limit exists.∴ limx→a f(x) exists for all a ≠ 0.
31. If the function f(x) satisfies limx→1 [f(x) − 2]/(x2 − 1) = π, evaluate limx→1 f(x).
SOLUTIONAs x → 1, the denominator x2 − 1 → 0. For the given ratio to tend to a finite value π, the numerator must also → 0.So limx→1 [f(x) − 2] = 0, i.e. limx→1 f(x) − 2 = 0.∴ limx→1 f(x) = 2.
32. If f(x) = mx2 + n, x < 0; f(x) = nx + m, 0 ≤ x ≤ 1; f(x) = nx3 + m, x > 1. For what integers m and n do both limx→0 f(x) and limx→1 f(x) exist?
SOLUTIONAt x = 0: LHL = limx→0−(mx2 + n) = n; RHL = limx→0+(nx + m) = m. For existence, n = m.At x = 1: LHL = limx→1−(nx + m) = n + m; RHL = limx→1+(nx3 + m) = n + m. These are always equal, so the limit at 1 exists for any integers m, n.∴ limx→0 f(x) exists only when m = n; limx→1 f(x) exists for any integral values of m and n.
5. For the function f(x) = x100/100 + x99/99 + … + x2/2 + x + 1. Prove that f′(1) = 100 f′(0).
SOLUTIONDifferentiate term by term: d/dx (xk/k) = xk−1. So f′(x) = x99 + x98 + … + x + 1 (the derivative of the constant 1 is 0, and the x term gives 1).f′(0) = 0 + 0 + … + 0 + 1 = 1 (only the last term survives).f′(1) = 199 + 198 + … + 1 + 1 = 100 ones = 100.∴ f′(1) = 100 = 100·1 = 100 f′(0). Hence proved.
6. Find the derivative of xn + axn−1 + a2xn−2 + … + an−1x + an for some fixed real number a.
SOLUTIONHere a is constant, so ak are constants. Differentiate term by term using d/dx(xm) = m·xm−1 (the last term an gives 0).f′(x) = nxn−1 + a(n − 1)xn−2 + a2(n − 2)xn−3 + … + an−1.
7. For some constants a and b, find the derivative of
(i) (x − a)(x − b) (ii) (ax2 + b)2 (iii) (x − a)/(x − b)
SOLUTION(i) Expand: x2 − (a + b)x + ab. Derivative = 2x − (a + b) = 2x − a − b.(ii) Expand: (ax2 + b)2 = a2x4 + 2abx2 + b2. Derivative = 4a2x3 + 4abx = 4ax(ax2 + b).(iii) Quotient rule with u = x − a (u′ = 1), v = x − b (v′ = 1): (u′v − uv′)/v2 = [(x − b) − (x − a)]/(x − b)2 = (a − b)/(x − b)2.
8. Find the derivative of (xn − an)/(x − a) for some constant a.
SOLUTIONQuotient rule with u = xn − an (u′ = nxn−1), v = x − a (v′ = 1).f′(x) = [nxn−1(x − a) − (xn − an)·1] / (x − a)2.= [nxn − anxn−1 − xn + an] / (x − a)2.
10. Find the derivative of cos x from first principle.
SOLUTIONf′(x) = limh→0 [cos(x + h) − cos x]/h. Use cos C − cos D = −2 sin((C+D)/2) sin((C−D)/2).= limh→0 [−2 sin(x + h/2) sin(h/2)]/h = limh→0 [−sin(x + h/2)]·[sin(h/2)/(h/2)].As h → 0, sin(h/2)/(h/2) → 1 and sin(x + h/2) → sin x: f′(x) = −sin x.
11. Find the derivative of the following functions:
(i) sin x cos x (ii) sec x (iii) 5 sec x + 4 cos x (iv) cosec x(v) 3 cot x + 5 cosec x (vi) 5 sin x − 6 cos x + 7 (vii) 2 tan x − 7 sec x
SOLUTION(i) sin x cos x = (1/2)sin 2x, or by product rule: cos x·cos x + sin x·(−sin x) = cos2x − sin2x = cos 2x.(ii) sec x = 1/cos x; quotient rule gives sin x/cos2x = sec x tan x.(iii) 5(sec x tan x) + 4(−sin x) = 5 sec x tan x − 4 sin x.(iv) cosec x = 1/sin x; quotient rule gives −cos x/sin2x = −cosec x cot x.(v) 3(−cosec2x) + 5(−cosec x cot x) = −3 cosec2x − 5 cosec x cot x.(vi) 5 cos x − 6(−sin x) + 0 = 5 cos x + 6 sin x.(vii) 2(sec2x) − 7(sec x tan x) = 2 sec2x − 7 sec x tan x.
Miscellaneous Exercise on Chapter 12 — Solutions
1. Find the derivative of the following functions from first principle:
(i) −x (ii) (−x)−1 (iii) sin(x + 1) (iv) cos(x − π/8)
SOLUTIONExpand sin(x + a) = sin x cos a + cos x sin a (cos a, sin a constants).Derivative = cos x cos a − sin x sin a = cos(x + a).
15. cosec x cot x
SOLUTIONProduct rule with u = cosec x (u′ = −cosec x cot x), v = cot x (v′ = −cosec2x).= (−cosec x cot x)cot x + cosec x(−cosec2x) = −cosec x cot2x − cosec3x.∴ −cosec3x − cosec x cot2x.
16. cos x/(1 + sin x)
SOLUTIONQuotient rule: [(−sin x)(1 + sin x) − cos x(cos x)]/(1 + sin x)2.Numerator = −sin x − sin2x − cos2x = −sin x − 1 = −(1 + sin x).= −(1 + sin x)/(1 + sin x)2 = −1/(1 + sin x).
17. (sin x + cos x)/(sin x − cos x)
SOLUTIONQuotient rule: u = sin x + cos x (u′ = cos x − sin x), v = sin x − cos x (v′ = cos x + sin x).Numerator = (cos x − sin x)(sin x − cos x) − (sin x + cos x)(cos x + sin x) = −(sin x − cos x)2 − (sin x + cos x)2.= −[(1 − sin 2x) + (1 + sin 2x)] = −2.∴ −2/(sin x − cos x)2.
18. (sec x − 1)/(sec x + 1)
SOLUTIONQuotient rule with u = sec x − 1, v = sec x + 1, both having derivative sec x tan x.Numerator = sec x tan x(sec x + 1) − (sec x − 1)sec x tan x = sec x tan x[(sec x + 1) − (sec x − 1)] = 2 sec x tan x.∴ 2 sec x tan x/(sec x + 1)2.
19. sinnx
SOLUTIONBy the chain rule, d/dx (sin x)n = n(sin x)n−1·cos x.∴ n sinn−1x cos x.
20. (a + b sin x)/(c + d cos x)
SOLUTIONQuotient rule: u = a + b sin x (u′ = b cos x), v = c + d cos x (v′ = −d sin x).Numerator = b cos x(c + d cos x) − (a + b sin x)(−d sin x) = bc cos x + bd cos2x + ad sin x + bd sin2x = bc cos x + ad sin x + bd.∴ (bc cos x + ad sin x + bd)/(c + d cos x)2.
21. sin(x + a)/cos x
SOLUTIONQuotient rule: u = sin(x + a) (u′ = cos(x + a)), v = cos x (v′ = −sin x).Numerator = cos(x + a)cos x − sin(x + a)(−sin x) = cos(x + a)cos x + sin(x + a)sin x = cos((x + a) − x) = cos a.∴ cos a/cos2x.
22. x4(5 sin x − 3 cos x)
SOLUTIONProduct rule: u = x4 (u′ = 4x3), v = 5 sin x − 3 cos x (v′ = 5 cos x + 3 sin x).= 4x3(5 sin x − 3 cos x) + x4(5 cos x + 3 sin x).= x3[(20 sin x − 12 cos x) + (5x cos x + 3x sin x)] = x3(5x cos x + 3x sin x + 20 sin x − 12 cos x).
23. (x2 + 1)cos x
SOLUTIONProduct rule: u = x2 + 1 (u′ = 2x), v = cos x (v′ = −sin x).= 2x cos x + (x2 + 1)(−sin x) = −x2 sin x − sin x + 2x cos x.
24. (ax2 + sin x)(p + q cos x)
SOLUTIONProduct rule: u = ax2 + sin x (u′ = 2ax + cos x), v = p + q cos x (v′ = −q sin x).= (2ax + cos x)(p + q cos x) + (ax2 + sin x)(−q sin x).∴ −q sin x(ax2 + sin x) + (p + q cos x)(2ax + cos x).
25. (x + cos x)(x − tan x)
SOLUTIONProduct rule: u = x + cos x (u′ = 1 − sin x), v = x − tan x (v′ = 1 − sec2x = −tan2x).= (1 − sin x)(x − tan x) + (x + cos x)(−tan2x).∴ −tan2x(x + cos x) + (x − tan x)(1 − sin x).
26. (4x + 5 sin x)/(3x + 7 cos x)
SOLUTIONQuotient rule: u = 4x + 5 sin x (u′ = 4 + 5 cos x), v = 3x + 7 cos x (v′ = 3 − 7 sin x).Numerator = (4 + 5 cos x)(3x + 7 cos x) − (4x + 5 sin x)(3 − 7 sin x). Expanding and simplifying gives 35 + 15x cos x + 28 cos x + 28x sin x − 15 sin x.∴ (35 + 15x cos x + 28 cos x + 28x sin x − 15 sin x)/(3x + 7 cos x)2.
27. x2cos(π/4)/sin x
SOLUTIONcos(π/4) is a constant; pull it out: cos(π/4)·d/dx (x2/sin x).Quotient rule on x2/sin x: [2x sin x − x2cos x]/sin2x = x(2 sin x − x cos x)/sin2x.∴ x cos(π/4)(2 sin x − x cos x)/sin2x.
28. x/(1 + tan x)
SOLUTIONQuotient rule: u = x (u′ = 1), v = 1 + tan x (v′ = sec2x).= [1·(1 + tan x) − x·sec2x]/(1 + tan x)2.∴ (1 + tan x − x sec2x)/(1 + tan x)2.
29. (x + sec x)(x − tan x)
SOLUTIONProduct rule: u = x + sec x (u′ = 1 + sec x tan x), v = x − tan x (v′ = 1 − sec2x).= (x + sec x)(1 − sec2x) + (x − tan x)(1 + sec x tan x).∴ (x + sec x)(1 − sec2x) + (x − tan x)(1 + sec x tan x).
30. x/sinnx
SOLUTIONQuotient rule: u = x (u′ = 1), v = sinnx (v′ = n sinn−1x cos x).= [1·sinnx − x·n sinn−1x cos x] / sin2nx = [sin x − nx cos x]·sinn−1x / sin2nx.∴ (sin x − nx cos x)/sinn+1x.
Common Mistakes to Avoid
Watch out for these
Concluding a limit exists without checking that LHL = RHL — for piecewise functions and modulus functions, always compute both one-sided limits.
Substituting directly when the result is 0/0 — first factorise (or use the standard limit (xn − an)/(x − a)) and cancel the offending factor.
Forgetting to convert to the standard form before using (sin x)/x → 1 — the angle inside sin must match the denominator (multiply/divide by the right factor).
Mixing up the quotient rule order: it is (u′v − uv′)/v2, not (uv′ − u′v)/v2.
For each Assertion–Reason question, choose: (A) Both Assertion and Reason are true and the Reason is the correct explanation of the Assertion; (B) Both are true but the Reason is not the correct explanation; (C) Assertion is true but Reason is false; (D) Assertion is false but Reason is true.
A-R 1. Assertion: limx→0 |x|/x does not exist.
Reason: The left-hand limit (−1) and the right-hand limit (+1) are unequal.
A-R 2. Assertion: For f(x) = x2, f′(x) = 2x.
Reason: The derivative of xn is n·xn−1 for any positive integer n.
A-R 3. Assertion: limx→1 (x10 + x5 + 1)/(x − 1) can be found by direct substitution.
Reason: The denominator x − 1 is zero at x = 1.
A-R 4. Assertion: d/dx (sin x cos x) = cos 2x.
Reason: sin x cos x = (1/2)sin 2x and the derivative of the product follows from the product rule.
A-R 5. Assertion: The limit of a function at a point and the value of the function at that point are always equal.
Reason: A limit describes the value a function approaches near a point, which may differ from its actual value there.
Answer key: 1-(A), 2-(A), 3-(D), 4-(A), 5-(D).
Quick Revision Summary
The limit exists only when LHL = RHL; the limit and the function value at a point may differ.
Algebra of limits: limits respect +, −, × and ÷ (denominator ≠ 0).
For polynomials limx→a f(x) = f(a); for rational functions cancel common factors when the form is 0/0.
Standard limits: (xn − an)/(x − a) → n·an−1, (sin x)/x → 1, (1 − cos x)/x → 0.
Derivative (first principle): f′(x) = limh→0 [f(x + h) − f(x)]/h; it is the slope of the tangent.
Standard derivatives: (xn)′ = nxn−1, (sin x)′ = cos x, (cos x)′ = −sin x, (tan x)′ = sec2x.
How to score full marks in this chapter
For limit questions, always substitute first; only if you hit 0/0 should you factorise, rationalise or convert to a standard trig limit. Memorise the three standard limits and the basic derivatives, and quote the rule (product/quotient/first principle) you are using so each step earns its mark. In first-principle problems write the full quotient, simplify the numerator, cancel h, then take h → 0. Keep your algebra tidy — most marks here are lost to sign slips, not to ideas.
Frequently Asked Questions
What is Class 11 Maths Chapter 12 about?
Chapter 12, Limits and Derivatives, is an introduction to Calculus. It covers the intuitive idea of a derivative, the definition and algebra of limits, left- and right-hand limits, limits of polynomial, rational and trigonometric functions, and the definition of the derivative (first principle) together with the sum, difference, product and quotient rules and derivatives of standard functions.
How many exercises are there in Class 11 Maths Chapter 12?
There are two main exercises — Exercise 12.1 (limits) and Exercise 12.2 (derivatives) — plus a Miscellaneous Exercise on Chapter 12. Every question of all three is solved step by step on this page.
What are the most important limits to remember in this chapter?
The three standard limits are limx→a (xn − an)/(x − a) = n·an−1, limx→0 (sin x)/x = 1 and limx→0 (1 − cos x)/x = 0. Most exercise problems reduce to one of these.
Are these Class 11 Maths Chapter 12 solutions free?
Yes. All solutions are free and follow the official NCERT Mathematics textbook for the 2026–27 session, with answers verified against the book’s answer key.