Study Guide

Differentiation and Integration of Powers of x

Edexcel International GCSE Further Pure Mathematics· S9 (2016 spec, first exam 2019)· 25 min read

1. Differentiation of Powers of x★★☆☆☆⏱ 6 min

✓ Calculator OK

📘 Definition

Power Rule for Differentiation

ddx(axn)=anxn1\frac{d}{dx}(ax^n) = anx^{n-1}

The derivative of a term (ax^n) with respect to x is the product of the coefficient a, the power n, and x raised to the power (n-1). Applies to all integer and fractional values of n, positive or negative.

Example:

(\frac{d}{dx}(3x^4) = 12x^3)

You can apply this rule to every term in a polynomial or sum of terms individually, then combine the results. Remember to rewrite any terms with roots or denominators as fractional or negative powers first to apply the rule correctly.

📐 Worked Example

Differentiate (y = 5x^3 + 2\sqrt{x} - \frac{4}{x^2}) with respect to x.

  1. 1

    Rewrite all terms in standard (ax^n) form:

  2. 2
    y=5x3+2x1/24x2y = 5x^3 + 2x^{1/2} - 4x^{-2}
  3. 3

    Apply the power rule to each term individually:

  4. 4
    dydx=(5×3)x31+(2×12)x121(4×(2))x21\frac{dy}{dx} = (5\times 3)x^{3-1} + (2\times \frac{1}{2})x^{\frac{1}{2}-1} - (4\times (-2))x^{-2-1}
  5. 5

    Simplify each coefficient and exponent:

  6. 6
    dydx=15x2+x1/2+8x3\frac{dy}{dx} = 15x^2 + x^{-1/2} + 8x^{-3}
  7. 7

    Rewrite back to fractional/denominator form if required:

  8. 8
    dydx=15x2+1x+8x3\frac{dy}{dx} = 15x^2 + \frac{1}{\sqrt{x}} + \frac{8}{x^3}

Exam tip:

You do not need to simplify answers unless explicitly asked, but simplified terms make checking easier and reduce the risk of error in follow-up questions.

2. Differentiation of Trigonometric and Exponential Functions★★★☆☆⏱ 6 min

✓ Calculator OK

📘 Definition

Trigonometric and Exponential Differentiation Rules

For constant k, the derivative rules are: (\frac{d}{dx}(\sin kx) = k\cos kx), (\frac{d}{dx}(\cos kx) = -k\sin kx), (\frac{d}{dx}(e^{kx}) = ke^{kx}). All angles are in radians for these rules.

Example:

(\frac{d}{dx}(\cos 3x) = -3\sin 3x)

These rules are applied the same way as the power rule: differentiate each term in a sum individually, multiplying by any constant coefficient attached to the trigonometric or exponential term.

📐 Worked Example

Find (\frac{dy}{dx}) for (y = 2\sin 4x - 5e^{2x} + 7\cos \frac{x}{2})

  1. 1

    Apply the differentiation rule to each term separately:

  2. 2
    dydx=2×4cos4x5×2e2x+7×(12sinx2)\frac{dy}{dx} = 2\times 4\cos 4x - 5\times 2 e^{2x} + 7\times (-\frac{1}{2}\sin \frac{x}{2})
  3. 3

    Simplify coefficients:

  4. 4
    dydx=8cos4x10e2x72sinx2\frac{dy}{dx} = 8\cos 4x -10e^{2x} - \frac{7}{2}\sin \frac{x}{2}

Exam tip:

You do not need to prove these rules for the 4PM1 exam, just recall them accurately as they are not provided on the formula sheet.

3. Indefinite Integration of Powers and Trig Functions★★★☆☆⏱ 7 min

✓ Calculator OK

📘 Definition

Integration Rules

  1. Power rule for integration: (\int ax^n dx = \frac{a x^{n+1}}{n+1} + c) for (n \neq -1). 2. Trigonometric integration rules: (\int \sin kx dx = -\frac{1}{k}\cos kx + c), (\int \cos kx dx = \frac{1}{k}\sin kx + c). The constant of integration +c is mandatory for all indefinite integrals.

Example:

(\int 6x^2 dx = 2x^3 + c)

Integration is the reverse process of differentiation, so you can check your answer by differentiating it to see if you get the original integrand. Remember that integrating (x^n) increases the power by 1, unlike differentiation which decreases it. Do NOT integrate (e^{kx}) or (1/x) for this exam, as these are out of scope for 4PM1.

📐 Worked Example

Find the indefinite integral (\int (3x^5 + 2\sin 3x - \frac{5}{x^4}) dx)

  1. 1

    Rewrite all terms to standard form for integration:

  2. 2
    (3x5+2sin3x5x4)dx\int (3x^5 + 2\sin 3x - 5x^{-4}) dx
  3. 3

    Apply the relevant integration rule to each term:

  4. 4
    =3x5+15+1+2×(13cos3x)5x4+14+1+c= \frac{3x^{5+1}}{5+1} + 2\times(-\frac{1}{3}\cos 3x) - \frac{5x^{-4+1}}{-4+1} + c
  5. 5

    Simplify each term:

  6. 6
    =3x6623cos3x5x33+c= \frac{3x^6}{6} - \frac{2}{3}\cos 3x - \frac{5x^{-3}}{-3} + c
  7. 7
    =12x623cos3x+53x3+c= \frac{1}{2}x^6 - \frac{2}{3}\cos 3x + \frac{5}{3x^3} + c
  8. 8

    Check by differentiating the result to confirm it matches the original integrand.

