Unit 6 Integration Tools: Building Antiderivatives and Choosing Techniques

0.0(0)
Studied by 0 people
0%Unit 6 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/24

Last updated 3:08 PM on 3/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Antiderivative

A function F(x) such that F(x)=f(x).F'(x) = f(x).

2
New cards

Indefinite integral

Notation for the family of all antiderivatives: ∫f(x)dx = F(x)+C.

3
New cards

Constant of integration (C)

The arbitrary constant added to an antiderivative because (F(x)+C)'=F'(x).

4
New cards

Differential (dx)

Indicates the variable of integration (“with respect to x”); becomes crucial when rewriting integrals in substitution.

5
New cards

Power rule for integrals

For n
eq -1: xndx=x(n+1)(n+1)+C.\int x^n \, dx = \frac{x^{(n+1)}}{(n+1)} + C.

6
New cards

Special case n = −1 (log rule)

1xdx=lnx+C\int \frac{1}{x} \, dx = \text{ln}|x| + C (absolute value gives a correct derivative for x < 0 and x > 0, x
eq 0).

7
New cards

Linearity (sum rule)

(f(x)+g(x))dx=f(x)dx+g(x)dx\int(f(x)+g(x))dx = \int f(x)dx + \int g(x)dx.

8
New cards

Constant multiple rule

∫k f(x)dx = k∫f(x)dx for constant k.

9
New cards

Integral of e^x

exdx=ex+C.\int e^x \, dx = e^x + C.

10
New cards

Integral of a^x

For a > 0, a
eq 1: axdx=axln(a)+C.\int a^x \, dx = \frac{a^x}{\text{ln}(a)} + C.

11
New cards

Integral of cos(x)

cos(x)dx=sin(x)+C\int \cos(x) \,dx = \sin(x) + C.

12
New cards

Integral of sin(x)

sin(x)dx=cos(x)+C\int \sin(x) \,dx = -\cos(x) + C.

13
New cards

Initial condition

Extra information like F(a)=b used to determine the constant C and get a unique antiderivative.

14
New cards

Most general antiderivative

An antiderivative written with +C to represent the entire family of solutions.

15
New cards

u-substitution (substitution)

Technique that reverses the chain rule by letting u=g(x) to simplify ∫f(g(x))g'(x)dx into ∫f(u)du.

16
New cards

Reverse the chain rule pattern

Recognize integrands of the form f(g(x))·g'(x), suggesting u=g(x).

17
New cards

Inner function

The “inside” expression g(x) chosen as u in substitution (often inside parentheses, an exponent, radical, or denominator).

18
New cards

du conversion

If u=g(x), then du=g'(x)dx; you rewrite the entire integral using u and du (no leftover x’s).

19
New cards

Constant factor adjustment in substitution

When du differs by a constant (e.g., du=3dx), you compensate by multiplying by the reciprocal (dx=(1/3)du).

20
New cards

Rational function

A ratio of polynomials, P(x)/Q(x).

21
New cards

Top-heavy rational function

A rational function with deg(P) ≥ deg(Q); you typically perform long division before integrating.

22
New cards

Long division decomposition (quotient + remainder)

Rewrite P(x)Q(x)\frac{P(x)}{Q(x)} as S(x)+R(x)Q(x)S(x) + \frac{R(x)}{Q(x)}, where S is the quotient polynomial and deg(R)<deg(Q).\text{deg}(R) < \text{deg}(Q).

23
New cards

Log substitution pattern (f'/f)

If the integrand is f'(x)/f(x), then ∫f'(x)/f(x) dx = ln|f(x)| + C.

24
New cards

Completing the square

Rewrite x^2+bx+c as (x+b/2)^2 + (c−b^2/4) to match standard integral forms (often arctan).

25
New cards

Arctan integral form

For a > 0: 1x2+a2dx=1aarctan(xa)+C;\int \frac{1}{x^2 + a^2} \, dx = \frac{1}{a} \arctan \left( \frac{x}{a} \right) + C; shifted: 1(xh)2+a2dx=1aarctan(xha)+C.\int \frac{1}{(x-h)^2 + a^2} \, dx = \frac{1}{a} \arctan \left( \frac{x-h}{a} \right) + C.