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
Power Rule for Differentiation
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.
Differentiate (y = 5x^3 + 2\sqrt{x} - \frac{4}{x^2}) with respect to x.
- 1
Rewrite all terms in standard (ax^n) form:
- 2
- 3
Apply the power rule to each term individually:
- 4
- 5
Simplify each coefficient and exponent:
- 6
- 7
Rewrite back to fractional/denominator form if required:
- 8
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
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.
Find (\frac{dy}{dx}) for (y = 2\sin 4x - 5e^{2x} + 7\cos \frac{x}{2})
- 1
Apply the differentiation rule to each term separately:
- 2
- 3
Simplify coefficients:
- 4
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
Integration Rules
- 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.
Find the indefinite integral (\int (3x^5 + 2\sin 3x - \frac{5}{x^4}) dx)
- 1
Rewrite all terms to standard form for integration:
- 2
- 3
Apply the relevant integration rule to each term:
- 4
- 5
Simplify each term:
- 6
- 7
- 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
Definite Integral
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.
Evaluate (\int_0^{\pi/2} (4x^3 + 2\cos 2x) dx)
- 1
Find the antiderivative of each term first:
- 2
- 3
Apply the limits, upper limit minus lower limit:
- 4
- 5
Simplify using trigonometric values (radians):
- 6
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.
