Study Guide

Integration

CIE A-Level Mathematicsยท 9709 (2026โ€“2027) Syllabus: 1.8 Integrationยท 20 min read

1. Indefinite Integration and the Power Ruleโ˜…โ˜…โ˜†โ˜†โ˜†โฑ 5 min

๐Ÿ“˜ Definition

Indefinite Integral

โˆซf(x)dx\int f(x) dx

The general family of antiderivatives of , which always includes an arbitrary constant of integration to account for all possible antiderivatives.

Example:

Integration reverses the process of differentiation. For any power function where , the power rule for integration follows a simple two-step process: add 1 to the exponent, then divide by the new exponent, before adding the constant of integration.

โˆซxnโ€‰dx=xn+1n+1+C,nโ‰ โˆ’1\int x^n \, dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1
๐Ÿ“ Worked Example

Find the indefinite integral of with respect to .

  1. 1

    Integrate the first term using the power rule:

    3ร—x2+12+1=3x33=x33 \times \frac{x^{2+1}}{2+1} = \frac{3x^3}{3} = x^3
  2. 2

    Integrate the second term using the power rule:

    โˆ’4ร—x1+11+1=โˆ’4x22=โˆ’2x2-4 \times \frac{x^{1+1}}{1+1} = \frac{-4x^2}{2} = -2x^2
  3. 3

    Integrate the constant term :

    5ร—x0+10+1=5x5 \times \frac{x^{0+1}}{0+1} = 5x
  4. 4

    Add the constant of integration and combine all terms:

    x3โˆ’2x2+5x+Cx^3 - 2x^2 + 5x + C

A linear expression raised to a power, , can be integrated directly by reversing the chain rule: apply the power rule to the bracket, then divide by the derivative of the bracket, . This is one of the most frequently tested integration skills.

โˆซ(ax+b)nโ€‰dx=(ax+b)n+1a(n+1)+C,nโ‰ โˆ’1\int (ax+b)^n \, dx = \frac{(ax+b)^{n+1}}{a(n+1)} + C, \quad n \neq -1
๐Ÿ“ Worked Example

Find .

  1. 1

    Raise the power of the bracket by 1 and divide by the new power, exactly as in the basic power rule:

    (2xโˆ’3)55\frac{(2x-3)^{5}}{5}
  2. 2

    Now divide by the derivative of the bracket, , because the inside is linear. This is the step students most often forget:

    (2xโˆ’3)55ร—2=(2xโˆ’3)510\frac{(2x-3)^{5}}{5 \times 2} = \frac{(2x-3)^{5}}{10}
  3. 3

    Add the constant of integration:

    (2xโˆ’3)510+C\frac{(2x-3)^{5}}{10} + C

When you are given the gradient function and a point the curve passes through, integrate to recover (remembering ), then substitute the point to find the value of . This picks out the one specific curve rather than the whole family.

๐Ÿ“ Worked Example

A curve has gradient and passes through the point . Find the equation of the curve.

  1. 1

    Integrate the gradient function to find the general equation, including the constant of integration:

    y=โˆซ(2x+1)โ€‰dx=x2+x+Cy = \int (2x + 1) \, dx = x^2 + x + C
  2. 2

    Substitute the known values , to form an equation in :

    โˆ’2=12+1+C=2+C-2 = 1^2 + 1 + C = 2 + C
  3. 3

    Solve for the constant of integration:

    C=โˆ’4C = -4
  4. 4

    Write the equation of the specific curve:

    y=x2+xโˆ’4y = x^2 + x - 4

Exam tip:

Examiners always allocate one full mark for the constant of integration in indefinite integral questions โ€” never leave it out.

2. Definite Integrals and the Fundamental Theoremโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 6 min

๐Ÿ“˜ Definition

Definite Integral

โˆซabf(x)dx\int_a^b f(x) dx

A numerical value equal to the net area between , the x-axis, the lower bound , and the upper bound , calculated using the Fundamental Theorem of Calculus.

Example:

The Fundamental Theorem of Calculus connects antiderivatives to definite integrals. If is any antiderivative of , the definite integral between and is calculated as:

