If $V$ is a space with inner product ($\cdot,\cdot$). If $f:V\rightarrow \mathbb{R}$, $$f(u)=(u,u)$$ find Frechet derivative $f'(u)$ Can anybody help me? Thanks
Asked
Active
Viewed 836 times
3 Answers
1
$$f(u+h)=(u+h,u+h)=(u,u)+(u,h)+(h,u)+(h,h)$$ and $$f(u)=(u,u)$$ so $$f(u+h)-f(u)=(u,h)+(h,u)+(h,h)$$ so $$\lim\limits_{||h||\rightarrow 0} \frac{||f(u+h)-f(u)-f'(u)h||}{||h||}=\lim\limits_{||h||\rightarrow 0} \frac{||(u,h)+(h,u)+(h,h)-f'(u)h||}{||h||}$$ i am wrong?
math_lover
- 293
-
I think you are right , I miss the $(h,h)$ Ask Thomas, he is better than me . – Enhao Lan Dec 30 '15 at 14:22
1
if we set $f'(u)=(2u,1)$ then $\frac{|| 2(u,h) +(h,h) - (2u,1)h||}{\sqrt{|(h,h)|}} =\frac{|| 2(u,h) +(h,h) - (2u,h)||}{\sqrt{|(h,h)|}} = \frac{||(h,h)||}{\sqrt{|(h,h)|}} = \frac{|(h,h)|}{\sqrt{|(h,h)|}}=\sqrt{|(h,h)|}$ wich goes to $0$ as $h \rightarrow 0$
0
If it exists, since your $f$ is a quadratic form derived from a bilinear function, the only possible candidate is $$df(u)v = (u,v)+(v,u)$$
Thomas
- 22,361