Hi,
For ex.
f(x) = 7 - (x+1)^2 - condition 1
f(x) = 24 + (2x+1)^2 - condition 2
Does the max/min value depend upon addition or subtraction of the perfect square term ? Is it the right way of identification ?
Solving condition 1 (assigning the square term to 0 )
f(x) = 7 - (x+1)^2
(x+1) = 0
x = -1
f(-1) = 7 - (-1+1)^2 = 7 => max value of f(x)
Solving condition 2 (assigning the square term to 0)
f(x) = 24 + (2x+1)^2
(2x+1) = 0
x = -1/2
f(-1/2) = 24 + (2 * (-1/2) + 1) = 24 => min value for f(x)
Thanks
Xeroo