Class 11Mathematics · CalculusFull chapter

Limits and Derivatives

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

The Intuitive Idea of a Limit

Quick answer A limit is the value f(x) approaches as x approaches a point a, checked by comparing the left-hand and right-hand limits.

A limit tells us the value a function f(x) gets closer and closer to as the input x gets closer and closer to some fixed number a — without necessarily x ever reaching a, and without f(a) even needing to be defined.

To check whether a limit exists at x = a, we examine the function from both sides of a:

  • The left-hand limit (LHL) is the value f(x) approaches as x approaches a through values less than a, written limx→a- f(x).
  • The right-hand limit (RHL) is the value f(x) approaches as x approaches a through values greater than a, written limx→a+ f(x).

The limit limx→a f(x) exists only when the LHL and RHL are equal; their common value is then the limit.

Worked example. Consider f(x) = (x2 - 1)/(x - 1) for x ≠ 1. Although f(1) is not defined (0/0 form), we simplify: (x2-1)/(x-1) = (x-1)(x+1)/(x-1) = x + 1 for every x ≠ 1. As x approaches 1 from either side, x + 1 approaches 2. So the left-hand limit and right-hand limit both equal 2, hence limx→1 (x2-1)/(x-1) = 2, even though the function itself is undefined at x = 1.

Left-hand limit limx→a⁻ f(x) value f(x) approaches as x approaches a from below
Right-hand limit limx→a⁺ f(x) value f(x) approaches as x approaches a from above
Existence of limit limx→a f(x) exists ⇔ LHL = RHL the common value is the limit
Remember
  • A limit is the value f(x) approaches near x=a, not necessarily the value at x=a.
  • A limit exists at x=a if and only if LHL = RHL at that point.
  • 0/0 forms can often be resolved by algebraic simplification (factoring and cancelling) before taking the limit.
  • The function need not be defined at x = a for the limit to exist there.

Algebra of Limits: Polynomial and Rational Functions

Quick answer Limits of sums, differences, products and quotients combine predictably, so polynomial limits are found by direct substitution and rational 0/0 limits by factor-cancellation.

Once the algebra of limits is known, limits of polynomial and rational functions can be evaluated directly, without guesswork. If limx→a f(x) and limx→a g(x) both exist, then:

  • limx→a [f(x) + g(x)] = limx→a f(x) + limx→a g(x)
  • limx→a [f(x) - g(x)] = limx→a f(x) - limx→a g(x)
  • limx→a [f(x)·g(x)] = limx→a f(x) · limx→a g(x)
  • limx→a [f(x)/g(x)] = limx→a f(x) / limx→a g(x), provided limx→a g(x) ≠ 0

For a polynomial P(x) = a0 + a1x + a2x2 + ... + anxn, repeated use of these rules gives limx→a P(x) = P(a) — simply substitute x = a. For a rational function f(x)/g(x) with g(a) ≠ 0, the limit is f(a)/g(a). If direct substitution gives the indeterminate form 0/0, both numerator and denominator share a factor (x - a); cancel it first, then substitute again.

Worked example. Evaluate limx→3 (x4 - 81)/(2x2 - 5x - 3). Direct substitution gives 0/0, so we factor both parts. Numerator: x4 - 81 = (x2 - 9)(x2 + 9) = (x - 3)(x + 3)(x2 + 9). Denominator: 2x2 - 5x - 3 = (x - 3)(2x + 1). Cancelling the common factor (x - 3):

limx→3 [(x + 3)(x2 + 9)]/(2x + 1) = (3 + 3)(9 + 9)/(2·3 + 1) = (6)(18)/7 = 108/7.

Sum rule limx→a[f(x)+g(x)] = limx→af(x) + limx→ag(x)
Product rule limx→a[f(x)·g(x)] = limx→af(x) · limx→ag(x)
Quotient rule limx→a[f(x)/g(x)] = limx→af(x) / limx→ag(x) provided lim g(x) ≠ 0
Power limit limx→a xⁿ = aⁿ
Difference-quotient limit limx→a (xⁿ - aⁿ)/(x-a) = n·aⁿ⁻¹ n rational; the building block for the power rule of derivatives
Remember
  • For any polynomial P(x), lim x→a P(x) = P(a); substitute directly.
  • For rational functions with g(a) ≠ 0, the limit is simply f(a)/g(a).
  • A 0/0 result signals a common factor (x-a) in numerator and denominator — factor and cancel before substituting again.
  • The limit of a quotient requires the limit of the denominator to be non-zero.

