Skip to content

9709 · 3.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 exact area of the region enclosed by the curve y=xx2+5y = x\sqrt{x^2+5}, the x-axis, and the lines x=0x=0 and x=2x=2.

Show solution outline

The area is given by the definite integral A=02xx2+5dxA = \int_0^2 x\sqrt{x^2+5} \, dx.

This is not a standard integral, so we use substitution. The expression inside the square root is a good candidate for substitution.

Let u=x2+5u = x^2+5. Then, differentiating with respect to xx: dudx=2x\frac{du}{dx} = 2x. Rearranging gives du=2xdxdu = 2x \, dx, or xdx=12dux \, dx = \frac{1}{2} du.

Now, we must change the limits of integration from xx-values to uu-values: When x=0x=0, u=02+5=5u = 0^2+5 = 5. When x=2x=2, u=22+5=9u = 2^2+5 = 9.

Substitute everything into the integral: A=59u(12du)=1259u1/2duA = \int_5^9 \sqrt{u} \, (\frac{1}{2} du) = \frac{1}{2} \int_5^9 u^{1/2} \, du.

Now integrate with respect to uu: A=12[u3/23/2]59=12[23u3/2]59=13[u3/2]59A = \frac{1}{2} \left[ \frac{u^{3/2}}{3/2} \right]_5^9 = \frac{1}{2} \left[ \frac{2}{3}u^{3/2} \right]_5^9 = \frac{1}{3} [u^{3/2}]_5^9.

Finally, substitute the new limits: A=13(93/253/2)=13((9)355)=13(3355)A = \frac{1}{3} (9^{3/2} - 5^{3/2}) = \frac{1}{3} ((\sqrt{9})^3 - 5\sqrt{5}) = \frac{1}{3} (3^3 - 5\sqrt{5}).

The exact area is 13(2755)\frac{1}{3}(27 - 5\sqrt{5}).

[M1] for choosing a suitable substitution and finding dudx\frac{du}{dx}. [A1] for correct substitution including converting xdxx \, dx. [M1] for changing the limits correctly. [A1] for the correct integral in terms of uu. [M1] for integrating u1/2u^{1/2}. [A1] for the final exact answer.

Worked example 2

Find the exact value of 1ex2lnxdx\int_1^e x^2 \ln x \, dx.

Show solution outline

We have a product of an algebraic function (x2x^2) and a logarithmic function (lnx\ln x). We use integration by parts.

Using the LIATE principle, we choose the Logarithmic function as uu. Let u=lnxu = \ln x and dvdx=x2\frac{dv}{dx} = x^2.

Then we differentiate uu and integrate dvdx\frac{dv}{dx}: dudx=1x\frac{du}{dx} = \frac{1}{x} and v=x2dx=x33v = \int x^2 dx = \frac{x^3}{3}.

Apply the integration by parts formula: udvdxdx=uvvdudxdx\int u \frac{dv}{dx} dx = uv - \int v \frac{du}{dx} dx. 1ex2lnxdx=[(lnx)(x33)]1e1e(x33)(1x)dx\int_1^e x^2 \ln x \, dx = \left[ (\ln x) \left(\frac{x^3}{3}\right) \right]_1^e - \int_1^e \left(\frac{x^3}{3}\right) \left(\frac{1}{x}\right) dx.

Simplify the expression: =[x3lnx3]1e1ex23dx= \left[ \frac{x^3 \ln x}{3} \right]_1^e - \int_1^e \frac{x^2}{3} dx.

Now, evaluate the remaining integral: =[x3lnx3]1e[x39]1e= \left[ \frac{x^3 \ln x}{3} \right]_1^e - \left[ \frac{x^3}{9} \right]_1^e.

Substitute the limits. Remember lne=1\ln e = 1 and ln1=0\ln 1 = 0. =(e3lne313ln13)(e39139)= \left( \frac{e^3 \ln e}{3} - \frac{1^3 \ln 1}{3} \right) - \left( \frac{e^3}{9} - \frac{1^3}{9} \right). =(e3(1)31(0)3)(e3919)= \left( \frac{e^3(1)}{3} - \frac{1(0)}{3} \right) - \left( \frac{e^3}{9} - \frac{1}{9} \right). =e330e39+19= \frac{e^3}{3} - 0 - \frac{e^3}{9} + \frac{1}{9}.

Combine the terms: =3e39e39+19=2e3+19= \frac{3e^3}{9} - \frac{e^3}{9} + \frac{1}{9} = \frac{2e^3 + 1}{9}.

[M1] for correct choice of uu and dvdx\frac{dv}{dx}. [A1] for correct dudx\frac{du}{dx} and vv. [M1] for correct application of the by parts formula. [A1] for correct integration of the second term. [M1] for substituting limits correctly. [A1] for the final exact answer.