Introduction to Calculus: Understanding Change

Welcome to the exciting world of Calculus! Don't worry if this word sounds complicated—it's actually one of the most powerful and fascinating tools in mathematics.

Calculus is essentially the mathematics of change. While algebra helps us deal with fixed quantities and straight lines, calculus helps us analyze things that are constantly moving, curving, or accelerating, like the path of a rollercoaster or the speed of a rocket!

In this chapter, which fits perfectly within our study of functions and graphs, we will learn how to find the exact steepness (gradient) of a curve at any point, and how to use this information to find maximum and minimum values.

Key Concept: The Gradient Function

You already know how to find the gradient (steepness) of a straight line: \(m = \frac{\text{change in } y}{\text{change in } x}\). But a curve doesn't have a constant steepness—it changes all the time!

Calculus introduces the idea of the Gradient Function, also called the Derivative. This function allows us to plug in any \(x\)-value and instantly find the gradient of the curve at that exact point.

We use the notation \(\frac{dy}{dx}\) to represent the gradient function derived from the original function \(y\).

Analogy: Think of \(\frac{dy}{dx}\) like a speedometer in a car. Even if the car is speeding up and slowing down (a curve), the speedometer tells you the speed (gradient) at that exact instant.

Section 1: Differentiation – The Power Rule

The process of finding the gradient function is called differentiation. For the IGCSE curriculum, we focus on differentiating functions written in the form \(y = ax^n\).

The Golden Rule (The Power Rule)

If you have a function \(y = ax^n\), the derivative \(\frac{dy}{dx}\) is found by following these two steps:

  1. Multiply: Multiply the power (\(n\)) by the coefficient (\(a\)).
  2. Subtract: Reduce the power by 1 (\(n - 1\)).

The formula is:
If \(y = ax^n\), then \(\frac{dy}{dx} = (n \times a) x^{n-1}\)

Step-by-Step Examples

Example 1: Basic Differentiation
Let \(y = 3x^4\).
Step 1 (Multiply): \(4 \times 3 = 12\)
Step 2 (Subtract): \(4 - 1 = 3\)
Therefore, \(\frac{dy}{dx} = 12x^3\).

Example 2: Differentiating Multiple Terms
We differentiate each term separately.
Let \(y = 5x^3 - 2x^2 + 7x - 10\)
\(\frac{dy}{dx} = (5 \times 3)x^{3-1} - (2 \times 2)x^{2-1} + (7 \times 1)x^{1-1} - 0\)
\(\frac{dy}{dx} = 15x^2 - 4x + 7x^0\)
Since \(x^0 = 1\):
\(\frac{dy}{dx} = 15x^2 - 4x + 7\)

Handling Special Cases (Rewrite First!)

Before you differentiate, the function must be in the form \(ax^n\). If you see fractions, roots, or just \(x\), you must rewrite it using index rules first.

  • Case A: Constants (A number with no \(x\))
    If \(y = 5\), the gradient is zero everywhere.
    \(\frac{dy}{dx} = 0\)
    (A horizontal line has zero gradient!)
  • Case B: Simple \(x\) terms (e.g., \(4x\))
    Remember \(4x\) is \(4x^1\).
    \(\frac{dy}{dx} = (1 \times 4)x^{1-1} = 4x^0 = 4\)
  • Case C: Reciprocals (e.g., \(\frac{3}{x^2}\))
    Rewrite: \(y = 3x^{-2}\)
    Differentiate: \(\frac{dy}{dx} = (-2 \times 3)x^{-2-1} = -6x^{-3}\)
  • Case D: Roots (e.g., \(\sqrt{x}\))
    Rewrite: \(y = x^{\frac{1}{2}}\)
    Differentiate: \(\frac{dy}{dx} = \frac{1}{2} x^{\frac{1}{2} - 1} = \frac{1}{2} x^{-\frac{1}{2}}\)

Quick Review Box: Differentiation Prep
\(\sqrt[n]{x^m} \implies x^{m/n}\) | \(\frac{1}{x^n} \implies x^{-n}\) | \(ax \implies a\) | \(a \implies 0\)

Section 2: Finding Gradients and Equations of Tangents

Once you have the gradient function, \(\frac{dy}{dx}\), you can use it to find the steepness of the curve at any point you choose.

1. Finding the Gradient at a Specific Point

