2.12 BETA

Differentiation

4 learning objectives 0 core 4 extended

1. Overview

Differentiation is a fundamental tool in calculus that allows us to determine the instantaneous rate of change of a function. In simpler terms, it helps us find the gradient (slope) of a curve at any specific point. This has many applications, including finding the maximum and minimum values of functions, which is useful in optimization problems. For IGCSE Mathematics (0580), differentiation focuses on polynomial functions and their applications to finding gradients and stationary points.

Key Definitions

  • Derivative ($\frac{dy}{dx}$): An algebraic expression that gives the gradient of a curve at any point $x$. It represents the instantaneous rate of change of $y$ with respect to $x$.
  • Gradient: The measure of the steepness of a line or curve. It is the change in $y$ divided by the change in $x$.
  • Tangent: A straight line that touches a curve at a single point and has the same gradient as the curve at that point.
  • Stationary Point: A point on a graph where the gradient is zero ($\frac{dy}{dx} = 0$). Also known as a turning point. These points can be maximums, minimums, or points of inflection.
  • Maximum Point: A stationary point where the curve stops increasing and starts decreasing. The second derivative at a maximum point is negative.
  • Minimum Point: A stationary point where the curve stops decreasing and starts increasing. The second derivative at a minimum point is positive.

Core Content

There are no Core-level objectives for this topic. Differentiation is exclusively part of the Extended (Supplement) curriculum.


Extended Content (Extended Only)

A. Estimating Gradients by Drawing Tangents

Before using algebraic methods, you can estimate the gradient of a curve at a specific point by drawing a tangent. This provides an approximate value for the derivative at that point.

  1. Use a ruler to draw a straight line that just touches the curve at the required point.
  2. Ensure the angles between the line and the curve are visually balanced on both sides of the point of tangency. This ensures the tangent line closely approximates the curve's slope at that point.
  3. Pick two distinct points on your tangent line $(x_1, y_1)$ and $(x_2, y_2)$. Choose points that are easy to read off the graph accurately.
  4. Calculate the gradient ($m$) using: $m = \frac{y_2 - y_1}{x_2 - x_1}$
📊A curve $y = x^2$ with a straight line (tangent) touching it at the point $(2, 4)$. The tangent line passes through $(1, 0)$ and $(3, 8)$ to show a gradient calculation.

B. The Power Rule for Differentiation

The power rule is the fundamental rule for differentiating polynomial terms.

Power Rule: If $y = ax^n$, then $\frac{dy}{dx} = anx^{n-1}$

This rule states that to differentiate $ax^n$, you multiply the coefficient $a$ by the power $n$, and then reduce the power by 1.

Special Cases:

  • If $y = k$ (a constant), then $\frac{dy}{dx} = 0$. The derivative of a constant is always zero because a constant does not change.
  • If $y = ax$, then $\frac{dy}{dx} = a$. This is because $y = ax$ is the same as $y = ax^1$, so applying the power rule gives $1 \cdot ax^{1-1} = a$.

Worked example 1 — Differentiating a polynomial

Question: Differentiate $y = 5x^4 - 3x^2 + 2x - 7$ with respect to $x$.

  • Step 1: Differentiate the term $5x^4$: $4 \times 5x^{4-1} = 20x^3$ (Multiply coefficient by power, reduce power by 1)
  • Step 2: Differentiate the term $-3x^2$: $2 \times -3x^{2-1} = -6x$ (Multiply coefficient by power, reduce power by 1)
  • Step 3: Differentiate the term $2x$: $1 \times 2x^{1-1} = 2$ (Multiply coefficient by power, reduce power by 1)
  • Step 4: Differentiate the term $-7$: $-7 \rightarrow 0$ (The derivative of a constant is zero)
  • Result: $\frac{dy}{dx} = \boxed{20x^3 - 6x + 2}$

C. Finding the Gradient at a Specific Point

To find the gradient of a curve at a specific point, you first need to find the derivative of the function. Then, substitute the $x$-coordinate of the point into the derivative. The resulting value is the gradient of the curve at that point.

Worked example 2 — Gradient at a point