โˆซabf(x)dx=F(b)โˆ’F(a)\int_a^b f(x) dx = F(b) - F(a)
๐Ÿ“ Worked Example

Evaluate .

  1. 1

    First find the indefinite integral of the integrand:

    โˆซ(2x+1)dx=x2+x+C\int (2x + 1) dx = x^2 + x + C
  2. 2

    Write the antiderivative in standard bracket notation (the constant cancels so we omit it):

    [x2+x]13[x^2 + x]_1^3
  3. 3

    Evaluate the antiderivative at the upper bound :

    F(3)=32+3=12F(3) = 3^2 + 3 = 12
  4. 4

    Evaluate the antiderivative at the lower bound :

    F(1)=12+1=2F(1) = 1^2 + 1 = 2
  5. 5

    Subtract the lower bound result from the upper bound result:

    12โˆ’2=1012 - 2 = 10
๐Ÿ“ Worked Example

Evaluate the improper integral .

  1. 1

    An infinite upper limit cannot be substituted directly, so replace with a finite value and integrate as usual:

    โˆซ1Xxโˆ’2โ€‰dx=[โˆ’1x]1X=1โˆ’1X\int_1^{X} x^{-2} \, dx = \left[ -\frac{1}{x} \right]_1^{X} = 1 - \frac{1}{X}
  2. 2

    Now let ; the term tends to :

    limโกXโ†’โˆž(1โˆ’1X)=1\lim_{X \to \infty} \left( 1 - \frac{1}{X} \right) = 1
  3. 3

    The value is finite, so the integral converges to . If this limit had instead been infinite, the integral would diverge and have no finite value.

3. Calculating Areas Under Curvesโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 6 min

Integration gives the area between a curve and the x-axis between two bounds. If the curve lies entirely above the x-axis, the integral equals the area directly. If the curve crosses the x-axis between your bounds, you must split the integral into separate regions, because the integral will be negative for regions below the axis, and area is always positive.

๐Ÿ“ Worked Example

Find the total area bounded by , the x-axis, and .

  1. 1

    Find where the curve crosses the x-axis between 0 and 3: . for , for .

  2. 2

    Calculate the integral for the first (negative) region:

    โˆซ02(x2โˆ’4)dx=[x33โˆ’4x]02=โˆ’163\int_0^2 (x^2 - 4) dx = \left[ \frac{x^3}{3} - 4x \right]_0^2 = -\frac{16}{3}
  3. 3

    Take the absolute value to get the area of the negative region:

    Area1=โˆฃโˆ’163โˆฃ=163\text{Area}_1 = \left| -\frac{16}{3} \right| = \frac{16}{3}
  4. 4

    Calculate the integral for the second (positive) region:

    โˆซ23(x2โˆ’4)dx=[x33โˆ’4x]23=73\int_2^3 (x^2 - 4) dx = \left[ \frac{x^3}{3} - 4x \right]_2^3 = \frac{7}{3}
  5. 5

    Add the two areas to get total area:

    Total Area=163+73=233=723\text{Total Area} = \frac{16}{3} + \frac{7}{3} = \frac{23}{3} = 7\frac{2}{3}

To find the area enclosed between two curves (or a curve and a line), first find the x-coordinates where they intersect by setting the two expressions equal. Between those limits, integrate the upper function minus the lower function. Subtracting first means you never have to split for sign โ€” the result is already the positive enclosed area.

Area=โˆซab(ytopโˆ’ybottom)dx\text{Area} = \int_a^b \left( y_{\text{top}} - y_{\text{bottom}} \right) dx
๐Ÿ“ Worked Example

