TMUA topic revision

Paper 1 · 13 min read

Integration

Integration in the TMUA is less about exotic techniques and more about signed area, reverse differentiation and careful limits.

All Topic Revision

Definite Integration and Area Between a Curve and an Axis

Integration can be viewed in two connected ways:

  • as reversing differentiation;
  • as accumulating signed area between a graph and an axis.

A definite integral has numerical limits:

abf(x)dx.\int_a^b f(x)\,dx.

Geometrically, this gives the signed area between the graph y=f(x)y=f(x), the xx-axis, and the vertical lines x=ax=a and x=bx=b.

  • A region above the xx-axis contributes positively.
  • A region below the xx-axis contributes negatively.

Therefore, a definite integral is not always the same as the total geometric area. If the graph crosses the axis, positive and negative contributions may partly or completely cancel.

A smooth curve from a to b crosses the x-axis twice. Green regions above the axis contribute positively and the red region below contributes negatively to the definite integral.

To find the total area between a curve and the xx-axis, first find every point where the curve crosses the axis. Split the interval at those points, evaluate each definite integral separately, and add the positive magnitudes:

Total area=abf(x)dx,\text{Total area}=\int_a^b |f(x)|\,dx,

although in TMUA calculations it is usually quicker to split the integral rather than integrate a modulus expression directly.

Worked example

Find both the definite integral and the total area between

y=x21y=x^2-1

and the xx-axis from x=0x=0 to x=2x=2.

The definite integral is

02(x21)dx=[x33x]02=23.\int_0^2 (x^2-1)\,dx = \left[\frac{x^3}{3}-x\right]_0^2 = \frac{2}{3}.

However, the curve crosses the axis at x=1x=1. It is below the axis on 0x<10\leq x<1 and above the axis on 1<x21<x\leq 2.

01(x21)dx=23,\int_0^1 (x^2-1)\,dx=-\frac{2}{3},

so the first geometric area is 23\frac{2}{3}. Also,

12(x21)dx=43.\int_1^2 (x^2-1)\,dx=\frac{4}{3}.

Hence

Total area=23+43=2.\text{Total area} = \frac{2}{3}+\frac{4}{3} =2.

The integral is 23\frac{2}{3}, but the total area is 22.

The parabola y equals x squared minus one is shaded red below the axis from zero to one with geometric area two thirds, and green above from one to two with area four thirds.

Symmetry can give a definite integral without any algebra. If ff is even, so that f(x)=f(x)f(-x)=f(x), then

aaf(x)dx=20af(x)dx.\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx.

If ff is odd, so that f(x)=f(x)f(-x)=-f(x), then

aaf(x)dx=0.\int_{-a}^{a} f(x)\,dx=0.

For an odd function, equal regions on opposite sides of the origin have opposite signs and cancel. This is a useful TMUA shortcut: inspect the graph and the limits before beginning a long calculation.

Common traps

  • Do not report a negative value for a geometric area.
  • Do not assume that a definite integral gives the total area when the graph crosses the axis.
  • A zero integral does not imply that there is no enclosed area; it may mean that positive and negative contributions cancel.

Definite and Indefinite Integrals of Powers of xx

An indefinite integral asks for the family of functions whose derivative is the integrand. Since differentiating a constant gives zero, an arbitrary constant must be included:

f(x)dx=F(x)+C\int f(x)\,dx=F(x)+C

when F(x)=f(x)F'(x)=f(x).

For any rational exponent n1n\neq -1,

kxndx=kxn+1n+1+C,\int kx^n\,dx = \frac{kx^{n+1}}{n+1}+C,

where kk is constant.

The method is:

  1. add 11 to the exponent;
  2. divide the coefficient by the new exponent;
  3. include +C+C for an indefinite integral.

The case n=1n=-1 is excluded from this TMUA rule.

Integration is linear, so sums and differences can be integrated term by term:

