I am given function
$$ f(x,y)=Ax^2+2Bxy+Cy^2+2Dx+2Ey+F,\quad\text{where }A>0\text{ and }B^2<AC . $$
Prove that a point $(a,b)$ exists which $f$ has a minimum.
I figured out that there is no stationary point for this equation.
So, Hessian Matrix seems not helpful.
In my book, it says that "change quadratic part to sum of squares
but, Can't think of any way to change it to sum of squares.
Also,
Why $f(a,b)=Da+Eb+F$ is at this minimum..?
You figured out the wrong thing, since by computing the partial derivatives we have that stationary points occur for: $$\left(\begin{array}{cc} A& B\\ B&C\end{array}\right)\left(\begin{array}{c} x\\ y\end{array}\right) = -\left(\begin{array}{c} D\\ E\end{array}\right).$$ Since the determinant of the matrix on the LHS is positive and $A>0$, there is a unique stationary point that is a global minimum for $f$ - it is the center of the associated conic section.