Homogenization

Revision as of 16:15, 10 May 2016 by AllenWang314 (talk | contribs) (Solution)

Homogenizing is a useful technique to solve certain multivariate inequalities. Given an inequality of the form $P(a_1,a_2, \ldots, a_n) \ge 0$, where $P$ is a homogenous polynomial (that is, the degree of any term in the polynomial is the same), then we can arbitrarily impose a restraint of one order.

Example

If $a,b,c>0$ and $a+b+c=1$, prove that $a^2+b^2+c^2+1\ge 4(ab+bc+ca)$.

Solution

So all the terms except for the $1$ are of the second degree. We substitute $a+b+c$ for $1$. The inequality still gives a non-homogeneous inequality. So instead we square the condition to make it second degree and get \[a^2+b^2+c^2+2(ab+bc+ca)=1\] Now plugging this for $1$ in the inequality and simplifying gives $a^2+b^2+c^2\ge ab+bc+ca$, which is well-known by the Rearrangement Inequality.


We can use homogenization to help us solve these types of problems, especially inequalities. It's use is not limited. After making something homogenous we can often apply well known inequalities to solve problems. This article is a stub. Help us out by expanding it.