Study Guide

Calculus (Higher Tier Only)

Edexcel International GCSE Mathematics AΒ· 3.4Β· 25 min read

1. 1. Variable Rate of Change & The Power Ruleβ˜…β˜…β˜†β˜†β˜†Higher only⏱ 7 min

βœ“ Calculator OK

Unlike constant rate of change (e.g. a straight line with a fixed gradient), many real-world quantities change at varying rates. Differentiation lets you calculate this variable rate of change at any point on a polynomial curve.

πŸ“˜ Definition

Gradient Function (Derivative)

The function that gives the gradient of the tangent to the curve at any value of , found using differentiation.

ddx(xn)=nxnβˆ’1 for integer values of n\frac{d}{dx}(x^n) = nx^{n-1} \text{ for integer values of } n

To differentiate a polynomial term-by-term: 1. Multiply the coefficient of the term by the power , 2. Subtract 1 from the power, 3. Constant terms (no ) differentiate to 0, as they have no rate of change.

πŸ“ Worked Example

Differentiate

  1. 1

    Apply the power rule to each term individually:

  2. 2
    ddx(3x4)=3Γ—4x4βˆ’1=12x3\frac{d}{dx}(3x^4) = 3 \times 4 x^{4-1} = 12x^3
  3. 3
    ddx(7x2)=7Γ—2x2βˆ’1=14x\frac{d}{dx}(7x^2) = 7 \times 2 x^{2-1} = 14x
  4. 4
    ddx(βˆ’5x)=βˆ’5Γ—1x1βˆ’1=βˆ’5\frac{d}{dx}(-5x) = -5 \times 1 x^{1-1} = -5
  5. 5
    ddx(12)=0\frac{d}{dx}(12) = 0
  6. 6

    Combine all terms to get the final derivative:

  7. 7
    dydx=12x3+14xβˆ’5\frac{dy}{dx} = 12x^3 + 14x - 5

Exam tip:

Always drop constant terms when differentiating, as they contribute 0 to the gradient function.

2. 2. Gradients, Rates of Change & Stationary Pointsβ˜…β˜…β˜…β˜†β˜†Higher only⏱ 7 min

βœ“ Calculator OK

The derivative function lets you calculate the gradient of a curve at any specific x value, as well as find points where the gradient is zero (called stationary points).

πŸ“˜ Definition

Stationary Point

A point on a curve where . These points are either turning points (maxima or minima) or inflection points (you do not need to identify inflection points for this exam).

πŸ“ Worked Example

For the curve , find the gradient at , and find the coordinates of the stationary point.

  1. 1

    First differentiate the function to get the gradient function:

  2. 2
    dydx=2xβˆ’6\frac{dy}{dx} = 2x - 6
  3. 3

    Substitute into the derivative to find the gradient at that point:

  4. 4
    Gradient at x=2=2(2)βˆ’6=βˆ’2\text{Gradient at } x=2 = 2(2) - 6 = -2
  5. 5

    Set to find the x-coordinate of the stationary point:

  6. 6
    2xβˆ’6=0β€…β€ŠβŸΉβ€…β€Šx=32x - 6 = 0 \implies x = 3
  7. 7

    Substitute back into the original function to find the y-coordinate:

  8. 8
    y=(3)2βˆ’6(3)+8=βˆ’1y = (3)^2 -6(3) + 8 = -1
  9. 9

    The stationary point is at .

3. 3. Classifying Turning Points Using Graph Shapeβ˜…β˜…β˜…β˜†β˜†Higher only⏱ 5 min

βœ“ Calculator OK

You do not need to use the second derivative test for this specification. Instead, classify turning points as maxima or minima using the general shape of the polynomial graph:

  • Positive coefficient quadratic: opens upwards, so the single turning point is a minimum

  • Negative coefficient quadratic: opens downwards, so the single turning point is a maximum

  • Positive coefficient cubic: rises from left to right, left turning point = maximum, right = minimum

  • Negative coefficient cubic: falls from left to right, left turning point = minimum, right = maximum

πŸ“ Worked Example

The curve has stationary points at and . Classify each as a maximum or minimum.

  1. 1

    Identify the leading term: , so it is a positive cubic function.

  2. 2

    For a positive cubic, the left (smaller x value) stationary point is a maximum, the right (larger x value) is a minimum.

  3. 3

    , so the point at is a maximum, and the point at is a minimum.

