How to prove differentiability of $g(x)=x^TAx$?
What I've started with is the definition of differentiability:
Let $G \subset \mathbb{R}^n$ be open. $g:G \rightarrow \mathbb{R}^n$ is differentiable at $x \in G$ if exists a linear transformation $L: \mathbb{R}^n \rightarrow \mathbb{R}^m$ s.t.
$$\lim_{h \rightarrow 0} \frac{g(x+h)-g(x)-Lh}{||h||}=0$$
Now since $x^TAx$ is not a linear form, then I don't understand how can do anything with the above definition.