Antiderivatives and Indefinite Integrals

Learning Objectives

  • Understand the definition and concept of antiderivatives.
  • Learn the notation and properties of indefinite integrals.
  • Memorize and apply essential elementary integration formulas.
  • Solve initial value problems using integration.
  • Solve separable differential equations by separating variables and integrating.

Integration is one of the two fundamental operations in calculus, acting as the inverse process of differentiation. The foundation of integration relies on understanding antiderivatives. While differentiation measures the rate of change of a quantity (like velocity from position), integration can recover a quantity from its rate of change and can describe accumulation. Historically, integral calculus was developed independently by Isaac Newton and Gottfried Wilhelm Leibniz in the late 17th century.

Antiderivative

A function FF is an antiderivative of a function ff on a given interval II if F′(x)=f(x)F'(x)=f(x) for every xx in II.

The Family of Antiderivatives

If FF is an antiderivative of ff on an interval II, then every antiderivative of ff on that interval has the form F(x)+CF(x)+C, where CC is an arbitrary constant. This follows from the Mean Value Theorem: two differentiable functions with the same derivative on an interval differ by a constant.

Physical Perspective: If velocity is known but initial position is not, integration determines position only up to an additive constant. The constant CC represents the missing initial position.

Combining Constants: When several additive constants arise during one integration step, their sum or difference is still an arbitrary constant and can be written as a single CC. By contrast, successive integrations generally introduce independent constants because earlier constants become nonconstant terms after another integration.

Interactive Simulation

Use the simulation below to explore how changing the constant of integration CC vertically translates an antiderivative without changing its derivative.

Simulation: Family of Antiderivatives

Legend

f(x): integrand / derivative
F(x) + C: selected antiderivative
Other members of the same family

Changing C translates the antiderivative vertically. Its derivative remains the same function f(x).

Integrand and family of antiderivativesA dashed curve shows the integrand. Solid and faint curves show antiderivatives that differ only by vertical constants.xy

Verification by Differentiation

The most reliable check of an indefinite integral is differentiation. If your proposed result is F(x)+CF(x)+C, differentiate it and verify that the derivative equals the original integrand on the interval being considered.

Example: ∫2x dx=x2+C\int 2x\,dx=x^2+C because ddx(x2+C)=2x\frac{d}{dx}(x^2+C)=2x.

Indefinite Integral Notation

The process of finding antiderivatives is called antidifferentiation. The notation ∫f(x) dx\int f(x)\,dx denotes the family of antiderivatives of ff with respect to xx. Because there are no fixed endpoints, this is an indefinite integral rather than a definite integral.

Integral Components

  • ∫\int is the integral sign.
  • f(x)f(x) is the integrand.
  • dxdx is the differential notation identifying xx as the variable of integration.
  • F(x)F(x) is an antiderivative satisfying F′(x)=f(x)F'(x)=f(x).
  • CC is the constant of integration.

Indefinite Integral

Basic indefinite integral notation.

∫f(x) dx=F(x)+C,F′(x)=f(x)\int f(x) \, dx = F(x) + C, \qquad F'(x)=f(x)

Variables

SymbolDescriptionUnit
f(x)f(x)Integrand function-
dxdxDifferential notation identifying x as the integration variable-
F(x)F(x)An antiderivative of f-
CCArbitrary constant on the interval under consideration-

What does dx mean?

In elementary Riemann integration, dxdx should not be interpreted literally as a tiny real-number width. Finite Riemann sums use widths such as Δxi\Delta x_i, and the definite integral is obtained through a limit as the partition is refined. In Leibniz notation, dxdx identifies the integration variable and participates in differential identities such as du=g′(x) dxdu=g'(x)\,dx. Those identities encode the Chain Rule and make substitution notation efficient, but manipulations with dxdx are justified by the underlying derivative and substitution theorems.

Introduction to Integration by Substitution

