8 Integration — coverage pack

8 specification leaves · notes, questions, answers and worked methods

8.1 · Know and use the Fundamental Theorem of Calculus.

  • Integration is the reverse process of differentiation: if dydx=f(x)\frac{\mathrm dy}{\mathrm dx}=f(x), then y=f(x)dxy=\int f(x)\,\mathrm dx recovers the family of curves with that gradient function.
  • Every indefinite integral needs a constant of integration: f(x)dx=F(x)+c\int f(x)\,\mathrm dx=F(x)+c. One known point on the curve fixes the value of cc.
  • A definite integral is evaluated from any antiderivative: abf(x)dx=F(b)F(a)\int_a^b f(x)\,\mathrm dx=F(b)-F(a); the constant of integration cancels in the subtraction.
  • A common error is to omit +c+c from an indefinite integral, or to substitute the known point into f(x)f(x) instead of the integrated function when finding cc.

Tier 1 · Easy

  1. 1. A curve has gradient function dydx=6x24\frac{\mathrm dy}{\mathrm dx}=6x^2-4 and passes through the point (1,5)(1,5). Find the equation of the curve.[3 marks]

    Answer

    • y=2x34x+7y=2x^3-4x+7

    Method: Integrating the gradient function gives y=2x34x+cy=2x^3-4x+c. Substituting (1,5)(1,5): 5=24+c5=2-4+c, so c=7c=7. Hence y=2x34x+7y=2x^3-4x+7.

Tier 2 · Standard

  1. 1. The function ff satisfies f(x)=3x2x2f'(x)=3\sqrt{x}-\dfrac{2}{x^2} for x>0x>0, and f(4)=10f(4)=10. Find f(x)f(x).[4 marks]

    Answer

    • f(x)=2x3/2+2x132f(x)=2x^{3/2}+\dfrac{2}{x}-\dfrac{13}{2}

    Method: Rewrite as f(x)=3x1/22x2f'(x)=3x^{1/2}-2x^{-2} and integrate: f(x)=2x3/2+2x1+cf(x)=2x^{3/2}+2x^{-1}+c. Substituting x=4x=4: 2(8)+24+c=102(8)+\frac{2}{4}+c=10, so 16.5+c=1016.5+c=10 and c=132c=-\frac{13}{2}. Hence f(x)=2x3/2+2x132f(x)=2x^{3/2}+\frac{2}{x}-\frac{13}{2}.

Tier 3 · Hard

  1. 1. A curve y=f(x)y=f(x) satisfies f(x)=6x+2f''(x)=6x+2. The gradient of the curve at x=1x=1 is 33, and the curve passes through (2,4)(2,4). Find f(x)f(x), and verify your answer by evaluating 12f(x)dx\int_1^2 f'(x)\,\mathrm dx and comparing it with f(2)f(1)f(2)-f(1).[5 marks]

    Answer

    • f(x)=x3+x22x4f(x)=x^3+x^2-2x-4
    • 12f(x)dx=8=f(2)f(1)\int_1^2 f'(x)\,\mathrm dx=8=f(2)-f(1)

    Method: Integrate once: f(x)=3x2+2x+c1f'(x)=3x^2+2x+c_1; from f(1)=3f'(1)=3, 3+2+c1=33+2+c_1=3 so c1=2c_1=-2. Integrate again: f(x)=x3+x22x+c2f(x)=x^3+x^2-2x+c_2; from f(2)=4f(2)=4, 8+44+c2=48+4-4+c_2=4 so c2=4c_2=-4. Then f(2)f(1)=4(4)=8f(2)-f(1)=4-(-4)=8, and 12(3x2+2x2)dx=[x3+x22x]12=80=8\int_1^2(3x^2+2x-2)\,\mathrm dx=\left[x^3+x^2-2x\right]_1^2=8-0=8, confirming abf(x)dx=f(b)f(a)\int_a^b f'(x)\,\mathrm dx=f(b)-f(a).

