Study Guide

Integration (Edexcel IAL P2)

Edexcel International A-Level MathematicsΒ· 2018 Specification Issue 3, WMA12 Unit P2 Β§8.1-8.3Β· 25 min read

1. Evaluating Definite Integralsβ˜…β˜…β˜†β˜†β˜†β± 7 min

βœ“ Calculator OK

πŸ“˜ Definition

Definite Integral Evaluation

To evaluate a definite integral , first find the antiderivative of , then calculate . The constant of integration cancels out so it is omitted for definite integrals.

Definite integrals are the foundation of all area calculation problems in P2 integration. You will be expected to show full working for substitution of limits, even if you use a calculator to verify your final answer.

πŸ“ Worked Example

Evaluate the definite integral

  1. 1

    Integrate each term of the integrand with respect to :

    F(x)=x3βˆ’2x2+2xF(x) = x^3 - 2x^2 + 2x
  2. 2

    Substitute the upper limit into :

    F(3)=33βˆ’2(3)2+2(3)=27βˆ’18+6=15F(3) = 3^3 - 2(3)^2 + 2(3) = 27 - 18 + 6 = 15
  3. 3

    Substitute the lower limit into :

    F(1)=13βˆ’2(1)2+2(1)=1βˆ’2+2=1F(1) = 1^3 - 2(1)^2 + 2(1) = 1 - 2 + 2 = 1
  4. 4

    Subtract the lower limit result from the upper limit result:

    ∫13(3x2βˆ’4x+2)dx=F(3)βˆ’F(1)=15βˆ’1=14\int_1^3 (3x^2 -4x +2) dx = F(3) - F(1) = 15 - 1 = 14

Exam tip:

Always write the line showing explicitly in your working: this is worth 1 method mark in almost every definite integral question, even if your final answer is incorrect.

2. Calculating Areas Using Integrationβ˜…β˜…β˜…β˜†β˜†β± 10 min

βœ“ Calculator OK

πŸ“˜ Definition

Area Calculation Rules

  1. Area under a curve where between and : ; 2. Area between two curves between and :

πŸ“ Worked Example

Find the exact area of the region bounded by the curve and the line

  1. 1

    Find the -coordinates of the points of intersection of the two functions to get the limits of integration:

    6xβˆ’x2=2xβ€…β€ŠβŸΉβ€…β€Šx2βˆ’4x=0β€…β€ŠβŸΉβ€…β€Šx(xβˆ’4)=0β€…β€ŠβŸΉβ€…β€Šx=0,x=46x - x^2 = 2x \implies x^2 -4x = 0 \implies x(x-4)=0 \implies x=0, x=4
  2. 2

    Identify the upper function (quadratic) and lower function (line) between and , so the integrand is upper minus lower:

    fupperβˆ’flower=(6xβˆ’x2)βˆ’2x=4xβˆ’x2f_{upper} - f_{lower} = (6x - x^2) - 2x = 4x - x^2
  3. 3

    Integrate the resulting expression:

    F(x)=2x2βˆ’x33F(x) = 2x^2 - \frac{x^3}{3}
  4. 4

    Evaluate the definite integral between and :

    ∫04(4xβˆ’x2)dx=F(4)βˆ’F(0)=(2(4)2βˆ’433)βˆ’0=32βˆ’643=323\int_0^4 (4x -x^2) dx = F(4) - F(0) = \left(2(4)^2 - \frac{4^3}{3}\right) - 0 = 32 - \frac{64}{3} = \frac{32}{3}
  5. 5

    The exact area is square units.

Exam tip:

Sketch a rough labelled graph of the functions if you are unsure which is the upper function, or if the functions cross between limits to identify where you need to split your integral.

3. The Trapezium Ruleβ˜…β˜…β˜…β˜†β˜†β± 8 min

βœ“ Calculator OK

πŸ“˜ Definition

Trapezium Rule

A numerical method to approximate the value of a definite integral when an exact antiderivative cannot be found. The formula is provided in your exam booklet: , where and is the number of strips.

Increasing the number of strips reduces the width of each trapezium, leading to a more accurate estimate. If the curve is concave up, the trapezium rule overestimates the area; if concave down, it underestimates the area.

πŸ“ Worked Example

