1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the derivative of a constant?
0
What is the power rule for derivatives? x^n
n*x^(n-1).
What is the derivative of an exponential function? b^x
b^x * ln(b)
What is the special case for the derivative of e^x?
e^x
What is the derivative of the logarithm function log_b(x)?
1/(x * ln(b))
What is the special case for the derivative of ln(x)?
ln(x) is 1/x
What is the sum/difference rule for derivatives? (f(x) ± g(x))
f'(x) ± g'(x).
What is the multiple rule for derivatives? k*f(x)
k*f'(x), where k is any real number.
Quotient Rule
g(x)f'(x)-f(x)g'(x)/g(x)^2
Product Rule
f'(x)g(x)+f(x)g'(x)