ABC is a triangle and P some point inside it. Cevians AP, BP, CP cross the opposite sides at A',B' and C' respectively.
What is the minimum value the following expression can accomplish:
(1+2*PA'/PA)(1+2*PB'/PB)(1+2*PC'/PC) ?
The solution is 8, when each ratio is 1/2 (meaning that is a centroid) but I'm having trouble reaching that.
Now from the ratio of areas APB, BPC, CPA and the whole triangle ABC we get respectively:
Pa/P = A'P/A'A, Pb/P = B'P/B'B, Pa/P = C'P/C'C, and summing this i get
1 = PA'/(PA' + PA) + PB'/(PB' + PB) + PC'/(PC' + PC)
Does from here directly follows some relation to the wanted expression fully algebraically, and if so how? Or should I still consider them as being in the triangle?
Replacing PA'/PA=x PB'/PB=y PC'/PC=z I get
1 = 1/(1 + 1/x) + 1/(1 + 1/y) + 1/(1 + 1/z), and the wanted expression as (1+2x)(1+2y)(1+2z)
I also tried:
4 = 1 + x/(1+x) + 1 + y/(1+y) + 1 + z/(1+z)
4 = (1+2x)/(1+x) + (1+2y)/(1+y) + (1+2z)/(1+z)
Use the substitution $ a = \frac{1}{ 1 + \frac{1}{x} }$, or that $ x = \frac{a}{1-a}$, and $ 1 + 2x = \frac{ 1+a}{1-a}$.
Rephrasing what you already have
This is much easier to work with, give it a try.