Calculus
Integration
Integration is the inverse operation of differentiation. Given the derivative of a function, Integration recovers the original function (up to an additive constant). It is a central operation In calculus with wide-ranging applications in geometry, physics, and probability.
Two principal forms exist:
- Indefinite integration (antidifferentiation): finds the general antiderivative of a function, producing a family of functions differing by a constant.
- Definite integration: computes a numerical value representing the signed area under a curve between two limits.
These are linked by the Fundamental Theorem of Calculus, which unifies differentiation and Integration into a single coherent framework.
Notation
Where and is the constant of integration. The symbol is an elongated (for “sum”), is the integrand, and indicates the variable of integration.
1. Antiderivatives
Definition
A function is an antiderivative of on an interval if for all . If is an antiderivative of Then so is for any constant .
Basic Rules
Power Rule
For :
Constant Multiple Rule
For :
Sum and Difference Rule
Reciprocal Rule (Logarithmic)
Common Antiderivatives
| | | | -------------------------- | -------------------------------------------- | ------ | ---- | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Examples
Expand
Find \begin`\{aligned}` \int (3x^4 - 5x^2 + 7)\,dx &= 3 \cdot \frac{x^5}{5} - 5 \cdot \frac{x^3}{3} + 7x + C \\[6pt] &= \frac{3x^5}{5} - \frac{5x^3}{3} + 7x + C \end`\{aligned}`Find
\begin`\{aligned}` \int \left(\frac{2}{x} + 3e^x - \sec^2 x\right)\,dx &= 2\ln|x| + 3e^x - \tan x + C \end`\{aligned}`2. Definite Integration
Definite Integral as a Limit of a Riemann Sum
For a function continuous on The definite integral is defined as:
Where and is a sample point in the -th subinterval.
Fundamental Theorem of Calculus — Part 1
If is continuous on and is defined by:
Then is differentiable on and:
This establishes that differentiation and integration are inverse operations.
Fundamental Theorem of Calculus — Part 2 (Evaluation Theorem)
If is continuous on and is any antiderivative of Then:
This is written using bracket notation:
Area Under a Curve
If on Then gives the area between the curve The -axis, and the vertical lines and .
If changes sign on The integral gives the net (signed) area. The total area is Computed by splitting at the zeros of and taking absolute values:
Adjust the sliders to change the function and limits, and observe how the shaded area approximates The definite integral.
Examples
Expand
Evaluate \begin`\{aligned}` \int_1^3 (x^2 + 1)\,dx &= \left[\frac{x^3}{3} + x\right]_1^3 \\[6pt] &= \left(\frac{27}{3} + 3\right) - \left(\frac{1}{3} + 1\right) \\[6pt] &= 12 - \frac{4}{3} = \frac{32}{3} \end`\{aligned}`Find the area enclosed by and the -axis.
The curve crosses the -axis at and .
\begin`\{aligned}` \mathrm{Area} &= \int_{-2}^2 |x^2 - 4|\,dx = \int_{-2}^2 (4 - x^2)\,dx \\[6pt] &= \left[4x - \frac{x^3}{3}\right]_{-2}^2 \\[6pt] &= \left(8 - \frac{8}{3}\right) - \left(-8 + \frac{8}{3}\right) = \frac{32}{3} \end`\{aligned}`3. Integration Techniques
3.1 Substitution (-Substitution)
Substitution is the reverse of the chain rule. Given an integral containing a composite function, Choose a substitution such that transforms the integral into a simpler Form.
General procedure:
- Identify an inner function and set .
- Compute and solve for .
- Rewrite the entire integral in terms of .
- Evaluate the integral with respect to .
- Substitute back (for indefinite integrals) or change the limits (for definite integrals).
Changing limits for definite integrals:
Examples
Expand
FindLet Then .
Evaluate
Let u = x^2 + 1$$du = 2x\,dx. When x = 0$$u = 1; when x = 2$$u = 5.
3.2 Integration by Parts
Integration by parts is the reverse of the product rule. The formula is:
Choosing and : Use the LIATE priority rule (Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential) to select as the function that appears first in the list.
Integration by parts may need to be applied repeatedly. For integrals of the form or Apply integration by parts twice and solve The resulting equation algebraically.
Tabular (DI) method: For integrals of the form where one factor Differentiates to zero after finitely many steps, the tabular method provides an efficient Alternative to repeated application of the formula.
Examples
Expand
FindLet u = x$$dv = e^x\,dx. Then and .
Find
Apply integration by parts twice.
First: u = x^2$$dv = \sin x\,dxSo du = 2x\,dx$$v = -\cos x.
Second: u = x$$dv = \cos x\,dxSo du = dx$$v = \sin x.
\begin`\{aligned}` \int x^2 \sin x\,dx &= -x^2 \cos x + 2\left(x\sin x - \int \sin x\,dx\right) \\[6pt] &= -x^2 \cos x + 2x\sin x + 2\cos x + C \end`\{aligned}`3.3 Partial Fractions
When the integrand is a rational function where and Factors into linear or irreducible quadratic factors, partial fraction decomposition converts the Integrand into a sum of simpler fractions.
Decomposition rules:
| Factor in | Term in decomposition |
|---|---|
| (irreducible) |
Examples
Expand
FindDecompose:
Setting :
Setting :
3.4 Trigonometric Integrals
Several standard techniques apply to integrals involving trigonometric functions.
Pythagorean identities for conversion:
These are used to reduce the power of trigonometric functions in integrands.
Products to sums:
Using substitution with trigonometric derivatives: Recall that And . Many trigonometric integrals yield to -substitution when The derivative of one trigonometric factor is present.
Integrals of the form : Rewrite in terms of and use .
Examples
Expand
FindFind
\begin`\{aligned}` \int \sin^3 x\,dx &= \int \sin x (1 - \cos^2 x)\,dx \\[6pt] &= \int \sin x\,dx - \int \sin x \cos^2 x\,dx \\[6pt] &= -\cos x + \frac{\cos^3 x}{3} + C \end`\{aligned}`(using u = \cos x$$du = -\sin x\,dx for the second integral)
4. Applications of Integration
4.1 Area Between Two Curves
Given two continuous functions and with on The area between the Curves is:
If the curves intersect, find the points of intersection and split the integral accordingly so that The integrand is always non-negative.
Horizontal strips: When integrating with respect to The formula becomes:
Where the curves are expressed as and .
Examples
Expand
Find the area between and .Intersection: or . On [0, 2]$$2x \geq x^2.
4.2 Volumes of Revolution
When a region bounded by The -axis, and the lines x = a$$x = b is revolved about The -axis, the volume of the solid of revolution is:
Revolution about the -axis:
Where .
Revolution about a horizontal line :
Washer method (volume between two surfaces):
Where on .
Examples
Expand
Find the volume generated by revolving about the -axis from to .\begin`\{aligned}` V &= \pi \int_0^4 (\sqrt{x})^2\,dx = \pi \int_0^4 x\,dx \\[6pt] &= \pi \left[\frac{x^2}{2}\right]_0^4 = 8\pi \end`\{aligned}`4.3 Kinematics
Integration connects the kinematic quantities:
Where is acceleration, is velocity, is displacement, and v_0$$s_0 are Initial conditions.
Key relationships:
- The displacement over a time interval is .
- The total distance travelled is .
- The velocity is the derivative of displacement: .
- The acceleration is the derivative of velocity: .
Examples
Expand
A particle moves with velocity m/s for . Find the displacement and Total distance in the first 3 seconds.Displacement:
Total distance: find when : or .
\begin`\{aligned}` \mathrm{Distance} &= \int_0^{2/3} |6t^2 - 4t|\,dt + \int_{2/3}^3 |6t^2 - 4t|\,dt \\[6pt] &= \int_0^{2/3} (4t - 6t^2)\,dt + \int_{2/3}^3 (6t^2 - 4t)\,dt \\[6pt] &= \left[2t^2 - 2t^3\right]_0^{2/3} + \left[2t^3 - 2t^2\right]_{2/3}^3 \\[6pt] &= \frac{8}{27} + \left(36 - \left(-\frac{8}{27}\right)\right) = \frac{8}{27} + 36 + \frac{8}{27} = \frac{988}{27} \approx 36.6 \mathrm{ m} \end`\{aligned}`5. Properties of Definite Integrals
These properties follow from the definition of the definite integral and are essential for Simplifying computations.
Linearity
For constants .
Reversal of Limits
Interval of Zero Length
Additivity Over Intervals
For any .
Comparison Properties
If for all Then .
If for all Then .
Bounds on the Integral
If for all Then:
Examples
Expand
Given and Find .\begin`\{aligned}` \int_3^1 [3f(x) - 2g(x)]\,dx &= -\int_1^3 [3f(x) - 2g(x)]\,dx \\[6pt] &= -\left(3 \cdot 5 - 2 \cdot (-2)\right) = -(15 + 4) = -19 \end`\{aligned}`6. Improper Integrals (HL)
Improper integrals extend the concept of definite integration to cases where the interval of Integration is unbounded or the integrand has a vertical asymptote within (or at an endpoint of) the Interval of integration.
Type 1: Infinite Limits of Integration
Both limits must converge independently for the integral to converge.
Type 2: Integrands with Vertical Asymptotes
If has a vertical asymptote at :
If has a vertical asymptote at :
If has a vertical asymptote at an interior point :
Convergence and Divergence
An improper integral converges if the corresponding limit exists and is finite. It diverges Otherwise.
-test for convergence: The integral Converges if and only if In which case:
Similarly, converges if and only if .
Comparison test: If for all And Converges, then also converges. Conversely, if Diverges, then also diverges.
Examples
Expand
Determine whether converges.\begin`\{aligned}` \int_1^{\infty} \frac{1}{x^2}\,dx &= \lim_{t \to \infty} \int_1^t x^{-2}\,dx = \lim_{t \to \infty} \left[-\frac{1}{x}\right]_1^t \\[6pt] &= \lim_{t \to \infty} \left(-\frac{1}{t} + 1\right) = 1 \end`\{aligned}`The integral converges to . (Consistent with the -test: .)
Determine whether converges.
\begin`\{aligned}` \int_0^1 \frac{1}{\sqrt{x}}\,dx &= \lim_{t \to 0^+} \int_t^1 x^{-1/2}\,dx = \lim_{t \to 0^+} \Big[2\sqrt{x}\Big]_t^1 \\[6pt] &= \lim_{t \to 0^+} (2 - 2\sqrt{t}) = 2 \end`\{aligned}`The integral converges to . (Consistent with the -test: .)
7. Practice Problems
Problem 1
Find
Let u = x^2 + 1$$du = 2x\,dx. Note that .Alternatively, split: .
\begin`\{aligned}` \int x\sqrt{x^2 + 1}\,dx &= \frac{1}{3}(x^2 + 1)^{3/2} + C_1 \\[6pt] \int \frac{x}{\sqrt{x^2 + 1}}\,dx &= \sqrt{x^2 + 1} + C_2 \end`\{aligned}`Problem 2
Evaluate
Integration by parts: u = x$$dv = \sin x\,dxSo du = dx$$v = -\cos x.\begin`\{aligned}` \int_0^{\pi/2} x\sin x\,dx &= \Big[-x\cos x\Big]_0^{\pi/2} + \int_0^{\pi/2} \cos x\,dx \\[6pt] &= (0 - 0) + \Big[\sin x\Big]_0^{\pi/2} = 1 \end`\{aligned}`Problem 3
Find the area enclosed by and .
Intersection points: .On : . On : .
\begin`\{aligned}` A &= \int_{-1}^0 (x^3 - x)\,dx + \int_0^1 (x - x^3)\,dx \\[6pt] &= \left[\frac{x^4}{4} - \frac{x^2}{2}\right]_{-1}^0 + \left[\frac{x^2}{2} - \frac{x^4}{4}\right]_0^1 \\[6pt] &= \left(0 - \frac{1}{4} + \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{4}\right) = \frac{1}{4} + \frac{1}{4} = \frac{1}{2} \end`\{aligned}`Problem 4
Find the volume of revolution when the region bounded by y = \ln x$$x = eAnd the -axis is rotated about the -axis.
The curve meets the -axis at .\begin`\{aligned}` V &= \pi \int_1^e (\ln x)^2\,dx \end`\{aligned}`Integration by parts with u = (\ln x)^2$$dv = dx: du = \dfrac{2\ln x}{x}\,dx$$v = x.
\begin`\{aligned}` \int (\ln x)^2\,dx &= x(\ln x)^2 - 2\int \ln x\,dx \end`\{aligned}`Apply parts again for : u = \ln x$$dv = dxSo .
\begin`\{aligned}` \int (\ln x)^2\,dx &= x(\ln x)^2 - 2(x\ln x - x) + C \\[6pt] &= x(\ln x)^2 - 2x\ln x + 2x + C \end`\{aligned}`Evaluating from to :
\begin`\{aligned}` \Big[x(\ln x)^2 - 2x\ln x + 2x\Big]_1^e &= (e - 2e + 2e) - (0 - 0 + 2) = e - 2 \end`\{aligned}`Problem 5 (HL)
Use partial fractions to find .
:
:
Problem 6
A particle moves with acceleration m/s. Initially, m/s and m. Find and the displacement after 3 seconds.
Displacement at :
Problem 7 (HL)
Determine whether converges, and evaluate if it does.
Let u = \ln x$$du = \dfrac{1}{x}\,dx. When x = 2$$u = \ln 2; when .\begin`\{aligned}` \int_2^{\infty} \frac{1}{x(\ln x)^2}\,dx &= \int_{\ln 2}^{\infty} \frac{1}{u^2}\,du = \lim_{t \to \infty} \int_{\ln 2}^t u^{-2}\,du \\[6pt] &= \lim_{t \to \infty} \left[-\frac{1}{u}\right]_{\ln 2}^t = \lim_{t \to \infty} \left(-\frac{1}{t} + \frac{1}{\ln 2}\right) = \frac{1}{\ln 2} \end`\{aligned}`The integral converges to .
Problem 8 (HL)
Evaluate using polynomial long division and partial fractions.
Since Perform long division first:Partial fractions:
: A = \dfrac{1}{2}$$x = -1:
\begin`\{aligned}` \int \frac{x^2}{x^2 - 1}\,dx &= \int \left(1 + \frac{1}{2(x-1)} - \frac{1}{2(x+1)}\right)\,dx \\[6pt] &= x + \frac{1}{2}\ln|x-1| - \frac{1}{2}\ln|x+1| + C \end`\{aligned}`Problem 9
Evaluate .
Let u = 1 + e^x$$du = e^x\,dx. When x = 0$$u = 2; when x = 1$$u = 1 + e.Problem 10 (HL)
Find using integration by parts twice.
Let .First application: u = e^x$$dv = \cos x\,dxSo du = e^x\,dx$$v = \sin x.
Second application on : u = e^x$$dv = \sin x\,dxSo .
Substituting back:
Cross-References
- Differentiation — Integration is the inverse operation of differentiation. See the Number and Algebra notes for function fundamentals including derivative rules that motivate integration techniques.
- Functions — Domain and range considerations determine when antiderivatives are valid. See Number and Algebra for function fundamentals.
- Complex Numbers — The exponential form provides an elegant derivation of trigonometric integral results. See Complex Numbers.
- Logic — Proof techniques (direct …/1-number-and-algebra/3_proof-and-logic, contradiction) are used to justify properties of integrals. See Logic.
| Topic | Site | Link |
|---|---|---|
| [Integration] | A-Level | View |
| [Integration] | IB | View |
Common Pitfalls
Forgetting the chain rule when integrating composite functions — look for an inner function and its derivative.
Confusing definite and indefinite integrals — definite integrals give a numerical value; indefinite integrals give a family of functions.
Incorrectly applying limits of integration after a substitution — remember to change the limits to the new variable.
Forgetting to check that solutions satisfy the original equation (especially with squaring both sides or dividing by variables).
Dropping negative signs during algebraic manipulation — substitute back to verify your answer.
Cancelling terms instead of factors — simplifies to , not .
Summary
The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.
Worked Examples
Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages linked above.