The Derivative as a Limit

Key Point (Definition 1): the derivative of ff at a point aa is

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}

provided the limit exists. It measures how fast ff changes at aa.

Chord PQ tilting into the tangent showing derivative as slope

Geometric reading: the quotient f(a+h)f(a)h\frac{f(a+h) - f(a)}{h} is the slope of the chord PQPQ; as h0h \to 0, QQ slides into PP and the chord becomes the tangent: f(a)=tanψf'(a) = \tan\psi, the tangent's slope. Physical reading: with s(t)s(t) a position function, s(t)s'(t) is the instantaneous velocity — exactly the falling-body computation of Section 1.

Key Point (Definition 2 — first principles): letting the point vary gives the derivative function

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

also written dydx\frac{dy}{dx}, ddxf(x)\frac{d}{dx}f(x) or D(f(x))D(f(x)).

First principles worked for x squared one by x sin x and constants

Four first-principles classics: f(x)=10xf(x) = 10x gives f=10f' = 10; f(x)=x2f(x) = x^2 gives (x+h)2x2h=2x+h2x\frac{(x+h)^2 - x^2}{h} = 2x + h \to 2x; a constant gives 0; and f(x)=1xf(x) = \frac{1}{x} gives 1x(x+h)1x2\frac{-1}{x(x+h)} \to -\frac{1}{x^2}.

The Algebra of Derivatives and the Standard Table

Key Point (Theorem 5 — rules): with u=f(x)u = f(x), v=g(x)v = g(x) differentiable:

(u±v)=u±v(uv)=uv+uv(uv)=uvuvv2  (v0)(u \pm v)' = u' \pm v' \qquad (uv)' = u'v + uv' \qquad \left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2} \;(v \ne 0)

The product rule is Leibnitz's rule — note it is not uvu'v'.

Differentiation rules and standard derivatives card

The power rule (Theorem 6): ddxxn=nxn1\frac{d}{dx}x^n = nx^{n-1} — provable from the binomial theorem, since (x+h)nxn=h(nxn1+)(x+h)^n - x^n = h(nx^{n-1} + \cdots); true in fact for all real nn. Combined with the sum rule it differentiates every polynomial: ddx(anxn++a1x+a0)=nanxn1++a1\frac{d}{dx}(a_nx^n + \cdots + a_1x + a_0) = na_nx^{n-1} + \cdots + a_1.

Trigonometric derivatives: using sinAsinB\sin A - \sin B factorisation and sinhh1\frac{\sin h}{h} \to 1:

ddxsinx=cosxddxcosx=sinxddxtanx=sec2x\frac{d}{dx}\sin x = \cos x \qquad \frac{d}{dx}\cos x = -\sin x \qquad \frac{d}{dx}\tan x = \sec^2 x

and by the quotient rule, ddxcotx=cosec2x\frac{d}{dx}\cot x = -\mathrm{cosec}^2 x, ddxsecx=secxtanx\frac{d}{dx}\sec x = \sec x \tan x, ddxcosecx=cosecxcotx\frac{d}{dx}\mathrm{cosec}\,x = -\mathrm{cosec}\,x\cot x.

[Board Tip] "From first principles" in a question is an instruction, not a suggestion — write the limh0\lim_{h \to 0} quotient and evaluate it. Quoting the answer from the standard table scores zero on such questions, however correct it is.

Solved Examples

Example 1: Derivative at a point

(i) Find f(2)f'(2) for f(x)=3xf(x) = 3x. (ii) For f(x)=2x2+3x5f(x) = 2x^2 + 3x - 5, find f(1)f'(-1) and verify f(0)+3f(1)=0f'(0) + 3f'(-1) = 0.

Solution:

Step 1 — (i) Write the quotient. f(2+h)f(2)h=3(2+h)6h=3hh=3\frac{f(2+h) - f(2)}{h} = \frac{3(2+h) - 6}{h} = \frac{3h}{h} = 3.