Question: Find the gradient of the curve $y = x^3 - 4x + 1$ at the point where $x = 2$.

  • Step 1: Differentiate $y = x^3 - 4x + 1$ with respect to $x$: $\frac{dy}{dx} = 3x^2 - 4$ (Apply the power rule to each term)
  • Step 2: Substitute $x = 2$ into the derivative: $\frac{dy}{dx} = 3(2)^2 - 4$ (Replace $x$ with 2)
  • Step 3: Simplify the expression: $\frac{dy}{dx} = 3(4) - 4 = 12 - 4 = 8$
  • Result: The gradient at $x = 2$ is $\boxed{8}$.

D. Stationary Points (Turning Points)

At a stationary point, the gradient of the curve is zero. To find the stationary points of a function:

  1. Find the derivative $\frac{dy}{dx}$.
  2. Set $\frac{dy}{dx} = 0$.
  3. Solve the equation for $x$. The solutions are the $x$-coordinates of the stationary points.
  4. Substitute each $x$ value back into the original equation for $y$ to find the corresponding $y$-coordinates.

Worked example 3 — Finding stationary points

Question: Find the coordinates of the stationary points of the curve $y = x^3 - 3x^2 - 9x + 5$.

  • Step 1: Find the derivative $\frac{dy}{dx}$: $\frac{dy}{dx} = 3x^2 - 6x - 9$ (Apply the power rule to each term)
  • Step 2: Set $\frac{dy}{dx} = 0$: $3x^2 - 6x - 9 = 0$ (Set the derivative equal to zero)
  • Step 3: Solve for $x$: $x^2 - 2x - 3 = 0$ (Divide the equation by 3) $(x - 3)(x + 1) = 0$ (Factorise the quadratic equation) $x = 3$ or $x = -1$ (Solve for $x$)
  • Step 4: Find the corresponding $y$-coordinates: When $x = 3$: $y = (3)^3 - 3(3)^2 - 9(3) + 5 = 27 - 27 - 27 + 5 = -22$ When $x = -1$: $y = (-1)^3 - 3(-1)^2 - 9(-1) + 5 = -1 - 3 + 9 + 5 = 10$
  • Result: The stationary points are $\boxed{(3, -22)}$ and $\boxed{(-1, 10)}$.

E. Discriminating Maxima and Minima

To determine whether a stationary point is a maximum or a minimum, you can use the second derivative test.

  1. Find the second derivative ($\frac{d^2y}{dx^2}$) by differentiating the first derivative ($\frac{dy}{dx}$).
  2. Substitute the $x$-value of the stationary point into $\frac{d^2y}{dx^2}$.
  3. If $\frac{d^2y}{dx^2} > 0$, the stationary point is a Minimum.
  4. If $\frac{d^2y}{dx^2} < 0$, the stationary point is a Maximum.
  5. If $\frac{d^2y}{dx^2} = 0$, the test is inconclusive, and other methods may be needed. (This is beyond the scope of IGCSE).

Worked example 4 — Discriminating stationary points

Question: Determine the nature of the stationary points of the curve $y = x^3 - 3x^2 - 9x + 5$. (We already know the stationary points are at $x = 3$ and $x = -1$ from the previous example.)

  • Step 1: Find the first derivative: $\frac{dy}{dx} = 3x^2 - 6x - 9$
  • Step 2: Find the second derivative: $\frac{d^2y}{dx^2} = 6x - 6$ (Differentiate the first derivative)
  • Step 3: Substitute $x = 3$ into the second derivative: $\frac{d^2y}{dx^2} = 6(3) - 6 = 18 - 6 = 12$
  • Step 4: Since $12 > 0$, the stationary point at $x = 3$ is a Minimum.
  • Step 5: Substitute $x = -1$ into the second derivative: $\frac{d^2y}{dx^2} = 6(-1) - 6 = -6 - 6 = -12$
  • Step 6: Since $-12 < 0$, the stationary point at $x = -1$ is a Maximum.
  • Result: The point $(3, -22)$ is a Minimum, and the point $(-1, 10)$ is a Maximum.

Key Equations

  • Power Rule: $\frac{d}{dx}(ax^n) = anx^{n-1}$ (Memorise this - it is NOT on the formula sheet)

  • Stationary Points: Occur when $\frac{dy}{dx} = 0$

  • Nature of points:

    • $\frac{d^2y}{dx^2} > 0 \rightarrow$ Local Minimum
    • $\frac{d^2y}{dx^2} < 0 \rightarrow$ Local Maximum

