1/24
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Derivative
A measure of how fast a function’s output changes as its input changes; the slope of the tangent line at a point.
Instantaneous rate of change
The rate of change of a function at a specific input value, given by the derivative at that point.
Leibniz notation (dxdy)
Notation for the derivative of y with respect to x, emphasizing the dependent and independent variables.
Differential operator notation (dxd[f(x)])
Notation that emphasizes differentiation as an operation applied to a function f(x).
Prime notation (f'(x))
A common notation for the derivative of the function f with respect to x.
Linearity of derivatives
Property that derivatives distribute over addition/subtraction and pull out constant multiples.
Constant Rule
If f(x)=c (a constant), then f′(x)=0.
Constant Multiple Rule
If c is constant and f is differentiable, then dxd[c⋅f(x)]=c⋅f′(x).
Sum Rule
If f and g are differentiable, then dxd[f(x)+g(x)]=f′(x)+g′(x).
Difference Rule
If f and g are differentiable, then dxd[f(x)−g(x)]=f′(x)−g′(x).
Power Rule
For real n (where defined), dxd[xn]=n⋅x(n−1).
Polynomial
A function written as a sum of terms a⋅xn where a is a constant and n is a nonnegative integer.
Rewriting with negative exponents
Strategy of converting fractions into powers (e.g., 5/x^3 = 5x^(−3)) to use the power rule instead of more complex rules.
Fractional exponents (radicals as exponents)
Writing roots as powers (e.g., x=x(1/2)) so the power rule can be applied.
Trig derivatives require radians
The standard trig derivative formulas (like (sin x)'=cos x) hold in their simple form when x is measured in radians.
Derivative of sin(x)
dxd[sin(x)]=cos(x).
Derivative of cos(x)
dxd[cos(x)]=−sin(x).
Derivatives of tan(x) and cot(x)
dxd[tan(x)]=sec2(x);dxd[cot(x)]=−csc2(x).
Derivatives of sec(x) and csc(x)
dxd[sec(x)]=sec(x)tan(x);dxd[csc(x)]=−csc(x)cot(x).
Derivative of ex
dxd[ex]=ex.
Derivative of ax
For a>0, a=1: dxd[ax]=ax⋅ln(a).
Derivative of ln(x)
For x>0: dxd[ln(x)]=x1.
Derivative of loga(x)
For a>0, a=1 and x>0: dxd[loga(x)]=x⋅ln(a)1.
Product Rule
If h(x)=f(x)g(x), then h′(x)=f′(x)g(x)+f(x)g′(x).
Quotient Rule
If h(x)=g(x)f(x) with g(x)=0, then h′(x)=(g(x))2f′(x)g(x)−f(x)g′(x).