Preparing to Differentiate 1 – Brackets0%

Differentiation · Topic 3 of 15

Preparing to Differentiate 1 – Brackets

Video lesson · from 7:122 worked examples

One lesson video covers all of Differentiation, so it opens at 7:12 for this topic — not from the beginning.

Theory

Before differentiating, you must rewrite expressions in the form xnx^n or axnax^n.

If the expression contains brackets, you should multiply them out first.

⚠️ Common Examiner Traps

  • Multiply out completely before differentiating: there is no product rule at Higher, so a product must be expanded first. Differentiating each bracket separately is simply wrong.
  • Watch signs when expanding: a negative outside a bracket changes every term inside it.
  • Collect like terms first: tidying up before you differentiate makes the derivative far less error-prone.
  • Show the expanded form: jumping straight to the derivative loses the working mark, and each line must follow from the one above.

Worked examples

Example 1

A function ff is defined for xRx \in \mathbb{R} by f(x)=3x32x2+5xf(x) = 3x^3 - 2x^2 + 5x. Find f(x)f'(x).

Differentiate each term one by one:

f(x)=3x32x2+5xf(x)=9x24x+5\begin{aligned} f(x) &= 3x^3 - 2x^2 + 5x \\ f'(x) &= 9x^2 - 4x + 5 \end{aligned}

Example 2

Find dydx\frac{dy}{dx} when y=(x3)(x+2)y = (x - 3)(x + 2).

First multiply out brackets:

y=x2+2x3x6y=x2x6\begin{aligned} y &= x^2 + 2x - 3x - 6 \\ y &= x^2 - x - 6 \end{aligned}

Now differentiate:

dydx=2x1\frac{dy}{dx} = 2x - 1