



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A short lecture handout listing and explaining integration techniques
Typology: Cheat Sheet
1 / 6
This page cannot be seen from the preview
Don't miss anything!
xn^ dx =
xn+ n + 1
ln |x| + C, if n = − 1
With base a: (^) ∫
ax^ dx =
ax ln(a)
With base e, this becomes: (^) ∫
ex^ dx = ex^ + C
If we have base e and a linear function in the exponent, then ∫ eax+b^ dx =
a eax+b^ + C
sin(x) dx = − cos(x) + C ∫ sec^2 (x) dx = tan(x) + C ∫ sec(x) tan(x) dx = sec(x) + C
cos(x) dx = sin(x) + C ∫ csc^2 (x) dx = − cot(x) + C ∫ csc(x) cot(x) dx = − csc(x) + C
1 − x^2
dx = arcsin(x) + C ∫ 1 x
x^2 − 1
dx = arcsec(x) + C ∫ 1 1 + x^2
dx = arctan(x) + C
More generally,
∫ 1 a^2 + x^2
dx =
a
arctan
( (^) x a
sinh(x) dx = cosh(x) + C ∫ cosh(x) dx = sinh(x) + C ∫ sech^2 (x) dx = tanh(x) + C
− csch(x) coth(x) dx = csch(x) + C ∫ − sech(x) tanh(x) dx = sech(x) + C ∫ − csch^2 (x) dx = coth(x) + C
Integration Theorems and Techniques
If u = g(x) is a differentiable function whose range is an interval I and f is continuous on I, then
∫ f (g(x)) g′(x) dx =
f (u) du
If we have a definite integral, then we can either change back to xs at the end and evaluate as usual; alternatively, we can leave the anti-derivative in terms of u, convert the limits of integration to us, and evaluate everything in terms of u without changing back to xs:
∫^ b
a
f (g(x)) g′(x) dx =
∫^ g(b)
g(a)
f (u) du
Recall the Product Rule: d dx
[u(x)v(x)] = v(x) du dx
With certain integrals we can use right triangles to help us determine a helpful substitution:
If the integral contains an ...then make the ...and... expression of the form... substitution... √ a^2 − x^2 x = a sin θ dx = a cos(θ) dθ
a^2 + x^2 x = a tan θ dx = a sec^2 (θ) dθ
x^2 − a^2 x = a sec θ dx = a sec(θ) tan(θ) dθ
You can memorize these rules if you wish, but we can also figure them out using a right triangle.
Given a rational function to integrate, follow these steps:
A ︸ ︷︷ ︸ax^ +^ b for a linear factor
cx + d
(cx + d)^2
for a repeated linear factor
Dx + E ex^2 + f x + g ︸ ︷︷ ︸ for an irreducible quadratic
For example:
x^2 + 7 (2x + 1)(x − 3)^3 (x^2 + 3x + 1)^2
2 x + 1
x − 3
(x − 3)^2
(x − 3)^3
Ex + F x^2 + 3x + 1
Gx + H (x^2 + 3x + 1)^2
x^2 + a^2
dx =
a
tan−^1
( (^) x a
While computer algebra systems such as Mathematica have reduced the need for integration tables, sometimes the tables give a nicer or more useful form of the answer than the one that the CAS will yield. Oftentimes we will need to do some algebra or use u-substitution to get our integral to match an entry in the tables.
What follows is a selection of entries from the integration tables in Stewart’s Calculus, 7e:
a^2 + u^2 du =
u 2
a^2 + u^2 +
a^2 2
ln
u +
a^2 + u^2
u^2
a^2 + u^2 du =
u 8
(a^2 + 2u^2 )
a^2 + u^2 −
a^4 8
ln
u +
a^2 + u^2
a^2 + u^2 u
du =
a^2 + u^2 − a ln
a +
a^2 + u^2 u
a^2 + u^2 u^2
du = −
a^2 + u^2 u
u +
a^2 + u^2
du √ a^2 + u^2
= ln
u +
a^2 + u^2
u^2 du √ a^2 + u^2
u 2
a^2 + u^2 −
a^2 2 ln
u +
a^2 + u^2
du u
a^2 + u^2
a
ln
a^2 + u^2 + a u
We can approximate the net area under the graph of f (x) over the interval [a, b] using n rectangles and the indicated end/mid-point, where
∆x = b − a n
; x 0 = a, xi = a + i · ∆x, xn = b; xi = xi− 1 + xi 2
(the midpoint of the interval [xi− 1 , xi])
Left Endpoint Approximation: Uses the left endpoint of the subinterval to find the height of the corre- sponding rectangle.
∫^ b
a
f (x) dx ≈ Ln = ∆xf (x 0 ) + ∆xf (x 1 ) +... + ∆xf (xn− 1 )
= ∆x [f (x 0 ) + f (x 1 ) +... + f (xn− 1 )]
n∑− 1
i=
f (xi)∆x
Right Endpoint Approximation: Uses the right endpoint of the subinterval to find the height of the corresponding rectangle.
∫^ b
a
f (x) dx ≈ Rn = ∆xf (x 1 ) + ∆xf (x 2 ) +... + ∆xf (xn)
= ∆x [f (x 1 ) + f (x 2 ) +... + f (xn)]
∑^ n
i=
f (xi)∆x