Skip to content

9709 · 2.5

Integration — practice questions

Practice and worked examples for 9709 Integration. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

Find the indefinite integral of f(x)=4x3+6x3e2xf(x) = 4x^3 + \frac{6}{x} - 3e^{2x}.

Show solution outline

We integrate the function term by term.

(4x3+6x3e2x)dx\int \left( 4x^3 + \frac{6}{x} - 3e^{2x} \right) \, dx

  1. Integrate 4x34x^3: Using the power rule, 4x3dx=4×x3+13+1=4x44=x4\int 4x^3 \, dx = 4 \times \frac{x^{3+1}}{3+1} = 4 \frac{x^4}{4} = x^4.
  2. Integrate 6x\frac{6}{x}: This is 6×1x6 \times \frac{1}{x}. The integral is 6lnx6 \ln|x|.
  3. Integrate 3e2x-3e^{2x}: Using the rule for exponentials, 3e2xdx=3×12e2x=32e2x\int -3e^{2x} \, dx = -3 \times \frac{1}{2}e^{2x} = -\frac{3}{2}e^{2x}.
  4. Combine and add the constant of integration: Don't forget to add +c+c at the end.

So, (4x3+6x3e2x)dx=x4+6lnx32e2x+c\int \left( 4x^3 + \frac{6}{x} - 3e^{2x} \right) \, dx = x^4 + 6\ln|x| - \frac{3}{2}e^{2x} + c.

Worked example 2

The diagram shows the curve y=sin(2x)y = \sin(2x). Find the exact area of the shaded region enclosed by the curve, the x-axis, and the line x=π2x=\frac{\pi}{2}.

Show solution outline

The region is bounded by x=0x=0 and x=π2x=\frac{\pi}{2}. The function y=sin(2x)y=\sin(2x) is non-negative on this interval.

We need to evaluate the definite integral: Area =0π/2sin(2x)dx= \int_0^{\pi/2} \sin(2x) \, dx

  1. Find the indefinite integral: sin(2x)dx=12cos(2x)\int \sin(2x) \, dx = -\frac{1}{2}\cos(2x).
  2. Apply the limits: We use square brackets to denote the evaluation. Area =[12cos(2x)]0π/2= \left[ -\frac{1}{2}\cos(2x) \right]_0^{\pi/2}
  3. Substitute the upper limit (b=π/2b = \pi/2): 12cos(2×π2)=12cos(π)=12(1)=12-\frac{1}{2}\cos(2 \times \frac{\pi}{2}) = -\frac{1}{2}\cos(\pi) = -\frac{1}{2}(-1) = \frac{1}{2}.
  4. Substitute the lower limit (a=0a = 0): 12cos(2×0)=12cos(0)=12(1)=12-\frac{1}{2}\cos(2 \times 0) = -\frac{1}{2}\cos(0) = -\frac{1}{2}(1) = -\frac{1}{2}.
  5. Calculate F(b)F(a)F(b) - F(a): Area =(12)(12)=12+12=1= (\frac{1}{2}) - (-\frac{1}{2}) = \frac{1}{2} + \frac{1}{2} = 1.

The exact area is 1 square unit.

Worked example 3

Use the trapezium rule with 4 strips to find an approximation for 15xx+1dx\int_1^5 \frac{x}{x+1} \, dx, giving your answer to 3 decimal places.

Show solution outline
  1. Identify parameters: The interval is [a,b]=[1,5][a, b] = [1, 5]. The number of strips is n=4n=4.
  2. Calculate strip width, hh: h=ban=514=1h = \frac{b-a}{n} = \frac{5-1}{4} = 1.
  3. Determine x-values: The x-values (ordinates) will be x0=1,x1=2,x2=3,x3=4,x4=5x_0=1, x_1=2, x_2=3, x_3=4, x_4=5.
  4. Calculate corresponding y-values: Let y(x)=xx+1y(x) = \frac{x}{x+1}. y0=y(1)=11+1=0.5y_0 = y(1) = \frac{1}{1+1} = 0.5 y1=y(2)=22+1=230.66667y_1 = y(2) = \frac{2}{2+1} = \frac{2}{3} \approx 0.66667 y2=y(3)=33+1=0.75y_2 = y(3) = \frac{3}{3+1} = 0.75 y3=y(4)=44+1=0.8y_3 = y(4) = \frac{4}{4+1} = 0.8 y4=y(5)=55+1=560.83333y_4 = y(5) = \frac{5}{5+1} = \frac{5}{6} \approx 0.83333
  5. Apply the Trapezium Rule formula: 15ydxh2[y0+y4+2(y1+y2+y3)]\int_1^5 y \, dx \approx \frac{h}{2}[y_0 + y_4 + 2(y_1 + y_2 + y_3)] 12[0.5+0.83333+2(0.66667+0.75+0.8)]\approx \frac{1}{2}[0.5 + 0.83333 + 2(0.66667 + 0.75 + 0.8)] 0.5[1.33333+2(2.21667)]\approx 0.5[1.33333 + 2(2.21667)] 0.5[1.33333+4.43334]\approx 0.5[1.33333 + 4.43334] 0.5[5.76667]2.883335\approx 0.5[5.76667] \approx 2.883335

Rounding to 3 decimal places, the approximation is 2.883.