You are not logged in.
Hi, I'm a bit stuck on this problem. I am using an algebraic approach but maybe a geometric approach would be more efficient, I do not know.
"Let a, b and c be the lengths of the sides of a triangle. Suppose that ab + bc + ca = 1. Show that (a+1)(b+1)(c+1) < 4."
I used the arithmetic/harmonic mean inequality to get:
9abc ≤ a + b + c
But I don't really think this is useful. Can anyone give me a push in the right direction?
Thanks.
Substitutions into that inequality also yield things like
but I still can't see how to use that.
I also have
but I still can't see where this is going. Am I going to have to draw a picture of this at some point? Obviously the triangle is equilateral for the case a = b = c, but the objective of this problem does not seem to be concerned with specific cases.
Hi;
Expanding out and using the constraint gets:
But I am not going anywhere quick from here.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I noticed that too... but I am avoiding the temptation to try to work backwards. I mustn't try to show that if (a+1)(b+1)(c+1) < 4, then ab + bc + ca = 1.
This is an Olympiad problem but I do not remember it and I did not write down the solution.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes, it is from BMO Round 1 2010. But unfortunately the solutions are not available online... well, they are available, but you have to pay a lot of money for them.
I have noticed that
But, I am not sure what to do from here.
Hi zetafunc.;
Are you sure of that?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hmm, it looks like it isn't. I didn't check properly. I expanded the LHS by hand then used WolframAlpha to expand the RHS because I was lazy, and they don't match. darn.
But,
so maybe it is useful...
Sorry, that was stupid. What I meant was:
which is definitely correct.
Hi;
That is not checking out.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Sorry again. Subtract 2 from the LHS. That does it for sure. Then, noting that -[2(ab + bc + ca) + 2] = -4...
Wait, but then I get the same thing in post #8 if you replace the 2 with 2(ab + bc + ca). I'm confused.
Wait, surely this problem is solved then? Because clearly (a-1)(b-1)(c-1) is smaller than zero, so set that LHS to less than 0 and you get their inequality... is that a valid solution?
There was a constant in there that you have left out.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Where?
In my feeble brain. It appears to be gone now.
I have:
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But
Clearly,
so,
and therefore
or am I wrong?
Hi;
Your second line, why is that less than 0?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Because ab + bc + ca = 1, so a, b and c are all smaller than 1, and therefore each term (a-1), (b-1) and (c-1) is negative, so the product of those three terms if also negative and therefore smaller than zero.
And also, a, b and c are all greater than 0 (they're sides of a triangle).
Because ab + bc + ca = 1, so a, b and c are all smaller than 1
Can you prove that mathematically?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
The equation factorises to these three:
a(b + c) + bc = 1
b(a + c) + ca = 1
c(a + b) + ab = 1
so surely a, b and c must all be smaller than 1?