general limit definition
limh→0 (f(x+h) - f(x)) /h
alternate limit definition
limx→c (f(x) - f(c)) / (x-c)
differentiability reqs:
must be continuous
no sharp turns or vertical tangents
same derivative across a piecewise if needed
constant rule
if f(x) = c, f’(x) = 0
since f(x) is a straight line, the derivative (slope) is zero
power rule
if f(x) = xn , then f’(x) = n(x)n-1
derivative of exponential functions
ex
derivative of natural log functions
1/x
d/dx sinx
cosx
d/dx tan x
sec2x
derivative of secx
secxtanx
d/dx cosx
-sinx
derivative of cotx
-csc2x
d/dx cscx
-cscxcotx
product rule f*g
h’(x) = f’(x)*g(x) + f(x)*g’(x)
quotient rule f/g
h’(x) = (f’(x)g(x) - f(x)g’(x)) / g(x)2