Skip to content

9231 · 2.4

Integration — practice questions

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

Worked example 1

Let In=0π/2sinnxdxI_n = \int_0^{\pi/2} \sin^n x \, dx for n0n \ge 0.

(a) Show that for n2n \ge 2, nIn=(n1)In2nI_n = (n-1)I_{n-2}.

(b) Hence, find the exact value of I5I_5.

Show solution outline

(a) Deriving the reduction formula: We use integration by parts on In=0π/2sinnxdx=0π/2sinn1xsinxdxI_n = \int_0^{\pi/2} \sin^n x \, dx = \int_0^{\pi/2} \sin^{n-1} x \sin x \, dx. Let u=sinn1xu = \sin^{n-1} x and dvdx=sinx\frac{dv}{dx} = \sin x. Then dudx=(n1)sinn2xcosx\frac{du}{dx} = (n-1)\sin^{n-2} x \cos x and v=cosxv = -\cos x.

Applying the integration by parts formula: In=[uv]0π/20π/2vdudxdxI_n = [uv]_0^{\pi/2} - \int_0^{\pi/2} v \frac{du}{dx} \, dx In=[cosxsinn1x]0π/20π/2(cosx)(n1)sinn2xcosxdxI_n = [-\cos x \sin^{n-1} x]_0^{\pi/2} - \int_0^{\pi/2} (-\cos x)(n-1)\sin^{n-2} x \cos x \, dx

The first term is [(cos(π/2)sinn1(π/2))(cos(0)sinn1(0))]=[00]=0[(-\cos(\pi/2) \sin^{n-1}(\pi/2)) - (-\cos(0) \sin^{n-1}(0))] = [0 - 0] = 0 for n2n \ge 2.

In=(n1)0π/2cos2xsinn2xdxI_n = (n-1) \int_0^{\pi/2} \cos^2 x \sin^{n-2} x \, dx Using the identity cos2x=1sin2x\cos^2 x = 1 - \sin^2 x: In=(n1)0π/2(1sin2x)sinn2xdxI_n = (n-1) \int_0^{\pi/2} (1 - \sin^2 x) \sin^{n-2} x \, dx In=(n1)(0π/2sinn2xdx0π/2sinnxdx)I_n = (n-1) \left( \int_0^{\pi/2} \sin^{n-2} x \, dx - \int_0^{\pi/2} \sin^n x \, dx \right) In=(n1)(In2In)I_n = (n-1)(I_{n-2} - I_n) In=(n1)In2(n1)InI_n = (n-1)I_{n-2} - (n-1)I_n In+(n1)In=(n1)In2I_n + (n-1)I_n = (n-1)I_{n-2} nIn=(n1)In2nI_n = (n-1)I_{n-2}, as required.

(b) Calculating I5I_5: Using the formula In=n1nIn2I_n = \frac{n-1}{n}I_{n-2}: I5=45I3I_5 = \frac{4}{5} I_3 I3=23I1I_3 = \frac{2}{3} I_1

We need to calculate the base case I1I_1: I1=0π/2sinxdx=[cosx]0π/2=(cos(π/2))(cos(0))=0(1)=1I_1 = \int_0^{\pi/2} \sin x \, dx = [-\cos x]_0^{\pi/2} = (-\cos(\pi/2)) - (-\cos(0)) = 0 - (-1) = 1.

Now substitute back: I3=23×1=23I_3 = \frac{2}{3} \times 1 = \frac{2}{3} I5=45×I3=45×23=815I_5 = \frac{4}{5} \times I_3 = \frac{4}{5} \times \frac{2}{3} = \frac{8}{15}.

Worked example 2

A curve is defined by the parametric equations x=t33tx = t^3 - 3t and y=3t2y = 3t^2 for 0t20 \le t \le 2. Find the exact length of the curve.

Show solution outline

First, we need to find the derivatives with respect to tt: dxdt=3t23\frac{dx}{dt} = 3t^2 - 3 dydt=6t\frac{dy}{dt} = 6t

Next, we set up the expression for the integrand in the arc length formula, s=t1t2(dxdt)2+(dydt)2dts = \int_{t_1}^{t_2} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} \, dt.

(dxdt)2+(dydt)2=(3t23)2+(6t)2(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2 = (3t^2 - 3)^2 + (6t)^2 =(9t418t2+9)+36t2= (9t^4 - 18t^2 + 9) + 36t^2 =9t4+18t2+9= 9t^4 + 18t^2 + 9

This expression can be factorised. Notice it's a perfect square: =9(t4+2t2+1)= 9(t^4 + 2t^2 + 1) =9(t2+1)2= 9(t^2 + 1)^2

Now, take the square root: 9(t2+1)2=3(t2+1)\sqrt{9(t^2 + 1)^2} = 3(t^2 + 1) (since t2+1t^2+1 is always positive).

Now we can set up and evaluate the integral for the arc length from t=0t=0 to t=2t=2: s=023(t2+1)dts = \int_0^2 3(t^2 + 1) \, dt s=302(t2+1)dts = 3 \int_0^2 (t^2 + 1) \, dt s=3[t33+t]02s = 3 \left[ \frac{t^3}{3} + t \right]_0^2 s=3((233+2)(033+0))s = 3 \left( (\frac{2^3}{3} + 2) - (\frac{0^3}{3} + 0) \right) s=3(83+2)s = 3 \left( \frac{8}{3} + 2 \right) s=3(83+63)=3(143)=14s = 3 \left( \frac{8}{3} + \frac{6}{3} \right) = 3 \left( \frac{14}{3} \right) = 14.

The exact length of the curve is 14 units.