Calculus - Differentiation and Integration
Subject: Additional Mathematics
Topic: 10
Cambridge Code: 4037 / 0606
Introduction to Differentiation
Differentiation - Process of finding the rate of change of a function
Derivative - Rate of change of a function at a point
Notation
dxdy=f′(x)=dxdf
All denote the derivative of y with respect to x
Geometric Interpretation
The derivative is the slope of the tangent line to the curve at a point
Definition
f′(x)=limh→0hf(x+h)−f(x)
Rules of Differentiation
Rule 1: Power Rule
dxd(xn)=nxn−1
Examples:
- dxd(x3)=3x2
- dxd(x−2)=−2x−3
- dxd(x21)=21x−21
Rule 2: Constant Multiple Rule
dxd(kf(x))=kdxdf
Example: dxd(5x2)=5⋅2x=10x
Rule 3: Sum Rule
dxd(f(x)+g(x))=dxdf+dxdg
Example: dxd(x3+2x2−5x+1)=3x2+4x−5
Rule 4: Product Rule
dxd(u⋅v)=udxdv+vdxdu
Example: Differentiate f(x)=x2(3x+1)
Let u=x2, v=3x+1
- dxdu=2x, dxdv=3
- dxdf=x2(3)+(3x+1)(2x)=3x2+6x2+2x=9x2+2x
Rule 5: Quotient Rule
dxd(vu)=v2vdxdu−udxdv
Example: Differentiate f(x)=x+1x2
Let u=x2, v=x+1
- dxdu=2x, dxdv=1
- dxdf=(x+1)2(x+1)(2x)−x2(1)=(x+1)22x2+2x−x2=(x+1)2x2+2x
Rule 6: Chain Rule
dxdy=dudy⋅dxdu
Example: Differentiate f(x)=(2x+1)3
Let u=2x+1, then f=u3
- dxdu=2, dudf=3u2
- dxdf=3u2⋅2=6(2x+1)2
Special Derivatives
dxd(ex)=ex
dxd(lnx)=x1
dxd(sinx)=cosx
dxd(cosx)=−sinx
dxd(tanx)=sec2x
Applications of Differentiation
Finding Stationary Points
At stationary point: dxdy=0
Types:
- Maximum: f′′(x)<0
- Minimum: f′′(x)>0
- Inflection: f′′(x)=0 (and changes sign)
Example: Find Maximum of f(x)=−x2+4x
f′(x)=−2x+4=0⇒x=2
f′′(x)=−2<0⇒Maximum
f(2)=−4+8=4
Maximum point: (2,4)
Rates of Change
Derivative represents instantaneous rate of change
Example: Distance s=2t2+3t meters
Velocity: v=dtds=4t+3 m/s
Introduction to Integration
Integration - Reverse process of differentiation; finding the original function from its derivative
Indefinite Integral: ∫f(x)dx=F(x)+C
where F′(x)=f(x) and C is the constant of integration
Rules of Integration
Rule 1: Power Rule
∫xndx=n+1xn+1+C,n=−1
Examples:
- ∫x3dx=4x4+C
- ∫x−2dx=−1x−1+C=−x1+C
Rule 2: Constant Multiple Rule
∫kf(x)dx=k∫f(x)dx
Example: ∫5x2dx=5∫x2dx=5⋅3x3+C=35x3+C
Rule 3: Sum Rule
∫(f(x)+g(x))dx=∫f(x)dx+∫g(x)dx
Special Integrals
∫exdx=ex+C
∫x1dx=ln∣x∣+C
∫sinxdx=−cosx+C
∫cosxdx=sinx+C
Definite Integration
Definite Integral: Integral with limits of integration
∫abf(x)dx=[F(x)]ab=F(b)−F(a)
Example
∫13x2dx=[3x3]13=327−31=9−31=326
Area Under Curve
Definite integral represents the area between curve and x-axis
Area=∫abf(x)dx
Key Points to Remember
- Power rule most common differentiation rule
- Chain rule for composite functions
- Product/quotient rules for products/fractions
- Integration is reverse of differentiation
- Always add constant C to indefinite integrals
- Definite integral evaluates area
Worked Examples
Example 1: Differentiation
Differentiate f(x)=3x2−2x−1+5x
Rewrite: f(x)=3x2−2x−1+5x21
f′(x)=6x+2x−2+25x−21=6x+x22+2x5
Example 2: Finding Maximum
Find maximum of f(x)=x3−3x2+2
f′(x)=3x2−6x=3x(x−2)=0
x=0 or x=2
f′′(x)=6x−6
- At x=0: f′′(0)=−6<0 (Maximum)
- At x=2: f′′(2)=6>0 (Minimum)
Maximum: (0,2)
Example 3: Integration
∫(4x3−2x+5)dx=x4−x2+5x+C
Example 4: Definite Integration
∫02(2x+1)dx=[x2+x]02=(4+2)−(0)=6
Practice Questions
-
Differentiate:
- f(x)=x4−3x2+2
- g(x)=(2x+3)2
- h(x)=x2+1x
-
Find stationary points and determine their nature
-
Integrate:
- ∫(x3+2x−1)dx
- ∫(2sinx+ex)dx
-
Evaluate ∫01(3x2+2x)dx
Revision Tips
- Power rule is fundamental: dxd(xn)=nxn−1
- Chain rule for brackets/composite functions
- Integration is reverse of differentiation
- Don't forget constant +C in indefinite integrals
- Definite integral gives area under curve