Let $F(x)=〈Ax,x〉+〈2b,x〉+c, x\in\mathbb R^n$, A is real, symmetric, regular and positive definite matrix, $a,b\in\mathbb R^n$, $c\in\mathbb R$ are fixed.
What is necessary condition for local minimum of F?
Is enough condition satisfied too?
I know that necessary condition is that differential of F, if exists, is 0.
I have this written in my notebook:
$F(x+h)-F(x)= 〈A(x+h),x+h〉+〈2b,x+h〉+c-〈Ax,x〉-〈2b,x〉-c= 〈Ax,x〉+〈Ax,h〉+〈Ah,x〉+〈Ah,h〉+〈2b,x〉+〈2b,h〉-〈Ax,x〉-〈2b,x〉= 〈Ax,h〉+〈Ah,x〉+〈Ah,h〉+〈2b,h〉= 2〈Ax,h〉+〈2b,h〉= 2〈Ax+b,h〉$
since h is not 0, this $F(x+h)-F(x)=0$ iff $Ax+b=0$ $=>$ $Ax=-b$ $=>$ $x=\frac{-b}{A}$.
What is not really clear to me is why
〈Ah,x〉=〈Ax,h〉
〈Ah,h〉=0
What is enough condition?
And I know that I can't divide by A, I just didn't know how to write $x=-A^{-1}b$ (I was writing wrong bracket)
– gorica Mar 12 '13 at 16:35