Looks like no one added any tags here yet for you.
area of circle
Ďr²
area of sphere
4Ďr²
volume of sphere
4/3 ĎrÂł
area of cylinder
2Ďr² + 2Ďrh
volume of cylinder
Ďr²h
arcsinx
arccosx
arctanx
special triangles
logx taylors
cosx taylors
sinx taylors
e^x taylors
1/(1-x)
taylors polynomial
P(x) = f(a) + fâ(a)(x-a) + (fââ(a)(x-a)²)/2! âŚ
newtons method
xn+1 = xn - f(xn)/fâ(xn)
eulers method
xn = xn-1 + h
yn = yn-1 + hf(xn-1, yn-1)
initial condition is your starting point (xn, yn)
h = stepsize
approximating y(xf) xf = final xn
linear approx multivariable
f(x,y) = f(a,b) + df/dx(a,b)(x-a)+df/dy(a,b)(y-b)
critical points multivariable
D(x) = fxx*fyy - (fxy)²
D(x) > 0 fxx > 0 â local min
D(x) > 0 fxx < 0 â local max
D(x) = 0 â saddle point
(fâg)(x)
plugging in g(x) as x in f(x)
quadratic formula
bÂąâ(b²-4ac))/(2a)