Integration is the process of finding a function from its derivative. It is the reverse operation of differentiation. If F′(x) = f(x), then F(x) is called an antiderivative of f(x).
The general antiderivative is written as:
∫ f(x) dx = F(x) + C
where C is an arbitrary constant called the constant of integration. The symbol ∫ is the integral sign, f(x) is the integrand, and dx shows that integration is carried out with respect to x.
If F(x) is one antiderivative of f(x) on an interval, then every antiderivative of f(x) on that interval has the form:
F(x) + C
Since d⁄dx(x3) = 3x2, it follows that:
∫ 3x2 dx = x3 + C
For any real number n ≠ -1, the power rule for integration is:
∫ xn dx = xn + 1⁄n + 1 + C
In words: increase the power by one and divide by the new power.
Evaluate ∫ 3√x dx.
Solution:
3√x = x1/3
∫ 3√x dx = ∫ x1/3 dx = x4/3⁄4/3 + C = 3⁄4x4/3 + C
Evaluate ∫ 1⁄x5 dx.
Solution:
1⁄x5 = x-5
∫ x-5 dx = x-4⁄-4 + C = -1⁄4x4 + C
Integration by substitution is the reverse of the chain rule. It is used when an integral contains a composite expression and the derivative of the inner expression is present, either exactly or as a constant multiple.
If u = g(x), then:
du = g′(x) dx
The integral is changed from an expression in x to an expression in u, integrated, and then changed back to x.
Evaluate ∫ (4 - 3x)1/7 dx.
Solution:
Let u = 4 - 3x. Then du = -3 dx, so dx = -1⁄3du.
∫ (4 - 3x)1/7 dx = -1⁄3∫ u1/7 du
= -1⁄3 × u8/7⁄8/7 + C = -7⁄24u8/7 + C
= -7⁄24(4 - 3x)8/7 + C
Evaluate ∫ cos(3x + 5) dx.
Solution:
Let u = 3x + 5. Then du = 3dx, so dx = 1⁄3du.
∫ cos(3x + 5) dx = 1⁄3∫ cos u du = 1⁄3sin(3x + 5) + C
Evaluate ∫ sin(5x - 2) dx.
Solution:
Let u = 5x - 2. Then du = 5dx, so dx = 1⁄5du.
∫ sin(5x - 2) dx = 1⁄5∫ sin u du = -1⁄5cos(5x - 2) + C
Many trigonometric integrals become simple after applying identities. The most useful identities here are:
sin2x = 1 - cos 2x⁄2
cos2x = 1 + cos 2x⁄2
sin2x + cos2x = 1
When the power is even, use the half-angle identities.
Evaluate ∫ sin2x dx.
Solution:
∫ sin2x dx = ∫ 1 - cos 2x⁄2 dx
= x⁄2 - 1⁄4sin 2x + C
Evaluate ∫ cos2(3x) dx.
Solution:
cos2(3x) = 1 + cos 6x⁄2
∫ cos2(3x) dx = x⁄2 + 1⁄12sin 6x + C
When an odd power occurs, separate one sine or cosine factor and convert the remaining even power using sin2x + cos2x = 1.
Evaluate ∫ cos3x dx.
Solution:
cos3x = cos x(1 - sin2x)
Let u = sin x, so du = cos x dx.
∫ cos3x dx = ∫ (1 - u2) du = u - u3⁄3 + C
= sin x - sin3x⁄3 + C
Evaluate ∫ sin3x cos2x dx.
Solution:
sin3x = sin x(1 - cos2x)
∫ sin3x cos2x dx = ∫ [cos2x sin x - cos4x sin x] dx
Using u = cos x, du = -sin x dx, the result is:
-cos3x⁄3 + cos5x⁄5 + C
Trigonometric substitution is used for integrals containing square roots of quadratic expressions. The substitution is chosen from a Pythagorean identity.
| Expression Type | Useful Substitution |
|---|---|
| √(a2 - x2) | x = a sin θ or x = a cos θ |
| a2 + x2 | x = a tan θ or x = a cot θ |
| √(x2 - a2) | x = a sec θ or x = a csc θ |
Evaluate ∫ dx⁄√(1 - x2).
Solution:
Let x = sin θ. Then dx = cos θ dθ and √(1 - x2) = cos θ.
Hence:
∫ dx⁄√(1 - x2) = ∫ dθ = θ + C
Since x = sin θ, θ = sin-1x. Therefore:
∫ dx⁄√(1 - x2) = sin-1x + C
Evaluate ∫ dx⁄x√(x2 - 25).
Solution:
Let x = 5sec θ. Then dx = 5sec θtan θ dθ and √(x2 - 25) = 5tan θ.
Therefore:
∫ dx⁄x√(x2 - 25) = ∫ 5sec θtan θ dθ⁄(5sec θ)(5tan θ)
= 1⁄5∫ dθ = θ⁄5 + C
Since x = 5sec θ, θ = sec-1(x⁄5). Thus:
∫ dx⁄x√(x2 - 25) = 1⁄5sec-1(x⁄5) + C
Integration by parts is the reverse of the product rule. It is used for integrals involving products of functions.
∫ u dv = uv - ∫ v du
A useful guide for choosing u is LIATE: logarithmic, inverse trigonometric, algebraic, trigonometric, exponential.
Evaluate ∫ te-3t dt.
Solution:
Let u = t, so du = dt. Let dv = e-3tdt, so v = -1⁄3e-3t.
∫ te-3tdt = uv - ∫ vdu
= -1⁄3te-3t + 1⁄3∫ e-3tdt
= -1⁄3te-3t - 1⁄9e-3t + C
Evaluate ∫ x2sin x dx.
Solution:
Let u = x2 and dv = sin x dx. Then du = 2x dx and v = -cos x.
∫ x2sin x dx = -x2cos x + 2∫ x cos x dx
Apply integration by parts again to ∫ x cos x dx:
∫ x cos x dx = x sin x + cos x
Therefore:
∫ x2sin x dx = -x2cos x + 2x sin x + 2cos x + C
Partial fractions are used to integrate rational functions, that is, fractions whose numerator and denominator are polynomials. The goal is to split a complicated fraction into simpler fractions.
For distinct linear factors:
P(x)⁄(x + a)(x + b) = A⁄x + a + B⁄x + b
For a repeated linear factor:
P(x)⁄(x + a)2(x + b) = A⁄x + a + B⁄(x + a)2 + C⁄x + b
Evaluate ∫ x + 2⁄(x + 3)(x + 4) dx.
Solution:
Write:
x + 2⁄(x + 3)(x + 4) = A⁄x + 3 + B⁄x + 4
Then:
x + 2 = A(x + 4) + B(x + 3)
Put x = -3: A = -1.
Put x = -4: B = 2.
Thus:
∫ x + 2⁄(x + 3)(x + 4) dx = -∫ dx⁄x + 3 + 2∫ dx⁄x + 4
= -ln|x + 3| + 2ln|x + 4| + C
Evaluate ∫ dx⁄(x - 1)2(x + 2).
Solution:
Decompose:
1⁄(x - 1)2(x + 2) = A⁄x - 1 + B⁄(x - 1)2 + C⁄x + 2
Solving for the constants gives:
A = -1⁄9, B = 1⁄3, C = 1⁄9
Therefore:
∫ dx⁄(x - 1)2(x + 2) = 1⁄9ln|x + 2⁄x - 1| - 1⁄3(x - 1) + C
A definite integral has limits of integration and gives a numerical value:
∫ab f(x) dx
If F′(x) = f(x), then:
∫ab f(x) dx = F(b) - F(a)
This result is the evaluation form of the Fundamental Theorem of Calculus.
When using substitution in a definite integral, either:
Evaluate ∫02 (x + 1)(x2 + 2x + 3)5 dx.
Solution:
Let u = x2 + 2x + 3. Then du = 2(x + 1)dx, so (x + 1)dx = 1⁄2du.
When x = 0, u = 3. When x = 2, u = 11.
Therefore:
∫02 (x + 1)(x2 + 2x + 3)5 dx = 1⁄2∫311 u5 du
= 1⁄12(116 - 36)
Evaluate ∫01 dx⁄√(4 - x2).
Solution:
Let x = 2sin u. Then dx = 2cos u du and √(4 - x2) = 2cos u.
When x = 0, u = 0. When x = 1, u = π⁄6.
Thus:
∫01 dx⁄√(4 - x2) = ∫0π/6 du = π⁄6
∫ f(x) dx = F(x) + C, where F′(x) = f(x).
∫ xn dx = xn + 1⁄n + 1 + C, for n ≠ -1.
∫ 1⁄x dx = ln|x| + C.
∫ sin x dx = -cos x + C.
∫ cos x dx = sin x + C.
∫ sec2x dx = tan x + C.
∫ csc2x dx = -cot x + C.
∫ u dv = uv - ∫ v du.
∫ab f(x) dx = F(b) - F(a).