Common Mistakes to Avoid

  • Wrong: Forgetting to multiply by the original power before reducing the power by one. For example, differentiating $3x^4$ as $12x^5$. ✓ Right: Always multiply by the "old" power first. $3x^4$ differentiates to $4 \times 3x^{4-1} = 12x^3$.
  • Wrong: Keeping the constant term after differentiation. For example, stating the derivative of $x^2 + 5$ is $2x + 5$. ✓ Right: The derivative of any constant is always $0$. The derivative of $x^2 + 5$ is $2x$.
  • Wrong: Automatically setting the derivative to zero for every question involving differentiation. ✓ Right: Only set $\frac{dy}{dx} = 0$ if the question specifically asks for "stationary points", "turning points", "maximum/minimum values", or similar wording. If the question asks for the "gradient at $x=2$", simply substitute $x=2$ into the derivative.
  • Wrong: Confusing the second derivative test, and thinking a positive second derivative indicates a maximum point. ✓ Right: Remember: Positive second derivative = Minimum (think of a cup shape $\cup$ which "holds" a minimum); Negative second derivative = Maximum (think of a cap shape $\cap$ which "covers" a maximum).
  • Wrong: Not substituting back into the original equation to find the $y$-coordinate of a stationary point. ✓ Right: Differentiate, set to zero, solve for $x$. Then substitute the $x$ value into the original equation to find the corresponding $y$ value.

Exam Tips

  • Formula Sheet: Differentiation formulas are NOT provided on the IGCSE formula sheet. You must memorize the power rule.
  • Command Words:
    • "Find the gradient...": Differentiate and substitute the given $x$-value into the derivative.
    • "Find the coordinates of the stationary points...": Differentiate, set $\frac{dy}{dx} = 0$, solve for $x$, then substitute the $x$-values back into the original equation to find the corresponding $y$-coordinates.
    • "Determine the nature of the stationary points...": Find the second derivative, and substitute the $x$-values of the stationary points into the second derivative. Use the sign of the result to determine if each point is a maximum or minimum.
  • Real-world Contexts: In "Maximum Volume" or "Minimum Cost" word problems, the question is asking you to find a stationary point. Differentiate the given formula and set it to zero to find the value of the variable that maximizes or minimizes the quantity.
  • Calculator Tip: Most scientific calculators can calculate the numerical gradient at a point, but they cannot show the algebraic derivative. Use this only to check your final numerical answer in "find the gradient" questions. Always show your working for full marks.

Frequently Asked Questions: Differentiation

What is Derivative ($\frac{dy}{dx}$) in Differentiation?

Derivative ($\frac{dy}{dx}$): An algebraic expression that gives the gradient of a curve at any point $x$. It represents the instantaneous rate of change of $y$ with respect to $x$.

What is Gradient in Differentiation?

Gradient: The measure of the steepness of a line or curve. It is the change in $y$ divided by the change in $x$.

What is Tangent in Differentiation?

Tangent: A straight line that touches a curve at a single point and has the same gradient as the curve at that point.

What is Stationary Point in Differentiation?

Stationary Point: A point on a graph where the gradient is zero ($\frac{dy}{dx} = 0$). Also known as a turning point. These points can be maximums, minimums, or points of inflection.

What is Maximum Point in Differentiation?

Maximum Point: A stationary point where the curve stops increasing and starts decreasing. The second derivative at a maximum point is negative.

What is Minimum Point in Differentiation?

Minimum Point: A stationary point where the curve stops decreasing and starts increasing. The second derivative at a minimum point is positive.

What are common mistakes students make about Differentiation?

Common mistake: Forgetting to multiply by the original power *before* reducing the power by one. For example, differentiating $3x^4$ as $12x^5$. → Correct: Always multiply by the "old" power first. $3x^4$ differentiates to $4 \times 3x^{4-1} = 12x^3$. Common mistake: Keeping the constant term after differentiation. For example, stating the derivative of $x^2 + 5$ is $2x + 5$. → Correct: The derivative of any constant is always $0$. The derivative of $x^2 + 5$ is $2x$.