To find the gradient of the curve \(y = f(x)\) at the point where \(x = a\):

  1. Differentiate the function to find \(\frac{dy}{dx}\).
  2. Substitute the given \(x\)-value (\(a\)) into \(\frac{dy}{dx}\).
  3. The result is the gradient (\(m\)) at that point.

Example: Find the gradient of \(y = x^3 - 2x\) at \(x = 2\).
1. Differentiate: \(\frac{dy}{dx} = 3x^2 - 2\)
2. Substitute \(x = 2\): \(\frac{dy}{dx} = 3(2)^2 - 2 = 3(4) - 2 = 12 - 2 = 10\)
The gradient at \(x=2\) is 10.

2. Finding the Equation of the Tangent

A tangent is a straight line that touches the curve at exactly one point, and importantly, it has the same gradient as the curve at that point.

To find the equation of a tangent line, you need three things:
1. A point \((x_1, y_1)\)
2. The gradient \(m\) (which is \(\frac{dy}{dx}\) at that point)
3. The straight line formula: \(y - y_1 = m(x - x_1)\)

Step-by-Step for Tangent Equation

Let's find the equation of the tangent to \(y = x^2 + 5x\) at the point where \(x = 1\).

  1. Find the full point \((x_1, y_1)\):
    Substitute \(x = 1\) into the original equation \(y\):
    \(y_1 = (1)^2 + 5(1) = 1 + 5 = 6\).
    The point is \((1, 6)\).
  2. Find the gradient \(m\):
    Differentiate: \(\frac{dy}{dx} = 2x + 5\)
    Substitute \(x = 1\) into \(\frac{dy}{dx}\):
    \(m = 2(1) + 5 = 7\).
  3. Use the formula \(y - y_1 = m(x - x_1)\):
    \(y - 6 = 7(x - 1)\)
    \(y - 6 = 7x - 7\)
    \(y = 7x - 1\)
    The equation of the tangent is \(y = 7x - 1\).

Key Takeaway: The derivative \(\frac{dy}{dx}\) is the toolkit. Plug in \(x\) to get the gradient \(m\), then use \(m\) and the original \(y\) value to define the tangent line.

Section 3: Stationary Points (Maxima and Minima)

Calculus is incredibly useful for finding the maximum or minimum values of a function—where a curve reaches a peak (maximum) or a valley (minimum). These are crucial in real-world problems like maximizing profit or minimizing costs.

What is a Stationary Point?

A stationary point (or turning point) is a point on the curve where the gradient is exactly zero. The curve momentarily flattens out before changing direction.

The golden rule for stationary points:
At a stationary point, \(\frac{dy}{dx} = 0\).

Step-by-Step: Finding Stationary Points

Example: Find the stationary points of the function \(y = x^3 - 3x^2 + 2\).

  1. Differentiate the function:
    \(\frac{dy}{dx} = 3x^2 - 6x\)
  2. Set the derivative to zero and solve for \(x\):
    \(3x^2 - 6x = 0\)
    Factorise: \(3x(x - 2) = 0\)
    The solutions are \(x = 0\) and \(x = 2\).
  3. Find the corresponding \(y\)-values:
    Substitute these \(x\)-values back into the original equation (\(y\)):
    If \(x = 0\): \(y = (0)^3 - 3(0)^2 + 2 = 2\). Point: (0, 2).
    If \(x = 2\): \(y = (2)^3 - 3(2)^2 + 2 = 8 - 12 + 2 = -2\). Point: (2, -2).

The stationary points are (0, 2) and (2, -2).

Identifying Maxima and Minima (The Sign Change Test)

We now need to know if each stationary point is a Maximum (a peak) or a Minimum (a valley). We do this by checking how the gradient changes immediately before and immediately after the stationary point.

We test a value slightly less than \(x\) and a value slightly more than \(x\) into \(\frac{dy}{dx}\).

  • Maximum Point: Gradient goes from Positive \((+)\) to Zero \((0)\) to Negative \((-)\). (Uphill, flat, downhill)
  • Minimum Point: Gradient goes from Negative \((-)\) to Zero \((0)\) to Positive \((+)\). (Downhill, flat, uphill)
Applying the Test (Using the example above: \(\frac{dy}{dx} = 3x^2 - 6x\))