Limits of Trigonometric Functions

Quick answer The standard result sinx/x → 1 as x → 0 (radians) drives every trigonometric limit in this chapter.

Three limits form the backbone of every trigonometric-limit problem at this level, and are stated as standard results:

  • limx→0 sinx/x = 1 (x measured in radians)
  • limx→0 (1 - cosx)/x = 0
  • limx→0 tanx/x = 1, obtained from tanx/x = (sinx/x)·(1/cosx), using cos0 = 1

These give a useful general pattern: for any non-zero constant k, limx→0 sin(kx)/(kx) = 1, so limx→0 sin(kx)/x = k.

Worked example. Evaluate limx→0 sin3x/sin5x. Multiply and divide so each trig ratio matches the standard form:

sin3x/sin5x = {[sin3x/(3x)]·3x} / {[sin5x/(5x)]·5x} = {[sin3x/(3x)] / [sin5x/(5x)]} · (3x/5x).

As x → 0, both sin3x/(3x) and sin5x/(5x) approach 1, and 3x/5x = 3/5 for all x ≠ 0. So the limit equals (1/1)·(3/5) = 3/5.

Fundamental trig limit limx→₀ sinx/x = 1 x in radians
Cosine-difference limit limx→₀ (1-cosx)/x = 0
Tangent limit limx→₀ tanx/x = 1
Scaled sine limit limx→₀ sin(kx)/x = k k a non-zero constant
Remember
  • lim x→0 sinx/x = 1 is the master result for all trigonometric limits (x in radians).
  • lim x→0 (1-cosx)/x = 0, and lim x→0 tanx/x = 1 follow from it.
  • Ratios such as sin(kx)/x scale to k as x → 0.
  • Rewrite the given expression so each trig term is divided by its own angle before applying the standard limit.

The Derivative: Rate of Change and First Principles

Quick answer The derivative f'(x), defined as a limit of the average rate of change, gives the instantaneous rate at which y = f(x) is changing.

The derivative of a function measures how fast it is changing — the instantaneous rate of change of y = f(x) with respect to x.

If x changes from x to x + h, the average rate of change of f over this interval is [f(x+h) - f(x)]/h. As h is made smaller and smaller, this average rate approaches the instantaneous rate of change at x, called the derivative of f at x, written f'(x) or dy/dx:

f'(x) = limh→0 [f(x+h) - f(x)]/h

Finding a derivative directly from this limit definition — without using any shortcut rule — is called differentiating from first principles.

Worked example (first principles). Find the derivative of f(x) = x2 from first principles. f(x+h) - f(x) = (x+h)2 - x2 = 2xh + h2 = h(2x + h). So [f(x+h)-f(x)]/h = 2x + h. Taking the limit as h → 0 gives f'(x) = 2x.

Worked example (rate of change). The distance covered by a particle is s(t) = t2 + 3t (t in seconds, s in metres). Its velocity is s'(t), the rate of change of s with respect to t. Using the power rule (x replaced by t), s'(t) = 2t + 3. At t = 2 s, the velocity is s'(2) = 2(2) + 3 = 7 m/s.

Derivative (first principles) f'(x) = limh→₀ [f(x+h) - f(x)]/h
Leibniz notation dy/dx = limΔx→₀ Δy/Δx
Derivative of a constant d/dx(c) = 0 c any constant
Instantaneous rate of change rate of y w.r.t. x at x = a is f'(a)
Remember
  • The derivative f'(x) is the limit of the average rate of change [f(x+h)-f(x)]/h as h → 0.
  • Finding f'(x) directly from this limit, without shortcut formulas, is called differentiation from first principles.
  • Velocity and similar physical rates are simply derivatives of a quantity with respect to time.
  • The derivative of a constant function is always 0, since f(x+h) - f(x) = 0 for all h.

Standard Rules of Differentiation

Quick answer Sum, difference, product (Leibniz) and quotient rules let combinations of functions be differentiated quickly without returning to first principles.

