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 (dydx\frac{dy}{dx}): An algebraic expression that gives the gradient of a curve at any point xx. It represents the instantaneous rate of change of yy with respect to xx.
  • Gradient: The measure of the steepness of a line or curve. It is the change in yy divided by the change in xx.
  • 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 (dydx=0\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 (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). Choose points that are easy to read off the graph accurately.
  4. Calculate the gradient (mm) using: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
📊A curve y=x2y = x^2 with a straight line (tangent) touching it at the point (2,4)(2, 4). The tangent line passes through (1,0)(1, 0) and (3,8)(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=axny = ax^n, then dydx=anxn1\frac{dy}{dx} = anx^{n-1}

This rule states that to differentiate axnax^n, you multiply the coefficient aa by the power nn, and then reduce the power by 1.

Special Cases:

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

Worked example 1 — Differentiating a polynomial

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

  • Step 1: Differentiate the term 5x45x^4: 4×5x41=20x34 \times 5x^{4-1} = 20x^3 (Multiply coefficient by power, reduce power by 1)
  • Step 2: Differentiate the term 3x2-3x^2: 2×3x21=6x2 \times -3x^{2-1} = -6x (Multiply coefficient by power, reduce power by 1)
  • Step 3: Differentiate the term 2x2x: 1×2x11=21 \times 2x^{1-1} = 2 (Multiply coefficient by power, reduce power by 1)
  • Step 4: Differentiate the term 7-7: 70-7 \rightarrow 0 (The derivative of a constant is zero)
  • Result: dydx=20x36x+2\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 xx-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=x34x+1y = x^3 - 4x + 1 at the point where x=2x = 2.

  • Step 1: Differentiate y=x34x+1y = x^3 - 4x + 1 with respect to xx: dydx=3x24\frac{dy}{dx} = 3x^2 - 4 (Apply the power rule to each term)
  • Step 2: Substitute x=2x = 2 into the derivative: dydx=3(2)24\frac{dy}{dx} = 3(2)^2 - 4 (Replace xx with 2)
  • Step 3: Simplify the expression: dydx=3(4)4=124=8\frac{dy}{dx} = 3(4) - 4 = 12 - 4 = 8
  • Result: The gradient at x=2x = 2 is 8\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 dydx\frac{dy}{dx}.
  2. Set dydx=0\frac{dy}{dx} = 0.
  3. Solve the equation for xx. The solutions are the xx-coordinates of the stationary points.
  4. Substitute each xx value back into the original equation for yy to find the corresponding yy-coordinates.

Worked example 3 — Finding stationary points

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

  • Step 1: Find the derivative dydx\frac{dy}{dx}: dydx=3x26x9\frac{dy}{dx} = 3x^2 - 6x - 9 (Apply the power rule to each term)
  • Step 2: Set dydx=0\frac{dy}{dx} = 0: 3x26x9=03x^2 - 6x - 9 = 0 (Set the derivative equal to zero)
  • Step 3: Solve for xx: x22x3=0x^2 - 2x - 3 = 0 (Divide the equation by 3) (x3)(x+1)=0(x - 3)(x + 1) = 0 (Factorise the quadratic equation) x=3x = 3 or x=1x = -1 (Solve for xx)
  • Step 4: Find the corresponding yy-coordinates: When x=3x = 3: y=(3)33(3)29(3)+5=272727+5=22y = (3)^3 - 3(3)^2 - 9(3) + 5 = 27 - 27 - 27 + 5 = -22 When x=1x = -1: y=(1)33(1)29(1)+5=13+9+5=10y = (-1)^3 - 3(-1)^2 - 9(-1) + 5 = -1 - 3 + 9 + 5 = 10
  • Result: The stationary points are (3,22)\boxed{(3, -22)} and (1,10)\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 (d2ydx2\frac{d^2y}{dx^2}) by differentiating the first derivative (dydx\frac{dy}{dx}).
  2. Substitute the xx-value of the stationary point into d2ydx2\frac{d^2y}{dx^2}.
  3. If d2ydx2>0\frac{d^2y}{dx^2} > 0, the stationary point is a Minimum.
  4. If d2ydx2<0\frac{d^2y}{dx^2} < 0, the stationary point is a Maximum.
  5. If d2ydx2=0\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=x33x29x+5y = x^3 - 3x^2 - 9x + 5. (We already know the stationary points are at x=3x = 3 and x=1x = -1 from the previous example.)

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

Key Equations

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

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

  • Nature of points:

    • d2ydx2>0\frac{d^2y}{dx^2} > 0 \rightarrow Local Minimum
    • d2ydx2<0\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 3x43x^4 as 12x512x^5. ✓ Right: Always multiply by the "old" power first. 3x43x^4 differentiates to 4×3x41=12x34 \times 3x^{4-1} = 12x^3.
  • Wrong: Keeping the constant term after differentiation. For example, stating the derivative of x2+5x^2 + 5 is 2x+52x + 5. ✓ Right: The derivative of any constant is always 00. The derivative of x2+5x^2 + 5 is 2x2x.
  • Wrong: Automatically setting the derivative to zero for every question involving differentiation. ✓ Right: Only set dydx=0\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=2x=2", simply substitute x=2x=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 yy-coordinate of a stationary point. ✓ Right: Differentiate, set to zero, solve for xx. Then substitute the xx value into the original equation to find the corresponding yy 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 xx-value into the derivative.
    • "Find the coordinates of the stationary points...": Differentiate, set dydx=0\frac{dy}{dx} = 0, solve for xx, then substitute the xx-values back into the original equation to find the corresponding yy-coordinates.
    • "Determine the nature of the stationary points...": Find the second derivative, and substitute the xx-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.

Test Your Knowledge

Ready to check what you've learned? Practice with 9 flashcards covering key definitions and concepts from Differentiation.

Study Flashcards

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.