Substitution reverses the Chain Rule. If u=g(x)u=g(x), then du=g′(x) dxdu=g'(x)\,dx, so an integral containing a factor g′(x)g'(x) can often be rewritten in terms of uu. For definite integrals, the limits must also be transformed. The substitution preserves the signed accumulated integral; when an integrand changes sign, that quantity is not the same as ordinary geometric area.

Interact with the simulation below to compare the same signed accumulation in xx-space and uu-space.

U-Substitution: Coordinate Mapping & Signed Accumulation

Visualize the reverse Chain Rule. The factor du=g′(x) dxdu = g'(x)\,dx rescales the horizontal coordinate while preserving the value of the corresponding definite integral.

∫0x3s2cos⁡(s3) ds=∫0x3cos⁡(u) du\int_0^x 3s^2 \cos(s^3) \, ds \quad = \quad \int_0^{x^3} \cos(u) \, du

At x=2x=2, this becomes the full mapping [0,2]→[0,8][0,2]\to[0,8].

x = 0x = 2
Coordinate Mapping: u = x³
Mapped point u:1.7280
Scale factor du/dx:4.320
x-space signed accumulation:0.98767
u-space signed accumulation:0.98767
Geometric area (absolute value):≈ 1.01233
The two signed accumulations are equal because substitution preserves the integral. After the integrand crosses below the axis, negative contributions cancel positive ones. Ordinary geometric area instead uses the absolute value of the integrand and therefore does not cancel.
Original x-space: ∫ 3x² cos(x³) dx
Loading chart...
x-axis range [0, 2]
Transformed u-space: ∫ cos(u) du
Loading chart...
u-axis range [0, 8] (u = x³)

Basic Integration Formulas

Basic antiderivative formulas are obtained by reversing verified differentiation rules. Whenever a domain restriction matters, interpret the formula on an interval where both the integrand and the chosen antiderivative are defined.

Power Rule for Integrals

For real n≠−1n\ne -1, on an interval where xnx^n is real and defined,

Power Rule

Power rule for integration.

∫xn dx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C

Variables

SymbolDescriptionUnit
xxVariable of integration-
nnReal exponent, n ≠ -1, on an appropriate real domain-
CCConstant of integration-

Exception to the Power Rule

When n=−1n=-1, the denominator n+1n+1 would be zero. Instead, on any interval not containing 00, ∫1x dx=ln⁡∣x∣+C\int \frac{1}{x}\,dx=\ln|x|+C. The absolute value allows one formula to cover both positive and negative intervals.

Inverse x Rule

Integral of 1/x on an interval not containing zero.

∫1x dx=ln⁡∣x∣+C,x≠0\int \frac{1}{x} \, dx = \ln|x| + C, \qquad x\ne 0

Variables

SymbolDescriptionUnit
xxVariable of integration; interval must not cross x = 0-
CCConstant of integration-

Properties of Linearity

Indefinite integration is linear because differentiation is linear.

Linearity Properties

Constant Multiple Rule

Integration with a constant multiple.

∫kf(x) dx=k∫f(x) dx\int k f(x) \, dx = k \int f(x) \, dx

Variables

SymbolDescriptionUnit
kkConstant multiplier-
f(x)f(x)Integrand function-

Sum and Difference Rule

Integration with sums and differences.

∫[f(x)±g(x)] dx=∫f(x) dx±∫g(x) dx\int [f(x) \pm g(x)] \, dx = \int f(x) \, dx \pm \int g(x) \, dx

Variables

SymbolDescriptionUnit
f(x)f(x)First integrand function-
g(x)g(x)Second integrand function-

Essential Elementary Integrals

These formulas are core patterns. A useful habit is to verify each one by differentiation rather than treating the table as an unexamined list.

Exponential Rules

  • exe^x is its own antiderivative.
  • For a>0a>0, a≠1a\ne1, the derivative of axa^x is axln⁡aa^x\ln a, so its antiderivative contains the factor 1/ln⁡a1/\ln a.

Exponential e^x

Integral of e^x.

∫ex dx=ex+C\int e^x \, dx = e^x + C

Variables

