Archivo del Autor: Mariana Perez

59.1 Material en revisión: Un acercamiento a las formas cuadráticas

Por Mariana Perez

Sea $H : \mathbb{R}^2 \rightarrow \mathbb{R}$, donde

$H (x, y) = \begin{pmatrix} x & y \end{pmatrix} \begin{pmatrix} a & b \\ b & c \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix}$

$H (x, y) = a x^2 + 2bxy + c y^2$

Definición: $H $ es definida positiva ( o positivamente) si

$\begin{cases} H (x, y) > 0 \; \; \; \forall \; (x, y) \neq (0, 0) \\ {} \\ H (x, y) = 0 \; \; \; si \; (x, y) = (0, 0) \end{cases}$

Análogamente,

$H $ es definida negativa ( o negativamente) si

$ H (x, y) < 0 \; \; \; \forall \; (x, y) \neq (0, 0)$

Además

$H$ es semi definida positiva, si $H (x, y) \geq 0 \forall \; (x, y)$

$H$ es semi definida negativa, si $H (x, y) \leq 0 \forall \; (x, y)$

Las formas cuadráticas más fáciles de estudiar son las que tienen asociada una matriz diagonal $$\begin{pmatrix} \lambda_1 & 0 \\ \\ 0 & \lambda_2 \end{pmatrix}$$

Entonces

$$\begin{equation*} H (x, y) = \begin{pmatrix} x & y \end{pmatrix} \begin{pmatrix} \lambda_1 & 0 \\ \\ 0 & \lambda_2 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} \end{equation*}$$

$$\begin{equation*} H (x, y) = \lambda_1 x^2 + \lambda_2 y^2 \end{equation*}$$

$H$ es definida positiva si $\begin{cases} \lambda_1 > 0 \\ \lambda_2 > 0 \end{cases}$

$H$ es definida negativa si $\begin{cases} \lambda_1 < 0 \\ \lambda_2 < 0 \end{cases}$

$H$ es semi definida positiva si $\begin{cases} \lambda_1 \geq 0 \\ \lambda_2 \geq 0 \end{cases}$

$H$ es semi definida negativa si $\begin{cases} \lambda_1 \leq 0 \\ \lambda_2 \leq 0 \end{cases}$

$H$ tiene un punto silla en el origen si $ \lambda_1 < 0 < \lambda_2$

${}$

En el siguiente enlace puedes observar un ejemplo ilustrativo de este tema.

https://blog.nekomath.com/59-2-material-en-revision-un-ejemplo-ilustrativo/

62.2 Material en revisión: Un ejemplo de una función y su curva de nivel

Por Mariana Perez

Sea $f (x, y) = ( y \, – \, 3x^2) ( y \, – \, x^2)$

¿Cómo son las curvas de nivel de $f$?

¿Cómo es la gráfica de $f$?

«Curva» de nivel 0

$ \Big\{ (x, y) \in \mathbb{R}^2 \Big| f (x, y) = 0 \} = f^{-1} ( 0 ) = \{ (x, y) \in \mathbb{R}^2 \Big| ( y \, – \, 3x^2) ( y \, – \, x^2) = 0 \Big\}$

Entonces

$y \, – \, 3x^2 = 0 \; \iff \; y = 3x^2$ o

$ y \, – \, x^2 = 0 \; \iff \; y = x^2 $

Si $ (x, y) $ cumple que $ x^2 < y < 3 x^2 $ entonces

$0 < y \, – \, x^2 $ pero $ y \, – \, 3 x^2 < 0 $ por lo tanto $ f (x, y) < 0 $

Si $ (x, y) $ cumple que $ y > 3 x^2 $ entonces $ f (x, y) > 0 $ ya que $ y > x^2$

En el siguiente enlace puedes ver la gráfica de la función $f(x,y) = ( y \, – \, 3x^2) ( y \, – \, x^2)$ y de la curva de nivel $ ( y \, – \, 3x^2) ( y \, – \, x^2) = 0$.

https://www.geogebra.org/classic/jdevawwg

62.1 Material en revisión: Un ejemplo ilustrativo

Por Mariana Perez

Dada la función

$\begin{equation*} f (x, y) = \begin{cases} \dfrac{xy ( x^2 \, – \, y^2) }{x^2 + y^2} & \text{ si } (x, y) \neq (0, 0) \\ {} \\ 0 & \text{ si } (x, y) = (0, 0) \end{cases} \end{equation*}$

https://www.geogebra.org/classic/cgm64kqa

¿Cuál será el polinomio de Taylor de 2° grado de $f$ alrededor del origen?

$f (0, 0) = 0$

$\dfrac{\partial f}{\partial x} (0, 0) = \lim\limits_{h \to 0} \dfrac{f (h, 0) \, – \, f (0, 0)}{h} = \lim\limits_{h \to 0} \dfrac{0}{h} = 0 $

Análogamente

$\dfrac{\partial f}{\partial y} (0, 0) = 0 $

$\dfrac{\partial^2 f}{\partial x^2} (0, 0) = \lim\limits_{h \to 0} \dfrac{\dfrac{\partial f}{\partial x} (h, 0) \, – \, \dfrac{\partial f}{\partial x} (0, 0)}{h} = \dfrac{0}{h} = 0 $

