Grade 12 Calculus Explained Simply - Differentiation and Integration

Calculus carries roughly 35 marks in Paper 1. That makes it the joint highest-weighted topic in the entire paper, tied with Functions and Graphs. And yet most Grade 12 students lose more marks here than anywhere else. Not because Calculus is impossible, but because they never get the basics explained properly. Once you understand what a derivative actually means, the rest falls into place.

This post breaks Calculus down into the pieces that matter for your NSC exam. No textbook waffle. Just the methods you need, the mistakes to avoid, and the exam patterns you can use to your advantage.

In This Post You Will Learn

✓ What differentiation actually means in plain English ✓ How to differentiate from first principles (the 5-mark gift) ✓ The power rule and how to use it on any function ✓ How to find the equation of a tangent line ✓ How to find turning points and sketch cubic graphs ✓ The most common Calculus mistakes and how the NSC tests this topic

What Is Differentiation and Why Does It Matter?

Differentiation is about finding the rate of change. That is it. If you have a curve, the derivative tells you the gradient (slope) of that curve at any specific point.

Think of it this way. A straight line has one gradient everywhere. A curve has a different gradient at every point. Differentiation gives you a formula that calculates the gradient at whatever point you choose.

In the exam, they use differentiation to test four main things: first principles, applying the power rule, tangent lines, and cubic graph sketching. Master those four and you are looking at 30+ marks out of 35.

How to Differentiate from First Principles

This question appears almost every year in Paper 1. It is worth 5 marks and the method never changes. If you learn it once, those 5 marks are yours every single time.

The formula is:

f'(x) = lim (h approaches 0) of [f(x + h) - f(x)] / h

Here is how you use it, step by step.

Step 1: Write down f(x + h)

Whatever function they give you, replace every x with (x + h). If f(x) = 3x2, then f(x + h) = 3(x + h)2.

Step 2: Expand f(x + h)

Expand the brackets fully. 3(x + h)2 = 3(x2 + 2xh + h2) = 3x2 + 6xh + 3h2.

Step 3: Substitute into the formula

f'(x) = lim [f(x + h) - f(x)] / h = lim [(3x2 + 6xh + 3h2) - 3x2] / h = lim [6xh + 3h2] / h

Step 4: Simplify and cancel h

Factor out h from the top: = lim h(6x + 3h) / h = lim (6x + 3h)

Step 5: Let h = 0

f'(x) = 6x + 3(0) = 6x

That is your derivative. Five marks, same method every time. Practise it three times with different functions and you will never lose these marks again.

For full live lessons on Calculus and every other Paper 1 topic, see our Grade 12 Maths tuition page.

The Power Rule: Your Everyday Differentiation Tool

First principles is slow on purpose. For every other Calculus question, you use the power rule. It is fast and it works every time.

If f(x) = xn, then f'(x) = nxn-1

In words: bring down the power, subtract 1 from the power.

Examples

f(x) = x3, so f'(x) = 3x2 f(x) = 5x4, so f'(x) = 20x3 f(x) = -2x6, so f'(x) = -12x5

What About Roots and Fractions?

This is where students trip up. You cannot differentiate a root or a fraction directly. You need to rewrite it first.

Square root of x = x to the power of 1/2 So if f(x) = sqrt(x) = x1/2, then f'(x) = (1/2)x-1/2

1/x = x to the power of -1 So if f(x) = 1/x = x-1, then f'(x) = -x-2 = -1/x2

3/x2 = 3x-2 So f'(x) = -6x-3 = -6/x3

The rule is always the same. Rewrite the term so it looks like axn, then bring down the power and subtract 1. If you skip the rewriting step, you will get the wrong answer every time.

How to Find the Equation of a Tangent Line

A tangent is a straight line that touches a curve at exactly one point. The exam will give you a curve and a point, and ask you to find the equation of the tangent at that point. This is typically worth 6-8 marks.

The Method

Step 1: Differentiate f(x) to get f'(x). This gives you a formula for the gradient.

Step 2: Substitute the x-value of the given point into f'(x). This gives you the actual gradient (m) at that point.

Step 3: If they only gave you x, substitute it into f(x) to find the y-value. Now you have a point (x1, y1) and a gradient (m).

Step 4: Use y - y1 = m(x - x1) to write the equation of the tangent.

Worked Example

Find the equation of the tangent to f(x) = x3 - 3x + 2 at x = 1.

