Difference between revisions of "Cauchy-Schwarz Inequality"
(added books section) |
Swapnillium (talk | contribs) (→Proof) |
||
Line 25: | Line 25: | ||
or, in the more compact [[sigma notation]], | or, in the more compact [[sigma notation]], | ||
− | <math>\left(\sum a_ib_i\right) \leq \left(\sum a_i^2\right)\left(\sum b_i^2\right).</math> | + | <math>{\left(\sum a_ib_i\right)}^2 \leq \left(\sum a_i^2\right)\left(\sum b_i^2\right).</math> |
Note that this also gives us the equality case; equality holds if and only if the discriminant is equal to 0, which is true if and only if the equation has 0 as a double root, which is true if and only if <math>\frac{a_1}{b_1}=\frac{a_2}{b_2}= \cdots =\frac{a_n}{b_n}</math>. | Note that this also gives us the equality case; equality holds if and only if the discriminant is equal to 0, which is true if and only if the equation has 0 as a double root, which is true if and only if <math>\frac{a_1}{b_1}=\frac{a_2}{b_2}= \cdots =\frac{a_n}{b_n}</math>. | ||
− | |||
− | |||
== Contest Problem Solving == | == Contest Problem Solving == |
Revision as of 20:57, 19 July 2006
The Cauchy-Schwarz Inequality (which is known by other names, including Cauchy's Inequality) states that, for two sets of real numbers and , the following inequality is always true:
Equality holds if and only if .
Proof
There are many ways to prove this; one of the more well-known is to consider the equation
.
Expanding, we find the equation to be of the form
where , , and . By the Trivial Inequality, we know that the left-hand-side of the original equation is always at least 0, so either both roots are complex numbers, or there is a double root at . Either way, the discriminant of the equation is nonpositive. Taking the discriminant, and substituting the above values of A, B, and C leaves us with the Cauchy-Schwarz Inequality,
or, in the more compact sigma notation,
Note that this also gives us the equality case; equality holds if and only if the discriminant is equal to 0, which is true if and only if the equation has 0 as a double root, which is true if and only if .
Contest Problem Solving
This inequality is used very frequently to solve Olympiad-level Inequality problems, such as those on the USAMO and IMO.
Other Resources
Books
- The Cauchy-Schwarz Master Class: An Introduction to the Art of Mathematical Inequalities by J. Michael Steele.
- Problem Solving Strategies by Arthur Engel contains significant material on inequalities.