Análogamente

$\dfrac{\partial^2 f}{\partial y^2} (0, 0) = 0$

$\dfrac{\partial^2 f}{\partial x \partial y} (0, 0) = 1$

$\dfrac{\partial^2 f}{\partial y \; \partial x} (0, 0) = \,- \, 1$

Podemos examinar que pasa si tomamos un polinomio de la forma

$$p (x, y) = Ax^2 + Bxy + Cy^2 + Dx + Ey + F $$

$ F = 0$

$D = E = \nabla f (0, 0) = \vec{0} $ por lo tanto $ D = 0 = E $

Si $\lim\limits_{(h,k) \to (0,0)} \dfrac{\Big| f (h,k) \, – \, p (h,k) \Big|}{\Big\| (h,k) \Big\|^2} = 0$, entonces

Para $ k = 0$

$\lim\limits_{h \to 0} \dfrac{\Big| f (h,0) \, – \, p (h,0) \Big|}{h^2} = \lim\limits_{h \to 0} \dfrac{0 \, – \, Ah^2}{h} = A = 0$

Análogamente, para $h = 0$ tenemos que $C = 0$

luego

$\lim\limits_{(h,k) \to (0,0)} \dfrac{\Big| f (h,k) \, – \, 2Bhk \Big|}{\Big\| (h,k) \Big\|^2} = 0 $

En particular, para cuando $\lim\limits_{h \to 0} \dfrac{ f (h,h) \, – \, 2Bh^2}{2h^2} = 0$

$f (h, h) = 0$

$\lim\limits_{h \to 0} \dfrac{ \, – \, \cancel{2} B \cancel{h^2} }{\cancel{2} \cancel{h^2} } = \lim\limits_{h \to 0} \, – \, 2 B = 0$

Por lo tanto $ B = 0$

Por lo tanto el polinomio $p (x, y) = Ax^2 + Bxy + Cy^2 + Dx + Ey + F $ que estábamos buscando resulta ser el polinomio constante CERO.

${}$

55.1 Material de prueba: Más sobre la definición de la función diferenciable

Por Mariana Perez

Recordemos la definición de que $f$ es diferenciable para $f: \mathbb{R} \rightarrow \mathbb{R}$:

$f$ es diferenciable en $x_0$ si existe $f’ (x_0)$, luego

$f’ (x_0) = \lim\limits_{h \to 0} \dfrac{f (x_0 + h) \, – \, f (x_0) }{h} \iff \lim\limits_{h \to 0} \dfrac{f (x_0 + h) \, – \, f (x_0) }{h} \, – \, f’ (x_0) = 0 \; \; \dotsc (1)$

$f$ es diferenciable en $x_0$ si existe la diferencial de $f$ en $x_0$

$df_{x_0} : \mathbb{R} \rightarrow \mathbb{R}$ lineal.

$df_{x_0} (h) = mh$ tal que

$\lim\limits_{h \to 0} \dfrac{f (x_0 + h) \, – \, f (x_0) \, – \, mh}{h} = 0 $ ocurre si

$\lim\limits_{h \to 0} \dfrac{f (x_0 + h) \, – \, f (x_0) }{h} \, – \, m = 0 \; \; \dotsc (2)$

Observemos que, de $(1)$ y $(2)$

$ \lim\limits_{h \to 0} \dfrac{f (x_0 + h) \, – \, f (x_0) }{h} \, – \, f’ (x_0) = 0 = \lim\limits_{h \to 0} \dfrac{f (x_0 + h) \, – \, f (x_0) }{h} \, – \, m$

Luego $m = f’ (x_0)$ entonces:

Las propiedades que caracterizan a la diferencial de $f$ en $x_0$ son dos.

  1. Es una transformación lineal de la forma $h \rightarrow mh$
  2. Es la única tal que el límite del cociente

$$\frac{|f(x_0 + h) – f(x_0) – mh|}{|h|}$$ es igual a cero.

La regla de correspondencia de la diferencial de $f$ en $x_0$ queda $df_{x_0}(h)= f’ (x_0)h$

Tratando de generalizar

$f : \mathbb{R}^2 \rightarrow \mathbb{R}$

Diremos que $f$ es diferenciable en un punto $(x_0, y_0)$ si existe la diferencial de $f$ en $(x_0, y_0)$. La diferencial de $f$ en $(x_0, y_0)$ es la transformación lineal $(h, k) \rightarrow m_1h + m_2k$ que cumple la propiedad, de que

$\lim\limits_{(h, k) \to (0,0)} \dfrac{\Big\| f (x_0 +h, y_0 + k) \, – \, f (x_0, y_0) \, – \, m_1h – m_2k \Big\|}{ \Big\| (x_0, y_0) \Big\|} = 0$

La diferencial de $f$ en $(x_0, y_0)$ tiene como regla de correspondencia

$(h,k) \rightarrow \frac{\partial f}{\partial x} (x_0, y_0) h + \frac{\partial f}{\partial y} (x_0, y_0) k$

EN CONCLUSIÓN

Para funciones de $\mathbb{R} \rightarrow \mathbb{R}$:

(*) La derivada es la pendiente de la recta tangente.

(*) La diferencial es la transformación lineal $h \rightarrow mh$, donde $m$ es la pendiente de la recta tangente.

(*) La ecuación de la recta tangente está dada por $$ y = f (x_0) + f’ (x_0) (x \, – \, x_0)$$

Para funciones de $\mathbb{R}^2 \rightarrow \mathbb{R}$:

(*) La derivada de $f$ en $(x_0, y_0)$ es el vector gradiente ( o el vector de derivadas parciales) $$\nabla f (x_0, y_0)= \Big( \dfrac{\partial f}{\partial x} (x_0, y_0) , \dfrac{\partial f}{\partial y} (x_0, y_0)\Big)$$

(*) La diferencial de $f$ en $(x_0, y_0)$ es la función lineal $\mathbb{R}^2 \rightarrow \mathbb{R} $ tal que a cada $$(h, k) \rightarrow \dfrac{\partial f}{\partial x}(x_0, y_0) h \, + \, \dfrac{\partial f}{\partial y}(x_0, y_0) k$$

(*) El plano tangente está dado por la ecuación $$z = f (x_0, y_0) + \dfrac{\partial f}{\partial x} (x_0, y_0) (x \, – \, x_0) + \dfrac{\partial f}{\partial y}(x_0, y_0) (y \, – \, y_0)$$

donde $x \, – \, x_0 = h$ y $ y \, – \, y_0 = k.$

52.1 Material de prueba: Derivadas parciales continuas implican funciones continuas

Por Mariana Perez

Teorema

Sea $f : \mathbb{R}^2 \rightarrow \mathbb{R}$, con $A$ abierto, tal que existen las derivadas parciales en $A$ y son acotadas, entonces $f$ es continua en $A$.

Demostración:

Sea $(x_0, y_0) \in A.$

$\Big[$ por demostrar : $f$ es continua en $(x_0, y_0) \Big]$

Basta demostrar que existe $L = \lim_{(x, y) \rightarrow (x_0, y_0)} f (x, y)$ y $ L = f (x_0, y_0).$

Sea $\epsilon > 0.$

Basta demostrar que existe $\delta > 0 $ tal que si

$\| (x, y) \, – \, (x_0, y_0) \| < \delta \Rightarrow |f (x, y) \, – \, f (x_0, y_0)|< \epsilon$

Como $\| (x, y) \, – \, (x_0, y_0) \| < \delta$

Sean $ h = x \, – \, x_0 $ y $ k = y \, – \, y_0 $ entonces, si $\| (h, k) \| < \delta \Rightarrow |f (x_0 + h, y_0 + k) \, – \, f (x_0, y_0) | < \epsilon$

$f (x_0 + h, y_0 + k) \, – \, f (x_0, y_0) = f (x_0 + h, y_0 + k) \, – \, f (x_0 , y_0 + k) \, + \, f (x_0, y_0 + k) \, – \, f (x_0, y_0) $

$f (x_0 + h, y_0 + k) \, – \, f (x_0, y_0) = \dfrac{\partial f}{\partial x} (x_0 + \theta_1 h, y_0 + k) h + \dfrac{\partial f}{\partial y} (x_0 , y_0 + \theta_2 k) k$ para algún $\theta_1, \theta_2 \in (0, 1)$

Sean $\xi = x_0 + \theta_1 h \; \in [x_0, x_0 + h]$

y $\eta = y_0 + \theta_2 k \; \in [y_0, y_0 + k]$

$\dfrac{\partial f}{\partial x}(\xi, y_0+k) = \dfrac{\Delta f}{h}$

$\dfrac{\partial f}{\partial y}(\xi, y_0+k)h = \Delta f$

Tomando el valor absoluto y aplicando la desigualdad del triángulo tenemos que:

$\Big| f (x_0 + h, y_0 + k) \, – \, f ( x_0, y_0) \Big| \leq \Bigg| \dfrac{\partial f}{\partial x}(x_0 + \theta_1h, y_0 + k) \Bigg| \Big|h \Big| + \Bigg| \dfrac{\partial f}{\partial y}(x_0 , y_0 + \theta_2k) \Bigg| \Big|k \Big| \leq M \Big| h \Big| + M \Big| k \Big| < \epsilon$

Para que $M \Big| h \Big| + M \Big| k \Big| < \epsilon$ se debe cumplir que

$$\big| h \big| \leq \sqrt{h^2 + k^2 } = \big\| (h, k) \big\|$$

$$\big| k \big| \leq \sqrt{h^2 + k^2 } = \big\| (h, k) \big\|$$

Luego $$\big| h \big| + \big| k \big| \leq 2 \sqrt{h^2 + k^2 } = 2 \big\| (h, k) \big\|$$

Entonces, para que se cumpla que $ 2M \big\| (h, k) \big\| < \epsilon$ basta pedir que

$$ \big\| (h, k) \big\| < \delta = \dfrac{\epsilon}{2M} \; _{\blacksquare}$$