Show that $$f(x,y)=\sum_{n=0}^{+\infty}\frac{(n^2−nx−y)^2}{2^n}$$ is defined on $\Bbb{R}^2$, it has a minimum and find for which couple $(x, y)$ the minimum is reached.
The first point is okay, for the second one I tried to expand the square to havea quadratic form whose coefficients are series : but this is not a quadratic form.
I do not know how to continue ? I think it's about distance ?
Thanks in advance for your time.
Jimmy's response shows how to sum the series to find the polynomial $f(x,y)$, and suggests using standard derivative methods to minimize the function. Here's a hint for a faster way of finding the minimum of $f(x,y)$ without calculus:
$$\begin{align} f(x,y)&=150-52x+6x^2-12y+4xy+2y^2\\ &=\frac23(3x+y-13)^2+\frac43(y^2+4y+28)\\ &=\frac23(3x+y-13)^2+\frac43(y+2)^2+32\\ &\ge32. \end{align}$$
$f(x,y)$ will only attain this absolute minimum value of $32$ when the square terms are zero, i.e., when
$$\begin{cases} 3x+y-13=0,\\ y+2=0. \end{cases}$$
Now solve the system of equations.