Integration — Foundation 01

Introduction to Integration
Antiderivatives, Notation & Basic Rules

Before techniques, before area, before the Fundamental Theorem: you need to know what an antiderivative is, why every indefinite integral ends in +C, and how to reverse the basic rules of differentiation. This page builds that foundation.

10Worked Examples
18Standard Forms
4Linearity Rules
10Quiz Questions
Share this page

§ 01What Is an Antiderivative?

Integration starts with a reversal. You already know how to differentiate: integration asks the opposite question: given a function f(x), which function has f(x) as its derivative?

If F′(x) = f(x) for all x on some interval, then F is called an antiderivative of f. For example, since d/dx[x²] = 2x, the function x² is an antiderivative of 2x. But so is x² + 5, x² − 100, and x² + π. Any constant added to x² differentiates to zero and disappears: which explains immediately why every indefinite integral carries +C.

Definition — Antiderivative
F′(x) = f(x)   ⇒   F is an antiderivative of f on that interval

If F is one antiderivative of f, then F + C for any constant C is the most general antiderivative. No other form exists.

The full family of antiderivatives of f is written ∫ f(x) dx, called the indefinite integral of f. The elongated ∫ symbol is an S for "sum" (its origin lies in the limit of sums, covered in Riemann Sums), dx names the variable, and f(x) is the integrand.

Indefinite Integral — Core Notation
∫ f(x) dx  =  F(x) + C
where F′(x) = f(x) and C is an arbitrary constant of integration
Why +C Is Not Optional Every constant differentiates to zero, so any antiderivative is only determined up to an additive constant. Writing ∫ 2x dx = x² without +C is a mathematical error — it asserts a unique answer when infinitely many are correct. The constant is only pinned to a specific value when an additional condition (an initial value or boundary condition) is supplied.

§ 02The Reverse Power Rule

The differentiation power rule states d/dx[xn] = nxn−1. Running it in reverse: to antidifferentiate xn, increase the exponent by 1 and divide by the new exponent. This holds for every real n except n = −1, where the denominator would be zero, that case produces ln|x| instead.

Reverse Power Rule
∫ xn dx  =  xn+1/(n+1)  +  C     (n ≠ −1)

"Raise the power by one; divide by the new power." Works for positive, negative, and fractional exponents equally.

Verification habit: differentiate the result and check it equals the integrand. For the reverse power rule: d/dx[xn+1/(n+1)] = (n+1)xn/(n+1) = xn. This one-line check catches every arithmetic error and should be automatic.

Example 01Evaluate ∫ x4 dx
Identify n
n = 4  →  new exponent 5, divide by 5
Result
∫ x4 dx  =  x5/5 + C
Example 02Evaluate ∫ x−3 dx
Identify n
n = −3  →  new exponent −2, divide by −2
Result
∫ x−3 dx  =  −1/(2x2) + C
Example 03Evaluate ∫ √x dx
Rewrite
√x = x1/2  →  new exponent 3/2, divide by 3/2
Simplify
x3/2 ÷ (3/2) = (2/3)x3/2
Result
∫ √x dx  =  (2/3)x3/2 + C

§ 03The Four Linearity Rules

Because differentiation is linear, antidifferentiation inherits the same four rules. None requires independent proof: each follows directly from its differentiation counterpart.

Constant Multiple
∫ c ⋅ f(x) dx = c ∫ f(x) dx Constant factors move outside the integral unchanged. Only applies to true constants — never to functions of x.
Sum Rule
∫ [f + g] dx = ∫ f dx + ∫ g dx Split a sum into separate integrals and handle each term independently. Applies to any finite number of terms.
Difference Rule
∫ [f − g] dx = ∫ f dx − ∫ g dx Same as the sum rule with a minus sign. Combine with constant-multiple to handle any polynomial in one pass.
Constant Integral
∫ k dx = kx + C A constant k is k ⋅ x0. Applying the reverse power rule with n = 0 gives kx. This is the base case for all polynomial integration.
Never Split Products or Quotients The sum rule works because d/dx[f+g] = f′+g′. But d/dx[fg] ≠ f′g′, so ∫ f⋅g dx ≠ (∫f dx)(∫g dx). Likewise, ∫ f/g dx ≠ (∫f dx)/(∫g dx). If the integrand is a product or quotient, expand brackets or split the fraction first — then integrate term by term.
Example 04Evaluate ∫ (3x5 − 8x2 + 4x − 7) dx
Apply rules

Sum/difference and constant-multiple rules, integrate term by term.

3⋅x6/6  −  8⋅x3/3  +  4⋅x2/2  −  7x
Result
(x6/2) − (8x3/3) + 2x2 − 7x + C
Example 05Evaluate ∫ (x3 + 5) / x dx
Split fraction
∫ (x3/x + 5/x) dx = ∫ (x2 + 5/x) dx

Note: splitting a fraction across addition is valid. Splitting across multiplication is not.

Integrate
x3/3 + 5 ln|x|
Result
∫ (x3+5)/x dx  =  x3/3 + 5 ln|x| + C
♦ ♦ ♦

§ 04Standard Antiderivative Table

Each entry below is verified by differentiating the right-hand side and confirming it equals the integrand. Every form follows from a differentiation rule you already know: none was invented independently. Learn the first eight by heart; derive the rest as needed.