Find the area of the region enclosed between the curve and the line .

  1. 1

    Find the intersection points by setting the curve equal to the line:

    x2=x+2โ€…โ€ŠโŸนโ€…โ€Šx2โˆ’xโˆ’2=0โ€…โ€ŠโŸนโ€…โ€Š(xโˆ’2)(x+1)=0x^2 = x + 2 \implies x^2 - x - 2 = 0 \implies (x-2)(x+1) = 0
  2. 2

    So the curve and line meet at and ; these are the limits of integration.

    x=โˆ’1,x=2x = -1, \quad x = 2
  3. 3

    Between these limits the line lies above the curve, so integrate (line minus curve):

    โˆซโˆ’12[(x+2)โˆ’x2]dx=[x22+2xโˆ’x33]โˆ’12\int_{-1}^{2} \left[ (x + 2) - x^2 \right] dx = \left[ \frac{x^2}{2} + 2x - \frac{x^3}{3} \right]_{-1}^{2}
  4. 4

    Evaluate at the upper limit and the lower limit:

    (2+4โˆ’83)โˆ’(12โˆ’2+13)=103โˆ’(โˆ’76)\left( 2 + 4 - \tfrac{8}{3} \right) - \left( \tfrac{1}{2} - 2 + \tfrac{1}{3} \right) = \frac{10}{3} - \left( -\frac{7}{6} \right)
  5. 5

    Combine to get the enclosed area:

    Area=206+76=276=92\text{Area} = \frac{20}{6} + \frac{7}{6} = \frac{27}{6} = \frac{9}{2}

4. Integration of Negative and Fractional Exponentsโ˜…โ˜…โ˜…โ˜…โ˜†โฑ 5 min

The power rule works for all exponents except , including negative and fractional exponents. You just need to rewrite roots and reciprocal terms as power functions first before applying the rule.

๐Ÿ“ Worked Example

Find .

  1. 1

    Rewrite the integrand terms with exponents:

    2x=2x1/2,3x2=3xโˆ’22\sqrt{x} = 2x^{1/2}, \quad \frac{3}{x^2} = 3x^{-2}
  2. 2

    Integrate the first term: add 1 to the exponent, divide by the new exponent:

    2ร—x3/23/2=43x3/22 \times \frac{x^{3/2}}{3/2} = \frac{4}{3}x^{3/2}
  3. 3

    Integrate the second term:

    3ร—xโˆ’1โˆ’1=โˆ’3x3 \times \frac{x^{-1}}{-1} = -\frac{3}{x}
  4. 4

    Add the constant of integration:

    43x3/2โˆ’3x+C\frac{4}{3}x^{3/2} - \frac{3}{x} + C
โœ“ Quick check

Test your understanding of the power rule for negative exponents:

  1. What is the correct result for ?

    Reveal answer
    1 โ€”

    Add 1 to the exponent: , then divide by the new exponent . Don't forget the constant of integration !

5. Volumes of Revolutionโ˜…โ˜…โ˜…โ˜…โ˜†โฑ 7 min

When a region bounded by a curve and an axis is rotated through about that axis, it sweeps out a solid. Slicing the solid into thin disks of radius and thickness , each disk has area , and summing them by integration gives the volume. The single most common error is forgetting to square the radius.

About the x-axis:V=ฯ€โˆซaby2โ€‰dx\text{About the x-axis:} \quad V = \pi \int_a^b y^2 \, dx
About the y-axis:V=ฯ€โˆซabx2โ€‰dy\text{About the y-axis:} \quad V = \pi \int_a^b x^2 \, dy
๐Ÿ“ Worked Example

The region under from to is rotated about the x-axis. Find the volume of the solid formed.

  1. 1

    Use the x-axis formula and square first โ€” square the whole expression, do not just copy :

    V=ฯ€โˆซ02y2โ€‰dx=ฯ€โˆซ02(x2)2โ€‰dx=ฯ€โˆซ02x4โ€‰dxV = \pi \int_0^2 y^2 \, dx = \pi \int_0^2 (x^2)^2 \, dx = \pi \int_0^2 x^4 \, dx
  2. 2

    Integrate using the power rule:

    ฯ€[x55]02\pi \left[ \frac{x^5}{5} \right]_0^2
  3. 3

    Evaluate at the limits:

    ฯ€(325โˆ’0)=32ฯ€5\pi \left( \frac{32}{5} - 0 \right) = \frac{32\pi}{5}

If the rotated region does not touch the axis, the solid has a hole through it โ€” a washer. Take the volume swept by the outer boundary and subtract the volume swept by the inner boundary. Crucially this is the difference of the squares, , not the square of the difference.

V=ฯ€โˆซab(youter2โˆ’yinner2)dxV = \pi \int_a^b \left( y_{\text{outer}}^2 - y_{\text{inner}}^2 \right) dx
๐Ÿ“ Worked Example

