Quote:
Originally Posted by sabsebadapaagal ------------------------------------------------------ Quantitative Question # 051 ------------------------------------------------------ Given p and q be positive such that 2 >= p-q, the min value of 2/(p+q) + q/2 is (1) √2 - 1/2 (2) (√2 + 1)/2 (3) 1 (4) 1/√2 (5) none of these |
p - q <=2
=> q = p + x - 2 , x > 0
= p + K, K = x-2
Substitute this in the expression,
exp = [ (2)p^2 + (3K)p + (K^2 + 4) ] / (4p + 2K)
Differentiate this for max/min, we get:
4p^2 + (4K)p + (K^2 -

= 0
This gives:
p = (-K + 2sqrt(2))/2 (the other root is rejected to keep p and q positive)
=> 2p + K = 2 sqrt(2) = p + q
Put this back in the expression,
exp = 2/(2sqrt(2)) + (p + K)/2
= 1/sqrt(2) + (p + K)/2
To keep this value minimum, I would get exp = 1/sqrt(2).
(Question here is, is it valid to take p tending to zero, given that p is positive. Comments?)