Calculus begins with the concept of a limit. Informally, the limit of a function f(x) as x approaches a value c is the value that f(x) gets closer and closer to (but may not actually reach) as x approaches c. This chapter introduces limits and the derivative as a rate of change.
Limits:
We write: lim(x→c) f(x) = L to mean f(x) → L as x → c.
- Standard Limits:
- lim(x→0) sin(x)/x = 1
- lim(x→0) (1 - cos x)/x = 0
- lim(x→a) (xn - an)/(x - a) = n × an-1
- lim(x→0) (ex - 1)/x = 1
- lim(x→0) log(1 + x)/x = 1
- Algebra of Limits:
- If lim f(x) = L and lim 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)
Derivatives:
The derivative of f(x) at x = a measures the instantaneous rate of change. It is defined as:
f'(a) = lim(h→0) [f(a+h) - f(a)] / h
This is called differentiation from first principles.
- Standard Derivatives:
- d/dx (xn) = nxn-1
- d/dx (sin x) = cos x
- d/dx (cos x) = -sin x
- d/dx (tan x) = sec2 x
- d/dx (constant) = 0
- Rules of Differentiation:
- Sum/Difference Rule: (f ± g)' = f' ± g'
- Product Rule: (fg)' = f'g + fg'
- Quotient Rule: (f/g)' = (f'g - fg')/g2
---
Worked Examples
Evaluate lim(x→2) (x2 - 4)/(x - 2).
Factor: (x2 - 4)/(x - 2) = (x+2)(x-2)/(x-2) = x + 2. As x→2, limit = 4
Evaluate lim(x→0) sin(3x)/x.
= lim(x→0) 3 × sin(3x)/(3x) = 3 × 1 = 3
Find lim(x→1) (x3 - 1)/(x - 1).
Using formula: lim(x→a) (xn - an)/(x-a) = nan-1. Here n = 3, a = 1. Limit = 3 × 12 = 3
Differentiate f(x) = 3x4 - 2x2 + 5 from first principles OR using rules.
f'(x) = 12x3 - 4x + 0 = 12x3 - 4x
Find d/dx (x2 sin x).
Using product rule: d/dx = 2x × sin x + x2 × cos x = 2x sin x + x2 cos x
Differentiate y = (x2 + 1)/(x - 1) using the quotient rule.
dy/dx = [(2x)(x-1) - (x2+1)(1)] / (x-1)2 = [2x2 - 2x - x2 - 1] / (x-1)2 = (x2 - 2x - 1)/(x-1)2
Find the derivative of f(x) = x3 - 2x at x = 1 from first principles.
f'(1) = lim(h→0) [(1+h)3 - 2(1+h) - (1-2)]/h
= lim(h→0) [1 + 3h + 3h2 + h3 - 2 - 2h + 1]/h
= lim(h→0) [h + 3h2 + h3]/h = lim(h→0) (1 + 3h + h2) = 1
---
Common mistakes
Key formulas
Summary
Limits describe the behaviour of functions near a point. Derivatives measure instantaneous rates of change. Master the standard formulas and differentiation rules — these are the gateway to all of calculus.