The region between the curve and the line is rotated about the x-axis. Find the volume of the solid formed.

  1. 1

    Find where the curve meets the line to get the limits:

    9โˆ’x2=5โ€…โ€ŠโŸนโ€…โ€Šx2=4โ€…โ€ŠโŸนโ€…โ€Šx=ยฑ29 - x^2 = 5 \implies x^2 = 4 \implies x = \pm 2
  2. 2

    The outer radius is the curve and the inner radius is the line . Set up the washer integral as a difference of squares:

    V=ฯ€โˆซโˆ’22[(9โˆ’x2)2โˆ’52]dxV = \pi \int_{-2}^{2} \left[ (9 - x^2)^2 - 5^2 \right] dx
  3. 3

    Expand the squares before integrating:

    (9โˆ’x2)2โˆ’25=81โˆ’18x2+x4โˆ’25=56โˆ’18x2+x4(9 - x^2)^2 - 25 = 81 - 18x^2 + x^4 - 25 = 56 - 18x^2 + x^4
  4. 4

    Integrate term by term:

    V=ฯ€[56xโˆ’6x3+x55]โˆ’22V = \pi \left[ 56x - 6x^3 + \frac{x^5}{5} \right]_{-2}^{2}
  5. 5

    The integrand is even, so the value equals twice the result from to :

    V=2ฯ€(112โˆ’48+325)=2ฯ€โ‹…3525=704ฯ€5V = 2\pi \left( 112 - 48 + \frac{32}{5} \right) = 2\pi \cdot \frac{352}{5} = \frac{704\pi}{5}

Exam tip:

Whenever you rotate about an axis, square the radius before integrating and keep the factor of outside. For a region that does not reach the axis, use outer squared minus inner squared, never the square of the difference.

6. Common Pitfalls

Wrong move:

Forgetting to add the constant of integration for indefinite integrals

Why:

Examiners explicitly allocate one mark for , so this is an easy mark to lose

Correct move:

Always add at the end of any indefinite integral result

Wrong move:

Not splitting the integral when the curve crosses the x-axis for area problems

Why:

Negative areas from below the axis cancel positive areas, giving a total area smaller than the true value

Correct move:

Find all x-intercepts between your bounds, split the integral by interval, take absolute value of each integral, then add

Wrong move:

Dividing by the original exponent instead of the new exponent

Why:

This is a common arithmetic slip when integrating negative or fractional powers

Correct move:

Always remember: you add 1 to the exponent first, then divide by this new exponent

Wrong move:

Subtracting the upper bound result from the lower bound result

Why:

This gives the wrong sign for positive integrals, leading to lost marks for area problems

Correct move:

Always calculate

Wrong move:

Trying to integrate using the power rule in P1

Why:

This gives division by zero, and integration of is only covered in P2

Correct move:

If you encounter in a P1 integration question, check your simplification of the integrand

7. Quick Reference Cheatsheet

Rule Type

Formula

Key Note

Indefinite Power Rule

Always add

Definite Integral

is antiderivative of

Area (above x-axis)

Area =

No absolute value needed

Area (below x-axis)

Area =

Always take absolute value

Linear Power Rule

Divide by ;

Area Between Curves

Area =

Upper minus lower

Volume (about x-axis)

Square ; keep outside

Volume (about y-axis)

Square ; keep outside

8. Frequently Asked

Do I always need to add the constant of integration?

Always add for indefinite integrals. It cancels out in definite integral calculations, so you can omit it there.

Can area be negative?

Area is always positive. If the curve is below the x-axis, the integral will be negative, so you must take the absolute value to get area.

Going deeper

What's Next

Integration is a core foundation for all further calculus topics in A-Level Mathematics. The area-between-curves and volume-of-revolution techniques in this topic are themselves part of Pure Mathematics 1 โ€” you have already met them above. What is deferred to Pure Mathematics 2 and 3 is the integration of transcendental functions: exponentials such as , the reciprocal (which integrates to a logarithm), and trigonometric functions, together with methods such as integration by substitution and by parts. Building a strong command of the power rule, definite integrals, areas, and volumes now will make those later topics much easier to tackle.