You can put this solution on YOUR website! f(x) = 2x^2 + 3x + 1
find the minimum value of the function
----
min occurs at x = -b/(2a) = -3/(4) = -3/4
----
min value = f(-3/4) = 2(9/16) + 3(-3/4) + 1 = (18/16) -(36/16) + 16/16 = -1/8
----------
Cheers,
Stan H.
----------