Las reglas básicas de diferenciación de funciones en cálculo se presentan junto con varios ejemplos.
La derivada de \( f(x) = c \) donde c es una constante viene dada por
\[ \Large \color{red}{ f '(x) = 0 } \]Dada \( f(x) = - 10 \), por lo tanto \[ f '(x) = 0 \]
La derivada de \( f(x) = x^r \) donde \( r \) es un número real constante viene dada por
\[ \Large \color{red}{ f '(x) = r \; x^{r-1} } \]Dada \( f(x) = x^{-2} \),
por lo tanto \[ f '(x) = -2 x^{-2-1} = \dfrac{-2}{x^3} \]
La derivada de \( f(x) = c \; g(x) \), donde \( c \) es una constante, viene dada por
\[ \Large \color{red}{ f '(x) = c \; g '(x) } \] EjemploDada \( f(x) = 3 \; x^3 \),
sea \( c = 3 \) y \( g(x) = x^3 \), por lo tanto \( f(x) = c \; g(x) \)
y \[ f '(x) = c \; g '(x) = 3 (3 x^2) = 9 \; x^2 \]
La derivada de \( f(x) = g(x) + h(x) \) viene dada por
\[ \Large \color{red}{ f '(x) = g '(x) + h '(x) } \]Dada \( f(x) = x^2 + 4 \)
sea \( g(x) = x^2 \) y \( h(x) = 4 \)
Por lo tanto \[ f '(x) = g '(x) + h '(x) = 2 x + 0 = 2 x \]
La derivada de \( f(x) = g(x) - h(x) \) viene dada por
\[ \Large \color{red}{ f '(x) = g '(x) - h '(x) } \]Dada \( f(x) = x^3 - x^{-2} \)
sea \( g(x) = x^3 \) y \( h(x) = x^{-2} \).
Por lo tanto
\[ f '(x) = g '(x) - h '(x) = 3 x^2 - (-2 x^{-3}) = 3 x^2 + 2 x^{-3} \]La derivada de \( f(x) = g(x) \cdot h(x) \) viene dada por
\[ \Large \color{red}{ f '(x) = g(x) \cdot h '(x) + h(x) \cdot g '(x) } \]Dada \( f(x) = (x^2 - 2x) (x - 2) \)
sea \( g(x) = (x^2 - 2x) \) y \( h(x) = (x - 2) \).
Por lo tanto
\( f(x) = g(x) \cdot h(x) \)
y usando la fórmula, obtenemos
\[ f '(x) = g(x) h '(x) + h(x) g '(x) = (x^2 - 2x) (1) + (x - 2) (2x - 2) \]Expandir y agrupar
\[ f '(x) = x^2 - 2x + 2 x^2 - 6x + 4 = 3 x^2 - 8 x + 4 \]La derivada de \( f(x) = \dfrac{g(x)}{h(x)} \) viene dada por
\[ \Large \color{red}{ f '(x) = \dfrac{h(x) g '(x) - g(x) h '(x)}{ (h(x))^2} } \]Dada \( f(x) = \dfrac{x-2}{x+1} \)
sea \( g(x) = x - 2 \), \( \; h(x) = x + 1 \), por lo tanto \( f(x) = \dfrac{g(x)}{h(x)} \), \( g '(x) = 1 \) y \( h '(x) = 1 \).
Usa la fórmula proporcionada arriba
\[ f '(x) = \dfrac{h(x) g '(x) - g(x) h '(x)}{ (h(x))^2} \]Sustituye \( h(x), g(x), h'(x) \) y \( g'(x) \) por sus expresiones
\[ f '(x) = \dfrac { (x + 1)(1) - (x - 2)(1) } {(x + 1)^2} \]Agrupar y simplificar
\[ f '(x) = \dfrac{3}{(x + 1)^2} \]