Show differentiability at a point then find differential where
$f(x,y) = (x^2, xy+y^2)$
Want to show that $f(x,y) = (x^2, xy+y^2)$ is differentiable at $(a,b)$ and then calculate the differential d$f(a,b)$
My Thoughts
$f_x(x,y) = (2x, y)$ and $f_{xx}(x,y) = (2, 0)$
$f_y(x,y) = (0, x+2y)$ and $f_{yy}(x,y) = (0, 2)$
$f_{xy}(x,y) = (0,1) = f_{yx}(x,y)$
At point $(a,b)$ we get that $f_x(a,b) = (2a,b)$ and $f_y(a,b) = (0,a+2b)$
I'm not sure how to proceed from here. Am I even on the right track? I am really struggling with differentials.
Any help is greatly appreciated! Thanks!
The function is a polinomial, so all partials exist and are continuous everywhere, therefore, your function is differentiable. The Fréchet-differential's matrix in the standard basis is $$ DF|_{(a,b)}=\begin{pmatrix} \left.\frac{\partial f_1}{\partial x}\right|_{(a,b)} & \left.\frac{\partial f_1}{\partial y}\right|_{(a,b)} \\ \left.\frac{\partial f_2}{\partial x}\right|_{(a,b)} & \left.\frac{\partial f_2}{\partial y}\right|_{(a,b)} \end{pmatrix}. $$