跳到主要内容

Integration Techniques — Question Types

Type 1: Reduction Formulae (7–11 marks)

Example: s20/21 Q6 — Given In=01(1x2)n/2dxI_n = \int_0^1 (1 - x^2)^{n/2}\,dx for n0n \ge 0. (a) Show that (n+2)In=(n+1)In2(n+2)I_n = (n+1)I_{n-2} for n2n \ge 2. [5] (b) Evaluate I5I_5. [3]

📝 MS 展开查看

(a) Write In=01(1x2)(1x2)(n2)/2dx=01(1x2)(1x2)(n2)/2dxI_n = \int_0^1 (1 - x^2) \cdot (1 - x^2)^{(n-2)/2}\,dx = \int_0^1 (1 - x^2)(1 - x^2)^{(n-2)/2}\,dx

=01(1x2)(n2)/2dx01x2(1x2)(n2)/2dx= \int_0^1 (1 - x^2)^{(n-2)/2}\,dx - \int_0^1 x^2(1 - x^2)^{(n-2)/2}\,dx

=In201xx(1x2)(n2)/2dx= I_{n-2} - \int_0^1 x \cdot x(1 - x^2)^{(n-2)/2}\,dx

Let u=xu = x, dv=x(1x2)(n2)/2dxdv = x(1 - x^2)^{(n-2)/2}dx

du=dxdu = dx, v=1n(1x2)n/2v = -\frac{1}{n}(1 - x^2)^{n/2}

01x2(1x2)(n2)/2dx=[xn(1x2)n/2]01+1n01(1x2)n/2dx\int_0^1 x^2(1 - x^2)^{(n-2)/2}\,dx = \left[-\frac{x}{n}(1 - x^2)^{n/2}\right]_0^1 + \frac{1}{n}\int_0^1 (1 - x^2)^{n/2}\,dx

=0+1nIn= 0 + \frac{1}{n}I_n

So In=In21nInI_n = I_{n-2} - \frac{1}{n}I_n

In+1nIn=In2I_n + \frac{1}{n}I_n = I_{n-2}

Inn+1n=In2I_n\frac{n+1}{n} = I_{n-2}

Therefore (n+1)In=nIn2(n+1)I_n = n I_{n-2}, which is equivalent to (n+2)In=(n+1)In2(n+2)I_n = (n+1)I_{n-2} (shift index).

M1 — Split (1x2)n/2=(1x2)(1x2)(n2)/2(1-x^2)^{n/2} = (1-x^2)(1-x^2)^{(n-2)/2} M1 — Express In=In2x2(1x2)(n2)/2dxI_n = I_{n-2} - \int x^2(1-x^2)^{(n-2)/2}dx M1 — Integration by parts with correct uu, dvdv selection A1 — Correct working leading to In=In21nInI_n = I_{n-2} - \frac{1}{n}I_n A1 — Correct recurrence (n+2)In=(n+1)In2(n+2)I_n = (n+1)I_{n-2}

(b) I0=011dx=1I_0 = \int_0^1 1\,dx = 1

I1=01(1x2)1/2dx=π4I_1 = \int_0^1 (1 - x^2)^{1/2}\,dx = \frac{\pi}{4}

Using (n+2)In=(n+1)In2(n+2)I_n = (n+1)I_{n-2}:

n=2n=2: 4I2=3I0I2=344I_2 = 3I_0 \Rightarrow I_2 = \frac{3}{4}

n=3n=3: 5I3=4I1I3=45π4=π55I_3 = 4I_1 \Rightarrow I_3 = \frac{4}{5} \cdot \frac{\pi}{4} = \frac{\pi}{5}

n=4n=4: 6I4=5I2I4=5634=586I_4 = 5I_2 \Rightarrow I_4 = \frac{5}{6} \cdot \frac{3}{4} = \frac{5}{8}

n=5n=5: 7I5=6I3I5=67π5=6π357I_5 = 6I_3 \Rightarrow I_5 = \frac{6}{7} \cdot \frac{\pi}{5} = \frac{6\pi}{35}

M1 — Find I0I_0 and I1I_1 correctly A1 — Correct iterative application A1 — Correct I5=6π35I_5 = \frac{6\pi}{35}

Example: s21/23 Q6 — Given In=0π/2sinnxdxI_n = \int_0^{\pi/2} \sin^n x\,dx. (a) Show that nIn=(n1)In2nI_n = (n-1)I_{n-2} for n2n \ge 2. [5] (b) Hence find I6I_6. [2]

📝 MS 展开查看

(a) In=0π/2sinn1xsinxdxI_n = \int_0^{\pi/2} \sin^{n-1}x \cdot \sin x\,dx

Let u=sinn1xu = \sin^{n-1}x, dv=sinxdxdv = \sin x\,dx

du=(n1)sinn2xcosxdxdu = (n-1)\sin^{n-2}x\cos x\,dx, v=cosxv = -\cos x

In=[sinn1xcosx]0π/2+(n1)0π/2sinn2xcos2xdxI_n = \left[-\sin^{n-1}x\cos x\right]_0^{\pi/2} + (n-1)\int_0^{\pi/2} \sin^{n-2}x\cos^2 x\,dx

=0+(n1)0π/2sinn2x(1sin2x)dx= 0 + (n-1)\int_0^{\pi/2} \sin^{n-2}x(1-\sin^2 x)\,dx

=(n1)(In2In)= (n-1)(I_{n-2} - I_n)

In=(n1)In2(n1)InI_n = (n-1)I_{n-2} - (n-1)I_n

nIn=(n1)In2nI_n = (n-1)I_{n-2}

(b) I0=π2I_0 = \frac{\pi}{2}, I1=1I_1 = 1

