PRINCIPLES OF CALCULUS
Download the Lessonotes Mobile Ghana app for faster lesson access on Android and iPhone.
Subject: Additional Mathematics
Class: SHS 2
Term: 2nd Term
Week: 12
Grade code: 2.3.1.LI.5
Strand code: 3
Sub-strand code: 1
Content standard code: 2.3.1.CS.1
Indicator code: 2.3.1.LI.5
Theme: CALCULUS
Subtheme: PRINCIPLES OF CALCULUS
This page supports the lesson note with a companion video and a short classroom-ready summary.
For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.
In our study of linear functions (straight lines), we learned that the gradient (slope) is constant. However, the world around us is full of curves! Think about the journey from Accra up the Aburi mountains – the road is not a straight line with one constant steepness. It gets steeper, then less steep, and at the top, it becomes flat for a moment before going down. Calculus, specifically the derivative, gives us a powerful tool to describe this changing steepness at any exact point on a curve.
Part 1: The Concept of a Changing Slope
For a straight line, `y = mx + c`, the slope `m` is the same everywhere. For a curve, like `y = x²`, the steepness changes. Near the bottom (the vertex), it's almost flat. As we move away from the vertex, it gets steeper and steeper.
The derivative of a function, written as `f'(x)` or `dy/dx`, is a new function that tells us the slope (or gradient) of the tangent line to the original function `f(x)` at *any* point `x`. Part 2: Recap of Differentiation Rules
Before we can analyse the behaviour, we must be able to find the derivative. Let's quickly review the essential rules: The Power Rule: If `f(x) = ax^n`, then `f'(x) = n * a * x^(n-1)`. *Example:* If `f(x) = 3x^4`, then `f'(x) = 4 * 3x^(4-1) = 12x^3`. The Product Rule: If `f(x) = u(x)v(x)`, then `f'(x) = u'(x)v(x) + v'(x)u(x)`. *Example:* If `f(x) = (x^2)(x+1)`, let `u=x^2` and `v=x+1`. Then `u'=2x` and `v'=1`. `f'(x) = (2x)(x+1) + (1)(x^2) = 2x^2 + 2x + x^2 = 3x^2 + 2x`. The Quotient Rule: If `f(x) = u(x) / v(x)`, then `f'(x) = [u'(x)v(x) - v'(x)u(x)] / [v(x)]^2`. *Example:* If `f(x) = (2x) / (x-3)`, let `u=2x` and `v=x-3`. Then `u'=2` and `v'=1`. `f'(x) = [(2)(x-3) - (1)(2x)] / (x-3)^2 = [2x - 6 - 2x] / (x-3)^2 = -6 / (x-3)^2`. The Chain Rule: If `f(x) = [g(x)]^n`, then `f'(x) = n[g(x)]^(n-1) * g'(x)`. *Example:* If `f(x) = (3x-4)^5`, let `g(x)=3x-4`. Then `g'(x)=3`. `f'(x) = 5(3x-4)^(5-1) * (3) = 15(3x-4)^4`. Part 3: Classifying the Behaviour of a Curve