Let $E$ denote the set of endomorphisms (linear operators) on $\mathbb{R}^n$, and define $G : \mathbb{R^n} \times E \rightarrow \mathbb{R}^n$ by $$ G(x,X) = Xx. $$
Question: Is $G$ differentiable? If yes, what is its derivative?
I could not go very far in my attempt. For any $(y,Y), (h,H) \in \mathbb{R^n} \times E$ we have $$ G((y,Y)+(h,H)) - G(y,Y) = Yh + Hy + Hh. $$ The next step would be to guess a linear map $L_{(y,Y)}$ such that $$ \frac{\lVert G((y,Y)+(h,H)) - G(y,Y) - L_{(y,Y)}(h,H) \rVert}{\lVert (h,H) \rVert} \rightarrow 0$$ as $(h,H) \rightarrow 0$. However I am unable to come up with such a map.
Product rule. If $B$ is a continuous bilinear function then $B$ is differentiable and $$B'(x,y)\cdot (h,k) = B(x, k) + B(h, y).$$ Proof. Simply expand $B(x+h,y+k)=B(x,y)+B(x,k)+B(h,y)+B(h,k).$ Then, $\|B(h,k)\|\leq\|B\|\|h\|\|k\|=o(\|(h,k)\|).$ Q.E.D.
Apply simply this rule to $B(x,X)=Xx.$