(af(x)+bg(x))dx=af(x)dx+bg(x)dx.\int \left(af(x)+bg(x)\right)\,dx = a\int f(x)\,dx+b\int g(x)\,dx.

For a definite integral, use the same antiderivative but evaluate it at the limits. The constant is unnecessary because it cancels:

abf(x)dx=[F(x)]ab=F(b)F(a).\int_a^b f(x)\,dx = \left[F(x)\right]_a^b = F(b)-F(a).

Many TMUA expressions must be simplified before the power rule becomes visible. Expand brackets, split fractions and rewrite roots or reciprocals as powers.

Worked example 1

(x+2)2dx=(x2+4x+4)dx.\int (x+2)^2\,dx = \int (x^2+4x+4)\,dx.

Therefore,

(x+2)2dx=x33+2x2+4x+C.\int (x+2)^2\,dx = \frac{x^3}{3}+2x^2+4x+C.

Worked example 2

For x>0x>0,

(3x5)2x1/2dx.\int \frac{(3x-5)^2}{x^{1/2}}\,dx.

Simplify before integrating:

(3x5)2x1/2=9x230x+25x1/2=9x3/230x1/2+25x1/2.\frac{(3x-5)^2}{x^{1/2}} = \frac{9x^2-30x+25}{x^{1/2}} = 9x^{3/2}-30x^{1/2}+25x^{-1/2}.

Now apply the power rule term by term:

(3x5)2x1/2dx=185x5/220x3/2+50x1/2+C.\int \frac{(3x-5)^2}{x^{1/2}}\,dx = \frac{18}{5}x^{5/2}-20x^{3/2}+50x^{1/2}+C.

A quick differentiation of the result is an efficient check.

Common traps and efficient methods

  • Rewrite 1xp\frac{1}{x^p} as xpx^{-p} before integrating.
  • Expand or simplify first; advanced methods such as substitution and integration by parts are not required.
  • Do not use the differentiation rule by mistake. Integration increases the exponent by 11.
  • Include +C+C only for an indefinite integral, not after evaluating fixed limits.
  • Never split a quotient as

f(x)g(x)dx=f(x)dxg(x)dx;\int \frac{f(x)}{g(x)}\,dx = \frac{\int f(x)\,dx}{\int g(x)\,dx};

this is not a valid rule.

The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus connects the two interpretations of integration: reversing differentiation and accumulating area.

If

F(x)=f(x),F'(x)=f(x),

then

abf(x)dx=F(b)F(a).\int_a^b f(x)\,dx = F(b)-F(a).

This explains the standard method for evaluating a definite integral. Any constant in FF disappears because

(F(b)+C)(F(a)+C)=F(b)F(a).(F(b)+C)-(F(a)+C)=F(b)-F(a).

Worked example

Evaluate

13(2x+1)dx.\int_1^3 (2x+1)\,dx.

An antiderivative is

F(x)=x2+x.F(x)=x^2+x.

Hence

13(2x+1)dx=(32+3)(12+1)=10.\int_1^3 (2x+1)\,dx = (3^2+3)-(1^2+1) =10.

The theorem also works in the other direction. Define an accumulation function

G(x)=axf(t)dt.G(x)=\int_a^x f(t)\,dt.

As xx increases slightly, the accumulated signed area changes at a rate equal to the current height of the graph. Therefore,

G(x)=ddxaxf(t)dt=f(x).G'(x) = \frac{d}{dx}\int_a^x f(t)\,dt = f(x).

The letter tt is a dummy variable. It avoids confusing the variable inside the integral with the variable upper limit.

Worked example

If

G(x)=2x(t34t)dt,G(x)=\int_2^x (t^3-4t)\,dt,

then immediately

G(x)=x34x.G'(x)=x^3-4x.

No integration is needed.

Two useful consequences are

aaf(x)dx=0\int_a^a f(x)\,dx=0

and

abf(x)dx=baf(x)dx.\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx.

