1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
constant rule
f’( c ) = 0, c is a constant
constant multiple rule
f’( c f(x) ) = c f’(x)
power rule
f’( x^n ) = n x^(n-1)
sum and difference rule
f’( f(x) ± g(x) ) = f’(x) + g’(x)
product rule
f’( f(x)g(x) ) = f’(x) g(x) + f(x) g’(x)
quotient rule
f’( f(x) / g(x) ) = ( f’(x) g(x) - f(x) g’(x) ) / ( g(x) )^2
chain rule
f’( f(g(x)) ) = f’( g(x) ) g’(x)
integral power rule
∫x^n dx = 1/(n+1) x^(n+1) + C , n ≠ -1
integral constant multiples rule
∫kf(x) dx = k ∫ f(x)
integral sums and differences rule
∫[ f(x) ± g(x) ] = ∫f(x) dx ± ∫g(x) dx