Differentiation and its Applications for the ESAT

Updated July 2026

Differentiation measures the rate of change of a function and defines the gradient of its tangent. For the ESAT, you must be able to differentiate sums of xnx^n for rational nn, identify stationary points, and classify strictly increasing or decreasing functions using first and second derivatives.

Core concept

The derivative of xnx^n is ddxxn=nxn1\frac{d}{dx} x^n = nx^{n-1} for any rational nn. For complex fractions or products, expressions must be simplified into sums of powers before differentiating term by term.

Understanding Rates of Change and Gradients

To understand differentiation, you must grasp the concept of a rate of change. A common example is speed, which tells us how fast distance changes compared to time. A speed of 3 m/s3\text{ m/s} means distance changes at a rate of 33 metres for every one second that passes. Similarly, acceleration is the rate of change of speed, measured in metres per second changed per second, often written as m/s2m/s^2 or s2s^{-2}.

In mathematics, the gradient of a line is also a rate of change. It tells us how much the yy coordinate changes for every 11 unit move in the xx direction. This means the gradient of a distance-time graph represents speed, and the gradient of a speed-time graph represents acceleration. For a curve, the rate of change at a specific point is defined as the gradient of the tangent to the curve at that point.

Differentiation Notation and the Power Rule

When we have an expression for yy in terms of xx, such as y=x3+7x23x+11y = x^3 + 7x^2 - 3x + 11, the derivative dydx\frac{dy}{dx} provides the gradient of the tangent at any given xx. In this case, dydx=3x2+14x3\frac{dy}{dx} = 3x^2 + 14x - 3. You should be familiar with the following notation:

  1. First derivative: dydx\frac{dy}{dx} or f(x)f'(x)
  2. Second derivative: d2ydx2\frac{d^2y}{dx^2} or f(x)f''(x)
  3. Physics dot notation: s˙\dot{s} for dsdt\frac{ds}{dt} and s¨\ddot{s} for d2sdt2\frac{d^2s}{dt^2}

The fundamental rule for differentiating a power of xx is ddxxn=nxn1\frac{d}{dx} x^n = nx^{n-1}. This applies to any rational nn, including fractions and negative numbers.

Simplification and Term-by-Term Differentiation

For the ESAT, you are expected to differentiate simple expressions involving sums of powers. If an expression is not already in this form, you must simplify it first. Advanced rules like the chain, product, or quotient rules are not required: instead, expand brackets and divide through by denominators.

Worked Example: Differentiate the expression y=(3x+2)2xy = \frac{(3x+2)^2}{x}.

  1. Expand the numerator: (3x+2)2=9x2+12x+4(3x+2)^2 = 9x^2 + 12x + 4.
  2. Divide each term by xx: y=9x2x+12xx+4x=9x+12+4x1y = \frac{9x^2}{x} + \frac{12x}{x} + \frac{4}{x} = 9x + 12 + 4x^{-1}.
  3. Differentiate term by term: dydx=9(1)x0+0+4(1)x2\frac{dy}{dx} = 9(1)x^0 + 0 + 4(-1)x^{-2}.
  4. Final result: dydx=94x2\frac{dy}{dx} = 9 - 4x^{-2} or 94x29 - \frac{4}{x^2}.

Stationary Points and the Second Derivative

Stationary points occur where the tangent to a curve is horizontal, meaning the gradient dydx=0\frac{dy}{dx} = 0. To classify these points as local maxima or local minima, we use the second derivative, d2ydx2\frac{d^2y}{dx^2}, which measures how the gradient itself is changing.

1. Local Minimum: If dydx=0\frac{dy}{dx} = 0 and d2ydx2>0\frac{d^2y}{dx^2} > 0 at a point, it is a minimum. This is because the gradient is increasing (changing from negative to positive).

img-49.jpeg

2. Local Maximum: If dydx=0\frac{dy}{dx} = 0 and d2ydx2<0\frac{d^2y}{dx^2} < 0 at a point, it is a maximum. Here, the gradient is decreasing (changing from positive to negative).

img-50.jpeg

Note on Logic: These conditions are sufficient but not necessary. For example, if y=x4y = x^4, there is a minimum at x=0x = 0, even though d2ydx2=0\frac{d^2y}{dx^2} = 0. If both the first and second derivatives are zero, the point could be a maximum, a minimum, or a point of inflexion.

