If a and b are positive numbers satisfying a b ( a + b + 1 ) = 2 5 , find the minimum value of ( a + b ) ( b + 1 ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For completeness of solution you should also mention the equality case. In this case it occurs when a = 5 , b = − 3 + 1 4 .
Log in to reply
That's a good point! We don't know if b is positive as yet :)
Great problem!
Note: To start a new line, just leave 3 empty spaces at the end of your line and hit enter. I've edited your solution to separate out your statements. You can click "edit" to see the changes that I made.
Firstly Apply AM-GM On ab(a+b+1 ) by taking them as three different terms.
Then Apply AM-GM On ab,a/3,a/3,a/3,b^2 and b to get the desired result and combine the two resulting inequalities to get required answer as 10.
hi, please explain what you did in the second step. i couldn't understand what you did there. thanks.
Log in to reply
i applied AM GM On those 6 quantities and my motivation to take these was to make the powers of a and b equal in the Geometric mean side in both the inequalities so i can compare them easily
also, can you please see my method? I'm getting a different answer here.what i did is (a+b)(b+1)=ab+a+b^2+b=ab+b^2+25/ab -1=[(ab-5)^2]/ab+10+b^2-1. to get minimum, ab=5, solving, i got b=2-i and a=2+i (complex numbers). so minimum is 12-4i. modulus is 4x10^(1/2). so, the answer is 12.64
Log in to reply
Firstly as i see a and b are positive real numbers as specified in the question so no need to go into complex numbers buisness. for your second point you cannot maximise like this as b is also a variable not a constant so b can vary also.there might be some other case for which maxima is attained
Log in to reply
yes, the question asks for +ve real but when i went to solve it, i got complex, which varied with what the question stated. also, why do you say the minimum cant be found out in that method? b can be assumed as a constant here, there are no restrictions.
Log in to reply
@Lipsa Kar – I Mean to say just making perfect square zero does not ensure minima to be attained as far as b can vary. for example
(ab-5)^2 + b^2 . if you want to minimse this we may say that ab= 5 but it is not always true.
say i take ab = 5.0000000000001 and correspondingly we might get a value of b which makes the overall expression lesser than what is obtained when ab= 5.
Log in to reply
@Prakhar Bindal – hmm, my method doesnt give the minima but i dont know why. plus, both the terms above are squares and hence, positive terms. taking ab=5.000001 should also yield a quantity to be added, right?
Log in to reply
@Lipsa Kar – Yeah you are right but that quantity may be less than what is added when ab = 5 right?
Can you be more explicit in your solution? If you list out the eequation directly, others can see why your solution works.
Problem Loading...
Note Loading...
Set Loading...
( a b ) * ( a + b + 1 ) =25 dividing both sides by a ,
b * ( a + b + 1 ) = a 2 5 .
( a + b ) * ( b + 1 ) = a + b * ( a + b + 1 ) = a + a 2 5 .
By the AM-GM inequality, a + a 2 5 ≥ 2√ ( a ∗ ( a 2 5 ))= 1 0 .
The minimum value is 1 0