equation: f(x) = ax2 + bx + c, a <> 0;
has a minimum value if a>0, a maximum value if a<0;
when f(x)=0, x = (-b + SQR(D))/2a, and, x = (-b - SQR(D))/2a, where D = b2 - 4ac;
to solve quadratic functions where D is negative, requires use of complex numbers to give “imaginary” solutions