Indefinite Integrals

∫f(x)dx = F(x)+C. Asks: what function has derivative f? Answer is a family of functions. Used in solving differential equations, finding general antiderivatives. Example: ∫3x²dx = x³+C.

Definite Integrals

∫ₐᵇ f(x)dx = F(b)−F(a). A specific number — the net signed area under f from a to b. 'Signed' means area below the x-axis subtracts. Used in area, volume, distance, and accumulation problems.

Improper Integrals

Computing Improper Integrals

Quick Reference

Definite integral: ∫ₐᵇ f(x)dx = a number (area). Indefinite integral: ∫f(x)dx = F(x)+C (a family of functions). Improper integral: at least one bound is ±∞, or the integrand is unbounded — evaluated as a limit.

The Conceptual Distinction — Why Three Types?

The three types of integrals are not just notational variants — they answer fundamentally different questions. The indefinite integral asks: what function has derivative f? The answer is a family of functions, not a number. The definite integral asks: what is the total accumulation of f from a to b? The answer is a specific number. The improper integral extends the definite integral to situations where the standard Riemann sum definition fails — unbounded regions or unbounded functions — by introducing limits.

Indefinite Integrals — The +C Is Not Optional

Every indefinite integral includes a constant of integration +C. This is not a formality — it reflects a genuine mathematical fact. The derivative of x² + 5 is 2x. So is the derivative of x² + 100, or x² − 7, or x² + π. Every function of the form x² + C has derivative 2x. Therefore ∫2x dx = x² + C, where C represents any real constant. If you drop the +C, your antiderivative is technically a specific function, not the general antiderivative. On AP exams and university assessments, omitting +C on indefinite integrals loses marks.

The +C becomes crucial when solving initial value problems. If you are told that F'(x) = 2x and F(3) = 14, then F(x) = x² + C and 14 = 9 + C gives C = 5, so F(x) = x² + 5. Without +C in the general solution, you cannot incorporate the initial condition.

Definite Integrals — Interpretation and Computation

The definite integral ∫ₐᵇ f(x)dx has four equivalent interpretations: (1) the limit of Riemann sums, (2) the net signed area under f from a to b, (3) F(b) − F(a) for any antiderivative F (FTC Part 2), and (4) the total accumulation of f over the interval. In applications, which interpretation to use depends on context. Computing it always uses interpretation (3) — find an antiderivative and subtract.

Properties of Definite Integrals

Improper Integrals — Intuition and Technique

The standard definition of the Riemann integral requires a closed, bounded interval [a,b] and a bounded function. Improper integrals extend integration beyond these constraints using limits. There are two types: infinite bounds (∫₁^∞) and unbounded integrands (∫₀¹ 1/√x dx, where the integrand approaches infinity at x = 0).

The key insight: just because a function grows without bound does not mean the area under it is infinite. The function 1/x² blows up at x = 0, but ∫₁^∞ 1/x² dx = 1. The tail of the function shrinks fast enough that the total area remains finite. Contrast this with 1/x, which also grows without bound but whose integral diverges: ∫₁^∞ 1/x dx = ∞. The difference between convergence and divergence can be subtle — and the p-integral test (convergence of ∫₁^∞ 1/xᵖ dx depends on whether p > 1) is the single most useful tool for making the determination quickly.

The Fundamental Theorem — Connecting All Three Types

The FTC is what makes all three types of integrals part of the same theory. The indefinite integral gives antiderivatives. The definite integral uses antiderivatives to compute areas via FTC Part 2. Improper integrals extend definite integrals using limits — and when they converge, the FTC applies to them as well, through the limiting process. The entire edifice of integral calculus rests on the FTC.

Frequently Asked Questions
Why does 1/x² converge but 1/x diverge?
1/x² shrinks fast enough — its tail after x=1 adds up to a finite total (area = 1). 1/x shrinks too slowly — its tail diverges (harmonic series). The boundary is at p=1 for ∫1/xᵖ: converges for p>1, diverges for p≤1.
Can an integral converge even if the integrand doesn't go to zero?
If the integrand doesn't go to zero as x→∞, the integral definitely diverges. But going to zero is necessary, not sufficient — 1/x goes to zero but its integral diverges.
What is Integration?
What Is Integration
Integration Rules & Formulas
Integration Rules
References & Further Reading
  • Stewart, J. (2015). Calculus, §5.2, §7.8. Cengage.
  • Rudin, W. (1976). Principles of Mathematical Analysis, Ch. 6. McGraw-Hill.
  • Apostol, T. (1974). Mathematical Analysis, 2nd ed. Addison-Wesley.
AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level

Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.

Technically reviewed by: Prof. James Chen, Stanford Mathematics Department