1/29
Flashcards based on the Math 31 Calculus II Unit 2 lecture transcript covering integration techniques, convergence tests, and series definitions.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
LIATE/LIPET
The priority order for picking u in integration by parts: Logarithmic, Inverse trig, Algebraic/polynomial, Trigonometric, and Exponential.
Strategy for ∫tanm(x)secn(x)dx (n even)
Save one sec2(x) for du. Let u=tan(x) (du=sec2(x)dx) and convert remaining sec2(x) factors using sec2(x)=1+tan2(x).
Strategy for ∫tanm(x)secn(x)dx (m odd)
Save one sec(x)tan(x) for du. Let u=sec(x) (du=sec(x)tan(x)dx) and convert remaining tan2(x) using tan2(x)=sec2(x)−1.
Trig Substitution for a2−x2
Use x=asin(θ), dx=acos(θ)dθ, which simplifies to acos(θ).
Trig Substitution for a2+x2
Use x=atan(θ), dx=asec2(θ)dθ, which simplifies to asec(θ).
Trig Substitution for x2−a2
Use x=asec(θ), dx=asec(θ)tan(θ)dθ, which simplifies to atan(θ).
Completing the Square in Integration
A technique used when a quadratic under a radical has a linear term (e.g., 8−2x−x2) before applying a trig substitution.
Polynomial Long Division Requirement
Must be performed before partial fraction decomposition when the degree of the numerator is greater than or equal to the degree of the denominator (degree(numerator)≥degree(denominator)).
Decomposition for Distinct Linear Factors
The form xA+x−3B+x+3C for a denominator like x(x−3)(x+3).
Decomposition for Repeated Linear Factor (x−a)2
The form x−aA+(x−a)2B.
Decomposition for Irreducible Quadratic Factor
For a denominator like (x−a)(x2+b2), the form is x−aA+x2+b2Bx+C.
Numerical Integration Rules
Trapezoidal Rule (Tn), Simpson’s Rule (Sn), and Midpoint Rule (Mn) used to approximate integrals over subintervals.
Simpson's Rule Special Requirement
The number of subintervals n must be even.
Improper Integral Types
Type 1 integrals have infinite limits of integration; Type 2 integrals have a discontinuous integrand on the interval.
Improper Integral Convergence
Occurs when the relevant limit exists and equals a finite real number L. If the limit does not exist or goes to ±∞, it diverges.
Sequence Convergence
A sequence {an} converges if limn→∞an=L for some finite real number L.
Order of Growth Rates (Slowest to Fastest)
ln(n)<np(p>0)<n<nx(x>1)<xn<n!<nn. This hierarchy is used for evaluating limits as n→∞.
Infinite Series Sum Definition
∑an=limk→∞Sk, where Sk=∑n=1kan is the k-th partial sum.
Absolute Convergence
A series ∑an is absolutely convergent if the series of absolute values ∑∣an∣ converges.
Conditional Convergence
A series ∑an converges, but ∑∣an∣ diverges.
Absolute Convergence Theorem
If a series is absolutely convergent, then it is convergent (Absolute convergence⟹convergence).
n-th Term Test for Divergence
If limn→∞an=0, the series diverges. If the limit is 0, the test is inconclusive.
Geometric Series Test
A series ∑arn converges to S=1−ra if ∣r∣<1 and diverges if ∣r∣≥1.
p-Series Test
A series ∑np1 converges if p>1 and diverges if p≤1 (e.g., the harmonic series ∑n1 diverges).
Integral Test
If an=f(n) with f being positive, continuous, and decreasing for x≥1, then ∑an and ∫1∞f(x)dx converge or diverge together.
Direct Comparison Test
For 0≤an≤bn: if ∑bn converges, ∑an converges; if ∑an diverges, ∑bn diverges.
Limit Comparison Test
Given L=limn→∞bnan where an,bn>0, if 0<L<∞, both series behave the same.
Alternating Series Test Conditions
For ∑(−1)nbn with bn>0, the series converges if (1) bn+1≤bn (decreasing) and (2) limn→∞bn=0.
Ratio Test
A test where L=limn→∞∣anan+1∣. L<1 implies absolute convergence, L>1 divergence, and L=1 is inconclusive. Best for factorials and exponentials.
Root Test
A test where L=limn→∞n∣an∣. Best used when the entire term is raised to the n-th power; conclusions match the Ratio Test.