Exam tip:

If you are unsure of the graph shape, test gradient values just left and right of the stationary point: a change from positive to negative gradient means a maximum, negative to positive means a minimum.

4. 4. Calculus for Linear Kinematicsβ˜…β˜…β˜…β˜…β˜†Higher only⏱ 6 min

βœ“ Calculator OK

Differentiation is used to link displacement, velocity and acceleration for objects moving in a straight line, when their displacement is given as a polynomial function of time .

πŸ“˜ Definition

Kinematics Differentiation Rules

If is displacement at time : 1. Velocity (rate of change of displacement), 2. Acceleration (rate of change of velocity).

πŸ“ Worked Example

The displacement of a particle in metres is given by , where and is time in seconds. Find expressions for velocity and acceleration, and find the velocity at seconds.

  1. 1

    Differentiate the displacement function to get velocity:

  2. 2
    v=dsdt=48tβˆ’3t2v = \frac{ds}{dt} = 48t - 3t^2
  3. 3

    Differentiate the velocity function to get acceleration:

  4. 4
    a=dvdt=48βˆ’6ta = \frac{dv}{dt} = 48 - 6t
  5. 5

    Substitute into the velocity expression:

  6. 6
    v=48(3)βˆ’3(3)2=144βˆ’27=117v = 48(3) - 3(3)^2 = 144 - 27 = 117
  7. 7

    The velocity at is 117 m/s.

5. Common Pitfalls

Wrong move:

Forgetting constant terms differentiate to zero, leaving them in the derivative.

Why:

Constants have no term, so their power is 0, multiplying by 0 removes them from the function.

Correct move:

Drop all terms without an variable when differentiating.

Wrong move:

Using the second derivative test to classify maxima/minima, making calculation errors.

Why:

The specification only requires classification using graph shape, so the second derivative test is unnecessary and high risk for mistakes.

Correct move:

Use the leading coefficient and degree of the polynomial to determine graph shape, then classify turning points accordingly.

Wrong move:

Trying to differentiate non-integer powers of x or non-polynomial functions like trigonometric/exponential terms.

Why:

These are out of scope for 4MA1 Mathematics A, and exam questions will only include integer powers of x.

Correct move:

Only apply the power rule to terms with positive integer powers of x as given in exam questions.

Wrong move:

Mixing up kinematics relationships, e.g. differentiating acceleration to get velocity.

Why:

Velocity is the derivative of displacement, acceleration is the derivative of velocity, not the reverse.

Correct move:

Remember the order: differentiate to get differentiate to get .

Wrong move:

Ignoring the domain of in kinematics problems, giving answers for negative time or time outside the stated range.

Why:

The domain restricts the function to a physically possible scenario, so values outside are invalid.

Correct move:

Always check that calculated values of fall within the given range before submitting your final answer.

6. Quick Reference Cheatsheet

Concept

Rule/Formula

Power Rule (integer powers only)

Gradient at a point

Substitute x value into

Stationary Point

Set , solve for x, find y

Classify Quadratic Turning Point

Positive = min; Negative = max

Classify Cubic Turning Points

Positive : left = max, right = min; Negative : left = min, right = max

Kinematics Rules

,

7. Frequently Asked

Do I need to use the second derivative test to classify maxima/minima?

No, for Edexcel IGCSE 4MA1 Higher Tier, you only need to classify turning points using the general shape of the polynomial graph (e.g. positive leading coefficient quadratics open upwards, so their single turning point is a minimum).

Can I differentiate functions with fractional or negative powers of x?

No, the 4MA1 specification only requires differentiation of integer powers of x, so exam questions will not include non-integer powers for this topic.

Is integration part of the 4MA1 Mathematics A syllabus?

No, integration is not included in 4MA1. It is part of the Edexcel IGCSE Further Pure Mathematics (4PM1) specification, and A-level Maths.

Going deeper

What's Next

Now that you have mastered calculus for Edexcel IGCSE Mathematics A Higher Tier, you can apply these skills to solve complex graph and kinematics problems in past papers. Calculus is a high-weightage topic in Higher Tier papers, often appearing as 4-6 mark structured questions, so regular practice is key to scoring full marks. If you plan to study A-level Mathematics or Further Mathematics, this foundational differentiation knowledge will be extended to cover more complex functions, additional differentiation rules, and integration.