Taylor Series of Two Variable Functions
·
Mathematics/Calculus
1-Variable Taylor SeriesRemark. (1-Variable Taylor Series) Let $f : \mathbb{R} \to \mathbb{R}$ be a $k$-times differentiable function, and let $x_0 \in \mathbb{R}$. Then $$f(x) = f(x_0) + f'(x_0)(x - x_0) + \frac{f''(x_0)}{2!}(x - x_0)^2 \\ + \cdots + \frac{f^{(k-1)}(x_0)}{(k-1)!}(x-x_0)^{(k-1)} + \frac{f^{(k)}(x'_0)}{k!},$$ where $x'_0 \in (x_0, x)$.Let $f:\mathbb{R}^2\to\mathbb{R}$ and let $p,..