Integrand f(x)Antiderivative F(x) + CSource rule
xn  (n ≠ −1)xn+1/(n+1)Reverse power rule
1/x = x−1ln|x|d/dx[ln|x|] = 1/x
exexex is its own derivative
eax(1/a) eaxChain rule reversed; divide by inner coefficient
ax  (a > 0, a ≠ 1)ax / ln ad/dx[ax] = ax ln a
sin x−cos xd/dx[cos x] = −sin x
cos xsin xd/dx[sin x] = cos x
sec2 xtan xd/dx[tan x] = sec2 x
csc2 x−cot xd/dx[cot x] = −csc2 x
sec x tan xsec xd/dx[sec x] = sec x tan x
csc x cot x−csc xd/dx[csc x] = −csc x cot x
tan xln|sec x|Substitution u = cos x
cot xln|sin x|Substitution u = sin x
sec xln|sec x + tan x|Multiply by (sec x+tan x)/(sec x+tan x)
csc x−ln|csc x + cot x|Same technique
1/√(1−x2)arcsin xd/dx[arcsin x] = 1/√(1−x2)
1/(1+x2)arctan xd/dx[arctan x] = 1/(1+x2)
1/(a2+x2)(1/a) arctan(x/a)Scaled arctan form
How to Use This Table Effectively Memorise the six most common forms (power rule, 1/x, ex, sin x, cos x, sec2 x) until they are instant responses. For the rest, keep the differentiation rule in mind — if you can differentiate the right-hand column and get the left-hand column, you will never need to memorise them separately.

§ 05More Worked Examples — Mixed Integrands

Example 06Evaluate ∫ (2x + 1)(x − 3) dx
Expand first
(2x+1)(x−3) = 2x2 − 5x − 3
Integrate
∫(2x2−5x−3) dx
Result
(2x3/3) − (5x2/2) − 3x + C
Example 07Evaluate ∫ (4 sin x − 3 cos x + 5 sec2 x) dx
Each term
∫ 4 sin x dx = −4 cos x     ∫ −3 cos x dx = −3 sin x     ∫ 5 sec2x dx = 5 tan x
Result
−4 cos x − 3 sin x + 5 tan x + C
Example 08Evaluate ∫ (ex + 3e2x + 2/x) dx
Each term
∫ exdx = ex     ∫ 3e2xdx = (3/2)e2x     ∫ 2/x dx = 2 ln|x|

For e2x: divide by the inner coefficient 2, giving (1/2)e2x; scale by 3 to get (3/2)e2x.

Result
ex + (3/2)e2x + 2 ln|x| + C

§ 06Initial Value Problems — Pinning Down C

An indefinite integral produces a family of functions, one for each value of C. An initial value problem (IVP) supplies one extra condition, usually the value of F at a specific point, which determines C exactly and gives a unique solution.

Example 09Find F(x) given F′(x) = 3x2 − 4 and F(1) = 5
Integrate
F(x) = ∫(3x2−4) dx = x3 − 4x + C
Apply F(1) = 5
1 − 4 + C = 5   →   C = 8
Unique Solution
F(x) = x3 − 4x + 8
Example 10Find f(x) given f′′(x) = 6x, f′(0) = 2, f(0) = −1
First integration
f′(x) = ∫ 6x dx = 3x2 + C1

Apply f′(0) = 2:  C1 = 2  →  f′(x) = 3x2 + 2

Second integration
f(x) = ∫(3x2+2) dx = x3 + 2x + C2

Apply f(0) = −1:  C2 = −1

Unique Solution
f(x) = x3 + 2x − 1

§ 07Common Mistakes

Omitting +C
∫ f dx = F + C, alwaysOmitting +C on an indefinite integral is a mathematical error — it claims a unique answer when infinitely many are valid. It is correct only when evaluating definite integrals with limits.
Power rule at n = −1
∫ x−1 dx = ln|x| + CThe reverse power rule divides by n+1 = 0, which is undefined. The correct antiderivative of 1/x is ln|x| — it must be memorised separately and is one of the most common integration mistakes.
Multiplying antiderivatives
∫ fg dx ≠ F⋅G + CIntegration has no product rule. If the integrand is a product, expand it (for polynomials), use substitution, or use integration by parts. Never multiply the individual antiderivatives.
Sign error on sin x
∫ sin x dx = −cos x + CThe minus sign is the single most frequently dropped sign in first-year integration. Since d/dx[cos x] = −sin x, reversing the sign gives ∫ sin x dx = −cos x. Always verify by differentiating.
Wrong coefficient in eax
∫ e3x dx = (1/3)e3x + CWhen integrating eax, divide by a — the inner coefficient. A common error is multiplying by a. This is the chain rule reversed: differentiating (1/a)eax gives eax · a · (1/a) = eax. ✓
Applying power rule to brackets
∫ (x+1)2 dx: expand first∫ (x+1)2 dx ≠ (x+1)3/3 + C. The reverse power rule only applies to a single power of x, not a compound expression. Expand to x2+2x+1 first, then integrate term by term. (Substitution handles this cleanly too.)

§ 0810-Question Quiz

Test your understanding of antiderivatives, the +C convention, and the standard rules. Each question has one correct answer: feedback is shown immediately.

§ 09What Comes Next

You can now identify antiderivatives, justify the +C convention, apply the reverse power rule to any real exponent, use the four linearity rules to integrate polynomials and sums, read the standard table fluently, and solve basic initial value problems. Every technique page in this series builds on exactly these skills.

The next two pages explain why antidifferentiation computes area, via Riemann sums and the Fundamental Theorem, before the technique pages (substitution, parts, partial fractions, and onwards) expand what you can integrate.

Cookie Settings