Step 2 — (i) Limit. Constantly 3: f(2)=3f'(2) = 3.

Step 3 — (ii) Two point-derivatives. At 1-1: f(1+h)f(1)h=2h2hh=2h11\frac{f(-1+h) - f(-1)}{h} = \frac{2h^2 - h}{h} = 2h - 1 \to -1. At 00: 2h2+3hh=2h+33\frac{2h^2 + 3h}{h} = 2h + 3 \to 3.

Step 4 — (ii) Verify. f(0)+3f(1)=3+3(1)=0f'(0) + 3f'(-1) = 3 + 3(-1) = 0 ✓. ∎

Takeaway: At a specific point, expand f(a+h)f(a + h), cancel f(a)f(a), divide by hh — the surviving expression's limit is the derivative.

Example 2: sin x at 0 and constants

(i) Find the derivative of sinx\sin x at x=0x = 0. (ii) Find the derivative of f(x)=3f(x) = 3 at x=0x = 0 and x=3x = 3.

Solution:

Step 1 — (i) The quotient is an old friend. sin(0+h)sin0h=sinhh\frac{\sin(0+h) - \sin 0}{h} = \frac{\sin h}{h}.

Step 2 — (i) Limit. The fundamental limit: 1.

Step 3 — (ii) Constants never move. 33h=0\frac{3 - 3}{h} = 0 for every hh, at every point: derivative 0.

Takeaway: (sinx)=cosx(\sin x)' = \cos x evaluated at 0 gives cos0=1\cos 0 = 1 — consistent with the fundamental limit, as it must be.

Example 3: Quick point evaluations

Find: (i) the derivative of x22x^2 - 2 at x=10x = 10; (ii) of xx at x=1x = 1; (iii) of 99x99x at x=100x = 100.

Solution:

Step 1 — (i). f(x)=2xf'(x) = 2x: f(10)=20f'(10) = 20.

Step 2 — (ii). f(x)=1f'(x) = 1 everywhere; at 1, still 1.

Step 3 — (iii). f(x)=99f'(x) = 99 everywhere — the flashy point x=100x = 100 changes nothing.

Takeaway: Linear functions have constant derivatives; a dramatic evaluation point is usually a distraction test.

Example 4: First principles, four flavours

Differentiate from first principles: (i) x327x^3 - 27; (ii) (x1)(x2)(x-1)(x-2); (iii) 1x2\frac{1}{x^2}; (iv) x+1x1\frac{x+1}{x-1}.

Solution:

Step 1 — (i) Cube expansion. (x+h)3x3h=3x2+3xh+h23x2\frac{(x+h)^3 - x^3}{h} = 3x^2 + 3xh + h^2 \to 3x^2 (the 27-27 dies immediately).

Step 2 — (ii) Expand first. (x1)(x2)=x23x+2(x-1)(x-2) = x^2 - 3x + 2: the quotient collapses to 2x+h32x32x + h - 3 \to 2x - 3.

Step 3 — (iii) Combine fractions. 1h(1(x+h)21x2)=(2x+h)x2(x+h)22xx4=2x3\frac{1}{h}\left(\frac{1}{(x+h)^2} - \frac{1}{x^2}\right) = \frac{-(2x + h)}{x^2(x+h)^2} \to -\frac{2x}{x^4} = -\frac{2}{x^3}.

Step 4 — (iv) Common denominator. 1h(x+h+1x+h1x+1x1)=2(x+h1)(x1)2(x1)2\frac{1}{h}\left(\frac{x+h+1}{x+h-1} - \frac{x+1}{x-1}\right) = \frac{-2}{(x+h-1)(x-1)} \to \frac{-2}{(x-1)^2}.

Takeaway: First principles always ends the same way — algebra until hh factors out, then let h0h \to 0 in what remains.

Example 5: A telescoping check

For f(x)=x100100+x9999++x22+x+1f(x) = \frac{x^{100}}{100} + \frac{x^{99}}{99} + \cdots + \frac{x^2}{2} + x + 1, prove f(1)=100f(0)f'(1) = 100 f'(0).

