N3 Engineering Mathematics: Differentiation, and What It Is Actually For

by Braintiq Academic Team

N3 Engineering Mathematics is where calculus arrives, and it arrives fast. One week you are factorising, the next you are differentiating from first principles, and the jump is real.

The difficulty is usually not the rules. The rules are short and there are only a handful. The difficulty is that most courses introduce the machinery before the meaning, so you spend a term computing things without ever being told what you are computing. That makes the applications questions, which is where the marks are, feel arbitrary.

So: the meaning first.

A derivative is a rate of change

That is the whole idea. A derivative tells you how fast one quantity changes when another one changes.

If $s$ is the distance a body has travelled and $t$ is time, then $\frac{ds}{dt}$ is how fast distance is changing with time, which is velocity. Differentiate again and $\frac{d^2s}{dt^2}$ is how fast velocity is changing, which is acceleration.

That single example carries most of the N3 applications work. When a question describes something changing and asks how fast, it is asking for a derivative. When it asks for the greatest or least value of something, it is asking where the derivative is zero.

The notation is worth being comfortable with because papers mix it. All of these mean the same thing:

$$f'(x) \qquad \frac{dy}{dx} \qquad y'$$

First principles, which is examinable

The formal definition is the gradient of a chord as the chord shrinks to nothing:

$$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$

The paper asks you to use this directly, usually for a simple polynomial, and it is worth about 5 marks. It is the same four steps every time.

Differentiate $f(x) = x^2$ from first principles.

Step 1. Write $f(x + h)$. Substitute, do not skip:

$$f(x + h) = (x + h)^2 = x^2 + 2xh + h^2$$

Step 2. Subtract $f(x)$.

$$f(x + h) - f(x) = x^2 + 2xh + h^2 - x^2 = 2xh + h^2$$

The $x^2$ terms must cancel. If they do not, you have expanded wrongly, and there is no point continuing.

Step 3. Divide by $h$ and simplify.

$$\frac{2xh + h^2}{h} = 2x + h$$

Every remaining term must have lost its $h$ from the denominator. That is the point of the step.

Step 4. Let $h$ go to zero.

$$f'(x) = 2x$$

That is the entire method, and it does not change. Practise it until it is automatic, because it is the most predictable block of marks in the calculus section.

The rules you actually use

Once first principles has been examined, everything else is done with rules.

The power rule. Multiply by the exponent, then reduce the exponent by one.

$$\frac{d}{dx}(x^n) = nx^{n-1}$$

So $\frac{d}{dx}(x^5) = 5x^4$, and $\frac{d}{dx}(x) = 1$, and the derivative of a constant is zero, because a constant does not change and a derivative measures change.

Constant multiple. A number in front comes along for the ride.

$$\frac{d}{dx}(7x^3) = 21x^2$$

Sums. Differentiate term by term. This is why most N3 differentiation is just the power rule applied several times in a row.

The step everyone skips

Before differentiating, rewrite the expression so every term is a power of $x$. Roots and fractions must become exponents first.

$$\sqrt{x} = x^{1/2}$$

$$\frac{1}{x^3} = x^{-3}$$

$$\frac{3}{\sqrt{x}} = 3x^{-1/2}$$

Students who try to differentiate $\frac{1}{x^3}$ while it still looks like a fraction usually invent a rule. Rewrite first, every time, on its own line. Then the power rule applies mechanically.

Differentiate $y = \frac{2}{x^2} + \sqrt{x}$.

Rewrite:

$$y = 2x^{-2} + x^{1/2}$$

Differentiate term by term:

$$\frac{dy}{dx} = -4x^{-3} + \tfrac{1}{2}x^{-1/2}$$

And if the question asks for positive exponents, convert back:

$$\frac{dy}{dx} = -\frac{4}{x^{3}} + \frac{1}{2\sqrt{x}}$$

Note that the exponent $-2$ becoming $-3$ is the power rule working correctly. Reducing an exponent by one makes a negative exponent more negative, and students frequently write $-1$ there instead, because their instinct says subtracting should move towards zero. It does not.

The gradient of a curve at a point

The derivative is a formula for the gradient. To get the gradient at a specific point, differentiate and then substitute.

Find the gradient of $y = x^3 - 4x$ at $x = 2$.

$$\frac{dy}{dx} = 3x^2 - 4$$

$$\text{At } x = 2: \quad 3(4) - 4 = 8$$

From there, the equation of the tangent is the straight line through that point with that gradient:

$$y - y_1 = m(x - x_1)$$

You need the $y$ coordinate too, which comes from the original equation, not the derivative. Substituting $x = 2$ into $y = x^3 - 4x$ gives $y = 0$. So the tangent is $y = 8(x - 2)$.

The normal is perpendicular to the tangent, so its gradient is $-\frac{1}{8}$. Questions ask for the normal often enough that the negative reciprocal is worth having ready.

Maxima and minima, which is the real application

This is where the marks concentrate, and the method never varies.

At a maximum or a minimum, the curve is momentarily flat, so the gradient is zero. Therefore:

  1. Differentiate.
  2. Set the derivative equal to zero.
  3. Solve for $x$. These are the stationary points.
  4. Decide whether each is a maximum or a minimum.

For step 4, differentiate a second time. If $\frac{d^2y}{dx^2}$ is negative at the point, the curve is concave down, so it is a maximum. If positive, concave up, so a minimum.

A way to remember it that survives exam pressure: a negative second derivative makes a shape like a frown, which has a maximum at the top. Positive makes a smile, with a minimum at the bottom.

The applied version is the one that appears. A question describes a box, a fence, a container, and asks for the dimensions that make the volume greatest or the material least.

The method:

  1. Write the quantity to be optimised as a formula.
  2. If it has two variables, find the constraint in the question and use it to eliminate one. There is always a constraint, and if you cannot find it you have not finished reading the question.
  3. Differentiate, set to zero, solve.
  4. Answer the question that was asked. If it asked for dimensions, give dimensions, not the value of the derivative.

That last point costs marks constantly. A student does the calculus correctly, finds $x = 4$, and stops, when the question asked for the maximum volume. Read the final sentence of the question again before you put your pen down.

Where marks are lost

Not rewriting roots and fractions as powers first. Already covered, and it is the biggest one.

Losing a sign on a negative exponent. $x^{-2}$ differentiates to $-2x^{-3}$. Two negatives appear, and only one of them is from the power rule.

Using the derivative to find a $y$ coordinate. The derivative gives gradients. Coordinates come from the original function.

Stopping before answering. Stationary point found, question not answered.

Not checking the nature of the point. If a question says "find the maximum", finding a stationary point is not a complete answer until you have shown it is a maximum.

Practising this

Calculus rewards doing over reading more than almost any topic, and it rewards spaced practice over cramming. Four problems today, four in two days, four next week will do more than sixteen in one sitting, because the sitting where you have forgotten some of it is the sitting where the learning happens.

Work from past papers rather than textbook exercises. A textbook exercise tells you which rule to use by being in that chapter. An exam question does not, and choosing the method is half the skill being tested.

Braintiq works from your own documents. You upload your notes, tutorials and past paper memos into a subject space, and what it produces is built from those pages.

Braintiq on a phone, showing a module workspace with a bottom bar for Sources, Ask and Tools

When it builds a study pack, each section reports how many of its claims could be traced back to a page in your documents, and any that could not are marked rather than left in quietly. In a technical subject that matters, because a wrong statement about a second derivative reads exactly like a right one.

There is a version you can use without an account at braintiq.app/try.

The short version