Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Many important quantities in calculus are described by areas under curves, but not every area leads to an elementary formula. Some definite integrals define new functions because their antiderivatives cannot be written using polynomials, trig functions, exponentials, logarithms, and their combinations. These special functions give names and tools to patterns that appear repeatedly in science and engineering.

They matter because they let us calculate real effects even when ordinary formulas are not enough.

The error function erf(x) comes from the Gaussian curve and is central to probability, heat flow, and diffusion. The sine integral Si(x) comes from sin(t)/t and appears in wave interference, signal processing, and diffraction. Instead of treating these integrals as failures of antiderivatives, mathematicians study their graphs, series, limits, and numerical values.

In this way, a definite integral becomes a usable function with its own properties and applications.

Key Facts

  • A special function can be defined by F(x) = integral from a to x of f(t) dt when f(t) has no elementary antiderivative.
  • erf(x) = (2/sqrt(pi)) integral from 0 to x of e^(-t^2) dt.
  • Si(x) = integral from 0 to x of sin(t)/t dt, with the value at t = 0 defined by the limit 1.
  • By the Fundamental Theorem of Calculus, if F(x) = integral from a to x of f(t) dt, then F'(x) = f(x).
  • The normal distribution probability between 0 and x is related to erf(x) because both involve integrals of e^(-t^2).
  • Many special functions are evaluated using numerical integration, power series, tables, or computer algorithms.

Vocabulary

Elementary function
A function built from constants, powers, exponentials, logarithms, trigonometric functions, and inverse trigonometric functions using a finite number of operations and compositions.
Special function
A named function that is often defined by an integral, series, or differential equation and is useful in many applications.
Error function
The function erf(x) that measures a scaled area under the Gaussian curve from 0 to x.
Sine integral
The function Si(x) defined as the area under sin(t)/t from 0 to x.
Gaussian curve
The bell-shaped curve based on e^(-x^2) or e^(-x^2/2) that appears in normal distributions and diffusion models.

Common Mistakes to Avoid

  • Trying to find an elementary antiderivative for e^(-x^2), which is wrong because no elementary antiderivative exists even though the definite integral is well defined.
  • Forgetting the scaling factor in erf(x), which is wrong because erf(x) = (2/sqrt(pi)) integral from 0 to x of e^(-t^2) dt, not just the raw area.
  • Treating sin(t)/t as undefined at t = 0, which is wrong for the sine integral because the removable value is set by the limit sin(t)/t = 1 as t approaches 0.
  • Assuming a function defined by an integral is not differentiable, which is wrong when the integrand is continuous because the Fundamental Theorem of Calculus gives the derivative directly.

Practice Questions

  1. 1 Let F(x) = integral from 0 to x of e^(-t^2) dt. Use the Fundamental Theorem of Calculus to find F'(2). Give the answer as an exact expression.
  2. 2 Using erf(x) = (2/sqrt(pi)) integral from 0 to x of e^(-t^2) dt, estimate erf(0.5) with the trapezoid rule using subintervals [0, 0.25] and [0.25, 0.5]. Use sqrt(pi) approximately 1.772.
  3. 3 Explain why defining Si(x) = integral from 0 to x of sin(t)/t dt is useful even though sin(t)/t does not have an elementary antiderivative.