You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers indefinite integration — the reverse process of differentiation — as required by the Edexcel A-Level Mathematics specification (9MA0). You need to be able to integrate standard functions, apply the power rule for integration, understand the constant of integration, and recognise standard results.
Differentiation takes a function and produces its derivative (the rate of change). Integration is the reverse process — it takes a derivative and recovers the original function (up to a constant).
If dy/dx = f(x), then y = ∫ f(x) dx
The symbol ∫ is the integral sign, f(x) is the integrand, and dx tells us we are integrating with respect to x.
When we differentiate y = x³, we get dy/dx = 3x². So if we are told that dy/dx = 3x², we can work backwards and say y = x³ + c, where c is a constant. This "working backwards" is integration.
Key Point: Integration and differentiation are inverse operations. If you differentiate a function and then integrate the result, you get back to the original function (plus a constant).
The most fundamental integration rule is the power rule. It reverses the power rule for differentiation.
If dy/dx = xⁿ (where n ≠ -1), then:
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + c
In words: increase the power by 1, then divide by the new power, and add a constant of integration.
Example 1: Find ∫ x⁴ dx
Example 2: Find ∫ x⁻³ dx
Example 3: Find ∫ √x dx
Example 4: Find ∫ 1/x² dx
Exam Tip: Always rewrite roots and fractions as powers of x before integrating. For example, √x = x^(1/2), 1/x³ = x⁻³, and ³√x = x^(1/3).
When we differentiate y = x³ + 7, we get dy/dx = 3x². But we also get dy/dx = 3x² when we differentiate y = x³ + 100, or y = x³ - 42, or y = x³ + any constant.
This means that when we integrate 3x², we cannot determine the original constant. We write:
∫ 3x² dx = x³ + c
The constant of integration c represents all possible constant values. It is essential to include c in every indefinite integral.
If we are given a boundary condition (a known point on the curve), we can find the specific value of c.
Example: Given dy/dx = 4x - 3 and the curve passes through (2, 5), find y.
Exam Tip: Forgetting the constant of integration is one of the most common mistakes. Always write + c for indefinite integrals. Only omit c when evaluating definite integrals (the constants cancel).
∫ k × f(x) dx = k × ∫ f(x) dx
You can take a constant factor outside the integral.
Example: ∫ 5x³ dx = 5 × ∫ x³ dx = 5 × (x⁴/4) + c = 5x⁴/4 + c
∫ [f(x) ± g(x)] dx = ∫ f(x) dx ± ∫ g(x) dx
You can integrate term by term.
Example: ∫ (3x² + 2x - 7) dx = x³ + x² - 7x + c
The following standard integrals appear frequently at A-Level:
| Function f(x) | Integral ∫ f(x) dx |
|---|---|
| xⁿ (n ≠ -1) | xⁿ⁺¹ / (n + 1) + c |
| 1/x (i.e. x⁻¹) | ln |
| eˣ | eˣ + c |
| e^(kx) | (1/k)e^(kx) + c |
| sin x | -cos x + c |
| cos x | sin x + c |
| sec²x | tan x + c |
| sin(kx) | -(1/k)cos(kx) + c |
| cos(kx) | (1/k)sin(kx) + c |
Example 1: ∫ 1/x dx = ln|x| + c
Note the modulus sign — we need |x| because ln is only defined for positive values.
Example 2: ∫ e^(3x) dx = (1/3)e^(3x) + c
Example 3: ∫ cos(2x) dx = (1/2)sin(2x) + c
Example 4: ∫ (3eˣ + 2/x - sin x) dx = 3eˣ + 2 ln|x| + cos x + c
Sometimes you need to expand or simplify before integrating.
Example 1: Find ∫ x(x + 3) dx
Example 2: Find ∫ (2x + 1)² dx (when not using substitution)
Example 3: Find ∫ (x² + 3)/x dx
Exam Tip: You cannot integrate a product or a quotient term by term (i.e., ∫ f(x)g(x) dx ≠ ∫ f(x) dx × ∫ g(x) dx). You must expand or simplify first, or use a technique like substitution or parts.
A common exam question gives you a gradient function and a point on the curve, then asks for the equation.
Example: A curve has gradient function dy/dx = 6x² - 4x + 1 and passes through the point (1, 3). Find the equation of the curve.
Edexcel 9MA0 specification section 10 — Integration covers the Fundamental Theorem of Calculus; integrate xn (excluding n=−1) and related sums, differences and constant multiples; integrate ekx, 1/x, sinkx, coskx and related sums (refer to the official specification document for exact wording). Section 10 is examined across both 9MA0-01 (Pure Mathematics 1) and 9MA0-02 (Pure Mathematics 2), and integration techniques propagate into 9MA0-03 Mechanics (kinematics with variable acceleration) and 9MA0-03 Statistics (probability density functions in Year 2). The Edexcel formula booklet lists ∫sec2kxdx and the standard exponential/logarithmic integrals, but the basic power rule and the trigonometric integrals ∫sinxdx, ∫cosxdx must be memorised.
Question (8 marks): Find ∫(6x2−x4+3sinx+2ex−sec2x)dx, giving your answer in fully simplified form and stating any restriction on the domain.
Solution with mark scheme:
Step 1 — split the integral into standard pieces.
Integration is linear, so:
∫(6x2−x4+3sinx+2ex−sec2x)dx=6∫x2dx−4∫x1dx+3∫sinxdx+2∫exdx−∫sec2xdx
M1 — splitting using linearity and pulling constants outside the integral. Candidates who try to integrate the whole sum without separating it tend to mishandle one or more terms.
Step 2 — apply the power rule to 6x2.
6∫x2dx=6⋅3x3=2x3
M1 — correct application of ∫xndx=n+1xn+1 with n=2.
Step 3 — handle the 1/x term using the special case.
The power rule fails at n=−1 because the exponent denominator becomes zero. Instead use the standard result ∫x1dx=ln∣x∣:
−4∫x1dx=−4ln∣x∣
M1 — recognising the n=−1 exception and using ln∣x∣ (not lnx). The modulus is essential because the original integrand 1/x is defined for both x>0 and x<0.
Step 4 — integrate the trig and exponential terms.
3∫sinxdx=−3cosx2∫exdx=2ex∫sec2xdx=tanx
M1 — ∫sinxdx=−cosx (note the sign — this is the classic slip). A1 — ∫exdx=ex and ∫sec2xdx=tanx both correct.
Step 5 — combine and add the constant of integration.
∫(6x2−x4+3sinx+2ex−sec2x)dx=2x3−4ln∣x∣−3cosx+2ex−tanx+C
A1 — fully assembled answer with all terms correct.
A1 — explicit +C included.
A1 — domain restriction stated: x=0 (from the 1/x term) and x=2π+kπ for integer k (from sec2x).
Total: 8 marks (M4 A4).
Question (6 marks): Given that dxdy=x(x+2)2 for x>0, and that y=5 when x=1, find y in terms of x.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 4, AO2 = 1, AO3 = 1. This is the canonical Edexcel "find the particular solution" structure: rewrite, integrate, use the boundary condition to pin C.
Section 9 — Differentiation: integration is the inverse process. Verifying ∫3x2dx=x3+C is identical to checking that dxd(x3+C)=3x2. Every integration result can — and should — be differentiated back to confirm.
Section 6 — Logarithms and exponentials: the special case ∫x1dx=ln∣x∣ is the defining property of the natural logarithm. The constant e is precisely the number for which ∫1ex1dx=1.
Section 5 — Trigonometry: the trig integrals ∫sinxdx=−cosx and ∫cosxdx=sinx assume x is in radians. In degree mode the chain rule introduces a π/180 factor, which is why all A-Level calculus is done in radians.
Section 2 — Algebra and functions: integrating expressions like (2x+1)/x requires confident manipulation of fractional and negative indices. The integration is straightforward; the algebra is where marks are lost.
Mechanics 9MA0-03: if a(t) is acceleration, then velocity is v(t)=∫a(t)dt and displacement is s(t)=∫v(t)dt. The constants of integration are fixed by initial conditions v(0) and s(0) — exactly the boundary-condition technique above.
Indefinite integration questions on 9MA0 split AO marks toward AO1 with a strong AO2 thread:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–70% | Applying the power rule, recalling standard integrals, manipulating expressions into integrable form |
| AO2 (reasoning / interpretation) | 20–30% | Recognising the n=−1 special case, using ln∣x∣ correctly, presenting the constant of integration, simplifying to requested form |
| AO3 (problem-solving) | 5–15% | Determining the constant from a boundary condition; combining integration with mechanics or growth/decay contexts |
Examiner-rewarded phrasing: "since this is an indefinite integral, we add +C"; "the power rule fails at n=−1, so we use ∫x1dx=ln∣x∣"; "rewriting x as x1/2 before integrating". Phrases that lose marks: omitting +C entirely (an automatic loss of an A1); writing lnx without modulus signs when the domain admits negative x; integrating sinx to cosx with the wrong sign.
A specific Edexcel pattern: when a question says "find the general solution" or "find an expression for y", the constant C must appear. When the question says "given that y=a when x=b, find y", the constant must be evaluated — leaving C in the final answer is then a losing answer.
Question: Find ∫(4x3−6x+5)dx.
Grade C response (~150 words):
Integrate term by term using the power rule ∫xndx=n+1xn+1:
∫4x3dx=x4. ∫−6xdx=−3x2. ∫5dx=5x.
So ∫(4x3−6x+5)dx=x4−3x2+5x+C.
Examiner commentary: Full marks (3/3). Each term is integrated correctly, the coefficients are right, and the constant of integration is included. The work is brief but complete. This is the model Grade C response — procedural competence with no flourishes — and it secures every mark on offer.
Grade A response (~210 words):*
Integration is linear, so I split the sum:
∫(4x3−6x+5)dx=4∫x3dx−6∫xdx+5∫1dx
Applying ∫xndx=n+1xn+1 for n=−1:
=4⋅4x4−6⋅2x2+5x+C=x4−3x2+5x+C
The constant C is required because differentiating any constant gives zero, so the antiderivative is determined only up to an additive constant.
Examiner commentary: Full marks (3/3). The candidate articulates why +C is necessary rather than simply tacking it on, names linearity explicitly, and references the n=−1 restriction even though it is not directly invoked here. None of this is required for the marks, but the metacognitive habit is what carries through to harder questions where understanding why the rules are as they are determines whether AO2/AO3 marks can be earned.
Question: Find ∫(x3+4cosx−2ex)dx, stating any restrictions on the domain.
Grade B response (~220 words):
Integrate each term:
∫x3dx=3lnx. ∫4cosxdx=4sinx. ∫−2exdx=−2ex.
So the answer is 3lnx+4sinx−2ex+C, with x>0.
Examiner commentary: Method correct throughout, but lnx should be ln∣x∣ to handle both positive and negative x. The candidate has restricted to x>0 unnecessarily — the original integrand 3/x is defined for all x=0, so the antiderivative is also valid there. Loses one accuracy mark for the modulus omission. Score: 5/6. The trig and exponential terms are correct; the constant of integration is present. The slip is exactly the kind of thing distinguishing Grade B from Grade A — the maths is right, the domain reasoning isn't fully sharp.
Grade A response (~245 words):*
Integration is linear; integrate term by term using standard results:
∫x3dx=3ln∣x∣ ∫4cosxdx=4sinx ∫−2exdx=−2ex
Combining:
∫(x3+4cosx−2ex)dx=3ln∣x∣+4sinx−2ex+C
The modulus is required on ln∣x∣ because 1/x is defined for all x=0. Domain restriction: x=0.
Examiner commentary: Full marks (6/6). The modulus on ln∣x∣ is correctly placed and explicitly justified. The domain restriction x=0 is stated, not silently assumed. The trig term ∫4cosxdx=4sinx is correct (no sign slip), and the exponential is unchanged by integration as expected. The candidate's discipline around domain reasoning is the marker of A* work — the same algebra, but with the meta-mathematical justification that the examiner is checking for.
Question: Given that dxdy=x22x3−5 for x>0, and y=4 when x=1, find y as a function of x.
Grade A response (~240 words):*
Rewrite the integrand by splitting and using negative indices:
x22x3−5=2x−5x−2
Integrate:
y=∫(2x−5x−2)dx=x2−5⋅−1x−1+C=x2+x5+C
Apply the boundary condition y=4 when x=1:
4=1+5+C⟹C=−2
So y=x2+x5−2.
Examiner commentary: Full marks (9/9). The candidate splits the fraction cleanly, converts to negative-index form before applying the power rule, handles the awkward x−2 integral correctly (the answer is −x−1, not x−1 or −x−3/3), includes +C, and uses the boundary condition to pin C=−2 exactly. The final answer expresses y as requested, with the 5/x term left in fractional form rather than 5x−1 — both are valid, but the fraction matches conventional presentation.
The errors that distinguish A from A* on indefinite integration:
Forgetting the constant of integration. Indefinite integrals are families of antiderivatives differing by a constant. Omitting +C loses an A1 every time, no matter how complicated the rest of the integration is. It is the most common single mark loss on Section 10.
The n=−1 special case. ∫xndx=n+1xn+1 fails at n=−1 because the denominator vanishes. The correct result is ∫x−1dx=ln∣x∣+C. Candidates who blindly apply the power rule at n=−1 produce x0/0, which is undefined.
Sign error in ∫sinxdx. dxdcosx=−sinx, so ∫sinxdx=−cosx+C. Many candidates write +cosx. The check is to differentiate the answer: dxd(−cosx)=sinx, confirming.
Modulus omission on ln∣x∣. Writing lnx silently restricts the domain to x>0. If the original 1/x is defined for negative x too, the antiderivative must be ln∣x∣ to remain valid across both branches.
Treating integration as multiplication. ∫(f⋅g)dx=(∫fdx)(∫gdx). Integration is linear (it respects sums and constant multiples) but not multiplicative. Products require integration by parts (Year 2) or substitution.
Confusing ∫exdx with ∫ekxdx. ∫exdx=ex+C, but ∫ekxdx=kekx+C. The factor 1/k comes from reversing the chain rule and is the most-missed coefficient in Section 10.
Integrating sec2x wrong. ∫sec2xdx=tanx+C, recalled by recognising that dxdtanx=sec2x. Candidates sometimes write secx or 31sec3x — both are wrong. The Edexcel formula booklet does list this integral, so checking it during the exam is sensible.
Oxbridge interview prompt: "Why is integration harder than differentiation? Can you give an example of a function whose antiderivative cannot be expressed in closed form, and explain why this matters for applied mathematics?"
A common A* trap on 9MA0 is a fraction that looks like it needs the quotient rule but is really just a sum of power-rule terms in disguise. The technique is to split the fraction first, then integrate term by term.
Worked example: Find ∫x2x+1dx for x>0.
Rewrite the integrand by splitting and converting roots to fractional indices:
x2x+1=x1/22x+x1/21=2x1/2+x−1/2
(using x1/2x1=x1/2 and x1/21=x−1/2).
Now integrate term by term:
∫(2x1/2+x−1/2)dx=2⋅3/2x3/2+1/2x1/2+C=34x3/2+2x1/2+C
Optionally factor: 32x(2x+3)+C.
Why A candidates spot this immediately:* the structure "polynomial divided by a single power of x" is the signature of a hidden sum of power-rule terms. Whenever the denominator is a monomial (xk or x), split first. The same trick handles x2x3−4x+7 (split into x−4x−1+7x−2, then integrate) and x3/2(x+1)2 (expand the numerator first, then split). Recognising the pattern across these contexts is exactly the synoptic skill Edexcel rewards.
A subtlety: the power rule ∫xndx=n+1xn+1 requires n+1=0, i.e. n=−1. After splitting, check that no term has exponent −1. If one does, treat it separately as ∫x−1dx=ln∣x∣+C.
This content is aligned with the Pearson Edexcel GCE A Level Mathematics (9MA0) specification, Paper 1 — Pure Mathematics, Section 10: Integration. For the most accurate and up-to-date information, please refer to the official Pearson Edexcel specification document.
graph TD
A["Integrand"] --> B{"Term type?"}
B -->|"x^n, n ≠ -1"| C["Power rule:<br/>x^(n+1)/(n+1)"]
B -->|"1/x"| D["ln|x|<br/>(special case)"]
B -->|"e^x, sin x,<br/>cos x, sec²x"| E["Standard<br/>integrals"]
C --> F["Add + C<br/>and verify by<br/>differentiating"]
D --> F
E --> F
style D fill:#27ae60,color:#fff
style F fill:#3498db,color:#fff