I2=12I0=π4I_2 = \frac{1}{2}I_0 = \frac{\pi}{4}, I4=34I2=3π16I_4 = \frac{3}{4}I_2 = \frac{3\pi}{16}, I6=56I4=5π32I_6 = \frac{5}{6}I_4 = \frac{5\pi}{32}

M1 — Integration by parts A1 — Correct derivation of nIn=(n1)In2nI_n = (n-1)I_{n-2} M1 — Find I0I_0, I1I_1 A1 — Correct I6=5π32I_6 = \frac{5\pi}{32}

Type 2: Integration by Parts / Substitution (3–4 marks)

Example: s20/23 Q2 — Evaluate 01x2e2xdx\int_0^1 x^2 e^{2x}\,dx.

📝 MS 展开查看

Let u=x2u = x^2, dv=e2xdxdv = e^{2x}dx

du=2xdxdu = 2x\,dx, v=12e2xv = \frac{1}{2}e^{2x}

x2e2xdx=12x2e2x12e2x2xdx=12x2e2xxe2xdx\int x^2 e^{2x}\,dx = \frac{1}{2}x^2e^{2x} - \int \frac{1}{2}e^{2x} \cdot 2x\,dx = \frac{1}{2}x^2e^{2x} - \int xe^{2x}\,dx

For xe2xdx\int xe^{2x}\,dx: u=xu = x, dv=e2xdxdv = e^{2x}dx

=12xe2x14e2x= \frac{1}{2}xe^{2x} - \frac{1}{4}e^{2x}

So x2e2xdx=12x2e2x12xe2x+14e2x+C\int x^2 e^{2x}\,dx = \frac{1}{2}x^2e^{2x} - \frac{1}{2}xe^{2x} + \frac{1}{4}e^{2x} + C

01x2e2xdx=[12x2e2x12xe2x+14e2x]01\int_0^1 x^2 e^{2x}\,dx = \left[\frac{1}{2}x^2e^{2x} - \frac{1}{2}xe^{2x} + \frac{1}{4}e^{2x}\right]_0^1

=(12e212e2+14e2)14=14(e21)= \left(\frac{1}{2}e^2 - \frac{1}{2}e^2 + \frac{1}{4}e^2\right) - \frac{1}{4} = \frac{1}{4}(e^2 - 1)

M1 — Correct first integration by parts A1 — Correct xe2xdx\int xe^{2x}dx A1 — Correct final answer 14(e21)\frac{1}{4}(e^2 - 1)

Type 3: Integration of Rational Functions (5 marks)

Example: s23/21 Q4 — Find 2x2+3x+1(x1)(x2+1)dx\int \frac{2x^2 + 3x + 1}{(x-1)(x^2 + 1)}\,dx.

📝 MS 展开查看

Partial fractions:

2x2+3x+1(x1)(x2+1)=Ax1+Bx+Cx2+1\frac{2x^2 + 3x + 1}{(x-1)(x^2+1)} = \frac{A}{x-1} + \frac{Bx + C}{x^2+1}

Multiplying: 2x2+3x+1=A(x2+1)+(Bx+C)(x1)2x^2 + 3x + 1 = A(x^2+1) + (Bx + C)(x-1)

=A(x2+1)+Bx(x1)+C(x1)= A(x^2+1) + Bx(x-1) + C(x-1)

=Ax2+A+Bx2Bx+CxC= Ax^2 + A + Bx^2 - Bx + Cx - C

=(A+B)x2+(B+C)x+(AC)= (A+B)x^2 + (-B+C)x + (A-C)

Compare coefficients:

x2x^2: A+B=2A + B = 2 xx: B+C=3-B + C = 3 Constant: AC=1A - C = 1

Solving: A=2A = 2, B=0B = 0, C=1C = 1

Wait — check: A=2A=2, then 2+B=2B=02+B=2 \Rightarrow B=0, then 0+C=3C=3-0+C=3 \Rightarrow C=3, but AC=23=11A-C=2-3=-1\neq1

Re-solve: From AC=1C=A1A-C=1 \Rightarrow C = A-1 From A+B=2B=2AA+B=2 \Rightarrow B = 2-A From B+C=3(2A)+(A1)=32+A+A1=32A3=3A=3-B+C=3 \Rightarrow -(2-A)+(A-1)=3 \Rightarrow -2+A+A-1=3 \Rightarrow 2A-3=3 \Rightarrow A=3

Then B=1B=-1, C=2C=2

Check: (A+B)=31=2(A+B)=3-1=2\checkmark, (B+C)=1+2=3(-B+C)=1+2=3\checkmark, (AC)=32=1(A-C)=3-2=1\checkmark

2x2+3x+1(x1)(x2+1)=3x1+x+2x2+1\frac{2x^2+3x+1}{(x-1)(x^2+1)} = \frac{3}{x-1} + \frac{-x+2}{x^2+1}

=3x1xx2+1+2x2+1= \frac{3}{x-1} - \frac{x}{x^2+1} + \frac{2}{x^2+1}

Integrate:

3x1dx=3lnx1\int \frac{3}{x-1}\,dx = 3\ln|x-1|

xx2+1dx=12ln(x2+1)\int \frac{x}{x^2+1}\,dx = \frac{1}{2}\ln(x^2+1)

2x2+1dx=2tan1x\int \frac{2}{x^2+1}\,dx = 2\tan^{-1}x

Answer: 3lnx112ln(x2+1)+2tan1x+C3\ln|x-1| - \frac{1}{2}\ln(x^2+1) + 2\tan^{-1}x + C

M1 — Correct partial fraction form A1 — Correct coefficients A=3A=3, B=1B=-1, C=2C=2 M1 — Separate into standard integrals A1 — Correct ln\ln terms A1 — Correct tan1\tan^{-1} term