1 derivatives

Derivatives tell us the rate of change of the derived function. If f'(x_0) > 0 then f at x_0 is increasing, if f'(x_0) < 0 it is decreasing. Refer to functions for more information.

1.0.1 notation

For f(t) first and second derivative:

1.0.2 rules

function derivative with respect to x
Ax^B ABx^{B-1}
f(x)g(x) f'(x)g(x) + f(x)g'(x)
\frac{f(x)}{g(x)} \frac{f'(x)g(x) - f(x)g'(x)}{g^2(x)}
\sin{x} \cos{x}
\cos{x} -\sin{x}
\tan{x} \frac{1}{\cos^2{x}}
\cot{x} -\frac{1}{\sin^2{x}}
\arcsin{x} \frac{1}{\sqrt{1-x^2}}
\arccos{x} -\frac{1}{\sqrt{1-x^2}}
\arctan{x} \frac{1}{x^2+1}
arccot\ x -\frac{1}{x^2+1}
f(g(x)) f'(g(x))g'(x)
e^x e^x
\ln(x) \frac{1}{x}
a^x \ln(a)a^x
\log_a(x) \frac{1}{x\ln(a)}

1.0.3 line tangent to a function

To find a tangent line to a function at a given point we can use the following formula: y = f(x_0) + f'(x_0)(x - x_0) where (x_0, f(x_0)) is the point where we are trying to find the tangent line.

1.0.4 mean value theorem

By Who2010 - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=51081991

If a function is continuous at [a;b] and differentiable at (a;b) then (\exists x_0)(f'(x_0) = \frac{f(b) - f(a)}{b - a})