Worked Example: Classifying Stationary Points

Consider the cubic y=2x33x212x+6y = 2x^3 - 3x^2 - 12x + 6.

  1. Find the first derivative: dydx=6x26x12\frac{dy}{dx} = 6x^2 - 6x - 12.
  2. Set to zero to find stationary points: 6(x2x2)=0    6(x2)(x+1)=06(x^2 - x - 2) = 0 \implies 6(x-2)(x+1) = 0. Thus x=2x = 2 and x=1x = -1.
  3. Find the second derivative: d2ydx2=12x6\frac{d^2y}{dx^2} = 12x - 6.
  4. Evaluate at x=2x = 2: 12(2)6=1812(2) - 6 = 18. Since 18>018 > 0, this is a local minimum.
  5. Evaluate at x=1x = -1: 12(1)6=1812(-1) - 6 = -18. Since 18<0-18 < 0, this is a local maximum.

Strictly Increasing and Decreasing Functions

A strictly increasing function always slopes upwards: its yy value increases as xx increases. A strictly decreasing function always slopes downwards.

img-51.jpeg img-52.jpeg img-53.jpeg

The ESAT uses the following sufficient conditions:

  • If f(x)>0f'(x) > 0 for all xx in an interval, the function is strictly increasing in that interval.
  • If f(x)<0f'(x) < 0 for all xx in an interval, the function is strictly decreasing in that interval.

img-54.jpeg img-55.jpeg

Note that some functions may be strictly increasing even if the derivative is not always greater than zero (for example, at points where the derivative is zero or undefined due to a corner). However, for the simple polynomials tested in the ESAT, you will primarily use the f(x)>0f'(x) > 0 and f(x)<0f'(x) < 0 tests.

Points of Inflexion

You are expected to have a qualitative understanding of points of inflexion, such as the one found at the origin for y=x3y = x^3. While you should be able to recognise their shape when sketching polynomial graphs, you are not required to use advanced differentiation techniques to identify them formally.

Key takeaways

  • The power rule ddxxn=nxn1\frac{d}{dx} x^n = nx^{n-1} is valid for all rational values of nn.
  • Always simplify algebraic fractions and expand brackets to create a sum of powers before differentiating.
  • Stationary points are found by solving dydx=0\frac{dy}{dx} = 0.
  • The second derivative test classifies stationary points: d2ydx2>0\frac{d^2y}{dx^2} > 0 for a minimum and d2ydx2<0\frac{d^2y}{dx^2} < 0 for a maximum.
  • A function is strictly increasing in an interval if f(x)>0f'(x) > 0 throughout that interval.
Tips

When differentiating, be extremely careful with negative and fractional indices. For example, subtracting 11 from 1-1 gives 2-2, not 00. Always write out the simplified expression clearly before starting the differentiation process.

Cautions

Do not assume that d2ydx2=0\frac{d^2y}{dx^2} = 0 automatically means a point of inflexion. It can occur at maxima (like y=x4y = -x^4) or minima (like y=x4y = x^4) as well. Use the logic of 'sufficient but not necessary' carefully.

Insight

Thinking of the second derivative as the 'acceleration' of the curve's height helps intuitively understand why a positive value indicates a 'cup' shape (minimum) and a negative value indicates a 'cap' shape (maximum).

Frequently asked questions

How do I differentiate an expression like x\sqrt{x} or 1/x1/x?

Rewrite them as powers of xx first: x=x1/2\sqrt{x} = x^{1/2} and 1/x=x11/x = x^{-1}. Then apply the power rule to get 12x1/2\frac{1}{2}x^{-1/2} and 1x2-1x^{-2} respectively.

What should I do if d2ydx2=0\frac{d^2y}{dx^2} = 0 at a stationary point?

The second derivative test is inconclusive. You should check the gradient or yy values slightly to the left and right of the point to determine if it is a maximum, minimum, or point of inflexion.

Do I need to learn the product rule or the chain rule for the ESAT?

No, these are excluded from the specification. Any expression provided can be simplified into a sum of xnx^n terms using algebraic expansion or division.

Is y=x3y = x^3 strictly increasing even though the gradient is zero at the origin?

Yes. A function is strictly increasing if x2>x1x_2 > x_1 implies f(x2)>f(x1)f(x_2) > f(x_1). While f(0)=0f'(0) = 0, the function still satisfies this definition across the whole real number line.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.