Night reader wrote:Good Day, below I copy/paste problem along with its official solution
If y = x^2 + ax + b, y is minimum when x is:
(a) a/b
(b) -a/b
(c) -a/2
(d) -b/2
(e) b/a
* Answer: Parabola px^2 + qx + r = 0 is minimum for x = -(q/2p). In our case y is minimum for x = -a/2.
note: as far as I remember from college math, parabola is a graphic solution of the quadratic equation.
Cool !
For the Math enthusiasts (
Please ignore if you don't want to use Calculus for GMAT - because it is not needed. Rahul has already solved it in a way, which any one can follow)
y = x^2+ax+b
For minimum or maximum value of y:
dy/dx = 0
=> 2x + a = 0
=> x = -a/2
To ensure whether it is minimum or max:
d/dx(dy/dx) = 2 > 0 (That means -> the value is minimum, If it were -ve, then the value would have been maximum).
Similarly you can deduce the point where parabola will have minimum value :
y = px^2 + qx + r
dy/dx = 2px+q = 0 => x = -q/2p
d/dx(dy/dx) = 2p
So, at (x = -q/2p) , parabola will have minimum value of y, if 2p > 0 and max if 2p is -ve.
Thanks