Finding every derivative from first principles is slow. A small set of standard rules, each itself provable from first principles, lets us differentiate combinations of functions quickly.

If u = u(x) and v = v(x) are differentiable functions and c is a constant:

  • Sum/Difference rule: d/dx(u ± v) = du/dx ± dv/dx
  • Constant multiple rule: d/dx(c·u) = c·du/dx
  • Product rule (Leibniz rule): d/dx(u·v) = u·(dv/dx) + v·(du/dx)
  • Quotient rule: d/dx(u/v) = [v·(du/dx) - u·(dv/dx)]/v2, provided v ≠ 0

Worked example (product rule). Differentiate f(x) = x2sinx. Here u = x2, v = sinx, so du/dx = 2x and dv/dx = cosx. By the product rule, f'(x) = x2·cosx + sinx·2x = x2cosx + 2x·sinx.

Worked example (quotient rule). Differentiate tanx = sinx/cosx using the quotient rule, with u = sinx, v = cosx: du/dx = cosx, dv/dx = -sinx.

d/dx(tanx) = [cosx·cosx - sinx·(-sinx)]/cos2x = (cos2x + sin2x)/cos2x = 1/cos2x = sec2x, using sin2x + cos2x = 1.

Sum rule (u+v)' = u' + v'
Difference rule (u-v)' = u' - v'
Constant multiple rule (cu)' = c·u'
Product (Leibniz) rule (uv)' = u·v' + v·u'
Quotient rule (u/v)' = (v·u' - u·v')/v² v ≠ 0
Remember
  • The product rule is (first)(derivative of second) + (second)(derivative of first) — never just multiply the derivatives.
  • The quotient rule keeps the denominator squared: (low·d(high) - high·d(low))/(low)^2.
  • Sum, difference and constant-multiple rules let derivatives be taken term by term.
  • These rules are themselves derived from the first-principles limit definition.

Derivatives of Polynomial and Trigonometric Functions

Quick answer The power rule d/dx(x^n) = n·x^(n-1) together with the derivatives of the six trigonometric functions covers every function seen in this chapter.

Combining the power rule with the derivatives of the trigonometric functions gives a ready reference for differentiating any polynomial or trigonometric expression in board or entrance exams.

Using the limit result limx→a (xn - an)/(x - a) = n·an-1, the derivative of xn follows directly from first principles:

d/dx(xn) = n·xn-1, for any rational number n.

The derivatives of sinx and cosx also follow from first principles, using compound-angle identities and limh→0 sinh/h = 1:

  • d/dx(sinx) = cosx
  • d/dx(cosx) = -sinx

The remaining trigonometric derivatives follow from these two by the quotient rule (as shown for tanx earlier):

  • d/dx(tanx) = sec2x
  • d/dx(cotx) = -cosec2x
  • d/dx(secx) = secx·tanx
  • d/dx(cosecx) = -cosecx·cotx

Worked example. Differentiate f(x) = 3x4 - 5sinx + 7cosx - 2 with respect to x. Differentiating term by term: d/dx(3x4) = 12x3; d/dx(-5sinx) = -5cosx; d/dx(7cosx) = -7sinx; d/dx(-2) = 0. Adding these, f'(x) = 12x3 - 5cosx - 7sinx.

Power rule d/dx(xⁿ) = n·xⁿ⁻¹
Derivative of sine d/dx(sinx) = cosx
Derivative of cosine d/dx(cosx) = -sinx
Derivative of tangent d/dx(tanx) = sec²x
Derivative of cotangent d/dx(cotx) = -cosec²x
Derivative of secant d/dx(secx) = secx·tanx
Derivative of cosecant d/dx(cosecx) = -cosecx·cotx
Remember
  • d/dx(x^n) = n·x^(n-1) holds for any rational n, including negative and fractional powers.
  • d/dx(sinx) = cosx and d/dx(cosx) = -sinx are the two base trigonometric derivatives to memorise.
  • tanx, cotx, secx, cosecx derivatives all follow from sinx and cosx via the quotient rule.
  • Differentiate a sum term by term, applying the correct standard rule to each term.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

