Indefinite and definite integrals of powers, finding a curve from its gradient, area under a curve, and the trapezium rule. Differentiation in reverse.
What you’ll learn
Mapped to the Cambridge IGCSE XMA01-YMA01 syllabus (2026 onwards).
9.1 — Understand and use integration as the reverse of differentiation; integrate xn for n=−1, sums, and constant multiples.
9.2 — Evaluate definite integrals using [F(x)]ab=F(b)−F(a).
9.3 — Use integration to find the area under a curve (above the x-axis or signed area).
9.4 — Use the trapezium rule to estimate the area under a curve numerically.
Integration as the reverse of differentiation
Raise power by 1, divide by new power, add +C.
Definition.∫f(x)dx is the family of functions whose derivative is f(x).
Power rule (the inverse of differentiation).
∫xndx=n+1xn+1+C,n=−1.
Mnemonic. Raise the power by 1. Divide by the new power. Add +C.
f(x)
∫f(x)dx
x3
4x4+C
x−2
−x−1+C=−1/x+C
x1/2
32x3/2+C
1
x+C
5
5x+C
Why +C? Differentiating a constant gives zero. So F(x)+1, F(x)+100, and F(x)−42 are all antiderivatives of f(x). We capture the whole family with one constant C.
Why n=−1?∫x−1dx would give 0x0, which is undefined. The case n=−1 has its own antiderivative: ∫1/xdx=ln∣x∣+C — but that's P2 content.
Sum and constant-multiple rules. Just like differentiation:
∫(af+bg)dx=a∫fdx+b∫gdx.
Worked example.∫(5x−x26+1)dx.
Rewrite: 5x1/2−6x−2+1.
Integrate each term:
5⋅3/2x3/2=310x3/2
−6⋅−1x−1=6x−1=6/x (the two minuses cancel!)
∫1dx=x
Combine: 310x3/2+x6+x+C.
The definite integral ∫ₐᵇ f(x) dx equals the signed area between the curve y = f(x) and the x-axis, between x = a and x = b.
Raise power by 1, divide, add +C.
Works for any real n except −1.
Rewrite roots/reciprocals as powers first.
Sum rule: integrate term by term.
Definite integrals — Fundamental Theorem of Calculus
Substitute upper and lower limits, subtract.
Definite integral.
∫abf(x)dx=F(b)−F(a),
where F is any antiderivative of f.
Geometrically: the SIGNED area between y=f(x) and the x-axis from x=a to x=b. 'Signed' means areas BELOW the axis count NEGATIVE.
Method.
Integrate to get F(x) (no +C — it cancels).
Compute F(b).
Compute F(a).
Subtract: F(b)−F(a).
Worked example.∫13(4x−5)dx.
Integrate: 2x2−5x.
Substitute: [2x2−5x]13=(18−15)−(2−5)=3−(−3)=6.
Notation. Square brackets indicate the antiderivative with limits. Then subtract value-at-upper-limit minus value-at-lower-limit.
Why +C cancels.
(F(b)+C)−(F(a)+C)=F(b)−F(a).
So you don't need C for definite integrals — saves time.
Bounded by two curves. Area = ∫ab(top−bottom)dx between intersection points a,b. (Beyond P1 in detail; first appears in P2/P3.)
AREA is always positive.
Split at axis crossings.
Take absolute values of pieces.
Sum at the end.
Finding a curve from its gradient
Integrate to get the family. Use a point to pin down C.
Setup. Given dxdy=… and a point on the curve, find the equation of the curve.
Method.
Integrate the gradient function to get y=F(x)+C.
Substitute the given point to find C.
Write the specific equation.
Worked example. Curve passes through (2,5) with dxdy=3x2−4x+1. Find y.
Integrate: y=x3−2x2+x+C.
Substitute (2,5): 5=8−8+2+C⇒C=3.
Equation: y=x3−2x2+x+3.
Why a point is essential. Without a point, you have a FAMILY of curves all with the same gradient (just shifted vertically). The point picks one specific curve.
Two-point version. Sometimes the question gives two points; you solve for C as in standard substitution.
Modelling context. If dtds = velocity and you know position at t=0:
Integrate to get position s(t)+C.
Use s(0) to find C.
Now you have s(t).
Integrate to family F(x)+C.
Substitute given point to find C.
Specific equation = F(x)+C0.
Trapezium rule — numerical integration
Split into strips, treat each as a trapezium, sum areas.
Trapezium rule (in the IAL formula booklet).
∫abydx≈2h[y0+2(y1+y2+…+yn−1)+yn],
where:
n = number of strips.
h=(b−a)/n = strip width.
yi=f(a+ih) = function value at the i-th ordinate.
n strips → n+1 ordinates. This is the key relationship.
Picture. Divide [a,b] into n equal-width strips. Each strip is approximated by a trapezium (top edge a straight line). The trapezium rule formula sums the areas of all trapeziums.
Accuracy. Trapezium rule is exact for linear f, approximate for everything else. Error scales as h2 — halving the strip width quarters the error.
Over-estimate vs under-estimate. Depends on curvature:
Curve is
Trapezium rule
Concave up (f′′>0)
OVER-estimate
Concave down (f′′<0)
UNDER-estimate
Linear
Exact
Edexcel tip. Tabulate the y-values BEFORE applying the formula. A 5-row table for 4 strips: xi, yi. This earns method marks even if you make an arithmetic error in the final sum.
n strips → n+1 ordinates.
h=(b−a)/n.
Endpoints get weight 1; middle ordinates get weight 2.
Exact for linear functions.
Over-/under-estimates depend on concavity.
How it’s examined
Integration is the second-highest-weighted topic in WMA11/01 P1 (after differentiation), typically 10-15 marks. Standard questions: indefinite integral with mixed powers (4-5 marks); definite integral (3-4 marks); area under curve, sometimes crossing the axis (5-7 marks); finding a curve from its gradient and a point (4-5 marks); trapezium rule (4-6 marks, appears almost every paper). Most-dropped marks: forgetting +C, computing signed-not-absolute area, mis-counting strips vs ordinates in the trapezium rule. A* candidates show all algebraic steps and tabulate trapezium-rule data clearly.
Worked examples, formulae, definitions and the mistakes examiners flag — everything you need to push from a pass to an A*.
Take this whole topic with you
Download a branded revision sheet — worked examples, formulae, definitions and common mistakes for Integration 1, ready to print or save as PDF.
Step-by-step worked examples — Integration 1
Step-by-step solutions to past-paper-style questions on integration 1, written exactly the way a tutor would explain them at the board.
1Indefinite integral of a polynomial (4 marks, P1)
Core• Style: WMA11/01 January 2024 Q4• indefinite integral
▼
Question
Find ∫(6x2−4x+7)dx.
Step-by-step solution
Step 1
Apply ∫xndx=n+1xn+1+C to each term:
Step 2
∫6x2dx=6⋅3x3=2x3.
Step 3
∫(−4x)dx=−4⋅2x2=−2x2.
Step 4
∫7dx=7x.
Step 5
Combine and add +C:
∫(6x2−4x+7)dx=2x3−2x2+7x+C
Answer
2x3−2x2+7x+C
Examiner tip
M1 for at least one correctly integrated term; A1 A1 for two correct terms; A1 for the constant of integration. Forgetting the +C on an INDEFINITE integral costs the final A1 — non-negotiable.
2Integrate mixed powers (5 marks, P1)
Core• Style: WMA11/01 June 2024 Q5• indefinite integral, fractional powers
▼
Question
Find ∫(5x−x26+1)dx.
Step-by-step solution
Step 1
Rewrite as powers: 5x1/2−6x−2+1.
Step 2
Integrate term by term:
=5⋅3/2x3/2−6⋅−1x−1+x+C
Step 3
Simplify: 3/25x3/2=310x3/2; −1−6x−1=6x−1=x6.
Step 4
Final:
310x3/2+x6+x+C
Answer
310x3/2+x6+x+C (or 310x3+x6+x+C).
Examiner tip
M1 for rewriting; M1 for power-up by 1; A1 A1 A1 for each term; A1 for +C. Common dropped marks: forgetting that dividing by n+1=−1 flips the sign on the −6x−2 term.
3Definite integral (4 marks, P1)
Core• Style: WMA11/01 January 2023 Q5• definite integral
▼
Question
Evaluate ∫13(4x−5)dx.
Step-by-step solution
Step 1
Integrate: ∫(4x−5)dx=2x2−5x. (No +C needed for a definite integral — it cancels.)
Step 2
Evaluate at limits:
[2x2−5x]13=(18−15)−(2−5)=3−(−3)=6
Answer
6
Examiner tip
M1 for integrating; A1 for the antiderivative; M1 for substituting both limits; A1 for the answer. Definite integrals don't need +C. Watch the order: TOP limit FIRST.
4Area under a curve (6 marks, P1)
Extended• Style: WMA11/01 June 2023 Q11• area
▼
Question
Find the area of the region bounded by the curve y=x2−2x, the x-axis, and the lines x=0 and x=3.
Step-by-step solution
Step 1
Find where the curve meets the x-axis between 0 and 3: x2−2x=0⇒x(x−2)=0. Roots at 0 and 2.
Step 2
Between x=0 and x=2: the curve is BELOW the x-axis (test x=1: 1−2=−1<0). Integral is NEGATIVE → take absolute value.
Step 3
Between x=2 and x=3: curve is ABOVE the x-axis. Integral is positive.
Step 4
Integrate: ∫(x2−2x)dx=3x3−x2.
Step 5
First piece (with absolute value): [3x3−x2]02=∣38−4−0∣=∣−34∣=34.
Step 6
Second piece: [3x3−x2]23=(9−9)−(38−4)=0−(−34)=34.
Step 7
Total area: 34+34=38.
Answer
Area =38 (square units).
Examiner tip
M1 for finding the x-intercept inside the range; M1 for splitting the integral; A1 for the antiderivative; M1 for evaluating each piece; A1 A1 for both areas; A1 for the total. Critical: 'AREA' means absolute value, never negative. Areas below the x-axis contribute POSITIVELY to total area.
5Find a curve given its gradient function (5 marks, P1)
Core• Style: WMA11/01 January 2024 Q7• constant of integration
▼
Question
A curve passes through (2,5) and has gradient function dxdy=3x2−4x+1. Find the equation of the curve.
Step-by-step solution
Step 1
Integrate: y=∫(3x2−4x+1)dx=x3−2x2+x+C.
Step 2
Use the point (2,5) to find C: 5=8−8+2+C⇒C=3.
Step 3
Equation:
y=x3−2x2+x+3
Answer
y=x3−2x2+x+3.
Examiner tip
M1 for integrating; A1 for the antiderivative (with +C); M1 for substituting the point; A1 for C=3; A1 for the final equation. The reason we need a SPECIFIC point: infinitely many curves have the same gradient function; the point pins down which one.
6Trapezium rule (6 marks, P1)
Extended• Style: WMA11/01 June 2024 Q10• trapezium rule
▼
Question
Use the trapezium rule with 4 strips to estimate ∫131+x21dx. Give your answer to 4 decimal places.
Step-by-step solution
Step 1
Strip width h=(3−1)/4=0.5. So x-values are 1,1.5,2,2.5,3.
B1 for strip width; M1 for all five y-values; A1 for at least four correct y-values; M1 for trapezium-rule formula; M1 for substitution; A1 for the answer. Comparison with the exact: ∫131/(1+x2)dx=arctan3−arctan1≈0.4636 (but arctan is beyond P1; the trapezium rule is the IAL P1 tool).
Key Formulae — Integration 1
The formulae you need to memorise for integration 1 on the Pearson Edexcel IAL XMA01 / YMA01 paper, with every variable defined in plain English and a note on when to use it.
Power rule for integration
∫xndx=n+1xn+1+C,n=−1
n
any real number except −1
C
constant of integration
When to use
Integrating any power of x. The n=−1 case (∫1/xdx=ln∣x∣+C) belongs to P2.
Example
∫x3dx=4x4+C; ∫x−2dx=−x−1+C.
Sum and constant-multiple rules
∫(af+bg)dx=a∫fdx+b∫gdx
a,b
constants
f,g
functions of x
When to use
Integrate polynomial sums term by term, exactly like differentiation.
Example
∫(3x2−5x+7)dx=x3−25x2+7x+C.
Definite integral (Fundamental Theorem of Calculus)
∫abf(x)dx=F(b)−F(a)
F
any antiderivative of f
a,b
lower and upper limits
When to use
Evaluate a definite integral. The +C cancels.
Example
∫13(4x−5)dx=[2x2−5x]13=3−(−3)=6.
Trapezium rule
∫abydx≈2h[y0+2(y1+y2+…+yn−1)+yn]
h
strip width = (b−a)/n
n
number of strips
yi
function value at x=a+ih
When to use
Numerical estimate of a definite integral, especially when antiderivative isn't easy. IS in the IAL formula booklet.
Example
∫131/(1+x2)dx≈0.4728 with 4 strips.
Area under a curve
Area=∫ab∣f(x)∣dx
[a,b]
interval of integration
When to use
When asked for the AREA (positive). If the curve crosses the x-axis in [a,b], split the integral at each crossing and take absolute values.
Example
Area of y=x2−2x between x=0 and x=3: split at x=2 where the curve meets the axis, compute each piece separately, sum absolute values.
Key Definitions and Keywords — Integration 1
Definitions to memorise and the exact keywords mark schemes credit for integration 1 answers — sharpened from recent examiner reports for the 2026 Pearson Edexcel IAL XMA01 / YMA01 sitting.
Indefinite integral
Examiner keyword
The family of antiderivatives of f: ∫f(x)dx=F(x)+C, where F′(x)=f(x).
Definite integral
Examiner keyword
A specific number: ∫abf(x)dx=F(b)−F(a). Geometrically, the signed area between the curve and the x-axis from x=a to x=b.
Constant of integration (C)
Examiner keyword
An unspecified constant added to every indefinite integral, since differentiating any constant gives zero. Determined by a boundary condition.
Antiderivative
A function F whose derivative is f. The 'reverse' of differentiation.
Strip (trapezium rule)
One of the equal-width subintervals used in the trapezium rule. n strips means n+1 ordinates (function values).
Common Mistakes and Misconceptions — Integration 1
The traps other students keep falling into on integration 1 questions — taken from recent Pearson Edexcel IAL XMA01 / YMA01 examiner reports and mark schemes — and how to avoid them.
✕Omitting +C on an indefinite integral
WMA11/01 examiner reports — flagged on every paper
▼
Why it happens
Rushing.
How to avoid it
Indefinite integrals ALWAYS need +C — non-negotiable. Definite integrals don't (it cancels). Burn this in: 'indef = + C, def = no C'.
✕Trying to integrate 1/x using the power rule
▼
Why it happens
Applying ∫xndx when n=−1.
How to avoid it
Power rule excludes n=−1. ∫x−1dx=ln∣x∣+C — but this is P2 content, NOT P1. If 1/x appears in a P1 problem, the question is wrong (or you've made an error).
AREA is always positive. If the curve is below the x-axis, the definite integral is negative — take its absolute value. Split the integral at each axis crossing.
✕Evaluating F(a)−F(b) instead of F(b)−F(a)
▼
Why it happens
Swapping upper and lower limits.
How to avoid it
Definite integral ∫ab: TOP LIMIT FIRST. F(b)−F(a) — always. Writing the limits explicitly [F(x)]ab helps.
✕Using n+1 as the strip count when given n ordinates (or vice versa)
▼
Why it happens
Confusion about strips vs ordinates.
How to avoid it
If the question gives n STRIPS, there are n+1 ordinates (function values), from y0 to yn. If it gives n ordinates, you have n−1 strips. Strip width h=(b−a)/(number of strips).
✕Leaving +C in the answer when a specific point is given
▼
Why it happens
Forgetting to solve for C.
How to avoid it
If the question gives 'curve passes through (x0,y0)', substitute that point AFTER integrating to solve for C. The final answer is a SPECIFIC equation, not a family.
Practice questions
Exam-style questions with step-by-step worked solutions. Try one before checking the method.
Past paper style quiz
Get a report showing which sub-topics you've nailed and which ones still need work.
4. Exam Quiz
Assess your understanding
Attempt a past paper style quiz for this sub-topic and get instant feedback to identify your strengths and weaknesses.
Instant AI marking SchemeExaminer's feedbackAI Detailed report
Video lesson
Short walkthrough of the concepts students most often get stuck on.
Integration 1 — frequently asked questions
The things students keep getting wrong in this sub-topic, answered.