Solution:

Step 1 — Differentiate term-by-term. ddxxkk=xk1\frac{d}{dx}\frac{x^k}{k} = x^{k-1}: so f(x)=x99+x98++x+1f'(x) = x^{99} + x^{98} + \cdots + x + 1 — one hundred terms.

Step 2 — Evaluate both points. f(1)=1+1++1100=100f'(1) = \underbrace{1 + 1 + \cdots + 1}_{100} = 100; f(0)=1f'(0) = 1 (only the constant term survives).

Step 3 — Conclude. f(1)=100=100f(0)f'(1) = 100 = 100 f'(0). ∎

Takeaway: The coefficients 1k\frac{1}{k} are DESIGNED to cancel against the power rule — recognise engineered sums before grinding.

Example 6: A polynomial evaluated at 1

Find the derivative of 1+x+x2++x501 + x + x^2 + \cdots + x^{50} at x=1x = 1.

Solution:

Step 1 — Differentiate. f(x)=1+2x+3x2++50x49f'(x) = 1 + 2x + 3x^2 + \cdots + 50x^{49}.

Step 2 — Evaluate at 1. f(1)=1+2+3++50f'(1) = 1 + 2 + 3 + \cdots + 50.

Step 3 — Sum. 50×512=1275\frac{50 \times 51}{2} = 1275.

Takeaway: Differentiating a geometric-style sum at x=1x = 1 produces an arithmetic series — two chapters shaking hands.

Example 7: Power rule and quotient rule

Differentiate: (i) 6x100x55+x6x^{100} - x^{55} + x; (ii) x+1x\frac{x+1}{x}.

Solution:

Step 1 — (i) Term-by-term. 6100x9955x54+1=600x9955x54+16 \cdot 100x^{99} - 55x^{54} + 1 = 600x^{99} - 55x^{54} + 1.

Step 2 — (ii) Quotient rule. u=x+1u = x+1, v=xv = x: uvuvv2=x(x+1)x2\frac{u'v - uv'}{v^2} = \frac{x - (x+1)}{x^2}.

Step 3 — (ii) Simplify. 1x2-\frac{1}{x^2}. (Faster: x+1x=1+1x\frac{x+1}{x} = 1 + \frac{1}{x}, whose derivative is 1x2-\frac{1}{x^2} at sight.)

Differentiation rules and standard derivatives card

Takeaway: Rewrite before you differentiate — splitting x+1x\frac{x+1}{x} avoids the quotient rule entirely.

Example 8: sin x and tan x from first principles

Compute the derivatives of (i) sinx\sin x and (ii) tanx\tan x.

Solution:

Step 1 — (i) Factor the difference of sines. sin(x+h)sinxh=2cos(x+h2)sinh2h\frac{\sin(x+h) - \sin x}{h} = \frac{2\cos\left(x + \frac{h}{2}\right)\sin\frac{h}{2}}{h}.

Step 2 — (i) Split and limit. cos(x+h2)sin(h/2)h/2cosx1=cosx\cos\left(x + \frac{h}{2}\right) \cdot \frac{\sin(h/2)}{h/2} \to \cos x \cdot 1 = \cos x.

Step 3 — (ii) Combine tangents. tan(x+h)tanxh=sinhhcos(x+h)cosx1cos2x=sec2x\frac{\tan(x+h) - \tan x}{h} = \frac{\sin h}{h\cos(x+h)\cos x} \to \frac{1}{\cos^2 x} = \sec^2 x.

Takeaway: Both proofs run through the SAME two tools: a sum-to-product identity and sinθθ1\frac{\sin\theta}{\theta} \to 1.

Example 9: Products and double angles

Differentiate: (i) sin2x\sin^2 x; (ii) sin2x\sin 2x; (iii) cotx\cot x.

Solution:

