1/13
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
f = o(g)
f grows at a slower rate than g as x → ∞
f = O(g)
f grows at a slower or equal rate than g as x → ∞
sinhx
(ex - e-x)/2
coshx
(ex + e-x)/2
Washer formula for volume
V = π ∫ r2(x) dx
Cross-sections formula for volume
V = ∫ A(x) dx, where A can depend on the shape of the cross-section
Cylindrical shells formula for volume
V = 2π ∫ r(x) h(x) dx — often r(x) = x and h(x) = f(x)
Formula for surface area of solids formed by rotation
S = ∫ 2πy √[1 + (dy/dx)2] dx
Rules for P series
P > 1 → diverges
P = 1 → diverges
P < 1 → converges
Rules for ratio and root test
P > 1 → diverges
P = 1 → inconclusive
P < 1 → converges
LCT: if 0 < lim < ∞…
both series have the same behavior
LCT: if lim = 0…
and ∑bn converges, an converges
LCT: if lim = ∞…
and bn diverges, an diverges
Alternating series test
If…
bn is eventually decreasing
bn > 0
lim as n → ∞ of bn = 0
… then an converges