Difference between revisions of "Trivial Inequality"

m (Trivial Inequality moved to Trivial inequality over redirect: capitalization)
(Introductory)
Line 27: Line 27:
 
== Problems ==
 
== Problems ==
 
=== Introductory  ===
 
=== Introductory  ===
*Find all integer solutions <math>x,y,z</math> of the equation <math>x^2+5y^2+10z^2=2z+6yz+4xy-1</math>. (No source nor solution)
+
*Find all integer solutions <math>x,y,z</math> of the equation <math>x^2+5y^2+10z^2=2z+6yz+4xy-1</math>. (Hint: rewrite as <math>(x-2y)^2+(y-3z)^2+(z-1)^2=0</math>)
  
 
=== Intermediate ===
 
=== Intermediate ===

Revision as of 00:56, 19 December 2007

The Trivial Inequality is a simple inequality named because of its sheer simplicity and seeming triviality.

Inequality

The inequality states that ${x^2 \ge 0}$ for all real numbers $x$. This is a rather useful inequality for proving that certain quantities are nonnegative. The inequality appears to be obvious and unimportant, but it can be a very powerful problem solving technique.

Proof

We assume the negation of the theorem; that is there is a real $x$ such that $x^2<0$. Since $x\in \mathbb R$, and $\{x|x=0\},\{x|x<0\},\{x|x>0\}$ are partitions of $\mathbb R$, there are three cases for $x$.

Case 1: $x=0$: This obviously is a contradiction, as $0^2\not < 0$

Case 2: $x>0$: Here, we divide by $x$, which is allowable because we know $x$ is positive: $x<\frac{0}{x}\Rightarrow x<0$, which results in contradiction.

Case 3: $x<0$: Since $x<0$, we can again divide by $x$ and reverse the inequality symbol: $x>\frac{0}{x}\Rightarrow x>0$, which again is a contradiction.

Thus, the theorem is true by contradiction.

Applications

The trivial inequality can be used to maximize and minimize quadratic functions.

After completing the square, the trivial inequality can be applied to determine the extrema of a quadratic function.

Here is an example of the important use of this inequality:

Suppose that $a,b$ are nonnegative real numbers. Starting with $(a-b)^2\geq0$, after squaring we have $a^2-2ab+b^2\geq0$. Now add $4ab$ to both sides of the inequality to get $a^2+2ab+b^2=(a+b)^2\geq4ab$. If we take the square root of both sides (since both sides are nonnegative) and divide by 2, we have the well-known Arithmetic Mean-Geometric Mean Inequality for 2 variables: $\frac{a+b}2\geq\sqrt{ab}$

Problems

Introductory

  • Find all integer solutions $x,y,z$ of the equation $x^2+5y^2+10z^2=2z+6yz+4xy-1$. (Hint: rewrite as $(x-2y)^2+(y-3z)^2+(z-1)^2=0$)

Intermediate

  • Triangle $ABC$ has $AB$$=9$ and $BC: AC=40: 41$. What is the largest area that this triangle can have? (Source)

See also