Difference between revisions of "Inequality"

(problems)
(category)
Line 75: Line 75:
 
* [[Mathematics competitions]]
 
* [[Mathematics competitions]]
 
* [[Math books]]
 
* [[Math books]]
 +
 +
[[Category:Inequality]]

Revision as of 15:12, 26 October 2007

The subject of mathematical inequalities is tied closely with optimization methods. While most of the subject of inequalities is often left out of the ordinary educational track, they are common in mathematics Olympiads.


Overview

Inequalities are arguably a branch of number theory. They deal with relations of variables denoted by four signs: $>,<,\ge,\le$.

For two numbers $a$ and $b$:

  • $a>b$ if $a$ is greater than $b$, that is, $a-b$ is positive.
  • $a<b$ if $a$ is smaller than $b$, that is, $a-b$ is negative.
  • $a\ge b$ if $a$ is greater than or equal to $b$, that is, $a-b$ is either positive or $0$.
  • $a\le b$ if $a$ is less than or equal to $b$, that is, $a-b$ is either negative or $0$.

Note that if and only if $a>b$, $b<a$, and vice versa. The same applies to the latter two signs: if and only if $a\ge b$, $b\le a$, and vice versa.

Some properties of inequalities are:

  • If $a>b$, then $a+c>b$, where $c\ge 0$.
  • If $a \ge b$, then $a+c\ge b$, where $c\ge 0$.
  • If $a \ge b$, then $a+c>b$, where $c>0$.


Theorems

Here are some of the more useful inequality theorems, as well as general inequality topics.


Problems

Introductory

  • Given that $(a+1)(b+1)(c+1) = 8$, show that $abc \le 1$. (<url>weblog_entry.php?t=172070 Source</url>)

Intermediate

  • A tennis player computes her win ratio by dividing the number of matches she has won by the total number of matches she has played. At the start of a weekend, her win ratio is exactly $.500$. During the weekend, she plays four matches, winning three and losing one. At the end of the weekend, her win ratio is greater than $.503$. What's the largest number of matches she could've won before the weekend began? (Source)

Olympiad

  • Let $a,b,c$ be positive real numbers. Prove that

$\frac{a}{\sqrt{a^{2}+8bc}}+\frac{b}{\sqrt{b^{2}+8ca}}+\frac{c}{\sqrt{c^{2}+8ab}}\ge 1$ (Source)

Resources

Books

Intermediate

Olympiad

Articles

Olympiad


Classes

Olympiad


See also