Use the trapezium rule with 4 strips to approximate , giving your answer to 3 significant figures.

  1. 1

    Calculate the width of each strip , where , , strips:

    h=bβˆ’an=1βˆ’04=0.25h = \frac{b-a}{n} = \frac{1-0}{4} = 0.25
  2. 2

    Calculate the values of at each value from to in increments of :

    y0=20+1=2,y1=20.25+1β‰ˆ2.1892,y2=20.5+1β‰ˆ2.4142,y3=20.75+1β‰ˆ2.6818,y4=21+1=3y_0 = 2^0 +1 = 2, y_1 = 2^{0.25}+1 \approx 2.1892, y_2 = 2^{0.5}+1 \approx 2.4142, y_3=2^{0.75}+1β‰ˆ2.6818, y_4=2^1+1=3
  3. 3

    Substitute into the trapezium rule formula:

    ∫01ydxβ‰ˆ0.5h{(y0+y4)+2(y1+y2+y3)}\int_0^1 y dx \approx 0.5h\left\{(y_0 + y_4) + 2(y_1 + y_2 + y_3)\right\}
  4. 4

    Plug in the values:

    β‰ˆ0.5Γ—0.25Γ—{(2+3)+2(2.1892+2.4142+2.6818)}=0.125Γ—(5+14.5704)=0.125Γ—19.5704β‰ˆ2.45\approx 0.5 \times 0.25 \times \left\{(2+3) + 2(2.1892 + 2.4142 + 2.6818)\right\} = 0.125 \times (5 + 14.5704) = 0.125 \times 19.5704 β‰ˆ 2.45
  5. 5

    The approximate value of the integral is (3 s.f.).

Exam tip:

Double check that you have y-values for strips: a common error is missing the final value or counting strips as y-values.

4. Common Pitfalls

Wrong move:

Adding the constant of integration (+C) when evaluating definite integrals

Why:

The constant cancels out when subtracting upper and lower limits, so including it is unnecessary and can lead to arithmetic errors

Correct move:

Omit the constant of integration for all definite integral calculations

Wrong move:

Subtracting the upper function from the lower function when calculating area between curves

Why:

This gives a negative value, even though area is always a positive quantity

Correct move:

Always subtract the lower function from the upper function, or take the absolute value of the integral result

Wrong move:

Using the number of strips as the number of y-values in the trapezium rule

Why:

strips produce y-values ( to ), so mislabeling leads to missing or extra terms in the formula

Correct move:

Count y-values as where is the number of strips specified in the question

Wrong move:

Forgetting to take the absolute value of integrals where the curve dips below the x-axis

Why:

The integral of a negative function is negative, so this would incorrectly subtract area instead of adding it

Correct move:

Split the integral at x-intercepts, take the absolute value of the integral for regions where , then sum all positive areas

Wrong move:

Calculating as instead of for the trapezium rule

Why:

This gives an incorrect strip width, leading to large errors in the final approximation

Correct move:

Calculate as the width of each strip:

5. Quick Reference Cheatsheet

Concept

Formula/ Rule

Key Reminder

Definite Integral Evaluation

,

No constant of integration required; subtract lower limit result from upper limit result

Area Under Curve ()

Take absolute value of integral for regions where

Area Between Two Curves

Find intersection points of curves to get limits and

Trapezium Rule

= number of strips; more strips = higher accuracy

6. Frequently Asked

Do I need to memorize the trapezium rule formula for Edexcel IAL P2?

No, the trapezium rule formula is provided in your exam formula booklet. You only need to remember how to substitute values correctly and interpret the results.

What happens if the curve dips below the x-axis when calculating area?

If between limits and , the integral will give a negative value. You must take the absolute value of this integral to get the positive area of the region below the x-axis.

Going deeper

What's Next

Mastering these P2 integration skills is a critical foundation for the more advanced integration techniques you will encounter in Pure Mathematics 3 (P3) and Pure Mathematics 4 (P4), including integration of trigonometric, exponential and reciprocal functions, as well as integration by substitution, parts, and partial fractions. You will also use these area calculation skills for volume of revolution problems in P4. For your upcoming P2 exam, make sure to practice past paper questions that combine integration with other P2 topics like coordinate geometry and differentiation, as these are common high-mark question types. Always show all your working to maximize method marks, even if you use a calculator to verify your final answer.