Step 1: f'(x) = 3x2 - 3 Step 2: f'(1) = 3(1)2 - 3 = 0. So the gradient is 0. Step 3: f(1) = (1)3 - 3(1) + 2 = 0. So the point is (1, 0). Step 4: y - 0 = 0(x - 1), so y = 0.

The tangent is y = 0, which is just the x-axis. A gradient of zero means the tangent is horizontal, which means x = 1 is a turning point.

Finding Turning Points and Sketching Cubic Graphs

This is where Calculus meets Functions, and it is a favourite exam combination.

Finding Turning Points

A turning point is where the curve changes direction, from going up to going down, or the other way around. At a turning point, the gradient is zero.

Method: Set f'(x) = 0 and solve for x.

Then substitute each x-value back into f(x) to get the y-coordinates. Those are your turning points.

How to Tell if It is a Maximum or Minimum

Use the second derivative, f''(x).

If f''(x) > 0 at the turning point, the curve is concave up, which means it is a minimum (like a valley). If f''(x) < 0 at the turning point, the curve is concave down, which means it is a maximum (like a hill).

Sketching a Cubic Graph

The exam will ask you to sketch f(x) = ax3 + bx2 + cx + d. Follow this order:

  1. Find the y-intercept: set x = 0
  2. Find the x-intercepts: set y = 0 and solve (they usually give you one factor)
  3. Find turning points: set f'(x) = 0, solve, substitute back
  4. Determine the shape: if a > 0, the graph goes from bottom-left to top-right. If a < 0, it goes from top-left to bottom-right
  5. Plot everything and draw a smooth curve through all the points

If you have already read our guide on how to pass Grade 12 Maths Paper 1, you will know that Calculus and Functions together carry about 70 marks. This graph sketching section is where those two topics overlap.

The Point of Inflection

The point of inflection is where the curve changes concavity, from concave up to concave down or vice versa.

Method: Set f''(x) = 0 and solve for x.

Substitute back into f(x) for the y-value. The point of inflection is also the midpoint between the two turning points on a cubic graph. The exam sometimes asks for this directly, and sometimes asks you to find the point where the gradient is at its maximum or minimum, which is the same thing.

Common Mistakes Students Make in Grade 12 Calculus

1. Forgetting to rewrite before differentiating. If you try to differentiate sqrt(x) or 1/x2 directly, you will get it wrong. Always rewrite in the form axn first. This is the single most common error in Calculus.

2. Losing marks on first principles by skipping steps. First principles is a show-your-working question. If you jump straight to the answer, you get 1 mark instead of 5. Write every line. The method is the mark scheme.

3. Confusing f'(x) = 0 with f(x) = 0. f'(x) = 0 gives you turning points. f(x) = 0 gives you x-intercepts. These are different things. Read the question carefully.

4. Not finding both turning points. When f'(x) = 0 gives a quadratic, you get two x-values, which means two turning points. Students sometimes only find one and lose half the marks.

5. Wrong tangent equation format. The final answer for a tangent must be in the form y = mx + c. If you leave it as y - y1 = m(x - x1), some markers will not award the final mark. Always simplify to y = mx + c.

How This Topic Appears in the NSC Exam

Calculus has appeared in Grade 12 Maths Paper 1 every single year. It is the most consistently tested topic in the paper.

Typical structure: 2-3 questions, roughly Questions 7-9 in the paper, totalling about 35 marks.

First principles is almost always a standalone sub-question. They give you a function like f(x) = 2x2 - 3x and ask you to find f'(x) using the definition. Worth 5 marks.

The power rule appears in multiple places. Sometimes as a direct "differentiate" question, sometimes as part of a tangent or graph sketching question.

Tangent line questions typically give you a cubic or quadratic function and a specific point. They ask for the equation of the tangent. Worth 6-8 marks. The method is always the same.

Cubic graph sketching is the big one. They give you a cubic function, ask you to find intercepts, turning points, and sketch the graph. This can be worth 15-20 marks across sub-questions. It combines Calculus with Functions.

Optimisation (application problems) appears some years. They give you a real-world scenario, like maximising area or minimising cost, and you use the derivative to find the optimal value.

In the 2023 NSC exam, Calculus appeared across Questions 7 and 8, testing first principles, tangent lines, and cubic graph analysis. The 2022 paper followed the same pattern. This structure has been consistent for over a decade.


Want live lessons covering this exact topic?

A-Game Academy teaches Grade 12 Maths online via Zoom. Small classes, max 15 students. Weekly past paper practice. Study notes for every topic.

R799/month or try one week for R199 with no commitment.

👉 Get your spot at A-Game Academy

0 comments

Leave a comment