limx→a⁻ f(x)
Left-hand limit
limx→a⁺ f(x)
Right-hand limit
limx→a f(x) exists ⇔ LHL = RHL
Existence of limit
limx→a[f(x)+g(x)] = limx→af(x) + limx→ag(x)
Sum rule
limx→a[f(x)·g(x)] = limx→af(x) · limx→ag(x)
Product rule
limx→a[f(x)/g(x)] = limx→af(x) / limx→ag(x)
Quotient rule
limx→a xⁿ = aⁿ
Power limit
limx→a (xⁿ - aⁿ)/(x-a) = n·aⁿ⁻¹
Difference-quotient limit
limx→₀ sinx/x = 1
Fundamental trig limit
limx→₀ (1-cosx)/x = 0
Cosine-difference limit
limx→₀ tanx/x = 1
Tangent limit
limx→₀ sin(kx)/x = k
Scaled sine limit
f'(x) = limh→₀ [f(x+h) - f(x)]/h
Derivative (first principles)
dy/dx = limΔx→₀ Δy/Δx
Leibniz notation
d/dx(c) = 0
Derivative of a constant
rate of y w.r.t. x at x = a is f'(a)
Instantaneous rate of change
(u+v)' = u' + v'
Sum rule
(u-v)' = u' - v'
Difference rule
(cu)' = c·u'
Constant multiple rule
(uv)' = u·v' + v·u'
Product (Leibniz) rule
(u/v)' = (v·u' - u·v')/v²
Quotient rule
d/dx(xⁿ) = n·xⁿ⁻¹
Power rule
d/dx(sinx) = cosx
Derivative of sine
d/dx(cosx) = -sinx
Derivative of cosine
d/dx(tanx) = sec²x
Derivative of tangent
d/dx(cotx) = -cosec²x
Derivative of cotangent
d/dx(secx) = secx·tanx
Derivative of secant
d/dx(cosecx) = -cosecx·cotx
Derivative of cosecant

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Intuitive idea of a limit easy

If lim_{x→a-} f(x) ≠ lim_{x→a+} f(x), then lim_{x→a} f(x)

Q2 Algebra of limits easy

If lim_{x→a} f(x) = 5 and lim_{x→a} g(x) = -3, then lim_{x→a}[f(x) + g(x)] equals

Q3 Limits of polynomial functions easy

lim_{x→2} (3x^2 - 5x + 4) equals

Q4 Limits of rational functions medium

lim_{x→2} (x^2 - 4)/(x - 2) equals

Q5 Limits of trigonometric functions easy

lim_{x→0} sinx/x equals

Q6 Limits of trigonometric functions medium

lim_{x→0} (1 - cosx)/x equals

Q7 Limits of trigonometric functions medium

lim_{x→0} sin3x/sin5x equals

Q8 Derivative from first principles easy

By first principles, the derivative f'(x) of f(x) is defined as

Q9 Derivatives of polynomial functions easy

d/dx (x^5) equals

Q10 Product rule medium

Using the product rule, d/dx(x^2 cosx) equals

Q11 Quotient rule medium

Using the quotient rule, d/dx[(x-1)/(x+1)] equals

Q12 Derivative basics easy

If f(x) = c is a constant function, then f'(x) equals

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Evaluate lim_{x→3} (x^4 - 81)/(2x^2 - 5x - 3).Limits of rational functions

Direct substitution at x = 3 gives (81-81)/(18-15-3) = 0/0, an indeterminate form, so we factor numerator and denominator.

Numerator: x4 - 81 = (x2)2 - 92 = (x2-9)(x2+9) = (x-3)(x+3)(x2+9).

Denominator: 2x2-5x-3. Splitting the middle term: 2x2-6x+x-3 = 2x(x-3)+1(x-3) = (x-3)(2x+1).

Cancelling the common factor (x-3), for x ≠ 3: (x+3)(x2+9)/(2x+1).

Substituting x = 3: (3+3)(9+9)/(6+1) = (6)(18)/7 = 108/7.

So limx→3 (x4-81)/(2x2-5x-3) = 108/7.

2 Evaluate lim_{x→0} sin4x/sin2x.Limits of trigonometric functions

Rewrite each term divided by its own angle:

sin4x/sin2x = {[sin4x/(4x)]·4x} / {[sin2x/(2x)]·2x} = {[sin4x/(4x)] / [sin2x/(2x)]}·(4x/2x).

