1/42
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
Limit Definition
The value a function approaches as the input approaches a number.
Continuity
A function is continuous at x=a if lim[x→af(x)=f(a)
Definition of Derivative
f′(x)=lim[h→0hf(x+h)−f(x)
Power Rule
dxd(xn)=nxn−1
Product Rule
(fg)′=f′g+fg′
Quotient Rule
(gf)′=g2f′g−fg′
Chain Rule
(f(g(x)))′=f′(g(x))⋅g′(x)
d/dx [sinx]=
cos(x)
ddx[cosx]dxd[cosx]=−sinx
-sinx
ddx[tanx]=sec2xdxd[tanx]=sec2x
string
ddx[lnx]=1xdxd[lnx]=x1
string
ddx[ex]=exdxd[ex]=ex
string
Critical Point
Where f′(x)=0 or f′(x) is undefined.
First Derivative Test
Determines local extrema using sign changes in f′.
Second Derivative Test
If f''(c) > 0, local min; if f''(c) < 0, local max.
Inflection Point
Where f′′(x)=0 and concavity changes.
Definition of Definite Integral
∫abf(x)dx=lim[n→∞∑f(xi")Δx
Power Rule for Integrals
∫xndx=n+1xn+1+C(n=−1)
Substitution Rule
Use u=g(x), then change all parts to u.
Integration by Parts
∫udv=uv−∫vdu
FTC Part 2
∫abf(x)dx=F(b)−F(a)
Area Between Curves
∫ab[top−bottom]dx
Disk Method
π∫ab[R(x)]2dx
Washer Method
π∫ab[R(x)2−r(x)2]dx
Shell Method
2π∫ab(radius)(height)dx
Convergent Series
Has a finite sum.
Divergent Series
Does not have a finite sum.
Nth-Term Test
If liman=0, series diverges.
Geometric Series
\sum ar^n \text{ converges if } |r| < 1
P-Series
\sum \frac{1}{n^p} \text{ converges if } p > 1
Alternating Series Test
Converges if terms decrease and liman=0.
Ratio Test
\lim \left|\frac{a{n+1}}{an}\right| < 1 \Rightarrow \text{converges}
Root Test
\lim \sqrt[n]{|a_n|} < 1 \Rightarrow \text{converges}
Maclaurin Series for ex
∑n!xn
Maclaurin Series for sinx
∑(2n+1)!(−1)nx2n+1
Maclaurin Series for cosx
∑(2n)!(−1)nx2n
Taylor Series Centered at a
∑n!f(n)(a)(x−a)n
Radius of Convergence
Use Ratio or Root Test.
IVT
If continuous on [a,b], hits every value between f(a) and f(b)
EVT
If continuous on [a,b], has absolute max and min.
MVT
f′(c)=b−af(b)−f(a)
Rolle’s Theorem
If f(a)=f(b), then f′(c)=0 somewhere.
FTC Part 1
dxd∫axf(t)dt=f(x)