Exam tip:

Always include +c for all indefinite integrals, even if you forget everything else: it is an easy mark to lose if omitted.

4. Definite Integrals★★★★☆⏱ 6 min

✓ Calculator OK

📘 Definition

Definite Integral

abf(x)dx=[F(x)]ab=F(b)F(a)\int_a^b f(x) dx = [F(x)]_a^b = F(b) - F(a)

A definite integral calculates the signed area between the curve f(x) and the x-axis between limits x=a and x=b, where F(x) is the antiderivative of f(x). No constant of integration is needed, as it cancels out when subtracting F(a) from F(b).

Example:

(\int_1^2 2x dx = [x^2]_1^2 = 2^2 - 1^2 = 3)

To evaluate a definite integral, first find the antiderivative of the integrand (as you would for an indefinite integral, without writing +c), substitute the upper limit b, then subtract the value of the antiderivative at the lower limit a. For trigonometric integrals, ensure your calculator is set to radians when evaluating the result.

📐 Worked Example

Evaluate (\int_0^{\pi/2} (4x^3 + 2\cos 2x) dx)

  1. 1

    Find the antiderivative of each term first:

  2. 2
    F(x)=4x44+2×12sin2x=x4+sin2xF(x) = \frac{4x^4}{4} + 2\times \frac{1}{2}\sin 2x = x^4 + \sin 2x
  3. 3

    Apply the limits, upper limit minus lower limit:

  4. 4
    [x4+sin2x]0π/2=((π2)4+sin(2×π2))(04+sin(0))[x^4 + \sin 2x]_0^{\pi/2} = \left((\frac{\pi}{2})^4 + \sin(2\times\frac{\pi}{2})\right) - \left(0^4 + \sin(0)\right)
  5. 5

    Simplify using trigonometric values (radians):

  6. 6
    =π416+sin(π)00=π4166.088 (3 d.p.)= \frac{\pi^4}{16} + \sin(\pi) - 0 - 0 = \frac{\pi^4}{16} \approx 6.088 \text{ (3 d.p.)}

Exam tip:

If the question asks for an exact value, leave your answer in terms of π or trigonometric constants, do not convert to a decimal unless explicitly instructed.

5. Common Pitfalls

Wrong move:

Omitting +c for indefinite integrals

Why:

The mark scheme awards 1 mark specifically for +c on all indefinite integral questions, so omitting it costs you an easy mark

Correct move:

Add +c as the final step of every indefinite integral calculation, even if you are unsure about the rest of your answer.

Wrong move:

Forgetting the negative sign when differentiating cos(kx) or integrating sin(kx)

Why:

Both rules include a negative sign that is easy to miss, leading to sign errors in your final answer

Correct move:

Double-check trigonometric differentiation and integration answers by reversing the operation to verify the sign is correct.

Wrong move:

Using degrees instead of radians for trigonometric calculus questions

Why:

All calculus rules for sin(kx) and cos(kx) are defined for radians, so using degrees gives incorrect numerical results

Correct move:

Set your calculator to radians before starting any calculus question involving trigonometric functions.

Wrong move:

Decreasing the power of x when integrating instead of increasing it

Why:

Confusing integration and differentiation power rules leads to incorrect exponents

Correct move:

Use the IDA mnemonic: Increase the power, Divide by the new power, Add +c for integration.

Wrong move:

Subtracting the upper limit from the lower limit when calculating definite integrals

Why:

The definite integral is defined as upper limit minus lower limit, so reversing this gives the negative of the correct answer

Correct move:

Always write [F(x)]_a^b = F(b) - F(a) explicitly in your working to avoid mixing up the order of limits.

6. Quick Reference Cheatsheet

Operation

Rule

Key Notes

Differentiate (ax^n)

(anx^{n-1})

All n positive/negative/fractional

Differentiate (\sin kx)

(k\cos kx)

Radians only, no negative sign

Differentiate (\cos kx)

(-k\sin kx)

Radians only, remember negative sign

Differentiate (e^{kx})

(ke^{kx})

Not tested for integration in 4PM1

Integrate (ax^n) (n≠-1)

(\frac{ax^{n+1}}{n+1} + c)

Increase power by 1, divide by new power

Integrate (\sin kx)

(-\frac{1}{k}\cos kx + c)

Radians only, remember negative sign

Integrate (\cos kx)

(\frac{1}{k}\sin kx + c)

Radians only, no negative sign

Definite integral (\int_a^b f(x)dx)

(F(b)-F(a))

No +c needed, F(x) is antiderivative

7. Frequently Asked

Do I have to include +c for all integrals?

Yes, always add the constant of integration +c for all indefinite integrals. You will lose 1 mark per question if you omit it, even if the rest of your working is correct. No +c is needed for definite integrals.

Do angles need to be in radians for calculus with trig functions?

Yes, all calculus operations on sin(kx) and cos(kx) require angles to be measured in radians, not degrees. Ensure your calculator is set to radians for these questions to avoid incorrect numerical results.

Going deeper

What's Next

Now that you have mastered the core differentiation and integration rules for Edexcel IGCSE Further Pure Maths 4PM1, you are ready to move on to more advanced calculus techniques and their real-world applications. The next sub-topic covers the product, quotient and chain rules for differentiation, which are required for more complex composite and combined functions, followed by applications of calculus to kinematics, area under curves and volumes of revolution. Make sure you practice a mix of differentiation and integration questions regularly to avoid mixing up the rules, and always check your working using reverse operations where possible.