Difference between revisions of "Inequality"

(Solving Inequalities)
(Problems)
Line 60: Line 60:
 
==Problems==
 
==Problems==
 
===Introductory===
 
===Introductory===
 +
*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 <math>.500</math>. During the weekend, she plays four matches, winning three and losing one. At the end of the weekend, her win ratio is greater than <math>.503</math>. What's the largest number of matches she could've won before the weekend began? ([[1992 AIME Problems/Problem 3|Source]])
 +
===Intermediate===
 
*Given that <math>(a+1)(b+1)(c+1) = 8</math>, show that <math>abc \le 1</math>. (<url>weblog_entry.php?t=172070 Source</url>)
 
*Given that <math>(a+1)(b+1)(c+1) = 8</math>, show that <math>abc \le 1</math>. (<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 <math>.500</math>. During the weekend, she plays four matches, winning three and losing one. At the end of the weekend, her win ratio is greater than <math>.503</math>. What's the largest number of matches she could've won before the weekend began? ([[1992 AIME Problems/Problem 3|Source]])
 
 
===Olympiad===
 
===Olympiad===
 
*Let <math>a,b,c</math> be positive real numbers. Prove that
 
*Let <math>a,b,c</math> be positive real numbers. Prove that
 
<math>\frac{a}{\sqrt{a^{2}+8bc}}+\frac{b}{\sqrt{b^{2}+8ca}}+\frac{c}{\sqrt{c^{2}+8ab}}\ge 1</math> ([[2001 IMO Problems/Problem 2|Source]])
 
<math>\frac{a}{\sqrt{a^{2}+8bc}}+\frac{b}{\sqrt{b^{2}+8ca}}+\frac{c}{\sqrt{c^{2}+8ab}}\ge 1</math> ([[2001 IMO Problems/Problem 2|Source]])
 +
 
== Resources ==
 
== Resources ==
 
=== Books ===
 
=== Books ===

Revision as of 07:43, 19 July 2008

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 elementary algebra, and relate slightly to 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$.

Solving Inequalities

A common application of inequalities is solving them for a variable. For example, consider the inequality $5x+7>3x+8$. We can solve for the variable $x$ here and get $2x-1>0\Leftrightarrow x>\frac{1}{2}$, thus placing implicit restrictions upon the variable $x$. A more complex example is $\frac{x-8}{x+5}+4\ge 3$. Here is a common mistake: $\frac{x-8}{x+5}+4\ge 3 \Rightarrow \frac{x+5-13}{x+5}+4\ge 3 \Rightarrow 1-\frac{13}{x+5}+4\ge 3 \Rightarrow x+5-13+4x+20\ge 3x+15\Rightarrow x\ge \frac{3}{2}$.

The problem here is that we multiplied by $x+5$ as one of the last steps. We also kept the inequality sign in the same direction. However, we don't know if the quantity $x+5$ is negative or not; we can't assume that it is positive for all real $x$. Thus, we may have to reverse the direction of the inequality sign if we are multiplying by a negative number. But, we don't know if the quantity is negative either. A correct solution would be to move everything to the left side of the inequality, and form a common denominator. Then, it will be simple to find the solutions to the inequality by considering the sign (negativeness or positiveness) of the fraction as $x$ varies:

$\frac{x-8}{x+5}+4\ge 3 \Rightarrow \frac{x-8}{x+5}+1\ge 0 \Rightarrow \frac{2x-3}{x+5}\ge 0$. We will start with an intuitive solution, and then a rule can be built for solving general fractional inequalities. To make things easier, we test positive integers. $0$ makes a good starting point, but does not solve the inequality. Nor does $1$. Therefore, these two aren't solutions. Then we begin to test numbers such as $2$, $3$, and so on. All of these work. In fact, it's not difficult to see that the fraction will remain positive as $x$ gets larger and larger. But just where does $x$, which causes a negative fraction at $0$ and $1$, begin to cause a positive fraction? We can't just assume that $2$ is the switching point; this solution is not simply limited to integers. The numerator and denominator are big hints. Specifically, we examine that when $2x-3=0$ (the numerator), then the fraction is $0$, and begins to be positive for all higher values of $x$. Solving the equation reveals that $x=\frac{3}{2}$ is the turning point. After more of this type of work, we realize that $x=-5$ brings about division by $0$, so it certainly isn't a solution. However, it also tells us that any value of $x$ that is less than $-5$ brings about a fraction that has a negative numerator and denominator, resulting in a positive fraction and thus satisfying the inequality. No value between $x=-5$ and $x=\frac{3}{2}$ (except $\frac{3}{2}$ itself) seems to be a solution. Therefore, we conclude that the solutions are the intervals $(-\infty,-5)\cup[\frac{3}{2},+\infty)$.

For the sake of better notation, define the "x-intercept" of a fractional inequality to be those values of $x$ that cause the numerator and/or the denominator to be $0$. To develop a method for quicker solutions of fractional inequalities, we can simply consider the "x-intercepts" of the numerator and denominator. We graph them on the number line. Then, in every region of the number line, we test one point to see if the whole region is part of the solution. For example, in the example problem above, we see that we only had to test one value such as $0$ in the region $(-5,\frac{3}{2})$, as well as one value in the region $(-\infty,-5]$ and $[\frac{3}{2},+\infty)$; then we see which regions are part of the solution set. This does indeed give the complete solution set.

One must be careful about the boundaries of the solutions. In the example problem, the value $x=\frac{3}{2}$ was a solution only because the inequality was nonstrict. Also, the value $x=-5$ was not a solution because it would bring about division by $0$. Similarly, any "x-intercept" of the numerator is a solution if and only if the inequality is nonstrict, and every "x-intercept" of the denominator is never a solution because we cannot divide by $0$.

Complete Inequalities

A inequality that is true for all real numbers or for all positive numbers (or even for all complex numbers) is sometimes called a complete inequality. An example for real numbers is the so-called Trivial Inequality, which states that for any real $x$, $x^2\ge 0$. Most inequalities of this type hold only for positive numbers, and this type of inequality often has very clever problems and applications.

List of Theorems

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

Problems

Introductory

  • 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)

Intermediate

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

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