8.2 · Integrate xⁿ (excluding n = −1) and related sums, differences and constant multiples; integrate e^(kx), 1/x, sin kx, cos kx and related sums, differences and constant multiples.

  • For n1n\ne-1, xndx=xn+1n+1+C\int x^n\,\mathrm dx=\frac{x^{n+1}}{n+1}+C; rewrite roots and reciprocals as powers before applying the rule.
  • Standard forms include ekxdx=1kekx+C\int e^{kx}\,\mathrm dx=\frac1k e^{kx}+C and 1xdx=lnx+C\int\frac1x\,\mathrm dx=\ln|x|+C on intervals not crossing 00.
  • Divide by the inner coefficient in trigonometric integrals. Also use sec2(kx)dx=1ktan(kx)+C\int\sec^2(kx)\,\mathrm dx=\frac1k\tan(kx)+C, tanxdx=lncosx+C\int\tan x\,\mathrm dx=-\ln|\cos x|+C, and identities for powers such as sin2x=12(1cos2x)\sin^2x=\frac12(1-\cos2x).
  • A common error is to forget the constant of integration or to multiply by kk rather than divide by it when integrating a function of kxkx.

Tier 1 · Easy

  1. 1. Find (6x24x1/2+3sec2(2x))dx\int(6x^2-4x^{1/2}+3\sec^2(2x))\,\mathrm dx.[4 marks]

    Answer

    • 2x383x3/2+32tan(2x)+C2x^3-\frac83x^{3/2}+\frac32\tan(2x)+C

    Method: The power terms give 2x383x3/22x^3-\frac83x^{3/2}. Since sec2(2x)dx=12tan(2x)\int\sec^2(2x)\,\mathrm dx=\frac12\tan(2x), the final term gives 32tan(2x)\frac32\tan(2x). Add CC.

Tier 2 · Standard

  1. 1. Find (6e3x+4x5sin(2x)+3tanx)dx\int\left(6e^{3x}+\frac4x-5\sin(2x)+3\tan x\right)\,\mathrm dx.[6 marks]

    Answer

    • 2e3x+4lnx+52cos(2x)3lncosx+C2e^{3x}+4\ln|x|+\frac52\cos(2x)-3\ln|\cos x|+C

    Method: Integrate term by term: the first three terms give 2e3x+4lnx+52cos(2x)2e^{3x}+4\ln|x|+\frac52\cos(2x). Since tanxdx=lncosx\int\tan x\,\mathrm dx=-\ln|\cos x|, the final term gives 3lncosx-3\ln|\cos x|. Add CC.

Tier 3 · Hard

  1. 1. Use trigonometric identities to find (4sin2x+3tan2x)dx\int(4\sin^2x+3\tan^2x)\,\mathrm dx.[6 marks]

    Answer

    • 3tanxxsin(2x)+C3\tan x-x-\sin(2x)+C

    Method: Use sin2x=12(1cos2x)\sin^2x=\frac12(1-\cos2x) and tan2x=sec2x1\tan^2x=\sec^2x-1. The integrand becomes 22cos2x+3sec2x3=3sec2x12cos2x2-2\cos2x+3\sec^2x-3=3\sec^2x-1-2\cos2x. Integrating gives 3tanxxsin(2x)+C3\tan x-x-\sin(2x)+C.

8.3 · Evaluate definite integrals; use a definite integral to find the area under a curve and the area between two curves.

  • Evaluate abf(x)dx\int_a^b f(x)\,\mathrm dx by finding an antiderivative FF and calculating F(b)F(a)F(b)-F(a).
  • A definite integral is signed area. Split at roots or intersections if the required geometric area includes regions below the axis or where the upper curve changes.
  • For area between curves, solve their intersection equations first and integrate yupperylowery_{\text{upper}}-y_{\text{lower}} over each relevant interval.
  • A common error is to reverse the subtraction or to quote a negative definite integral as a negative geometric area.

Tier 1 · Easy

  1. 1. Find the area between the line y=2x+1y=2x+1, the xx-axis, and the lines x=0x=0 and x=3x=3.[3 marks]

    Answer

    • Area =12=12 square units

    Method: The line is above the axis on the interval, so the area is 03(2x+1)dx=[x2+x]03=9+3=12\int_0^3(2x+1)\,\mathrm dx=[x^2+x]_0^3=9+3=12.

