9709 · 2.5
Integration
Integration is the mathematical tool for finding totals when a quantity is changing, like calculating the total distance from a varying speed. It's the reverse of differentiation and is used to find the area under curves.
Need to know
What you need to know
- A definite integral gives a numerical value, not a function.
- The area is 'signed': regions below the x-axis contribute a negative value to the integral.
- To find the total geometric area, you may need to split the integral into parts where the function is positive and negative, and then sum the absolute values of the results.
Explanation
Integration: Summing Up the Slices
- P2 integration reverses differentiation — +c for indefinite integrals. | Sim hint: ∫x^n dx = x^{n+1}/(n+1) + c, n ≠ −1.
- Definite integral: F(b) − F(a) gives signed area. | Sim hint: Shade regions below axis — subtract area.
- Trapezium rule estimates area from strip widths. | Sim hint: More strips → better accuracy.
- Area between curves: ∫(upper − lower) dx. | Sim hint: Find intersection points as limits.