1/24
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
d/dx(tan x)
sec²(x)
d/dx(cot x)
-csc²(x)
d/dx (sec x)
sec x tan x
d/dx (csc x)
-csc x cot x
d/dx (ax)
ax ln a
d/dx (logax)
1/(x ln a)
d/dx (arcsin x)
1/sqrt(1 - x2)
d/dx(arccos x)
-1/sqrt(1 - x2)
d/dx (arctan x)
1/(1 + x2)
d/dx (arccotan x) (remember arccot is just negative arctan shifted up)
-1/1+x²
d/dx (arcsec x)
1/ (|x| sqrt(x2 - 1))
d/dx (arccossec x)
-1/(|x| sqrt(x² - 1))
taylor series for 1/x
(-1)n (x-1)n
TAYLOR SERIES
f(c) + f’(c)(x-c) + (f’’(c)/2!)(x-c)2 + … + (f n(c)/n!)(x-c)n
mcclaurin series
taylor series centered at 0
taylor series for 1/x+1
(-1)n xn
taylor series for ln(x)
((-1)n-1 (x-1)n) / n
taylor series for ex
(xn) / n!
taylor series for cos x
((-1)n x2n) / (2n)!
taylor series for sin x
((-1)n x2n+1) / (2n+1)!
pythagorean identities (there’s 4 things here)
sin2x + cos2x = 1, 1 - cos2x = sin2x, 1 + tan2x = sec2x, 1 + cot2x = csc2x
double angle formulas (1 for sin, 3 for cos)
sin(2x) = 2 sinx cosx, cosx = cos2x - sin2x, cosx = 2cos²x -1, cosx = 1 - 2sin²x
power reduction for sin²x
(1 - cos(2x)) / 2
power reduction for cos²x
(1 + cos(2x)) / 2
inverse identity thing (if h is the inverse of f)
h’(x) = 1 / f’(h(x))