A function is said to be differentiable at a point if the derivative of the function exists at that point.
If a function is differentiable at a point, then it is also continuous at that point.
Differentiability implies continuity, but continuity does not imply differentiability.
Differentiability is a stronger condition than continuity.
If a function is differentiable at a point, then it is also differentiable on any interval that contains that point.
If a function is differentiable at a point, then it is also continuous at that point.
If a function is differentiable on an interval, then it is continuous on that interval.
If a function is differentiable on an interval, then it is also differentiable at every point in the interior of the interval.
The sum/difference/product/quotient of two differentiable functions is also differentiable on any interval where the functions are both differentiable.
The composition of two differentiable functions is also differentiable on any interval where the functions are both differentiable.
The derivative of a constant function is 0.
The derivative of the identity function is 1.
The power rule: if f(x) = x^n, where n is a constant, then f’(x) = nx^(n-1).
The constant multiple rule: if f(x) = c * g(x), where c is a constant, then f’(x) = c * g’(x).
The sum/difference rule: if f(x) = g(x) ± h(x), then f’(x) = g’(x) ± h’(x).
The product rule: if f(x) = g(x) * h(x), then f’(x) = g’(x) * h(x) + g(x) * h’(x).
The quotient rule: if f(x) = g(x) / h(x), then f’(x) = (g’(x) * h(x) - g(x) * h’(x)) / h(x)^2.