Chapter 12 — Further Reading

Annotated pointers for going deeper on antiderivatives, with explicit section mapping to the two reference textbooks this book is benchmarked against (continuity §8): Stewart, Calculus: Early Transcendentals, 9th ed. and OpenStax, Calculus, Vol. 1 (Strang & Herman, free online).


Core Textbook Sections (the exact parallel reading)

Stewart, J. (2021). Calculus: Early Transcendentals, 9th ed. Cengage. - §4.9 "Antiderivatives" is the precise parallel to this entire chapter — the antiderivative table, the $+C$, and rectilinear-motion problems are all here. Read it after our Section 12.10 for a second pass with different worked examples. - §5.4 "Indefinite Integrals and the Net Change Theorem" restates the notation $\int f(x)\,dx$ and previews the "recover the total from the rate" idea of our Section 12.11 (Stewart's "net change"). Worth reading now even though it sits in his integration chapter. - Stewart's exercise sets in §4.9 are the closest match in style and difficulty to our Parts A–G; do the odd-numbered antiderivative and IVP problems for extra drill.

OpenStax (Strang, G., & Herman, E.). Calculus, Volume 1. OpenStax (free, openstax.org). - §4.10 "Antiderivatives" maps one-to-one onto this chapter: the antiderivative family, the indefinite-integral notation, initial value problems, and a full kinematics treatment (their "motion problems" section is our Section 12.10). - §5.2 "The Definite Integral" and §5.3 "The Fundamental Theorem of Calculus" are where the mystery of our Section 12.15 gets resolved — preview them to see where Chapters 13–14 are headed. - OpenStax is free and its figures for the family of antiderivative curves are especially clear; a good complement if our Section 12.2 "stack of parabolas" picture needs reinforcing.

More Rigorous Treatments (for math majors)

Spivak, M. (2008). Calculus, 4th ed. Publish or Perish. - Chapter 13 ("Integrals") and the surrounding chapters treat antiderivatives with full rigor, proving the "differ by a constant" theorem from the Mean Value Theorem exactly as our Section 12.2 sketches. Read this if you want the Math Major Sidebar of Section 12.12 (existence/uniqueness) developed properly.

Apostol, T. M. (1967). Calculus, Volume I, 2nd ed. Wiley. - Chapter 5 ("The Relation between Integration and Differentiation") builds the subject in the opposite order from this book — area first, antiderivative second — which is a clarifying contrast and previews the unification of our Chapter 14.

On Non-Elementary Antiderivatives (Section 12.9)

Olver, F. W. J., et al. (eds.) (2010). NIST Handbook of Mathematical Functions. Cambridge UP (also free at dlmf.nist.gov). - The authoritative modern reference for the error function $\mathrm{erf}$, Fresnel integrals, and the logarithmic and exponential integrals — the special functions that name the antiderivatives Section 12.9 says have no elementary form. Browse the entries for $\mathrm{erf}$ and the Fresnel integrals.

Rosenlicht, M. (1972). "Integration in finite terms." American Mathematical Monthly, 79(9), 963–972. - A famously readable account of Liouville's theorem — the result that proves $\int e^{-x^2}\,dx$ is non-elementary. The clearest entry point if you want to understand why integration can fail where differentiation never does (Section 12.9).

Case-Study Background

Halliday, D., Resnick, R., & Walker, J. (2014). Fundamentals of Physics. Wiley. — The kinematics chapters derive the constant-acceleration equations as the double antidifferentiation of Case Study 1. Standard, thorough, well-illustrated.

AASHTO (2018). A Policy on Geometric Design of Highways and Streets (the "Green Book"). — The engineering source behind Case Study 1's stopping-sight-distance formula; shows the braking-plus-reaction-time model in real design use.

Varian, H. R. (2014). Intermediate Microeconomics: A Modern Approach. Norton. — The clearest undergraduate treatment of the marginal-versus-total (derivative-versus-antiderivative) relationship behind Case Study 2's cost curves.

Computational Practice

SymPy documentation — sympy.integrate (docs.sympy.org). — Mirror the symbolic-integration examples of Section 12.14. Try integrating $e^{-x^2}$ and watch SymPy return erf: the software reporting non-elementarity in real time, exactly the boundary of Section 12.9.

Practice Recommendations

  1. Memorize the basic table (Section 12.4) to automatic recall. Every later integral reduces to recognizing one of these ten forms. Drill them like the multiplication table.
  2. Do many initial value problems (Section 12.8). The three-step pattern — antidifferentiate, apply the condition, solve for $C$ — recurs throughout integration and differential equations.
  3. Check every answer by differentiating it back (Section 12.13). It is the one place in mathematics with a free, foolproof error-detector. Use it relentlessly.
  4. Pick any real rate you have met — velocity, marginal cost, a growth rate — and reconstruct the total from it (Section 12.11). This trains the modeling instinct the whole book is building toward.

The single most important takeaway: antiderivatives are the bridge from differentiation (Part II) to integration (Part III). Chapters 13 and 14 develop that bridge into the Fundamental Theorem of Calculus — but the skill begins here.