Showing posts with label normalization. Show all posts
Showing posts with label normalization. Show all posts
Wednesday, January 15, 2014
Infimum of abc
Find the largest number $M$ such that for any given distinct number $a,b,c$ such that $0 < a,b,c < 1$ we always have:
$$\frac{(a+b)(b+c)(c+a)}{|(a-b)(b-c)(c-a)|} > M$$
Wednesday, November 25, 2009
Polynomial Algorithm
Credit for this problem goes to Zeke Chin
Does there exist an algorithm for the decision problem:
Given a polynomial over $n$ variables $x_1,\cdots,x_n$ with positive integer coefficients, and a positive integer $c$, is it true that $cx_1\cdots x_n \leq P(x_1,\cdots,x_n)$ for all assignments of positive integers to $x_1,\cdots,x_n$?
For example, for $P = x_1^2 + x_2^2$ and $c=2$, the algorithm should return "Yes" since $2x_1x_2 \leq x_1^2 + x_2^2$
Labels:
Algebra,
algorithm,
homogeneous,
Inequality,
normalization,
polynomial
Sunday, August 16, 2009
KBB2 Problem 4
For $a,b,c$ positive reals, show that:
$\displaystyle \frac{6a}{9a^2+5(a+b+c)^2} + \frac{6b}{9b^2+5(a+b+c)^2} + \frac{6c}{9c^2+5(a+b+c)^2} \leq \frac{1}{a+b+c}$
$\displaystyle \frac{6a}{9a^2+5(a+b+c)^2} + \frac{6b}{9b^2+5(a+b+c)^2} + \frac{6c}{9c^2+5(a+b+c)^2} \leq \frac{1}{a+b+c}$
Labels:
Inequality,
KBB,
KBB2,
normalization,
Solved,
tangent line
Subscribe to:
Posts (Atom)