Problem statement
Let $x \in l^2$ and $J(x) = \sum_{n = 1}^{+\infty} x_{2n - 1}^2$
Find first and second Frechet derivatives.
Attempted solution
Let's note that $J(x) = \sum_{n = 1}^{+\infty}x^2_{2n-1} = \left<Ax, x\right>$ where operator $A$ does the following: it takes a vector and substitutes all of its even coordinates with $0$. Then the derivatives look like:
$$ J(x + h) - J(x) = \left<A(x + h), h\right> - \left<A, x\right> = \left<(A + A^*)x, h\right> + \left<Ah, h\right> $$
This means that $DJ(x)(h) = \left<(A + A^*)x, h\right>$ and $D^2J(x)(h)$ will look like this:
$$ J(x + h + k) - J(x) - DJ(x)(h + k) = \left<A(x + h + k), x + h + k\right> - \left<Ax, x\right> + \left<(A + A^*)x, h + k\right> = \left<A(h + k), h + k\right> $$
Now, to write down the answer, I suppose I need to understand what $A^*$ actually is. That proved to be quite hard, following this question I tried from the definition:
$\left<Ax, y\right> = \left<x, A^*y\right>$ implies $\left<Ax, x\right> = \left<x, A^*x\right> = J(x)$ which means $A = A^*$
Questions
- Are there any mistakes in the derivatives calculation?
- Is that really true that $A = A^*$? It must act the same then?
- I know that second-order Frechet derivatives are isomorphic to bilinear forms. However, I do not understand where this first line comes from $J(x + h + k) - J(x) - DJ(x)(h + k)$ I borrowed that from a previous question of mine.