Calculus in Matric Mathematics: From Basics to Distinction

Master Matric Calculus from first principles to optimization — covering differentiation rules, tangent lines, cubic functions, turning points, and rates of change for NSC Paper 1.

By Tania Galant in Subject Guides · 8 min read

Key Takeaways

  • Calculus is worth approximately 35 marks in Paper 1, making it the joint-highest weighted topic alongside functions
  • First principles is guaranteed marks — learn the formula and practise it until it is automatic
  • Cubic function sketching follows a set procedure that can be drilled
  • Optimization problems are the most challenging but follow recognisable patterns from past papers
# Calculus in Matric Mathematics: From Basics to Distinction Calculus is worth approximately 35 marks in Matric Mathematics Paper 1 — roughly 23% of the paper and the joint-highest weighted topic alongside functions. It is also one of the topics where the difference between a pass and a distinction is most visible. Learners who understand the core concepts and practise the methods can score full marks. Those who do not often leave 20+ marks on the table. This guide takes you from the absolute basics (limits and average gradient) through differentiation rules to the more challenging applications (optimization and rates of change), with clear explanations of how each concept is tested in the NSC exam. For your full Mathematics study plan, see our [mathematics guide](/blog/matric-mathematics-past-papers-and-exam-guide-everything-you-need-to-score-80). ## Limits and Average Gradient > **Read more:** For a comprehensive overview, see our [mathematics exam guide](/blog/matric-mathematics-past-papers--exam-guide). Before calculus, you need to understand what it builds on. ### Average Gradient The average gradient (slope) between two points on a curve is: **Average gradient = [f(b) - f(a)] / (b - a)** This gives the gradient of the secant line between the two points. As the two points get closer together, the average gradient approaches the gradient at a single point — which is the derivative. ### The Concept of a Limit A limit asks: "What value does f(x) approach as x approaches a particular value?" In Matric, you do not need to study limits formally, but you need to understand that the derivative is found by taking the limit as the distance between two points approaches zero. ## First Principles of Differentiation The definition of the derivative from first principles is: **f'(x) = lim(h→0) [f(x + h) - f(x)] / h** This is guaranteed to appear in Paper 1 (usually for 4-6 marks). The steps are always the same: ### Step-by-Step Method 1. Write down the formula: f'(x) = lim(h→0) [f(x + h) - f(x)] / h 2. Substitute f(x + h) — replace every x in the function with (x + h). 3. Subtract f(x). 4. Simplify the numerator (expand brackets, collect like terms). 5. Factor out h from the numerator. 6. Cancel the h in the numerator with the h in the denominator. 7. Let h = 0 (take the limit). ### Example Find f'(x) from first principles if f(x) = 3x² - 2x. **Step 1:** f'(x) = lim(h→0) [f(x + h) - f(x)] / h **Step 2:** f(x + h) = 3(x + h)² - 2(x + h) = 3x² + 6xh + 3h² - 2x - 2h **Step 3:** f(x + h) - f(x) = 3x² + 6xh + 3h² - 2x - 2h - (3x² - 2x) = 6xh + 3h² - 2h **Step 4:** = h(6x + 3h - 2) / h **Step 5:** = 6x + 3h - 2 **Step 6:** Let h = 0: f'(x) = 6x - 2 **Key tip:** Show every step. The examiners award marks for the process, not just the answer. ## Rules of Differentiation For most calculus questions, you use the differentiation rules (not first principles): ### The Power Rule If f(x) = axⁿ, then f'(x) = naxⁿ⁻¹ **Examples:** - f(x) = 5x³ → f'(x) = 15x² - f(x) = -2x⁴ → f'(x) = -8x³ - f(x) = x → f'(x) = 1 - f(x) = 7 (a constant) → f'(x) = 0 ### Important: Prepare Before Differentiating Before applying the power rule, you must rewrite terms so they are in the form axⁿ: - **Fractions:** 4/x² = 4x⁻² → f'(x) = -8x⁻³ - **Roots:** √x = x^(1/2) → f'(x) = (1/2)x^(-1/2) - **Products:** You must expand first. (x + 2)(x - 3) = x² - x - 6, then differentiate. - **Quotients:** Divide each term. (x³ + 2x²)/x = x² + 2x, then differentiate. ### Common Differentiation Mistakes 1. **Forgetting to rewrite before differentiating.** You cannot differentiate 1/x directly — rewrite as x⁻¹ first. 2. **Not expanding products.** There is no product rule in Matric — you must expand first. 3. **Treating the coefficient incorrectly.** The coefficient multiplies, it does not change the power. 4. **Forgetting that the derivative of a constant is zero.** ## Equations of Tangent Lines A tangent line touches a curve at exactly one point. To find the equation of a tangent: ### Method 1. Find f'(x) — the general derivative. 2. Substitute the x-value of the point to find the gradient of the tangent: m = f'(a). 3. Find the y-value by substituting into the original function: y = f(a). 4. Use the point-gradient form: y - y₁ = m(x - x₁). ### Example Find the equation of the tangent to f(x) = x³ - 3x + 2 at x = 1. 1. f'(x) = 3x² - 3 2. m = f'(1) = 3(1)² - 3 = 0 3. y = f(1) = (1)³ - 3(1) + 2 = 0 4. Tangent: y - 0 = 0(x - 1), so y = 0 The tangent is a horizontal line at y = 0. (This makes sense — x = 1 is a turning point.) ## Cubic Functions: Sketching and Analysis Cubic function questions are a major part of the calculus section. You need to be able to sketch a cubic and analyse its features. ### The General Form f(x) = ax³ + bx² + cx + d ### Steps to Sketch a Cubic 1. **Find the y-intercept:** Set x = 0 → y = d. 2. **Find the x-intercepts:** Set f(x) = 0 and solve. You may need to use the factor theorem and synthetic division. 3. **Find the turning points:** Set f'(x) = 0 and solve for x. Substitute back into f(x) to find the y-values. 4. **Determine the shape:** - If a > 0: The curve goes from bottom-left to top-right (S-shape). - If a < 0: The curve goes from top-left to bottom-right (reverse S-shape). 5. **Plot all points and draw a smooth curve.** ### Turning Points - A **local maximum** is where the function changes from increasing to decreasing. - A **local minimum** is where the function changes from decreasing to increasing. - At turning points, f'(x) = 0. ### Point of Inflection The point of inflection is where the concavity changes (where the curve changes from "cupping upward" to "cupping downward" or vice versa). - The x-value of the point of inflection is the midpoint of the two turning points. - Alternatively, find f''(x) = 0. - The point of inflection is also the point where the gradient of the cubic is at its minimum (if a > 0) or maximum (if a < 0). ### Intervals of Increase and Decrease - The function is **increasing** where f'(x) > 0. - The function is **decreasing** where f'(x) < 0. - These intervals are determined by the x-values of the turning points. ## Optimization (Maxima and Minima) Problems Optimization problems are the most challenging calculus questions, but they follow a pattern: ### Method 1. **Read the problem carefully.** Identify what you need to maximise or minimise. 2. **Set up the equation.** Express the quantity to be optimised as a function of one variable. 3. **If there are two variables,** use a given constraint to eliminate one variable. 4. **Differentiate** the function. 5. **Set f'(x) = 0** and solve for x. 6. **Check that your answer is a maximum or minimum** (use the second derivative or consider the context). 7. **Answer the question** — substitute back if needed. ### Example Problem Types - **Maximum area** with a fixed perimeter. - **Maximum volume** of a box cut from a sheet. - **Minimum surface area** for a given volume. - **Maximum profit** or minimum cost. ### Key Tip The hardest part of optimization is setting up the equation (steps 1-3). Once you have the function, the calculus is straightforward. Practise the setup with many different problems. ## Rates of Change The derivative represents a rate of change. In applied problems: - If s(t) is position as a function of time, then s'(t) is velocity. - If v(t) is velocity as a function of time, then v'(t) is acceleration. ### Common Rates of Change Questions - Finding the rate at which a quantity is changing at a specific moment. - Interpreting the meaning of the derivative in context. - Linking the sign of the derivative to increasing/decreasing behaviour. ## Practice Strategy | Phase | Focus | Duration | |---|---|---| | 1 | First principles — practise until automatic | 3-4 days | | 2 | Rules of differentiation — all types | 3-4 days | | 3 | Tangent lines | 2 days | | 4 | Cubic functions — sketching and analysis | 5-7 days | | 5 | Optimization problems | 5-7 days | | 6 | Past paper calculus questions | Ongoing | Access past papers on our [past papers page](/past-papers) and see our [past papers guide](/blog/the-complete-guide-to-matric-past-papers-everything-you-need-to-know) for how to use them effectively. --- ## Related Resources - [Matric Mathematics Past Papers & Exam Guide: Everything You Need to Score 80%+](/blog/matric-mathematics-past-papers-exam-guide-everything-you-need-to-score-80) - [Browse All Matric Past Papers](/past-papers) - [Exam Preparation Guide](/exam-preparation) - [Matric Mathematics Paper 1 vs Paper 2: Key Differences and How to Prepare for Each](/blog/matric-mathematics-paper-1-vs-paper-2-key-differences-and-how-to-prepare-for-each) - [Euclidean Geometry Proofs: A Complete Guide for Matric Mathematics](/blog/euclidean-geometry-proofs-a-complete-guide-for-matric-mathematics) - [Newton's Laws Made Simple: Matric Physical Sciences Paper 1 Guide](/blog/newtons-laws-made-simple-matric-physical-sciences-paper-1-guide) - [Start Practising Free on LearningLoop](/auth?tab=register) ## Frequently Asked Questions ### How many marks is calculus worth in Paper 1? Calculus is worth approximately 35 marks (plus or minus 3), making it one of the two highest-weighted topics in Paper 1. ### Is first principles always tested? Yes, a first-principles question appears in virtually every Paper 1. It is usually worth 4-6 marks and is guaranteed if you know the method. ### What is the hardest part of calculus? Most learners find optimization problems the most challenging because they require you to set up the equation yourself before differentiating. ### Do I need to know the second derivative? Yes. You need to know that f''(x) = 0 gives the point of inflection, and that f''(x) can determine whether a turning point is a maximum or minimum. You also need to be able to find f''(x). ### How do I know if a turning point is a maximum or minimum? Use the second derivative test: if f''(x) > 0 at the turning point, it is a local minimum. If f''(x) < 0, it is a local maximum. Alternatively, check the sign of f'(x) on either side of the turning point. ### Can I use differentiation rules for first principles questions? No. If the question says "from first principles," you must use the limit definition. Using rules will earn zero marks for that question. ### What should I do if I cannot factorise a cubic equation? Use the factor theorem: test values like x = 1, -1, 2, -2, etc. If f(a) = 0, then (x - a) is a factor. Then use synthetic division or long division to find the remaining quadratic, which you can factorise or solve with the quadratic formula. ### How important is showing my working? Extremely important. Calculus questions award method marks at each step. Even if your final answer is wrong, correct working earns significant marks. Explore more [Mathematics past papers](/subjects/mathematics) or browse our [full subjects page](/subjects) and start building your calculus skills today.

Related Articles