Reversing the limits reverses the orientation of the interval, so the sign changes.

TMUA insight: when a question differentiates an integral whose upper limit is xx, use the theorem before attempting to find an antiderivative. This is often much faster.

Combining Integrals over Equal or Contiguous Ranges

Integrals can be combined algebraically when their ranges and integrands fit the relevant rules.

For equal limits, integration distributes over addition and subtraction:

abf(x)dx+abg(x)dx=ab(f(x)+g(x))dx.\int_a^b f(x)\,dx+ \int_a^b g(x)\,dx = \int_a^b \left(f(x)+g(x)\right)\,dx.

More generally,

λabf(x)dx+μabg(x)dx=ab(λf(x)+μg(x))dx.\lambda\int_a^b f(x)\,dx+ \mu\int_a^b g(x)\,dx = \int_a^b \left(\lambda f(x)+\mu g(x)\right)\,dx.

This is useful when combining information about several integrals without finding the functions explicitly.

For the same integrand on contiguous ranges,

acf(x)dx+cbf(x)dx=abf(x)dx.\int_a^c f(x)\,dx+ \int_c^b f(x)\,dx = \int_a^b f(x)\,dx.

The rule remains valid even when the points are not written in increasing order, provided the function is defined throughout the required intervals. The signs created by reversed limits handle the orientation automatically.

Worked example 1: equal ranges

25f(x)dx+25g(x)dx=25(f(x)+g(x))dx.\int_2^5 f(x)\,dx+ \int_2^5 g(x)\,dx = \int_2^5 \left(f(x)+g(x)\right)\,dx.

Worked example 2: contiguous but reversed range

Simplify

24f(x)dx+43f(x)dx.\int_2^4 f(x)\,dx+ \int_4^3 f(x)\,dx.

The first integral travels from 22 to 44, while the second travels back from 44 to 33. The part from 33 to 44 cancels, leaving

24f(x)dx+43f(x)dx=23f(x)dx.\int_2^4 f(x)\,dx+ \int_4^3 f(x)\,dx = \int_2^3 f(x)\,dx.

Equivalently,

43f(x)dx=34f(x)dx.\int_4^3 f(x)\,dx=-\int_3^4 f(x)\,dx.

Common traps

  • Equal integrands alone are not enough to combine by addition unless the intervals are contiguous or have first been rearranged correctly.
  • Equal limits alone do not allow products or quotients of integrals to be combined using invented rules.
  • Check the direction of every interval. A reversed pair of limits introduces a minus sign.

The Trapezium Rule

The trapezium rule estimates a definite integral by replacing short pieces of a curve with straight-line chords. The interval from aa to bb is divided into nn strips of equal width

h=ban.h=\frac{b-a}{n}.

The corresponding xx-coordinates and ordinates are

xi=a+ih,yi=f(xi),x_i=a+ih, \qquad y_i=f(x_i),

for i=0,1,,ni=0,1,\ldots,n.

The area of one trapezium with parallel vertical sides of lengths yiy_i and yi+1y_{i+1} is

h2(yi+yi+1).\frac{h}{2}(y_i+y_{i+1}).

Adding all nn trapezia gives

abf(x)dxh2[y0+2(y1+y2++yn1)+yn].\int_a^b f(x)\,dx \approx \frac{h}{2} \left[ y_0+2(y_1+y_2+\cdots+y_{n-1})+y_n \right].

The interior ordinates are doubled because each is a side of two adjacent trapezia. With nn trapezia there are n+1n+1 ordinates.

A smooth positive curve from a to b is divided into six equal strips of width h. Ordinates y zero to y six and straight chords form trapezia, with one trapezium and its area formula highlighted.

Worked example

Use two trapezia to estimate

02x2dx.\int_0^2 x^2\,dx.

Here

h=202=1,h=\frac{2-0}{2}=1,

and the ordinates are

