P2.8 - Integration

Syllabus
2019
Topic
P2.8
Level
AS

Learning objectives

Evaluate a definite integral from its bounds

A definite integral gives the accumulated signed value of a function between two bounds. First find an antiderivative FF with F(x)=f(x)F'(x)=f(x), then evaluate upper bound minus lower bound.

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

For example, 13(2x24x+5)dx=[23x32x2+5x]13=15113=343.\int_1^3(2x^2-4x+5)\,dx=\left[\frac23x^3-2x^2+5x\right]_1^3=15-\frac{11}{3}=\frac{34}{3}. Write the substitution line before simplifying; this makes the order of subtraction visible.

Reversing the bounds changes the sign: baf(x)dx=abf(x)dx\int_b^a f(x)\,dx=-\int_a^b f(x)\,dx. Adjacent intervals add, so acf=abf+bcf\int_a^c f=\int_a^b f+\int_b^c f; this can reveal a missing integral without integrating again.

Do not subtract lower minus upper, and do not leave +C+C in a definite answer. Any constants of integration would cancel in F(b)F(a)F(b)-F(a).

Turn a bounded region into a non-negative integral

A definite integral is signed, but geometric area is non-negative. Sketch or compare the boundaries first, find their intersections, and integrate the vertical height of the region with respect to x.

A=ab(upper y lower y)dxA=\int_a^b(\text{upper }y-\text{ lower }y)\,dx

The curves y=6xx2y=6x-x^2 and y=2xy=2x meet where 6xx2=2x6x-x^2=2x, so x=0x=0 or x=4x=4. Between these values the quadratic is above the line. Hence A=04[(6xx2)2x]dx=[2x2x33]04=323.A=\int_0^4\big[(6x-x^2)-2x\big]dx=\left[2x^2-\frac{x^3}{3}\right]_0^4=\frac{32}{3}.

Region Integrand
curve above the xx-axis yy
curve below the xx-axis y-y
between y=f(x)y=f(x) and y=g(x)y=g(x) upper function - lower function

If the upper boundary changes, or a curve crosses the x-axis inside the region, split the integral at that x-value and make each piece positive. Straight-line boundaries are handled by the same upper-minus-lower rule.

Solving for intersections supplies the limits; it does not supply the area. Do not integrate lower minus upper and then report a negative geometric area. This objective uses vertical strips and dxdx; xdy\int x\,dy is outside the required scope.

Approximate an integral with equal-width trapezia

The trapezium rule replaces a curve by straight chords over equal-width strips. With n strips from a to b, calculate the width and list all n+1 ordinates before applying the endpoint weights.

h=ban,Tn=h2[y0+yn+2(y1++yn1)]h=\frac{b-a}{n},\qquad T_n=\frac h2\left[y_0+y_n+2(y_1+\cdots+y_{n-1})\right]

For 012x+1dx\int_0^1\sqrt{2x+1}\,dx with four strips:

xx 0 0.25 0.50 0.75 1.00
yy 1.0000 1.2247 1.4142 1.5811 1.7321

Here h=0.25h=0.25, so T4=0.252{1.0000+1.7321+2(1.2247+1.4142+1.5811)}1.3965.T_4=\frac{0.25}{2}\{1.0000+1.7321+2(1.2247+1.4142+1.5811)\}\approx1.3965. Keep extra calculator digits until the final rounding.

More strips make h smaller and usually improve the approximation. If a trusted exact or more accurate value is available, the estimated absolute error is the absolute difference from the trapezium estimate. The chord picture also explains direction: chords below the curve give an underestimate; chords above it give an overestimate.

There are n+1n+1 ordinates for nn strips. Count each endpoint once and each interior ordinate twice; do not use unequal x-spacing in this formula, and do not round table values too early.