Chapter 2: Differentiation
Master differential calculus including limits, derivatives, and applications with comprehensive SPM exam strategies and problem-solving techniques.
Chapter 2: Differentiation
Overview
Differentiation is a fundamental concept in calculus that deals with rates of change and slopes of curves. This chapter explores the principles of limits, the definition and calculation of derivatives, and various applications of differentiation in mathematics and real-world problems. Mastery of differentiation is essential for understanding advanced mathematical concepts and their applications in physics, engineering, economics, and other sciences.
Learning Objectives
After completing this chapter, you will be able to:
- Understand and evaluate limits
- Define derivatives using the first principle
- Apply differentiation rules and techniques
- Find derivatives of various functions
- Use derivatives to solve optimization and rate of change problems
- Apply differentiation in real-world applications
Key Concepts
2.1 Limit and its Relation to Differentiation
Definition of Limit
The limit of a function f(x) as x approaches a value a is the value that f(x) approaches as x gets arbitrarily close to a.
Notation:
First Principle of Differentiation
The derivative of a function y = f(x) using the first principle is defined as:
Where:
- dy/dx is the derivative of y with respect to x
- h is a small change in x
- f(x + h) - f(x) is the corresponding change in y
Geometric Interpretation
The derivative dy/dx represents:
- The gradient (slope) of the tangent to the curve y = f(x) at point (x, y)
- The rate of change of y with respect to x
- The instantaneous velocity in motion problems
2.2 First and Second Derivatives
First Derivative
The first derivative of y = f(x) is denoted as:
- dy/dx
- f'(x)
- y'
Applications of First Derivative:
- Finding slopes of tangents
- Determining increasing/decreasing functions
- Finding maximum and minimum points
Second Derivative
The second derivative is the derivative of the first derivative:
- y/d
- f''(x)
- y''
Applications of Second Derivative:
- Determining concavity (concave up/down)
- Finding maximum and minimum points
- Analyzing acceleration in motion
Differentiation Rules
- Power Rule: If y = ax^n, then dy/dx = anx^(n-1)
- Product Rule: If y = uv, then dy/dx = u dv/dx + v du/dx
- Quotient Rule: If y = u/v, then dy/dx = (v du/dx - u dv/dx)/
- Chain Rule: If y = f(u) and u = g(x), then dy/dx = dy/du × du/dx
2.3 Application of Differentiation
Tangent and Normal Lines
Equation of Tangent:
Where m_T = dy/dx at (, )
Equation of Normal:
Where m_N = -1/m_T (negative reciprocal of tangent slope)
Maximum and Minimum Points
First Derivative Test:
- dy/dx > 0: Function is increasing
- dy/dx < 0: Function is decreasing
- dy/dx = 0: Possible maximum, minimum, or point of inflection
Second Derivative Test:
- If dy/dx = 0 and y/d > 0: Minimum point
- If dy/dx = 0 and y/d < 0: Maximum point
Related Rates of Change
If y = f(x) and x = g(t), then:
This is used to find rates of change when variables are related.
Important Formulas and Methods
Key Differentiation Formulas
| Function | Derivative | Notes |
|---|---|---|
| y = ax^n | dy/dx = anx^(n-1) | Power rule |
| y = sin x | dy/dx = cos x | Trigonometric |
| y = cos x | dy/dx = -sin x | Trigonometric |
| y = tan x | dy/dx = se x | Trigonometric |
| y = e^x | dy/dx = e^x | Exponential |
| y = ln x | dy/dx = 1/x | Logarithmic |
| y = uv | dy/dx = u dv/dx + v du/dx | Product rule |
| y = u/v | dy/dx = (v du/dx - u dv/dx)/ | Quotient rule |
| y = f(g(x)) | dy/dx = f'(g(x)) × g'(x) | Chain rule |
Problem-Solving Strategies
Basic Differentiation:
- Identify the type of function
- Apply appropriate differentiation rule
- Simplify the result
Finding Tangents and Normals:
- Find dy/dx to get gradient function
- Substitute point to find specific gradient
- Use point-gradient form for equation
Optimization Problems:
- Define variables and function
- Find derivative and set to zero
- Use second derivative test
- Check reasonableness of solution
Solved Examples
Example 1: Basic Differentiation
Find the derivatives using first principle: a) f(x) = 3x + 2 b) f(x) =
Solutions:
a) f(x) = 3x + 2 f(x + δx) = 3(x + δx) + 2 = 3x + 3δx + 2 δy = f(x + δx) - f(x) = (3x + 3δx + 2) - (3x + 2) = 3δx dy/dx = lim(δx→0) δy/δx = lim(δx→0) 3δx/δx = lim(δx→0) 3 = 3
b) f(x) = f(x + δx) = (x + δx)² = + 2xδx + (δx)² δy = f(x + δx) - f(x) = ( + 2xδx + (δx)²) - = 2xδx + (δx)² dy/dx = lim(δx→0) δy/δx = lim(δx→0) (2xδx + (δx)²)/δx = lim(δx→0) (2x + δx) = 2x
Example 2: Differentiation Rules
Find the derivatives: a) y = 4 - 2 + 5x - 7 b) y = (2x - 3)(3x + 1) c) y = x/(x + 1)
Solutions:
a) Using power rule: dy/dx = 4(3) - 2(2x) + 5(1) - 0 = 12 - 4x + 5
b) Using product rule (u = 2x - 3, v = 3x + 1): du/dx = 2, dv/dx = 3 dy/dx = u dv/dx + v du/dx = (2x - 3)(3) + (3x + 1)(2) = 6x - 9 + 6x + 2 = 12x - 7
c) Using quotient rule (u = x, v = x + 1): du/dx = 1, dv/dx = 1 dy/dx = (v du/dx - u dv/dx)/ = ((x + 1)(1) - (x)(1))/(x + 1)² = (x + 1 - x)/(x + 1)² = 1/(x + 1)²
Example 3: Tangent and Normal Lines
Find the equation of the tangent and normal to the curve y = - 3 + 2 at the point (1, 0).
Solution:
First, find dy/dx: y = - 3 + 2 dy/dx = 3 - 6x
At point (1, 0): m_T = dy/dx = 3(1)² - 6(1) = 3 - 6 = -3
Equation of tangent: y - 0 = -3(x - 1) ⇒ y = -3x + 3
Equation of normal (m_N = -1/m_T = 1/3): y - 0 = (1/3)(x - 1) ⇒ y = (1/3)x - 1/3
Example 4: Maximum and Minimum Points
Find the maximum and minimum points of y = - 3 - 9x + 5.
Solution:
Find dy/dx and set to zero: y = - 3 - 9x + 5 dy/dx = 3 - 6x - 9 Set dy/dx = 0: 3 - 6x - 9 = 0 ⇒ - 2x - 3 = 0 (x - 3)(x + 1) = 0 ⇒ x = 3 or x = -1
Find y/d for second derivative test: y/d = 6x - 6
At x = 3: y/d = 6(3) - 6 = 12 > 0 ⇒ Minimum point At x = -1: y/d = 6(-1) - 6 = -12 < 0 ⇒ Maximum point
Find y-coordinates: For x = 3: y = 27 - 27 - 27 + 5 = -22 For x = -1: y = -1 - 3 + 9 + 5 = 10
Therefore: Maximum at (-1, 10), Minimum at (3, -22)
Example 5: Related Rates of Change
The radius of a circle is increasing at a rate of 2 cm/s. Find the rate of increase of the area when the radius is 5 cm.
Solution:
Given: dr/dt = 2 cm/s, r = 5 cm Find: dA/dt when r = 5 cm
Area formula: A = π Differentiate both sides with respect to t: dA/dt = 2πr dr/dt
Substitute values: dA/dt = 2π(5)(2) = 20π c/s
The area is increasing at 20π c/s when the radius is 5 cm.
Mathematical Derivations
Derivation of Power Rule
For y = x^n: Using first principle: f(x + δx) = (x + δx)^n = x^n + nx^(n-1)δx + (n(n-1)/2)x^(n-2)(δx)² + ... + (δx)^n δy = f(x + δx) - f(x) = nx^(n-1)δx + (n(n-1)/2)x^(n-2)(δx)² + ... + (δx)^n dy/dx = lim(δx→0) δy/δx = lim(δx→0) [nx^(n-1) + (n(n-1)/2)x^(n-2)δx + ... + δx^(n-1)] = nx^(n-1)
Derivation of Product Rule
Let y = uv, where u and v are functions of x. Using first principle: y + δy = (u + δu)(v + δv) = uv + uδv + vδu + δuδv δy = uδv + vδu + δuδv δy/δx = u(δv/δx) + v(δu/δx) + δu(δv/δx)
Taking limit as δx → 0: dy/dx = u dv/dx + v du/dx + 0 Therefore: dy/dx = u dv/dx + v du/dx
Derivation of Chain Rule
Let y = f(u) and u = g(x) Using first principle: δy/δx = (δy/δu)(δu/δx) Taking limit as δx → 0: dy/dx = dy/du × du/dx
Real-World Applications
1. Physics - Motion
Velocity and Acceleration:
- Position: s(t)
- Velocity: v = ds/dt
- Acceleration: a = dv/dt = s/d
Example: A particle moves according to s(t) = - 6 + 9t. Find when it is at rest.
2. Economics - Optimization
Marginal Cost and Revenue:
- Total cost: TC(q)
- Marginal cost: MC = d(TC)/dq
- Total revenue: TR(q)
- Marginal revenue: MR = d(TR)/dq
Example: Maximize profit π = TR - TC by finding critical points.
3. Engineering - Structural Analysis
Beam Deflection:
- The deflection of a beam under load involves finding derivatives of the deflection equation.
- Maximum stress occurs where the second derivative is zero.
Example: Find maximum deflection in a simply supported beam.
4. Biology - Population Growth
Rate of Growth:
- Population growth rate: dP/dt
- Exponential growth: P(t) = e^(rt)
- Logistic growth: dP/dt = rP(1 - P/K)
Example: Find maximum growth rate in logistic population model.
Complex Problem-Solving Techniques
Problem: Find the coordinates of the points on the curve y = - 6 + 9x + 1 where the gradient is 6.
Solution:
Find dy/dx and set equal to 6: y = - 6 + 9x + 1 dy/dx = 3 - 12x + 9 Set dy/dx = 6: 3 - 12x + 9 = 6 ⇒ 3 - 12x + 3 = 0 ⇒ - 4x + 1 = 0
Solve quadratic equation: x = [4 ± √(16 - 4)]/2 = [4 ± √12]/2 = [4 ± 2√3]/2 = 2 ± √3
Find y-coordinates: For x = 2 + √3: y = (2 + √3)³ - 6(2 + √3)² + 9(2 + √3) + 1 For x = 2 - √3: y = (2 - √3)³ - 6(2 - √3)² + 9(2 - √3) + 1
After calculation: Points are (2 + √3, 7 + 4√3) and (2 - √3, 7 - 4√3)
Problem: A rectangular box has a square base and volume 32 . Find the dimensions that minimize the surface area.
Solution:
Let base side = x, height = h Volume: h = 32 ⇒ h = 32/
Surface area: S = 2 + 4xh = 2 + 4x(32/) = 2 + 128/x
Find dS/dx and set to zero: dS/dx = 4x - 128/ Set dS/dx = 0: 4x - 128/ = 0 ⇒ 4x = 128/ ⇒ 4 = 128 ⇒ = 32 ⇒ x = ³√32 = 2³√4
Find h: h = 32/ = 32/(4 × 2²√2) = 8/2²√2 = 4 × 2^(1/2) = 4√2
Dimensions: Base 2³√4 m, Height 4√2 m
Problem: Related Rates - A ladder 10 m long rests against a vertical wall. If the bottom slides away at 2 m/s, how fast is the top sliding down when the bottom is 6 m from the wall?
Solution:
Let x = distance from wall, y = height on wall Given: dx/dt = 2 m/s, x = 6 m, ladder = 10 m
From Pythagoras: + = 10² = 100 At x = 6: 36 + = 100 ⇒ = 64 ⇒ y = 8 m
Differentiate with respect to t: 2x dx/dt + 2y dy/dt = 0 Substitute: 2(6)(2) + 2(8) dy/dt = 0 ⇒ 24 + 16 dy/dt = 0 ⇒ dy/dt = -24/16 = -1.5 m/s
The top is sliding down at 1.5 m/s.
Summary Points
- Derivatives represent rates of change and slopes of tangents
- First principle definition: dy/dx = lim(δx→0) [f(x+δx) - f(x)]/δx
- Power rule: d/dx(x^n) = nx^(n-1)
- Product rule: d/dx(uv) = u dv/dx + v du/dx
- Quotient rule: d/dx(u/v) = (v du/dx - u dv/dx)/
- Chain rule: d/dx[f(g(x))] = f'(g(x)) × g'(x)
- Applications include optimization, motion, economics, and engineering
Common Mistakes to Avoid
- Chain rule errors - Don't forget to multiply by the derivative of the inner function
- Product/quotient rule confusion - Apply the correct rule for the function type
- Critical point errors - Check both first and second derivatives
- Related rates errors - Differentiate with respect to time, not the variable
- Simplification errors - Always simplify derivatives where possible
SPM Exam Tips
Exam Strategies
- Memorize rules - Power, product, quotient, and chain rules
- Show working - Step-by-step differentiation for partial marks
- Practice first principle - Be prepared to use the limit definition
- Check critical points - Use both first and second derivative tests
- Draw diagrams - For related rates problems
Key Exam Topics
- Basic differentiation rules (30% of questions)
- Tangent and normal lines (20% of questions)
- Maximum and minimum problems (25% of questions)
- Related rates (15% of questions)
- First principle applications (10% of questions)
Time Management Tips
- Basic differentiation: 3-4 minutes
- Tangent/normal problems: 4-5 minutes
- Optimization problems: 6-8 minutes
- Related rates problems: 7-10 minutes
Practice Problems
Level 1: Basic Differentiation
-
Find derivatives using first principle: a) f(x) = 5x - 3 b) f(x) = + 2x
-
Find derivatives using rules: a) y = 4 - 2 + 7x - 1 b) y = (3x + 2)(2x - 1) c) y = x/(x + 2)
Level 2: Tangent and Normal
- Find equations of tangent and normal to: a) y = - 4x + 3 at (2, -1) b) y = - 3x + 1 at (1, -1)
Level 3: Maximum and Minimum
- Find maximum and minimum points: a) y = - 6 + 9x + 2 b) y = 2 - 3 - 12x + 1
Level 4: Related Rates
-
Physics: A stone thrown vertically has height h(t) = 20t - 5. Find maximum height and when it occurs.
-
Geometry: A circular metal plate expands when heated. If radius increases at 0.5 mm/s, find rate of area increase when radius is 50 mm.
-
Economics: Cost function C(x) = - 6 + 15x. Find minimum average cost.
Level 5: Applications
-
Optimization: Find the dimensions of a rectangle with area 100 that has minimum perimeter.
-
Motion: A particle moves with position s(t) = - 6 + 9t. Find when it changes direction.
-
Related Rates: A ladder 15 ft long leans against a wall. The bottom slides away at 3 ft/s. How fast is the top sliding down when bottom is 9 ft from wall?
Did You Know? 📚
The concept of differentiation was independently developed by Isaac Newton and Gottfried Wilhelm Leibniz in the late 17th century. Newton called it "the method of fluxions" and developed it to solve problems in physics, particularly motion. Leibniz developed a more systematic notation (dy/dx) that we use today. The famous dispute over priority between Newton and Leibniz dominated mathematics for decades and affected the development of calculus in England versus continental Europe.
Quick Reference Guide
| Concept | Formula/Method | Key Points |
|---|---|---|
| First principle | dy/dx = lim(δx→0) [f(x+δx)-f(x)]/δx | Fundamental definition |
| Power rule | d/dx(x^n) = nx^(n-1) | Basic polynomial differentiation |
| Product rule | d/dx(uv) = u dv/dx + v du/dx | For products of functions |
| Quotient rule | d/dx(u/v) = (v du/dx - u dv/dx)/ | For ratios of functions |
| Chain rule | d/dx[f(g(x))] = f'(g(x)) × g'(x) | For composite functions |
| Tangent equation | y - = m(x - ), m = dy/dx | Gradient at point |
| Normal equation | y - = (-1/m)(x - ), m = dy/dx | Perpendicular to tangent |
| Related rates | dy/dt = (dy/dx)(dx/dt) | Chain rule for time |
Differentiation is one of the most powerful tools in mathematics, enabling us to understand and optimize change in countless real-world scenarios. Master these concepts as they form the foundation for integral calculus and advanced mathematical analysis.