y0=02=0,y1=12=1,y2=22=4.y_0=0^2=0, \qquad y_1=1^2=1, \qquad y_2=2^2=4.

Therefore,

T2=12[0+2(1)+4]=3.T_2 = \frac{1}{2}\left[0+2(1)+4\right] =3.

The exact integral is

02x2dx=83,\int_0^2 x^2\,dx = \frac{8}{3},

so the trapezium rule gives an overestimate in this case.

Whether the estimate is too large or too small depends on the shape of the curve.

  • If f(x)>0f''(x)>0 throughout the interval, the curve bends upwards and each chord lies above the curve. The trapezium estimate is greater than the signed integral.
  • If f(x)<0f''(x)<0 throughout the interval, the curve bends downwards and each chord lies below the curve. The trapezium estimate is less than the signed integral.
  • If the curvature changes sign, the rule may overestimate on one part and underestimate on another, so no overall conclusion may be possible without further work.
For a concave-up curve the endpoint chord lies above the curve and overestimates area. For a concave-down curve the chord lies below and underestimates area.

These comparisons are statements about the signed integral. If a curve lies below the xx-axis and the question asks for positive geometric area, converting the negative integral to a positive area reverses the comparison.

Using more, narrower trapezia usually improves the approximation. In TMUA questions, however, the main challenge is often recognising the structure of the formula or the direction of the error rather than performing lengthy arithmetic.

Common traps

  • Use equal-width strips.
  • Do not confuse the number of trapezia with the number of ordinates.
  • Do not double the first or last ordinate.
  • Decide whether the question asks for a signed integral or a positive geometric area.
  • Judge overestimate or underestimate from curvature, not merely from whether the function is increasing or decreasing.

Differential Equations of the Form dydx=f(x)\frac{dy}{dx}=f(x)

A differential equation of the form

dydx=f(x)\frac{dy}{dx}=f(x)

states the gradient of yy at each value of xx. Solving it means finding a function yy whose derivative is f(x)f(x).

Integrate with respect to xx:

y=f(x)dx=F(x)+C.y=\int f(x)\,dx=F(x)+C.

The constant CC represents a family of solution curves that are vertical translations of one another. An additional condition such as y=y0y=y_0 when x=x0x=x_0 selects one particular curve.

Three identical cubic-shaped curves are vertically translated and labelled F of x plus different constants. One initial-condition point lies on exactly the C equals zero curve.

Worked example

Given

dydx=3x2+4x3\frac{dy}{dx}=3x^2+4x-3

and y=5y=5 when x=1x=1, find yy in terms of xx.

First integrate:

y=x3+2x23x+C.y=x^3+2x^2-3x+C.

Apply the condition:

5=13+2(1)23(1)+C,5=1^3+2(1)^2-3(1)+C,

so

C=5.C=5.

Therefore,

y=x3+2x23x+5.y=x^3+2x^2-3x+5.

Check both parts:

ddx(x3+2x23x+5)=3x2+4x3,\frac{d}{dx}\left(x^3+2x^2-3x+5\right) = 3x^2+4x-3,

and substituting x=1x=1 gives y=5y=5.

A useful equivalent form builds the condition into the solution immediately:

yy0=x0xf(t)dt.y-y_0 = \int_{x_0}^{x} f(t)\,dt.

Thus, for the example,

y5=1x(3t2+4t3)dt.y-5 = \int_1^x (3t^2+4t-3)\,dt.

This form is often efficient because no separate constant needs to be found.

Common traps and efficient checks

  • Do not omit the constant before applying an initial condition.
  • Simplify the right-hand side before integrating if it is disguised as a fraction, product or bracketed expression.
  • The TMUA scope here is only equations where the derivative is a function of xx alone; separation of variables is not required.
  • Differentiate the final answer and test the given point. These two checks catch most errors quickly.

Turn this into exam pace

Create a free account for topic practice across the syllabus, or try an open sample question with a full worked solution.