Why the power rule excludes n=−1. Substituting n=−1 gives 0x0Which is
Undefined. The antiderivative of x1 is ln∣x∣A fundamental result with deep Connections
to the natural logarithm.
Why the absolute value in ln∣x∣. The derivative of lnx is x1 for x>0.
For x<0The derivative of ln(−x) is −x1⋅(−1)=x1. So the
Antiderivative of x1 on any interval not containing 0 is ln∣x∣+C.
If f is continuous on [a,b]Then the function g defined by:
G(x)=∫axf(t)dt
Is differentiable on (a,b)And:
G′(x)=f(x)
More generally, by the chain rule:
dxd[∫au(x)f(t)dt]=f(u(x))⋅u′(x)
Intuition. FTC Part 1 says: the rate at which the accumulated area changes is just the height of
The curve at that point. This connects the two halves of calculus: the derivative and the integral
Are inverse operations.
Example
Find dxd[∫1x2sin(t2)dt].
By FTC Part 1 and the chain rule:
dxd[∫1x2sin(t2)dt]=sin((x2)2)⋅2x=2xsin(x4)
Example
Find dxd[∫0xet2dt].
dxd[∫0xet2dt]=e(x)2⋅2x1=2xex
Example
Find dxd[∫xx21+t21dt].
Split the integral at a constant (say 0):
∫xx21+t21dt=∫0x21+t21dt−∫0x1+t21dt
Differentiating:
1+x41⋅2x−1+x21=1+x42x−1+x21
FTC Part 2
If f is continuous on [a,b] and F is any antiderivative of fThen:
∫abf(x)dx=F(b)−F(a)
This is the evaluation theorem. We write F(x)ab to denote F(b)−F(a).
Let u = 1 + x^2$$du = 2x\, dx. When x = 0$$u = 1. When x = 1$$u = 2.
∫011+x22xdx=∫12u−1/2du=[2u]12=22−2
Integration by Parts (CED BC Unit 6.11)
∫udv=uv−∫vdu
Choose u using LIATE priority: Logarithmic, Inverse trig, Algebraic, Trig, Exponential.
Why LIATE works. The antiderivative of u should be simpler than u itself. Logarithmic and
Inverse trig functions simplify upon differentiation. Algebraic functions require integration by
Parts to reduce their degree.
Tabular integration (DI method). For integrals of the form ∫f(x)g(x)dx
Where f(x) is a polynomial and g(x) has an repeatable derivative pattern, use a table. Label
columns D (derivatives of f) and I (integrals of g), alternating signs +$$-$$+$$-. The result
is the sum of diagonal products.
Example
Evaluate ∫xexdx.
Let u = x$$dv = e^x\, dx. Then du = dx$$v = e^x.
∫xexdx=xex−∫exdx=xex−ex+C=ex(x−1)+C
Example
Evaluate ∫x2exdx.
Let u = x^2$$dv = e^x\, dx. Then du = 2x\, dx$$v = e^x.
=x2ex−∫2xexdx
Apply integration by parts again for ∫2xexdx. Let u = 2x$$dv = e^x\, dxdu = 2\, dx$$v = e^x:
∫2xexdx=2xex−2ex+C
Therefore:
∫x2exdx=x2ex−2xex+2ex+C=ex(x2−2x+2)+C
Tabular method check:
Sign
D (derivatives)
I (integrals)
+
x2
ex
−
2x
ex
+
2
ex
Result: x2ex−2xex+2ex=ex(x2−2x+2). Confirmed.
Example
Evaluate ∫lnxdx.
Let u = \ln x$$dv = dx. Then du = \frac{1}{x}dx$$v = x.
∫lnxdx=xlnx−∫x⋅x1dx=xlnx−x+C
Example
Evaluate ∫0π/2xsinxdx.
Let u = x$$dv = \sin x\, dx$$du = dx$$v = -\cos x.
The Gaussian integral. The integral
∫0∞e−x2dx=2π is a celebrated result that
Cannot be evaluated by elementary methods. The standard technique uses a double integral in polar
Coordinates. The full Gaussian integral from −∞ to ∞ equals π.
Note that ∫0∞xe−x2dx=21 (computed above via
u-substitution) is a different integral from
∫0∞e−x2dx=2π.
Example
Evaluate ∫0∞e−xdx.
b→∞lim[−e−x]0b=b→∞lim(−e−b+1)=1
The integral converges to 1.
Applications of Integrals (CED Unit 8)
Area Between Curves
The area between y=f(x) and y=g(x) from x=a to x=b (where f(x)≥g(x)):
A=∫ab[f(x)−g(x)]dx
When to split. If f and g cross, split the integral at the intersection points.
Example
Find the area between y=x2 and y=2x.
Find intersections: x2=2xSo x2−2x=0Giving x=0 and x=2.
Between x=0 and x = 2$$2x \ge x^2.
A=∫02(2x−x2)dx=[x2−3x3]02=4−38=34
Volumes of Solids of Revolution
Disk method (rotating about the x-axis):
V=π∫ab[f(x)]2dx
Washer method (rotating region between f(x) and g(x) about the x-axis):
V=π∫ab([f(x)]2−[g(x)]2)dx
Shell method (rotating about the y-axis):
V=2π∫abx⋅f(x)dx
When to use which method. Use the disk/washer method when integrating perpendicular to the axis
Of rotation. Use the shell method when integrating parallel to the axis of rotation.
Example
Find the volume of the solid obtained by rotating y = \sqrt{x}$$y = 0$$x = 4 about the x-axis.
Using the disk method:
V=π∫04(x)2dx=π∫04xdx=π[2x2]04=8π
Example
Find the volume of the solid obtained by rotating the region bounded by y=x2 and y=x about
The y-axis.
The curves intersect at x=0 and x=1. Using the shell method:
Forgetting the constant of integration in indefinite integrals. Without it, the answer is
incomplete.
Incorrect u-substitution limits. When using u-substitution for definite integrals, always
change the limits or substitute back to the original variable.
Forgetting to change dx to du when performing u-substitution.
Applying FTC Part 2 to discontinuous functions.f must be continuous on [a,b].
Confusing net area with total area. Use absolute values for total area.
Incorrectly choosing u in integration by parts. Use LIATE: prioritize Logarithmic over
Inverse trig over Algebraic over Trig over Exponential.
Sign errors with FTC Part 1 chain rule. The derivative of ∫ag(x)f(t)dt is
f(g(x))⋅g′(x)Not f(g(x)).
Forgetting to split improper integrals at the discontinuity when a singularity is in the
interval.
Choosing the disk vs. Washer vs. Shell method incorrectly. Disk: rotate around x-axis using
radius. Shell: rotate around y-axis using height as the integrand. Washer: region between two
curves rotated about an axis.
Dropping the absolute value in ln∣x∣. The antiderivative of x1 is
ln∣x∣+CNot lnx+C. On intervals where x<0The integral is well-defined and equals
ln(−x)+C.
Confusing the Gaussian integrals.∫0∞xe−x2dx=21 (evaluated via u-substitution),
but ∫0∞e−x2dx=2π (requires advanced
techniques).
Practice Questions
Evaluate ∫x2+1xdx.
Evaluate ∫0π/2sin2xdx. (Hint: use the identity
sin2x=21−cos2x.)
Use integration by parts to evaluate ∫x2exdx.
Find the area between y=x2 and y=2x.
Find the volume of the solid obtained by rotating the region bounded by y = x^2$$y = 0x=1
about the y-axis. (Use the shell method.)
Determine whether ∫0∞e−xdx converges, and find its value if it
does.
Find the average value of f(x)=sinx on [0,π].
Given g(x)=∫0x3cos(t2)dtFind g′(x).
Evaluate ∫011+x22xdx.
Find the arc length of y=8x2+2 from x=0 to x=4.
Evaluate ∫1exlnxdx.
Find the volume when the region bounded by y = e^{-x}$$y = 0$$x = 0$$x = 1 is rotated about
the x-axis.
Evaluate ∫011+x21dx and explain the result geometrically.
Use the substitution x=tanθ to evaluate ∫1+x21dx.
Find the area between the curves y=sinx and y=cosx for 0≤x≤π/2.
Evaluate ∫01x2e−xdx using the tabular method.
Practice Problems
Question 1: Integration by parts (tabular method)
Evaluate ∫x3exdx using the tabular method.
Answer
Differentiate x3 (column 1) and integrate ex (column 2) alternately with signs +,−,+,−:
Signs
x3
ex
+
x3
ex
-
3x2
ex
+
6x
ex
-
6
ex
+
0
ex
Result: x3ex−3x2ex+6xex−6ex+C=ex(x3−3x2+6x−6)+C.
Question 2: Trigonometric substitution
Evaluate ∫9−x2x2dx.
Answer
Let x = 3\sin\theta$$dx = 3\cos\theta \, d\theta$$\sqrt{9 - x^2} = 3\cos\theta.
=∫3cosθ9sin2θ⋅3cosθdθ=9∫sin2θdθ=9∫21−cos2θdθ
=29(θ−2sin2θ)+C=29θ−49sin2θ+C.
Since θ=arcsin(x/3) and sin2θ=2sinθcosθ=92x9−x2:
=29arcsin(3x)−2x9−x2+C.
Question 3: Area between curves
Find the area enclosed by the curves y=x2 and y=2x+3.
:::tip Diagnostic Test Ready to test your understanding of Integrals? The contains the hardest
questions within the AP specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Integrals
with other AP Calculus topics to test synthesis under exam conditions.
See for instructions
on self-marking and building a personal test matrix.
:::
Summary
This topic covers the mathematical techniques and concepts related to integrals, including key
theorems, methods, and problem-solving approaches.
Key concepts include:
differentiation from first principles
product, quotient, and chain rules
integration techniques (by parts, substitution)
differential equations
applications to kinematics
Regular practice with a variety of question types is essential to build fluency and confidence in
applying these mathematical techniques.
Worked Examples
Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages
linked above.