Understanding Integrals
What Is an Integral?
An integral computes the area under a curve. For a function f(x), the definite integral from a to b gives the signed area between the curve and the x-axis. The indefinite integral (antiderivative) F(x) satisfies F'(x) = f(x).
The Power Rule for Integration
For a polynomial term axⁿ, the antiderivative is a·xⁿ⁺¹/(n+1) + C. This is the power rule for integration and is the most fundamental integration technique. The constant C represents the family of antiderivatives.
Definite vs Indefinite Integrals
A definite integral ∫ₐᵇ f(x)dx produces a number: the net signed area. An indefinite integral produces a function family. The Fundamental Theorem of Calculus connects them: ∫ₐᵇ f(x)dx = F(b) − F(a).
Riemann Sums
Riemann sums approximate the definite integral by dividing [a,b] into rectangles. The sum of rectangle areas converges to the integral as the number of rectangles grows. This calculator uses right-endpoint Riemann sums for the table visualization.
Applications
Integrals compute areas, volumes of revolution, arc lengths, work done by forces, center of mass, probability distributions, and accumulated change. They are indispensable in physics, engineering, economics, and statistics.
What Is an Integral?
An integral is one of the two fundamental operations in calculus, alongside the derivative. While derivatives measure instantaneous rates of change, integrals accumulate quantities — they add up infinitely many infinitesimally small contributions to calculate total areas, volumes, displacements, probabilities, and other accumulated quantities. The integral symbol ∫ (an elongated S standing for "sum") reflects this origin as a continuous summation. Integrals appear throughout physics, engineering, economics, probability, and virtually every quantitative discipline, making them one of the most practically important mathematical concepts ever developed.
Definite vs. Indefinite Integrals
There are two types of integrals with distinct interpretations. A definite integral ∫ₐᵇ f(x)dx calculates the net signed area between the graph of f(x) and the x-axis from x = a to x = b, producing a specific numerical value. This represents the accumulation of the quantity f(x) over the interval [a, b] — if f(x) represents velocity, the definite integral gives total displacement; if f(x) represents a rate of flow, it gives total volume; if f(x) represents a probability density, it gives the probability of falling within that range. An indefinite integral ∫f(x)dx, also called an antiderivative, finds a function F(x) whose derivative equals f(x). The indefinite integral includes an arbitrary constant C because the derivative of any constant is zero. The Fundamental Theorem of Calculus connects these two concepts: ∫ₐᵇ f(x)dx = F(b) - F(a), where F is any antiderivative of f. This theorem is arguably the most important result in all of calculus, linking the two seemingly different operations of differentiation and integration into a unified framework.
Techniques of Integration
Finding integrals is generally more challenging than finding derivatives, and several systematic techniques exist. Basic integration rules handle common functions: the power rule ∫xⁿ dx = xⁿ⁺¹/(n+1) + C, exponential and logarithmic integrals, and trigonometric integrals. Substitution (u-substitution) simplifies integrals by changing variables to match known integral forms — analogous to the chain rule for derivatives. Integration by parts, given by ∫u dv = uv - ∫v du, handles products of functions and is analogous to the product rule for derivatives. Partial fraction decomposition breaks rational functions into simpler fractions that can be integrated individually. Trigonometric substitution handles integrals containing expressions like √(a²-x²) by substituting trigonometric functions. For integrals that cannot be expressed in terms of elementary functions, numerical methods including Simpson's rule, Gaussian quadrature, and Monte Carlo integration provide accurate approximations, with computer algebra systems handling the computational complexity for practical applications.
The Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus (FTC) establishes the profound connection between differentiation and integration. Part 1 states that if F(x) = ∫ₐˣ f(t)dt, then F'(x) = f(x) — the derivative of the integral function is the original integrand. Part 2 states that if F'(x) = f(x), then ∫ₐᵇ f(x)dx = F(b) - F(a) — the definite integral can be evaluated by finding an antiderivative and computing its values at the endpoints. This theorem transformed calculus from a collection of ad hoc methods into a coherent mathematical framework. Before the FTC, areas under curves had to be computed using exhausting limit-of-sums calculations. After the FTC, these areas could be found by simply evaluating an antiderivative, dramatically simplifying computation and enabling the rapid development of mathematical physics, engineering analysis, and probability theory that followed.
Applications of Integrals
Integrals have vast practical applications. In physics, integrals calculate work (force integrated over distance), energy, center of mass, moment of inertia, electric and magnetic field strengths from charge and current distributions, and fluid flow rates. In engineering, integrals determine structural loading, heat transfer, signal energy, and control system response. In probability and statistics, probability density functions are integrated to find probabilities, expected values, and variances. In economics, integrals calculate consumer and producer surplus, total revenue from marginal revenue functions, and present values of continuous income streams. In geometry, integrals compute areas between curves, volumes of solids of revolution, arc lengths, and surface areas. Medical imaging techniques like CT scans reconstruct internal body structures by solving integral equations from sensor data. These diverse applications demonstrate why integration is considered one of the most powerful mathematical tools ever invented.