Definición de derivada
De Wikillerato
(Diferencias entre revisiones)
(11 ediciones intermedias no se muestran.) | |||
Línea 7: | Línea 7: | ||
x \, = \, a | x \, = \, a | ||
</math> | </math> | ||
- | , | + | , si existe, es el valor del limite: |
+ | |||
+ | <br/> | ||
+ | |||
+ | <center> | ||
<math> | <math> | ||
- | + | \lim_{h \to 0} \frac{\mathrm{f}\left( \, a \, + \, h \, \right) \, - \, | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
\mathrm{f} \left( \, a \, \right)}{h} | \mathrm{f} \left( \, a \, \right)}{h} | ||
</math>. | </math>. | ||
+ | </center> | ||
<br/> | <br/> | ||
- | Si | + | Si este limite es un número real, la función |
<math> | <math> | ||
- | \mathrm{f} | + | \mathrm{f} |
- | + | ||
- | + | ||
- | + | ||
</math> | </math> | ||
- | es un número real, la función | + | es '''''derivable''''' en |
+ | <math> | ||
+ | x \, = \, a | ||
+ | </math>. | ||
+ | Si el límite anterior no es un número real o el límite no existe, la función | ||
<math> | <math> | ||
\mathrm{f} | \mathrm{f} | ||
</math> | </math> | ||
- | es derivable en | + | NO es derivable en |
<math> | <math> | ||
- | x | + | x = a |
</math>. | </math>. | ||
- | + | ||
+ | <br/> | ||
+ | |||
+ | La derivada de la función | ||
+ | <math> | ||
+ | \mathrm{f} | ||
+ | </math> | ||
+ | en | ||
+ | <math> | ||
+ | x = a | ||
+ | </math> | ||
+ | se denota por | ||
<math> | <math> | ||
\mathrm{f}^\prime | \mathrm{f}^\prime | ||
\left( | \left( | ||
- | + | \, a \, | |
\right) | \right) | ||
- | </math> | + | </math>. |
- | + | ||
+ | <br/> | ||
+ | |||
+ | <center> | ||
<math> | <math> | ||
- | \mathrm{f} | + | \mathrm{f}^\prime |
- | </math> | + | \left( |
- | + | \, a \, | |
+ | \right) | ||
+ | = \lim_{h \to 0} \frac{\mathrm{f}\left( \, a \, + \, h \, \right) \, - \, | ||
+ | \mathrm{f} \left( \, a \, \right)}{h} | ||
+ | </math>. | ||
+ | </center> | ||
<br/> | <br/> | ||
- | ==Ejemplo== | + | ==Ejemplo 1== |
<br/> | <br/> | ||
Línea 76: | Línea 97: | ||
\, = \, \lim_{h \to 0} \frac{\mathrm{f}\left( \, 2 \, + \, h \, \right) \, - \, | \, = \, \lim_{h \to 0} \frac{\mathrm{f}\left( \, 2 \, + \, h \, \right) \, - \, | ||
\mathrm{f} \left( \, 2 \, \right)}{h} \, = \, \lim_{h \to 0} \frac | \mathrm{f} \left( \, 2 \, \right)}{h} \, = \, \lim_{h \to 0} \frac | ||
- | {\left( \, 2 \, + \, h \, \right)^2 \, - | + | {\left( \, 2 \, + \, h \, \right)^2 \, - \, 2^2}{h} \, = \, |
</math> | </math> | ||
Línea 84: | Línea 105: | ||
\, = \, \lim_{h \to 0} | \, = \, \lim_{h \to 0} | ||
\frac {\left( \, 4 \, + \, 4h \, + \, h^2 \, \right) \, - \, 4}{h} \, = \, | \frac {\left( \, 4 \, + \, 4h \, + \, h^2 \, \right) \, - \, 4}{h} \, = \, | ||
- | \lim_{h \to 0} \frac { | + | \lim_{h \to 0} \frac {4h \, + \, h^2}{h} \, = \, \lim_{h \to 0} |
- | \lim_{h \to 0} | + | |
\left( | \left( | ||
\, h \, + 4 \, \, | \, h \, + 4 \, \, | ||
Línea 92: | Línea 112: | ||
</math> | </math> | ||
</center> | </center> | ||
+ | |||
+ | <br/> | ||
+ | |||
+ | ==Ejemplo 2== | ||
+ | |||
+ | <br/> | ||
+ | |||
+ | La función | ||
+ | <math> | ||
+ | \mathrm{f} \left( \, x \, \right) = \left| \, x \, \right| | ||
+ | </math> | ||
+ | NO es derivable en | ||
+ | <math> | ||
+ | x = 0 | ||
+ | </math> | ||
+ | ya que no existe el limite | ||
+ | <center> | ||
+ | <math> | ||
+ | \lim_{h \to 0} \frac{\mathrm{f}\left( \, 0 \, + \, h \, \right) \, - \, | ||
+ | \mathrm{f} \left( \, 0 \, \right)}{h} | ||
+ | </math> | ||
+ | </center> | ||
+ | No existe por que | ||
+ | <center> | ||
+ | <math> | ||
+ | \lim_{h \to 0} \frac{\mathrm{f}\left( \, 0 \, + \, h \, \right) \, - \, | ||
+ | \mathrm{f} \left( \, 0 \, \right)}{h} = \lim_{h \to 0} \frac{\left| \, h \, \right|}{h} | ||
+ | </math> | ||
+ | </center> | ||
+ | y por que | ||
+ | <center> | ||
+ | <math> | ||
+ | \lim_{h \to 0^-} \frac{\left| \, h \, \right|}{h} = -1 \neq 1 = | ||
+ | \lim_{h \to 0^+} \frac{\left| \, h \, \right|}{h} | ||
+ | </math> | ||
+ | </center> | ||
+ | |||
+ | <br/> | ||
+ | |||
+ | es decir, los dos limites laterales son distintos. | ||
<br/> | <br/> | ||
[[Category:Matemáticas]] | [[Category:Matemáticas]] |
Revisión actual
La derivada de la función en el punto , si existe, es el valor del limite:
.
Si este limite es un número real, la función es derivable en . Si el límite anterior no es un número real o el límite no existe, la función NO es derivable en .
La derivada de la función en se denota por .
.
Ejemplo 1
Calculemos la derivada de en :
Ejemplo 2
La función NO es derivable en ya que no existe el limite
No existe por que
y por que
es decir, los dos limites laterales son distintos.