BC Cram Session
BC Cram Session
1 Introduction
Rogawski’s Calculus for AP® Chapter 7 consists of multiple integration tech-
niques and concepts necessary to succeed on the AP Calculus BC exam. These
include integration by parts (IBP), trigonometric integrals, trigonometric sub-
stitution and partial fraction decomposition (PFD), and evaluating improper
integrals. In this CRAM session, we will cover these concepts in extensive de-
tail and provide you with sample problems and a practice set for you to do at
home.
However, there is a shortcut known as the Table/DI method. (Note: This is the
same technique used by Blackpenredpen, a famous calculus YouTuber).
Let’s consider the following problem.
Z
x2 ln(x)dx (2)
To set up IBP through the table method, first write D and I, which stand for
differentiation and integration, respectively, followed by an alternating chain of
+ and – signs, as seen below.
Now, let’s pick one part of our expression to differentiate and integrate. In
this case, I will repeatedly differentiate the ln(x) integrate the x2 , and insert
my values into the table. When we use the DI method, we can actually get
our answer by multiplying the values in the table! Specifically, multiply the
quantity in the D column by the quantity in the I column of the row below and
1
Figure 1: DI Table Setup
2
Figure 3: Enter Caption
the coefficient (+ or -) indicated on the side of the table. When performing IBP,
we don’t want to integrate and differentiate repeatedly, so there are 3 patterns
you have to note in order to stop at the correct spot.
STOP WHEN YOU SEE THE FOLLOWING
1. A value in the D column reduces to 0
2. You can integrate a DI row
3. A row repeats
In the case of our problem from earlier, we can immediately integrate our 2nd
row so we can rewrite our expression and solve it, as seen below.
x3 ln(x)
Z 2
x3 ln(x) x3
Z
x
x2 ln(x)dx = − dx = + +C (3)
3 3 3 9
Here’s an example problem that you can try
Z
(4x3 − 9x2 + 7x + 3)e−x dx (4)
Z
(4x3 − 9x2 + 7x + 3)e−x dx = (5)
3
3 Trigonometric Integrals
On the AP Calculus BC exam, there are 2 major cases of products of trigono-
metric functions you may encounter. These are:
Z
sinn (x) cosm (x)dx (8)
and Z
tann (x) secm (x)dx (9)
Let’s focus on the first product and strategies we can employ to solve these
types of problems.
STRATEGIES:
1. If n is odd.
Strip one sine out and convert the remaining sines to cosines using sin2 (x) =
1 − cos2 (x), then use the substitution u = cos(x).
2. If m is odd.
Strip one cosine out and convert the remaining cosines to sines using cos2 (x) =
1 − sin2 (x), then use the substitution u = sin(x).
As a reminder, here are the double-angle and half-angle identities for sine
and cosine. You MUST have these memorized for the exam!
DOUBLE ANGLE IDENTITIES
cos(2x) = cos2 (x) − sin2 (x) = 2 cos2 (x) − 1 = 1 − 2 sin2 (x) (11)
HALF ANGLE IDENTITIES
r
x 1 − cos(x)
sin( ) = ± (12)
2 2
r
x 1 + cos(x)
cos( ) = ± (13)
2 2
4
Now, let’s focus on strategies involving tangent and secant, as seen in the second
form.
STRATEGIES:
1. If n is odd.
Strip one tangent out and convert the remaining sines to cosines using tan2 (x) =
1 + sec2 (x), then use the substitution u = sec(x).
2. If m is even.
Strip two secants out and convert the remaining secants to tangents using
sec2 (x) = 1 + tan2 (x), then use the substitutionu = tan(x)
cos2 (x)
Z
dx (14)
1 + sin(x)
(1 − sin(x))(1 + sin(x))
Z Z
dx = 1 − sin(x)dx = x + cos(x) + C (15)
1 + sin(x)
SOLUTION:
Z
= [csc2 (3x) + 2 csc(3x) cot(3x) + csc2 (3x) − 1]dx (17)
Z
= 2 csc2 (3x) + 2 csc(3x) cot(3x) − 1dx (18)
Z
= 2 csc2 (3x) + 2 csc(3x) cot(3x)dx − x (19)
Z
= 2 csc2 (3x) + 2 csc(3x) cot(3x)dx − x (20)
Let u = 3x
du = 3dx
5
du
dx = 3
Z
2
= csc2 (u) + csc(u) cot(u)du − x (21)
3
Z Z
2 2
= csc (u)du + csc(u) cot(u)du − x (22)
3
2
= (− cot(u) + − csc(u) + C) − x (23)
3
2 2
= − cot(3x) − csc(3x) − x + C (24)
3 3
4 Trigonometric Substitution
We employ trigonometric substitution when our integral contains a specific
square-root sequence. We utilize the Pythagorean Identity (sin2 (x) + cos2 (x) =
1) along with its various manipulations to express the variable in terms of an
angle θ.
If the integral contains the following root, use the given substitu-
tion and formula
p a
a2 − b2 x2 −→ x = sin(θ) and cos2 (θ) = 1 − sin2 (θ) (25)
b
p a
b2 x2 − a2 −→ x = sec(θ) and tan2 (θ) = sec2 (θ) − 1 (26)
b
p a
a2 + b2 x2 −→ x = tan(θ) and sec2 (θ) = 1 + tan2 (θ) (27)
b
Let’s consider the following problem.
Z √ 2
x + 16
dx (28)
x4
Let x = 4 tan(θ); dx = 4 sec2 (θ)dθ;
p q p
x2 + 16 = 16 tan2 (θ) + 16 = 4 sec2 (θ) = 4 sec(θ) (29)
Z
4 sec(θ)
4 sec2 (θ)dθ (30)
(4 tan(θ))4
sec3 (θ)
Z
dθ (31)
16 tan4 (θ)
Z
1 cos(θ)
dθ (32)
16 sin4 (θ)
du
Let u = sin(θ); du = cos(θ)dθ; dθ = cos(θ)
Z
1 1 1 1 1
du = − u−3 = − (sin(θ))−3 = − csc3 (θ) (33)
16 u4 48 48 48
6
Figure 4: Enter Caption
they have elegant solutions, but we may not always have a rational function to
help us evaluate an integral. Partial fraction decomposition (PFD) is the tool
we will use in situations like these to help us attack these integrals.
The most important part of PFD is setting up the partial fractions. In this
lecture, we will primarily focus on these, because once you simplify the partial
fractions, you can easily evaluate the integral using basic integration techniques.
There are 4 cases in which we will discuss the setup and strategy behind them.
7
5.2 Case 2 Distinct/Different Linear Factors
Consider the integral Z
1
dx (37)
x2 − 7x + 10
We can simplify this into
Z Z
1 1
2
dx = dx (38)
x − 7x + 10 (x − 2)(x − 5)
Now, when we are dealing with PFD, we want to split up the factorable portions
into separate fractions, so that we can evaluate them separately. However, we
don’t know what the original numerator of each subfraction would be. When
dealing with PFD, we use a placeholder variable/letter to represent the orig-
inal numerator. When operating on distinct linear factors, the degree of the
placeholder variable is always one lower than the degree of the numerator.
In the case of our integral from above, we can rewrite it as
Z Z Z
1 1 A B
dx = dx = + dx (39)
x2 − 7x + 10 (x − 2)(x − 5) x−2 x−5
1 A(x − 5) + B(x − 2)
= (41)
(x − 2)(x − 5) (x − 2)(x − 5)
8
5.3 Case 3 Irreducible Quadratic Factors
Consider the function
4x2 − 9x + 2
(46)
(x + 3)(x2 + 4)
We have 2 distinct factors, x + 3, and x2 + 4. We don’t need to break down
the x + 3, because it is broken down as much as possible. However, we cannot
break down the x2 + 4 term further without using imaginary numbers. In order
to create the PFD for this function, we have to introduce a new change.
4x2 − 9x + 2 A Bx + C
= + 2 (47)
(x + 3)(x2 + 4) x+3 x +4
Above is the completed PFD of the function from earlier. The first part with
A
x+3 has a numerator A as a result of the fact that you have broken down x + 3
to its max. However, since we cannot break down the x2 + 4, it is said to
be an irreducible quadratic factor. In order to express this in the PFD, we
have to create placeholder terms with the highest degree of one lower than the
irreducible quadratic factor’s degree, in addition to constituent coefficients. For
instance, if I had an irreducible quadratic with the denominator x3 + z, where z
is an arbitrary value that causes the expression to become irreducible quadratic,
then the numerator that satisfies the PFD would be Ax2 + Bx + C.
6 Improper Integrals
An improper integral is a type of integral that can range from having an infinite
interval or a discontinuous integrand. One prominent example of an improper
9
integral is the Gaussian integral, seen below, which has an infinite interval rang-
ing from negative to positive infinity.
Z +∞
2 √
e−x dx = π (51)
−∞
When dealing with improper integrals, there are 3 main cases in which we need
to examine.
Rt
1. If a f (x)dx exists for every t > a, then
Z ∞ Z t
f (x)dx = lim f (x)dx (52)
a t→∞ a
Rb
2. If t
f (x)dx exists for every t < b then,
Z b Z b
f (x)dx = lim f (x)dx (53)
−∞ t→−∞ t
Rc R∞
3. If −∞
f (x)dx and c f (x)dx both are convergent then,
Z ∞ Z c Z ∞
f (x)dx = f (x)dx + f (x)dx (54)
−∞ −∞ c
where c is any number. Note that this requires the convergence property of both
integrals in order for the composite integral to be convergent. This can also be
said for a divergent property.
One other improper integral you will encounter is in the form of
Z ∞
1
p
dx (55)
a x
If a > 0, then the integral above is convergent if p > 1, and divergent if p ≤ 1.
This function of x1p , when expressed in summation notation such as the one
below is a series called a p-series (Unit 10 of Calc BC)
∞
X 1
p
converges under the same conditions as above (56)
a
x
7 U-Sub Problems
Z
tan(x)dx (57)
Z
2
(2x + 2)ex +2x+3 dx (58)
x2 + 1
Z
dx (59)
x3 + 3x
Z
(2x + 5)(x2 + 5x)7 dx (60)
Z
(3 − x)10 dx (61)
10
8 IBP Problems
Z
4x cos(2 − 3x)dx (62)
Z
(3t + t2 ) sin(2t)dt (63)
Z
t7 sin(2t4 )dt (64)
Z
y 6 cos(3y)dy (65)
Z
1
e2z cos( z)dz (66)
4
10 Trig Integrals
Z
sin(x) + cos(x)
dx (71)
e−x + sin(x)
Z p
sec(x) sec(x) + tan(x)dx (72)
Z
sin(3x) cos(4x)dx (73)
11