As x→0, both sin4x/(4x) and sin2x/(2x) tend to 1 (using limθ→0 sinθ/θ = 1), and 4x/2x = 2 for all x ≠ 0.

So the limit equals (1/1)·2 = 2.

3 Differentiate f(x) = 2x^2 + 3x - 5 with respect to x, from first principles.Derivative from first principles

By definition, f'(x) = limh→0 [f(x+h)-f(x)]/h.

f(x+h) = 2(x+h)2+3(x+h)-5 = 2x2+4xh+2h2+3x+3h-5.

f(x+h)-f(x) = (4xh+2h2+3h) = h(4x+2h+3).

So [f(x+h)-f(x)]/h = 4x+2h+3. Taking h→0: f'(x) = 4x+3.

4 Differentiate f(x) = x sinx + cosx with respect to x.Product rule

Split into two terms and differentiate each using the standard rules.

For u = x sinx, use the product rule with first factor x (derivative 1) and second factor sinx (derivative cosx): d/dx(x sinx) = x·cosx + sinx·1 = x cosx + sinx.

For the second term, d/dx(cosx) = -sinx.

Adding, f'(x) = (x cosx + sinx) + (-sinx) = x cosx.

5 Differentiate f(x) = (2x + 3)/(x - 2) with respect to x, using the quotient rule.Quotient rule

Let u = 2x+3 and v = x-2, so du/dx = 2 and dv/dx = 1.

By the quotient rule, f'(x) = [v(du/dx) - u(dv/dx)]/v2 = [(x-2)(2) - (2x+3)(1)]/(x-2)2.

Expanding the numerator: 2x-4-2x-3 = -7.

So f'(x) = -7/(x-2)2, valid for x ≠ 2.

6 Find the rate of change of the area of a circle with respect to its radius r, when r = 5 cm.Derivative as rate of change

The area of a circle of radius r is A(r) = πr2.

The rate of change of A with respect to r is dA/dr, found using the power rule: dA/dr = π·2r = 2πr.

At r = 5 cm, dA/dr = 2π(5) = 10π cm2 per cm.

So the area is increasing at the rate of 10π cm2/cm when the radius is 5 cm.

Previous-year board questions 4

Q1 Evaluate lim_{x→2} (x^3 - 8)/(x - 2). CBSE 2020 1 mark

Using the standard result limx→a (xn-an)/(x-a) = n·an-1 with n = 3 and a = 2:

limx→2 (x3-8)/(x-2) = 3·22 = 3·4 = 12.

Q2 Differentiate f(x) = x^3 sinx with respect to x, using the product rule. CBSE 2019 2 marks

Let u = x3 and v = sinx, so du/dx = 3x2 and dv/dx = cosx.

By the product rule, f'(x) = u(dv/dx) + v(du/dx) = x3cosx + sinx·3x2.

So f'(x) = x3cosx + 3x2sinx.

Q3 Evaluate lim_{x→0} (1 - cos2x)/x^2. CBSE 2022 3 marks

Using the identity 1 - cos2x = 2sin2x, we rewrite the expression:

(1-cos2x)/x2 = 2sin2x/x2 = 2·(sinx/x)2.

As x→0, sinx/x → 1 (standard trigonometric limit), so (sinx/x)2 → 1.

Therefore limx→0 (1-cos2x)/x2 = 2·1 = 2.

Q4 Find the derivative of cosx with respect to x, from first principles. CBSE 2018 5 marks

By definition, if f(x)=cosx, then f'(x) = limh→0 [f(x+h)-f(x)]/h = limh→0 [cos(x+h) - cosx]/h.

Using the identity cosA - cosB = -2 sin[(A+B)/2]·sin[(A-B)/2] with A = x+h and B = x:

cos(x+h) - cosx = -2 sin(x + h/2)·sin(h/2).

So [cos(x+h)-cosx]/h = -2 sin(x+h/2)·sin(h/2)/h = -sin(x+h/2)·[sin(h/2)/(h/2)].

As h→0, x + h/2 → x, so sin(x+h/2) → sinx; also sin(h/2)/(h/2) → 1 (standard trigonometric limit, with h/2 → 0).

Therefore f'(x) = -sinx·1 = -sinx.

Hence d/dx(cosx) = -sinx.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI