Entradas

Mostrando entradas de marzo, 2019

A simple proof for Euler's formula

Euler's formula: $$e^{i\theta}=\cos \theta + i \sin \theta$$ Let $f(\theta )=e^{i\theta}$ and $g(\theta )= \cos \theta + i \sin \theta$, considering $i$ as a constant, lets make our first contact with the proof we need. For $\theta = 0$,  we see that $f(0) = g(0) = 1$, but this is not enough for saying that both functions are actually equal. Then, we will just make our first derivative of both functions: $$f'(\theta) = e^{i \theta} \cdot \frac{d \left ( i \theta \right )}{d \theta}=e^{i \theta } \cdot i := i \cdot f(\theta)$$ $$g ' (\theta) = -\sin \theta + i \cos \theta = i^2 \sin \theta + i \cos \theta := i \cdot g(\theta)$$ We got the same differential equation for both functions. This means there is gonna be, at first: one general solution that includes both functions. But considering that the point $P(0,1)$ belongs to $f(\theta)$ and $g(\theta)$ at the same time, the constant that appears in the general solution will disappear. In other words, the function t...

Definición de LÍMITE

Imagen
Estamos por introducirnos a unas de las herramientas más poderosas y útiles en el cálculo infinitesimal: límites . Nos sirven para analizar el comportamiento de una función o incluso determinar el caracter de series numéricas. Comenzemos definiendo el concepto informalmente: Definición informal: Dada una función $f(x)$, su límite en el punto $x=\theta$, estando el dominio de la función definido al menos en entornos reducidos ($ E_r(\theta) , r \rightarrow 0 $) al punto, será el valor al que tienden las imágenes de dichos entornos. Gráficamente:  Interpretación gráfica animada de un límite Por ejemplo: $$L=\lim _{x\rightarrow 3} x^2+1=10$$ Dado que en entornos reducidos al punto, las imágenes tienden a ser $y=10$, tanto por la izquierda como por la derecha. Basándonos en lo anterior, podemos deducir que un límite existe realmente si los límites laterales (es decir, de entornos reducidos) coinciden: $$\exists \lim _{x\rightarrow a} f(x) \Leftrightarrow \lim _{x\...