Test Point 1: \(x = 0\) (The point is (0, 2))

  • Test value to the left (\(x = -0.1\)): \(\frac{dy}{dx} = 3(-0.1)^2 - 6(-0.1) = 0.03 + 0.6 = +0.63\) (Positive)
  • Gradient at \(x=0\): 0
  • Test value to the right (\(x = 0.1\)): \(\frac{dy}{dx} = 3(0.1)^2 - 6(0.1) = 0.03 - 0.6 = -0.57\) (Negative)

Since the gradient changes from (+) to (0) to (-), (0, 2) is a Maximum Point.

Test Point 2: \(x = 2\) (The point is (2, -2))
  • Test value to the left (\(x = 1.9\)): \(\frac{dy}{dx} = 3(1.9)^2 - 6(1.9) = -0.57\) (Negative)
  • Gradient at \(x=2\): 0
  • Test value to the right (\(x = 2.1\)): \(\frac{dy}{dx} = 3(2.1)^2 - 6(2.1) = +0.63\) (Positive)

Since the gradient changes from (-) to (0) to (+), (2, -2) is a Minimum Point.

Common Mistake Alert: Always substitute the x-values back into the original function (y) to find the coordinate of the stationary point. Do NOT substitute them back into \(\frac{dy}{dx}\) (you already know the result is zero!).

Section 4: Real-World Applications – Rates of Change

This section brings calculus back to our initial idea: the mathematics of change. In any application, the derivative \(\frac{dy}{dx}\) represents the rate of change of the quantity \(y\) with respect to the quantity \(x\).

Understanding Rates

When the independent variable is Time (\(t\)), the derivatives describe physical speeds or rates.

  • If \(D\) is Distance and \(t\) is Time, then \(\frac{dD}{dt}\) is the Velocity (Speed).
  • If \(V\) is Volume and \(r\) is Radius, then \(\frac{dV}{dr}\) is the rate at which the volume changes as the radius increases.

Did you know? Calculus was invented simultaneously by Sir Isaac Newton and Gottfried Leibniz, largely to solve problems related to motion and astronomy!

Example: Speed and Motion

Suppose the distance \(s\) (in metres) travelled by an object after \(t\) seconds is given by the function:
\(s = 2t^3 - 4t + 1\)

Problem: Find the speed (rate of change of distance) of the object when \(t = 3\) seconds.

  1. Find the rate function (\(\frac{ds}{dt}\)):
    Differentiate \(s\) with respect to \(t\):
    \(\frac{ds}{dt} = 6t^2 - 4\)
  2. Substitute the time value:
    Substitute \(t = 3\) into the rate function:
    Speed = \(6(3)^2 - 4 = 6(9) - 4 = 54 - 4 = 50\)

The speed of the object at \(t=3\) seconds is 50 m/s.

Key Takeaway: In any word problem, look for phrases like "rate of change" or "speed." This tells you to differentiate the given equation and then substitute the specified value.

Summary and Curve Sketching

Using Calculus for Curve Sketching

The information you gather using calculus allows you to accurately sketch cubic and quartic functions. To sketch a curve defined by \(y = f(x)\), you need:

  1. Y-intercept: Set \(x = 0\) in the original equation.
  2. X-intercepts: Set \(y = 0\) and solve (usually involves factorization, sometimes tricky).
  3. Stationary Points: Find the coordinates \((x, y)\) where \(\frac{dy}{dx} = 0\).
  4. Nature of Points: Determine if the stationary points are Maxima or Minima using the sign change test.

By plotting the intercepts and the turning points, and knowing the overall shape (whether it starts low and ends high, or vice versa), you can draw a comprehensive sketch.

Calculus Checklist (Your Success Formula)

GoalMethodFormula Used
Find Gradient FunctionDifferentiation (Power Rule)\(y = ax^n \implies \frac{dy}{dx} = anx^{n-1}\)
Find Gradient at \(x=a\)Substitute \(a\) into \(\frac{dy}{dx}\)\(m = \frac{dy}{dx} \text{ at } x=a\)
Find Tangent EquationFind \(m\), find \((x_1, y_1)\), plug into formula\(y - y_1 = m(x - x_1)\)
Find Stationary PointsSet derivative equal to zero\(\frac{dy}{dx} = 0\)
Identify Max/MinUse the Sign Change Test for \(\frac{dy}{dx}\)Check gradient sign just left and right of the turning point.

You have mastered the core mechanics of differentiation! Calculus is a foundational topic, and getting comfortable with the Power Rule and finding turning points sets you up for success in higher mathematics. Keep practicing those index rules—they are the key prerequisite for making differentiation simple! You got this!