Tier 2 · Standard

  1. 1. Find the finite area enclosed by the curve y=4xx2y=4x-x^2 and the line y=xy=x.[5 marks]

    Answer

    • Area =92=\frac92 square units

    Method: Intersections satisfy 4xx2=x4x-x^2=x, so x(3x)=0x(3-x)=0 and x=0,3x=0,3. The parabola is above the line between them. Thus the area is 03(3xx2)dx=[32x213x3]03=2729=92\int_0^3(3x-x^2)\,\mathrm dx=[\frac32x^2-\frac13x^3]_0^3=\frac{27}{2}-9=\frac92.

Tier 3 · Hard

  1. 1. A curve is given parametrically by x=t2x=t^2 and y=t3y=t^3 for 0t20\leq t\leq2. Find the exact area between the curve, the xx-axis and the line x=4x=4.[6 marks]

    Answer

    • Area =645=\frac{64}{5} square units

    Method: For a parametric curve, area is ydx=02ydxdtdt\int y\,\mathrm dx=\int_0^2y\frac{\mathrm dx}{\mathrm dt}\,\mathrm dt. Here dxdt=2t\frac{\mathrm dx}{\mathrm dt}=2t, so the area is 02t3(2t)dt=202t4dt=2[15t5]02=645\int_0^2t^3(2t)\,\mathrm dt=2\int_0^2t^4\,\mathrm dt=2[\frac15t^5]_0^2=\frac{64}{5}.

8.4 · Understand and use integration as the limit of a sum.

  • Partition an interval into strips of width Δx\Delta x and form f(xr)Δx\sum f(x_r)\Delta x; its limit as the maximum strip width tends to zero is the definite integral.
  • To recognise a limit, identify the factor playing the role of Δx\Delta x and rewrite the sampled expression in terms of an endpoint such as xr=a+rΔxx_r=a+r\Delta x.
  • A sum with factor 1/n1/n usually samples an interval of length 11; a different interval width introduces a corresponding scale factor.
  • A common error is to identify the integrand but omit the width factor, which changes the value of the limiting integral.

Tier 1 · Easy

  1. 1. Express 02x2dx\int_0^2x^2\,\mathrm dx as a limit of a right-endpoint sum and evaluate it.[4 marks]

    Answer

    • limn8n3r=1nr2=02x2dx=83\lim_{n\to\infty}\frac8{n^3}\sum_{r=1}^nr^2=\int_0^2x^2\,\mathrm dx=\frac83

    Method: Use Δx=2/n\Delta x=2/n and xr=2r/nx_r=2r/n. Then f(xr)Δx=r=1n(2r/n)2(2/n)=8n3r=1nr2\sum f(x_r)\Delta x=\sum_{r=1}^n(2r/n)^2(2/n)=\frac8{n^3}\sum_{r=1}^nr^2. Its limit is 02x2dx=[x3/3]02=83\int_0^2x^2\,\mathrm dx=[x^3/3]_0^2=\frac83.

Tier 2 · Standard

  1. 1. Evaluate limn1nr=1n(1+3rn)2\lim_{n\to\infty}\frac1n\sum_{r=1}^n\left(1+\frac{3r}{n}\right)^2 by expressing it as a definite integral.[5 marks]

    Answer

    • 77

    Method: With x=r/nx=r/n, the limit is 01(1+3x)2dx\int_0^1(1+3x)^2\,\mathrm dx. Equivalently, with u=1+3xu=1+3x, it is 1314u2du=19(4313)=7\frac13\int_1^4u^2\,\mathrm du=\frac19(4^3-1^3)=7.

Tier 3 · Hard

  1. 1. Evaluate exactly limn2nr=1nln(1+2rn)\lim_{n\to\infty}\frac2n\sum_{r=1}^n\ln\left(1+\frac{2r}{n}\right).[6 marks]

    Answer

    • 3ln323\ln3-2

    Method: Here Δx=2/n\Delta x=2/n and the right endpoints are xr=2r/nx_r=2r/n, so the limit is 02ln(1+x)dx\int_0^2\ln(1+x)\,\mathrm dx. By substitution followed by integration by parts, an antiderivative is (1+x)ln(1+x)(1+x)(1+x)\ln(1+x)-(1+x). Evaluation from 00 to 22 gives (3ln33)(1)=3ln32(3\ln3-3)-(-1)=3\ln3-2.

