Trivial Inequality: Difference between revisions
m case |
makeover. |
||
| Line 1: | Line 1: | ||
The '''trivial inequality''' is | The '''trivial inequality''' is an [[inequality]] that states that the square of any real number is nonnegative. Its name comes from its simplicity and straightforwardness. | ||
== | ==Statement== | ||
For all [[real number]]s <math>x</math>, <math>{x^2 \ge 0}</math>. | |||
==Proof== | ==Proof== | ||
We | We proceed by contradiction. Suppose there exists a real <math>x</math> such that <math>x^2<0</math>. We can have either <math>x=0</math>, <math>x>0</math>, or <math>x<0</math>. If <math>x=0</math>, then there is a clear contradiction, as <math>x^2 = 0^2 \not < 0</math>. If <math>x>0</math>, then <math>x^2 < 0</math> gives <math>x < \frac{0}{x} = 0</math> upon division by <math>x</math> (which is positive), so this case also leads to a contradiction. Finally, if <math>x<0</math>, then <math>x^2 < 0</math> gives <math>x > \frac{0}{x} = 0</math> upon division by <math>x</math> (which is negative), and yet again we have a contradiction. | ||
Therefore, <math>x^2 \ge 0</math> for all real <math>x</math>, as claimed. | |||
==Applications== | ==Applications== | ||
The trivial inequality | The trivial inequality is one of the most commonly used theorems in mathematics. It is very well-known and does not require proof. | ||
One application is maximizing and minimizing [[quadratic]] functions. It gives an easy proof of the two-variable case of the [[AMGM | Arithmetic Mean-Geometric Mean]] inequality: | |||
Suppose that <math> | Suppose that <math>x</math> and <math>y</math> are nonnegative reals. By the trivial inequality, we have <math>(x-y)^2 \geq 0</math>, or <math>x^2-2xy+y^2 \geq 0</math>. Adding <math>4xy</math> to both sides, we get <math>x^2+2xy+y^2 = (x+y)^2 \geq 4xy</math>. Since both sides of the inequality are nonnegative, it is equivalent to <math>x+y \ge 2\sqrt{xy}</math>, and thus we have <cmath> \frac{x+y}{2} \geq \sqrt{xy}, </cmath> as desired. | ||
== Problems == | == Problems == | ||
= | # Find all integer solutions <math>x,y,z</math> of the equation <math>x^2+5y^2+10z^2=2z+6yz+4xy-1</math>. | ||
# ([[1992 AIME Problems/Problem 13|AIME 1992]]) Triangle <math>ABC</math> has <math>AB</math><math>=9</math> and <math>BC: AC=40: 41</math>. What is the largest area that this triangle can have? | |||
== See also == | == See also == | ||
Revision as of 02:45, 15 March 2008
The trivial inequality is an inequality that states that the square of any real number is nonnegative. Its name comes from its simplicity and straightforwardness.
Statement
For all real numbers
,
.
Proof
We proceed by contradiction. Suppose there exists a real
such that
. We can have either
,
, or
. If
, then there is a clear contradiction, as
. If
, then
gives
upon division by
(which is positive), so this case also leads to a contradiction. Finally, if
, then
gives
upon division by
(which is negative), and yet again we have a contradiction.
Therefore,
for all real
, as claimed.
Applications
The trivial inequality is one of the most commonly used theorems in mathematics. It is very well-known and does not require proof.
One application is maximizing and minimizing quadratic functions. It gives an easy proof of the two-variable case of the Arithmetic Mean-Geometric Mean inequality:
Suppose that
and
are nonnegative reals. By the trivial inequality, we have
, or
. Adding
to both sides, we get
. Since both sides of the inequality are nonnegative, it is equivalent to
, and thus we have
as desired.
Problems
- Find all integer solutions
of the equation
. - (AIME 1992) Triangle
has 
and
. What is the largest area that this triangle can have?