P2.8 - Integration
- Syllabus
- 2019
- Topic
- P2.8
- Level
- AS
A definite integral gives the accumulated signed value of a function between two bounds. First find an antiderivative F with F′(x)=f(x), then evaluate upper bound minus lower bound.
∫abf(x)dx=[F(x)]ab=F(b)−F(a)
For example, ∫13(2x2−4x+5)dx=[32x3−2x2+5x]13=15−311=334. 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. Adjacent intervals add, so ∫acf=∫abf+∫bcf; this can reveal a missing integral without integrating again.
Do not subtract lower minus upper, and do not leave +C in a definite answer. Any constants of integration would cancel in F(b)−F(a).
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)dx
The curves y=6x−x2 and y=2x meet where 6x−x2=2x, so x=0 or x=4. Between these values the quadratic is above the line. Hence A=∫04[(6x−x2)−2x]dx=[2x2−3x3]04=332.
| Region | Integrand |
|---|---|
| curve above the x-axis | y |
| curve below the x-axis | −y |
| between y=f(x) and 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 dx; ∫xdy is outside the required scope.
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=nb−a,Tn=2h[y0+yn+2(y1+⋯+yn−1)]
For ∫012x+1dx with four strips:
| x | 0 | 0.25 | 0.50 | 0.75 | 1.00 |
|---|---|---|---|---|---|
| y | 1.0000 | 1.2247 | 1.4142 | 1.5811 | 1.7321 |
Here h=0.25, so T4=20.25{1.0000+1.7321+2(1.2247+1.4142+1.5811)}≈1.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+1 ordinates for n 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.