8.5 · Carry out simple cases of integration by substitution and integration by parts; understand these methods as the inverse processes of the chain and product rules respectively.

  • Substitution reverses the chain rule: choose u=g(x)u=g(x) so the remaining factor supplies du=g(x)dx\mathrm du=g'(x)\,\mathrm dx. In particular, recognise f(x)f(x)dx=lnf(x)+C\int\frac{f'(x)}{f(x)}\,\mathrm dx=\ln|f(x)|+C.
  • Integration by parts reverses the product rule: udv=uvvdu\int u\,\mathrm dv=uv-\int v\,\mathrm du; choose uu so that differentiating it simplifies the integral.
  • For a definite integral, either change the limits to the new variable or return fully to the original variable before applying the old limits.
  • A common error is to omit the minus sign in integration by parts or to mix xx and uu in the same transformed integral.

Tier 1 · Easy

  1. 1. Find 6x3x2+5dx\int\frac{6x}{3x^2+5}\,\mathrm dx.[3 marks]

    Answer

    • ln(3x2+5)+C\ln(3x^2+5)+C

    Method: The numerator is the derivative of the denominator. Therefore this has the form f(x)/f(x)dx\int f'(x)/f(x)\,\mathrm dx, giving ln3x2+5+C\ln|3x^2+5|+C. Since 3x2+5>03x^2+5>0, this is ln(3x2+5)+C\ln(3x^2+5)+C.

Tier 2 · Standard

  1. 1. Find xe2xdx\int xe^{2x}\,\mathrm dx.[5 marks]

    Answer

    • e2x(x214)+Ce^{2x}\left(\frac x2-\frac14\right)+C

    Method: Use integration by parts with u=xu=x and dv=e2xdx\mathrm dv=e^{2x}\,\mathrm dx. Then du=dx\mathrm du=\mathrm dx and v=12e2xv=\frac12e^{2x}. Hence xe2xdx=x2e2x12e2xdx=x2e2x14e2x+C\int xe^{2x}\,\mathrm dx=\frac x2e^{2x}-\frac12\int e^{2x}\,\mathrm dx=\frac x2e^{2x}-\frac14e^{2x}+C.

Tier 3 · Hard

  1. 1. Evaluate exactly 01xln(1+x2)dx\int_0^1x\ln(1+x^2)\,\mathrm dx.[7 marks]

    Answer

    • ln212\ln2-\frac12

    Method: Let u=1+x2u=1+x^2, so du=2xdx\mathrm du=2x\,\mathrm dx and the limits become u=1u=1 to u=2u=2. The integral is 1212lnudu\frac12\int_1^2\ln u\,\mathrm du. By parts, lnudu=ulnuu\int\ln u\,\mathrm du=u\ln u-u. Therefore the value is 12[ulnuu]12=12(2ln22+1)=ln212\frac12[u\ln u-u]_1^2=\frac12(2\ln2-2+1)=\ln2-\frac12.

8.6 · Integrate using partial fractions that are linear in the denominator.

  • Factor the denominator fully into linear factors, then write one partial-fraction term for each factor before solving for its constants.
  • For Axa\frac{A}{x-a}, the integral is Alnxa+CA\ln|x-a|+C; retain absolute values unless the domain makes the sign known.
  • Determine constants by equating coefficients or substituting convenient values that make all but one term vanish.
  • A common error is to integrate the unfactorised denominator as though f(x)/f(x)dx\int f'(x)/f(x)\,\mathrm dx applied when the numerator is not its derivative.

Tier 1 · Easy

  1. 1. Find (3x1+2x+2)dx\int\left(\frac3{x-1}+\frac2{x+2}\right)\,\mathrm dx.[3 marks]

    Answer

    • 3lnx1+2lnx+2+C3\ln|x-1|+2\ln|x+2|+C

    Method: Integrate each linear-denominator term directly: 3/(x1)dx=3lnx1\int3/(x-1)\,\mathrm dx=3\ln|x-1| and 2/(x+2)dx=2lnx+2\int2/(x+2)\,\mathrm dx=2\ln|x+2|. Add CC.