SymbolDescriptionUnit
xxVariable of integration-
CCConstant of integration-

Exponential a^x

Integral of a^x.

∫ax dx=axln⁡a+C,a>0, a≠1\int a^x \, dx = \frac{a^x}{\ln a} + C, \qquad a>0,\ a\ne1

Variables

SymbolDescriptionUnit
aaPositive exponential base different from 1-
xxVariable of integration-
CCConstant of integration-

Exponential e^kx

Integral of e^(kx).

∫ekx dx=ekxk+C,k≠0\int e^{kx} \, dx = \frac{e^{kx}}{k} + C, \qquad k\ne0

Variables

SymbolDescriptionUnit
kkNonzero constant multiplier in the exponent-
xxVariable of integration-
CCConstant of integration-

Trigonometric Functions

Reversing standard trigonometric derivatives gives:

Sine Integral

Integral of sin(x).

∫sin⁡x dx=−cos⁡x+C\int \sin x \, dx = -\cos x + C

Variables

SymbolDescriptionUnit
xxAngle in radians-
CCConstant of integration-

Cosine Integral

Integral of cos(x).

∫cos⁡x dx=sin⁡x+C\int \cos x \, dx = \sin x + C

Variables

SymbolDescriptionUnit
xxAngle in radians-
CCConstant of integration-

Secant Squared Integral

Integral of sec^2(x).

∫sec⁡2x dx=tan⁡x+C\int \sec^2 x \, dx = \tan x + C

Variables

SymbolDescriptionUnit
xxVariable on an interval where tan x is defined-
CCConstant of integration-

Secant Tangent Integral

Integral of sec(x)tan(x).

∫sec⁡xtan⁡x dx=sec⁡x+C\int \sec x \tan x \, dx = \sec x + C

Variables

SymbolDescriptionUnit
xxVariable on an interval where sec x and tan x are defined-
CCConstant of integration-

Cosecant Squared Integral

Integral of csc^2(x).

∫csc⁡2x dx=−cot⁡x+C\int \csc^2 x \, dx = -\cot x + C

Variables

SymbolDescriptionUnit
xxVariable on an interval where csc x is defined-
CCConstant of integration-

Cosecant Cotangent Integral

Integral of csc(x)cot(x).

∫csc⁡xcot⁡x dx=−csc⁡x+C\int \csc x \cot x \, dx = -\csc x + C

Variables

SymbolDescriptionUnit
xxVariable on an interval where csc x and cot x are defined-
CCConstant of integration-

Inverse Trigonometric Forms

The following standard forms require attention to parameter assumptions and domains.

Inverse Sine Integral

Integral leading to arcsin.

∫1a2−x2 dx=arcsin⁡ ⁣(xa)+C,a>0, ∣x∣<a\int \frac{1}{\sqrt{a^2-x^2}}\,dx =\arcsin\!\left(\frac{x}{a}\right)+C, \qquad a>0,\ |x|<a

Variables

SymbolDescriptionUnit
aaPositive constant-
xxVariable satisfying |x| < a on the interval-
CCConstant of integration-

Inverse Tangent Integral

Integral leading to arctan.

∫1a2+x2 dx=1aarctan⁡ ⁣(xa)+C,a>0\int \frac{1}{a^2+x^2}\,dx =\frac{1}{a}\arctan\!\left(\frac{x}{a}\right)+C, \qquad a>0

Variables

SymbolDescriptionUnit
aaPositive constant; taking a > 0 gives the standard branch convention-
xxReal variable-
CCConstant of integration-

Inverse Secant Integral

A branch-safe real antiderivative for 1/(x sqrt(x^2-a^2)).

∫1xx2−a2 dx=1aarcsec⁡ ⁣(∣x∣a)+C,a>0, ∣x∣>a\int \frac{1}{x\sqrt{x^2-a^2}}\,dx =\frac{1}{a}\operatorname{arcsec}\!\left(\frac{|x|}{a}\right)+C, \qquad a>0,\ |x|>a

Variables

