Let $F :\mathbb{R}^2 \to \mathbb{R} $ be defined as $F(\vec x)$ =$\Vert \vec x \Vert^2$. Use the definiton of the derivative $\lim_{\vec h \to 0} \frac{||F(\vec x+ \vec h) - F(\vec x)-DF(\vec x)\vec h||}{||\vec h||} = 0$ to show that $F$ is differentiable at every $\vec x \in \mathbb{R}^n, $ and $DF(\vec x)$ = $[2x_1 \quad 2x_2 \quad ... \quad 2x_n ]$ (or $2 \vec x^T$, a row vector)
So I know that $||\vec x^2||$ can be re-written at $|x|^2$ which is the same as $(x)(x)$. Plugging in the value of $\vec x$ into the equation I get $\lim_{\vec h \to 0} \frac{||F(\vec ||x||^2+ \vec h) - F(\vec ||x||^2)-DF(\vec ||x||^2)\vec h||}{||\vec h||} = 0$ which simplifies to $\lim_{\vec h \to 0} \frac{||F(\vec h) -DF((2) (\vec||x||))\vec h||}{||\vec h||} = 0$, Which I assume simplifies to $\lim_{\vec h \to 0} \frac{||DF((2)\vec||x||}{||\vec h||} = 0$ ?
Not sure if I am correct and I am having trouble proving that $DF(\vec x)$ is a row vector.
Any help is appreciated!