Tier 2 · Standard

  1. 1. Express 5x+1(x1)(x+2)\frac{5x+1}{(x-1)(x+2)} in partial fractions and hence integrate it.[5 marks]

    Answer

    • 5x+1(x1)(x+2)=2x1+3x+2\frac{5x+1}{(x-1)(x+2)}=\frac2{x-1}+\frac3{x+2}
    • 2lnx1+3lnx+2+C2\ln|x-1|+3\ln|x+2|+C

    Method: Set 5x+1(x1)(x+2)=Ax1+Bx+2\frac{5x+1}{(x-1)(x+2)}=\frac A{x-1}+\frac B{x+2}. Then 5x+1=A(x+2)+B(x1)5x+1=A(x+2)+B(x-1). Substituting x=1x=1 gives A=2A=2, and x=2x=-2 gives B=3B=3. Integrating the decomposition gives 2lnx1+3lnx+2+C2\ln|x-1|+3\ln|x+2|+C.

Tier 3 · Hard

  1. 1. Evaluate exactly 015x+1(x+1)(x+2)dx\int_0^1\frac{5x+1}{(x+1)(x+2)}\,\mathrm dx.[7 marks]

    Answer

    • 9ln313ln29\ln3-13\ln2

    Method: Write 5x+1(x+1)(x+2)=Ax+1+Bx+2\frac{5x+1}{(x+1)(x+2)}=\frac A{x+1}+\frac B{x+2}. Then 5x+1=A(x+2)+B(x+1)5x+1=A(x+2)+B(x+1), giving A=4A=-4 and B=9B=9. The integral is [4ln(x+1)+9ln(x+2)]01=(4ln2+9ln3)9ln2=9ln313ln2[-4\ln(x+1)+9\ln(x+2)]_0^1=(-4\ln2+9\ln3)-9\ln2=9\ln3-13\ln2.

8.7 · Evaluate the analytical solution of simple first order differential equations with separable variables, including finding particular solutions.

  • For dydx=g(x)h(y)\frac{\mathrm dy}{\mathrm dx}=g(x)h(y), rearrange to place all yy-terms with dy\mathrm dy and all xx-terms with dx\mathrm dx, then integrate both sides.
  • Include a constant after integration and use the initial condition to determine it. A family of solutions can be sketched from its equilibrium curves, initial values, gradients and long-term behaviour.
  • When logarithms arise, exponentiate carefully and use the stated domain or initial condition to choose any required sign or branch.
  • A common error is to divide by a factor involving yy without checking whether doing so loses a constant equilibrium solution.

Tier 1 · Easy

  1. 1. Solve dydx=2xy\frac{\mathrm dy}{\mathrm dx}=2xy, given that y=3y=3 when x=0x=0.[4 marks]

    Answer

    • y=3ex2y=3e^{x^2}

    Method: Separate variables: 1ydy=2xdx\frac1y\,\mathrm dy=2x\,\mathrm dx. Integrating gives lny=x2+C\ln|y|=x^2+C, so y=Aex2y=Ae^{x^2}. The condition y(0)=3y(0)=3 gives A=3A=3, hence y=3ex2y=3e^{x^2}.

Tier 2 · Standard

  1. 1. Solve dydx=x+1y\frac{\mathrm dy}{\mathrm dx}=\frac{x+1}{y}, given that y=2y=2 when x=0x=0 and y>0y>0.[5 marks]

    Answer

    • y=x2+2x+4y=\sqrt{x^2+2x+4}

    Method: Separate: ydy=(x+1)dxy\,\mathrm dy=(x+1)\,\mathrm dx. Integration gives 12y2=12x2+x+C\frac12y^2=\frac12x^2+x+C, so y2=x2+2x+C1y^2=x^2+2x+C_1. The condition y(0)=2y(0)=2 gives C1=4C_1=4. Since y>0y>0, y=x2+2x+4y=\sqrt{x^2+2x+4}.

Tier 3 · Hard

  1. 1. Solve dydx=y(4y)\frac{\mathrm dy}{\mathrm dx}=y(4-y), given that y=1y=1 when x=0x=0. State the equilibrium solutions and describe the particular solution's long-term behaviour.[9 marks]

    Answer

    • y=41+3e4xy=\frac4{1+3e^{-4x}}
    • Equilibrium solutions y=0y=0 and y=4y=4; the particular solution increases towards y=4y=4

    Method: The constant solutions lost on division are y=0y=0 and y=4y=4. Otherwise separate and integrate to obtain 14(lnyln4y)=x+C\frac14(\ln|y|-\ln|4-y|)=x+C, so y4y=Ae4x\frac{y}{4-y}=Ae^{4x}. The initial condition gives A=1/3A=1/3, hence y=41+3e4xy=\frac4{1+3e^{-4x}}. It starts at 11, has positive gradient while 0<y<40<y<4, and tends to the upper equilibrium 44.