SymbolDescriptionUnit
aaPositive constant-
xxVariable restricted to an interval contained in (-∞,-a) or (a,∞)-
CCConstant of integration on the chosen connected interval-

Inverse-secant branch convention

The inverse-secant formula above uses the common real principal branch arcsec⁡:[1,∞)→[0,π/2)\operatorname{arcsec}:[1,\infty)\to[0,\pi/2). The absolute value inside arcsec⁡\operatorname{arcsec} is essential for the stated integrand when x<−ax< -a. Different inverse-secant conventions can produce equivalent antiderivatives that differ by constants on each connected domain interval. Because the real domain is disconnected, the integration constant on (−∞,−a)(-\infty,-a) need not equal the one on (a,∞)(a,\infty). Differentiate the chosen branch to verify the formula on the interval in use.

Initial Value Problems

An indefinite integral gives a family of functions. An initial value problem (IVP) supplies enough data to select a particular member of that family. For a first antiderivative, one condition such as F(x0)=y0F(x_0)=y_0 determines the additive constant. Higher-order problems generally require additional independent conditions.

Solving Initial Value Problems

  • Integrate: Find the general antiderivative.
  • Substitute: Apply the given initial condition or conditions.
  • Solve for the constants: Determine the required constants algebraically.
  • Verify: Differentiate the resulting function and check the initial data.

Kinematics Application: Position, Velocity, Acceleration

For rectilinear motion,

  • a(t)=v′(t)a(t)=v'(t), so v(t)=∫a(t) dt+C1v(t)=\int a(t)\,dt+C_1.

  • v(t)=s′(t)v(t)=s'(t), so s(t)=∫v(t) dt+C2s(t)=\int v(t)\,dt+C_2.

    Initial velocity and initial position determine the two constants needed to recover a particular position function from acceleration.

Separable Differential Equations

Many first-order models can be written as dydx=g(x)h(y)\frac{dy}{dx}=g(x)h(y). On regions where division by h(y)h(y) is valid, the variables can be separated and integrated.

Separable Differential Equation Form

A differential equation is separable if it can be written in a form that permits

1h(y) dy=g(x) dx.\frac{1}{h(y)}\,dy=g(x)\,dx.

Solving Separable Differential Equations

  • Check equilibrium solutions first: If h(y)=0h(y)=0 for some constant y=yey=y_e, then y(x)=yey(x)=y_e may be a solution. Dividing by h(y)h(y) would otherwise discard it.
  • Separate the variables: On a region where h(y)≠0h(y)\ne0, rewrite as 1h(y) dy=g(x) dx\frac{1}{h(y)}\,dy=g(x)\,dx.
  • Integrate both sides: Evaluate the two antiderivatives.
  • Combine additive constants: Write one arbitrary constant where appropriate.
  • Apply initial data and verify: Solve for the relevant branch and check the original differential equation.

Engineering Application: Newton's Law of Cooling

Newton's law of cooling is commonly modeled as dTdt=−k(T−Ts)\frac{dT}{dt}=-k(T-T_s) with k>0k>0 and constant ambient temperature TsT_s. The equilibrium solution T=TsT=T_s should be recognized before division by T−TsT-T_s. For non-equilibrium solutions, separation gives dTT−Ts=−k dt\frac{dT}{T-T_s}=-k\,dt, leading to T(t)=Ts+Ae−ktT(t)=T_s+A e^{-kt} after applying the initial condition.

Key Takeaways
  • ∫f(x) dx\int f(x)\,dx denotes the family of antiderivatives of ff on a connected interval.
  • Differentiate proposed antiderivatives to verify formulas and applications.
  • dxdx identifies the integration variable; finite Riemann-sum widths are Δxi\Delta x_i, while differential notation in substitution is justified by the Chain Rule and substitution theorem.
  • Domain and branch assumptions matter for logarithmic and inverse-trigonometric antiderivatives, especially inverse secant.
  • Initial conditions select particular members of an antiderivative family.
  • Separating variables can discard equilibrium solutions if division by a zero factor is performed without checking first.