Integration
25 free practice questions with explanations
PassNova has 25 free A-level Maths practice questions on Integration, each with a clear explanation. Practise them in the browser with instant feedback — 100% free, no sign-up, on any device. Updated for 2026.
Integration: example questions & answers
25 worked examples with answers and explanations below. Practise them in the browser with instant feedback on every answer.
Find ∫ (6x² + 4x) dx.
- A2x³ + 4x² + c
- B6x³ + 2x² + c
- C12x + 4 + c
- D2x³ + 2x² + c✓
Answer: Integrating term by term: ∫6x² dx = 2x³ and ∫4x dx = 2x², giving 2x³ + 2x² + c.
Evaluate the definite integral ∫₁³ 2x dx.
- A6
- B4
- C9
- D8✓
Answer: ∫2x dx = x², so evaluating from 1 to 3 gives 3² − 1² = 9 − 1 = 8.
Find the area between the curve y = 3x² and the x-axis from x = 0 to x = 2.
- A6
- B12
- C24
- D8✓
Answer: Area = ∫₀² 3x² dx = [x³]₀² = 8 − 0 = 8.
Evaluate ∫₀⁴ (2x + 1) dx.
- A24
- B18
- C20✓
- D16
Answer: ∫(2x + 1) dx = x² + x, so from 0 to 4 the value is (16 + 4) − 0 = 20.
Find ∫ (8x³ − 6x + 5) dx.
- A24x² − 6 + c
- B2x⁴ − 6x² + 5x + c
- C2x⁴ − 3x² + 5x
- D2x⁴ − 3x² + 5x + c✓
Answer: Integrate term by term: ∫8x³ dx = 2x⁴, ∫−6x dx = −3x², ∫5 dx = 5x, plus the constant. So the answer is 2x⁴ − 3x² + 5x + c. The 24x² − 6 + c distractor differentiates instead; 2x⁴ − 6x² + 5x + c mishandles the −6x term; 2x⁴ − 3x² + 5x omits +c.
Find ∫ (4/x² + 3√x) dx. (Write 4/x² as 4x^(−2) and √x as x^(1/2).)
- A−8x^(−3) + (3/2)x^(−1/2) + c
- B4x^(−1) + 2x^(3/2) + c
- C−4x^(−1) + (3/2)x^(3/2) + c
- D−4x^(−1) + 2x^(3/2) + c✓
Answer: ∫4x^(−2) dx = 4x^(−1)/(−1) = −4x^(−1) = −4/x. ∫3x^(1/2) dx = 3x^(3/2)/(3/2) = 2x^(3/2). So the answer is −4/x + 2x^(3/2) + c. The −8x^(−3) + (3/2)x^(−1/2) + c distractor differentiates; 4x^(−1) + 2x^(3/2) + c has a sign error; −4x^(−1) + (3/2)x^(3/2) + c mishandles the coefficient of x^(3/2).
Evaluate the definite integral ∫₁² (3x² + 2) dx.
- A9✓
- B7
- C11
- D8
Answer: ∫(3x² + 2) dx = x³ + 2x. Evaluating: at x = 2, 8 + 4 = 12; at x = 1, 1 + 2 = 3. So the integral is 12 − 3 = 9. Integrating only the 3x² term gives 8 − 1 = 7, which drops the contribution of the + 2; the values 11 and 8 come from arithmetic slips in the substitution.
Find the area enclosed between the curve y = x² and the line y = 2x.
- A8/3
- B4/3✓
- C2/3
- D16/3
Answer: They meet where x² = 2x, i.e. x = 0 and x = 2. Between these, 2x ≥ x², so area = ∫₀² (2x − x²) dx = [x² − x³/3]₀² = 4 − 8/3 = 12/3 − 8/3 = 4/3. Integrating x² on its own gives 8/3, the area under the curve rather than the area between the two graphs, while 2/3 and 16/3 come from using the wrong upper limit (x = 1 and x = 4 respectively).
Use the substitution u = x² + 1 to find ∫ 2x(x² + 1)³ dx.
- A(x² + 1)⁴ + c
- B(1/4)(x² + 1)⁴ + c✓
- C(1/2)(x² + 1)⁴ + c
- D8x²(x² + 1)² + c
Answer: With u = x² + 1, du = 2x dx, so the integral becomes ∫u³ du = u⁴/4 + c = (1/4)(x² + 1)⁴ + c. Common errors are forgetting to divide by 4 altogether, or dividing by 2 instead of 4.
Use integration by parts to find ∫ x e^x dx.
- Ax e^x + e^x + c
- B(x²/2) e^x + c
- Cx e^x − e^x + c✓
- Dx e^x + c
Answer: Take u = x (du = dx) and dv = e^x dx (v = e^x). Then ∫x e^x dx = x e^x − ∫e^x dx = x e^x − e^x + c. The x e^x + e^x + c distractor has the wrong sign on the second term; (x²/2) e^x + c integrates x as if e^x were constant; x e^x + c omits the second term entirely.
A curve passes through the point (2, 5) and has gradient function dy/dx = 3x² − 4x. Find the equation of the curve.
- Ay = x³ − 2x² + 1
- By = x³ − 2x² + 5✓
- Cy = 6x − 4 + 5
- Dy = x³ − 2x² + 9
Answer: Integrate: y = x³ − 2x² + c. Substitute (2, 5): 5 = 8 − 8 + c, so c = 5. Thus y = x³ − 2x² + 5. The c = 1 version uses the wrong constant; the c = 9 version uses the wrong constant; y = 6x − 4 + 5 differentiates the gradient function instead of integrating.
Find ∫ (2x + 3)⁴ dx using the reverse chain rule.
- A(1/10)(2x + 3)⁵ + c✓
- B(1/5)(2x + 3)⁵ + c
- C(2x + 3)⁵ + c
- D8(2x + 3)³ + c
Answer: Raise the power and divide by the new power and the inner coefficient: ∫(2x + 3)⁴ dx = (2x + 3)⁵/(5 × 2) + c = (1/10)(2x + 3)⁵ + c. Dividing only by the new power gives (1/5)(2x + 3)⁵ + c; dividing by neither leaves (2x + 3)⁵ + c; and 8(2x + 3)³ + c is the derivative of (2x + 3)⁴, not its integral.
Evaluate ∫₀^(π/2) cos x dx.
- A0
- Bπ/2
- C1✓
- D−1
Answer: ∫cos x dx = sin x. Evaluating from 0 to π/2 gives sin(π/2) − sin(0) = 1 − 0 = 1. The −1 distractor results from differentiating cos to −sin; 0 and π/2 are arithmetic/limit confusions.
The gradient of a curve is dy/dx = 6/x² = 6x^(−2), and the curve passes through (3, 1). Find y in terms of x.
- Ay = −6x^(−1) + 3✓
- By = 6x^(−1) − 1
- Cy = −6/x + 1
- Dy = −12x^(−3) + 1
Answer: Integrate: y = ∫6x^(−2) dx = 6x^(−1)/(−1) + c = −6/x + c. Substitute (3, 1): 1 = −6/3 + c = −2 + c, so c = 3. Thus y = −6/x + 3. Leaving the constant as 1 without solving for it gives −6/x + 1; dropping the minus sign from the integration gives 6/x − 1; and −12x^(−3) is the derivative of 6x^(−2), not its integral.
Find ∫ 6x² dx.
- A12x + c
- B2x³ + c✓
- C6x² + c
- Dx³ + c
Answer: Raise the power by one and divide by the new power: ∫6x² dx = 2x³ + c. The constant of integration is required for an indefinite integral — losing it costs a mark.
Find ∫ 4x³ dx.
- Ax⁴/2 + c
- B12x² + c
- C4x³ + c
- Dx⁴ + c✓
Answer: Raise the power by one and divide by the new power: ∫4x³ dx = x⁴ + c. The constant of integration is required for an indefinite integral — losing it costs a mark.
Find ∫ 10x dx.
- A5x² + c✓
- B10 + c
- C10x + c
- D5x²/2 + c
Answer: Raise the power by one and divide by the new power: ∫10x dx = 5x² + c. The constant of integration is required for an indefinite integral — losing it costs a mark.
Evaluate ∫ from 1 to 2 of 3x² dx.
- A7✓
- B8
- C7/2
- D12
Answer: Integrate to get x³, then evaluate at the limits: [8] − [1] = 7. Forgetting to subtract the value at the lower limit is the usual error here.
Evaluate ∫ from 1 to 3 of 2x dx.
- A2
- B9
- C4
- D8✓
Answer: Integrate to get x², then evaluate at the limits: [9] − [1] = 8. Forgetting to subtract the value at the lower limit is the usual error here.
Evaluate ∫ from 1 to 2 of 4x³ dx.
- A48
- B16
- C15/2
- D15✓
Answer: Integrate to get x⁴, then evaluate at the limits: [16] − [1] = 15. Forgetting to subtract the value at the lower limit is the usual error here.
Find the area enclosed by y = x², the x-axis and the lines x = 0 and x = 2.
- A8/3✓
- B4
- C8
- D2
Answer: Area = ∫₀² x² dx = [x³/3]₀² = 2³/3 = 8/3. The area under a curve is the integral, not the value of the function at the endpoint.
Find the area enclosed by y = x², the x-axis and the lines x = 0 and x = 3.
- A3
- B27
- C9/2
- D9✓
Answer: Area = ∫₀³ x² dx = [x³/3]₀³ = 3³/3 = 9. The area under a curve is the integral, not the value of the function at the endpoint.
Which substitution is most useful for ∫ 2x(x² + 1)⁵ dx?
- Au = x⁵, matching the power
- Bu = 2x, because it is the outside factor
- Cu = x² + 1, because du = 2x dx appears in the integral✓
- Du = (x² + 1)⁵, the whole bracket
Answer: Choose u so that du matches the rest of the integrand. With u = x² + 1, du/dx = 2x, so 2x dx = du and the integral becomes ∫u⁵ du — immediate. Substitution works when the derivative of your chosen inner function is already sitting there as a factor.
Why does an indefinite integral require '+ c'?
- ABecause the limits of integration have not yet been substituted into the result
- BBecause the integral sign itself carries an implied constant of proportionality
- CDifferentiating any constant gives zero✓
- DBecause integration always increases the power and so needs a correction term
Answer: Infinitely many functions share the same derivative, differing only by a constant, so integration recovers a whole family and + c stands for the one you cannot determine. A DEFINITE integral has limits, and the constants cancel when you subtract.
When is integration by parts the appropriate method?
- AWhenever the integrand happens to contain a fraction with a polynomial denominator
- BFor a product of two unrelated functions✓
- CWhenever the derivative of the inner function already appears as a factor
- DWhenever the integrand contains a trigonometric function of any kind
Answer: Parts handles products such as x·eˣ or x·ln x, where neither factor is the derivative of the other. When the inner derivative IS present as a factor, substitution is the faster route — that is the case to watch for.