8.8 · Interpret the solution of a differential equation in the context of solving a problem, including identifying limitations of the solution; includes links to kinematics.

  • Interpret constants and initial values with their units, and examine limiting behaviour to identify equilibrium values or long-term predictions.
  • In kinematics, v=dsdtv=\frac{\mathrm ds}{\mathrm dt} and a=dvdta=\frac{\mathrm dv}{\mathrm dt}; the sign of velocity gives direction, while a change of sign marks a reversal of motion.
  • Check whether the mathematical solution remains meaningful on the time interval and within the physical range assumed by the model.
  • A common error is to state only that a model is 'unrealistic'; name a specific assumption, such as constant environmental conditions or neglect of resistance, and explain its effect.

Tier 1 · Easy

  1. 1. A population model has solution N=500e0.12tN=500e^{0.12t}, where tt is measured in years. Interpret the constants 500500 and 0.120.12, and state one limitation of the model.[4 marks]

    Answer

    • Initial population 500500; continuous relative growth rate 0.120.12 per year
    • One valid limitation, such as finite resources eventually preventing unlimited exponential growth

    Method: At t=0t=0, N=500N=500, so 500500 is the initial population. Also 1NdNdt=0.12\frac1N\frac{\mathrm dN}{\mathrm dt}=0.12, so 0.120.12 is the continuous proportional growth rate per year. The model predicts unbounded growth and therefore ignores a limiting factor such as finite food, space or changing birth and death rates.

Tier 2 · Standard

  1. 1. The velocity of a particle is modelled by v=20(1e0.5t)m s1v=20(1-e^{-0.5t})\,\text{m s}^{-1} for t0t\geq0. Find the limiting velocity and the time when v=15m s1v=15\,\text{m s}^{-1}. State one limitation of the model.[6 marks]

    Answer

    • 20m s120\,\text{m s}^{-1}
    • t=2ln42.77st=2\ln4\approx2.77\,\text{s}
    • One valid limitation, such as a constant resistance law being assumed

    Method: As tt\to\infty, e0.5t0e^{-0.5t}\to0, so the limiting velocity is 20m s120\,\text{m s}^{-1}. For v=15v=15, 15=20(1e0.5t)15=20(1-e^{-0.5t}), so e0.5t=1/4e^{-0.5t}=1/4 and t=2ln42.77st=2\ln4\approx2.77\,\text{s}. A real resistance law or driving force may change with conditions, so the same constants need not remain valid indefinitely.

Tier 3 · Hard

  1. 1. A particle has velocity v=1824e0.3tm s1v=18-24e^{-0.3t}\,\text{m s}^{-1} for t0t\geq0, with displacement s=0s=0 at t=0t=0. Find when the particle changes direction, its displacement then, and its limiting velocity. Give one limitation of using this model for arbitrarily large tt.[8 marks]

    Answer

    • t=103ln430.959st=\frac{10}{3}\ln\frac43\approx0.959\,\text{s}
    • s2.74ms\approx-2.74\,\text{m}
    • Limiting velocity 18m s118\,\text{m s}^{-1}
    • One valid limitation tied to the assumed force or resistance law

    Method: Solve v=0v=0: 18=24e0.3t18=24e^{-0.3t}, so t=103ln(4/3)0.959st=\frac{10}{3}\ln(4/3)\approx0.959\,\text{s}. Since v(0)=6v(0)=-6 and vv tends to 18>018>0, the continuous velocity changes sign there, proving a reversal. Integrating and using s(0)=0s(0)=0 gives s=18t+80e0.3t80s=18t+80e^{-0.3t}-80, which is approximately 2.74m-2.74\,\text{m} at the turn. The limiting velocity is 18m s118\,\text{m s}^{-1}. Over long times, the assumed force or resistance relationship and constant conditions may cease to apply.