Step 1 — (i) Leibnitz on sinxsinx\sin x \cdot \sin x. cosxsinx+sinxcosx=2sinxcosx=sin2x\cos x\sin x + \sin x\cos x = 2\sin x\cos x = \sin 2x.

Step 2 — (ii) Write sin2x=2sinxcosx\sin 2x = 2\sin x\cos x and Leibnitz again. 2(cos2xsin2x)=2cos2x2(\cos^2 x - \sin^2 x) = 2\cos 2x.

Step 3 — (iii) Quotient rule on cosxsinx\frac{\cos x}{\sin x}. sin2xcos2xsin2x=1sin2x=cosec2x\frac{-\sin^2 x - \cos^2 x}{\sin^2 x} = -\frac{1}{\sin^2 x} = -\mathrm{cosec}^2 x.

Takeaway: Without the chain rule (a Class 12 tool), double angles are handled by product-form rewrites — and the answers preview the chain rule's pattern.

Example 10: Algebraic workouts

Differentiate: (i) (5x3+3x1)(x1)(5x^3 + 3x - 1)(x - 1); (ii) x3(5+3x)x^{-3}(5 + 3x); (iii) x5(36x9)x^5(3 - 6x^{-9}).

Solution:

Step 1 — (i) Leibnitz. (15x2+3)(x1)+(5x3+3x1)(1)=20x315x2+6x4(15x^2 + 3)(x - 1) + (5x^3 + 3x - 1)(1) = 20x^3 - 15x^2 + 6x - 4.

Step 2 — (ii) Expand instead. 5x3+3x25x^{-3} + 3x^{-2}: derivative 15x46x3-15x^{-4} - 6x^{-3}.

Step 3 — (iii) Expand again. 3x56x43x^5 - 6x^{-4}: derivative 15x4+24x515x^4 + 24x^{-5}.

Takeaway: The power rule covers negative exponents too — expanding often beats the product rule when one factor is a power of xx.

Example 11: The trig family

Differentiate: (i) cosx\cos x from first principles; (ii) secx\sec x; (iii) 5secx+4cosx5\sec x + 4\cos x; (iv) 3cotx+5cosecx3\cot x + 5\,\mathrm{cosec}\,x.

Solution:

Step 1 — (i) Difference of cosines. cos(x+h)cosxh=2sin(x+h2)sinh2hsinx\frac{\cos(x+h) - \cos x}{h} = \frac{-2\sin\left(x + \frac{h}{2}\right)\sin\frac{h}{2}}{h} \to -\sin x.

Step 2 — (ii) Quotient rule on 1cosx\frac{1}{\cos x}. 0cosx1(sinx)cos2x=sinxcos2x=secxtanx\frac{0 \cdot \cos x - 1 \cdot(-\sin x)}{\cos^2 x} = \frac{\sin x}{\cos^2 x} = \sec x\tan x.

Step 3 — (iii) and (iv) Linearity. 5secxtanx4sinx5\sec x\tan x - 4\sin x; and 3cosec2x5cosecxcotx-3\,\mathrm{cosec}^2 x - 5\,\mathrm{cosec}\,x\cot x.

Takeaway: All six trig derivatives trace back to (sinx)(\sin x)' and (cosx)(\cos x)' plus the quotient rule — derive once, then trust the table.

Example 12: Linear combinations

Differentiate: (i) 5sinx6cosx+75\sin x - 6\cos x + 7; (ii) 2tanx7secx2\tan x - 7\sec x.

Solution:

Step 1 — (i) Differentiate each term. 5cosx6(sinx)+0=5cosx+6sinx5\cos x - 6(-\sin x) + 0 = 5\cos x + 6\sin x.

Step 2 — (ii) Same. 2sec2x7secxtanx2\sec^2 x - 7\sec x\tan x.

Takeaway: Watch the ONE sign flip in the family — (cosx)=sinx(\cos x)' = -\sin x turns the 6cosx-6\cos x term positive; the constant dies silently.