Skip to content

9709 · 1.8

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

The gradient of a curve is given by dydx=3x28x+1\frac{dy}{dx} = 3x^2 - 8x + 1. The curve passes through the point (2,5)(2, -5). Find the equation of the curve.

Show solution outline

To find the equation of the curve, we must integrate the gradient function. y=(3x28x+1)dxy = \int (3x^2 - 8x + 1) \, dx

Apply the power rule for integration to each term: y=3x338x22+x+Cy = \frac{3x^3}{3} - \frac{8x^2}{2} + x + C y=x34x2+x+Cy = x^3 - 4x^2 + x + C

This is the general equation for the family of curves with the given gradient. To find the specific curve, we use the point (2,5)(2, -5). Substitute x=2x=2 and y=5y=-5: 5=(2)34(2)2+(2)+C-5 = (2)^3 - 4(2)^2 + (2) + C 5=84(4)+2+C-5 = 8 - 4(4) + 2 + C 5=816+2+C-5 = 8 - 16 + 2 + C 5=6+C-5 = -6 + C C=1C = 1

Therefore, the specific equation of the curve is: y=x34x2+x+1y = x^3 - 4x^2 + x + 1

Worked example 2

Find the exact area of the region enclosed by the curve y=4x2y = 4 - x^2 and the x-axis.

Show solution outline

First, we need to find the limits of integration. The region is bounded by the x-axis, so we find the x-intercepts by setting y=0y=0. 4x2=04 - x^2 = 0 x2=4x^2 = 4 x=2x = -2 and x=2x = 2 So, our limits are a=2a=-2 and b=2b=2.

The area is given by the definite integral: Area =22(4x2)dx= \int_{-2}^{2} (4 - x^2) \, dx

First, integrate the function: [4xx33]22[4x - \frac{x^3}{3}]_{-2}^{2}

Now, evaluate at the upper limit (x=2x=2) and subtract the evaluation at the lower limit (x=2x=-2). This step is crucial for method marks. =(4(2)(2)33)(4(2)(2)33)= (4(2) - \frac{(2)^3}{3}) - (4(-2) - \frac{(-2)^3}{3}) =(883)(883)= (8 - \frac{8}{3}) - (-8 - \frac{-8}{3}) =(883)(8+83)= (8 - \frac{8}{3}) - (-8 + \frac{8}{3}) =(24383)(243+83)= (\frac{24}{3} - \frac{8}{3}) - (-\frac{24}{3} + \frac{8}{3}) =(163)(163)= (\frac{16}{3}) - (-\frac{16}{3}) =163+163=323= \frac{16}{3} + \frac{16}{3} = \frac{32}{3}

The exact area is 323\frac{32}{3} square units.