Difference between revisions of "User:Temperal/The Problem Solver's Resource8"
(creation) |
(Add) |
||
Line 13: | Line 13: | ||
Take a set of functions <math>m_j(a) = \left({\frac{\sum a_i^j}{n}}\right)^{1/j}</math>. | Take a set of functions <math>m_j(a) = \left({\frac{\sum a_i^j}{n}}\right)^{1/j}</math>. | ||
− | Note that <math>m_0</math> does not exist. The geometric mean is <math> | + | Note that <math>m_0</math> does not exist. The geometric mean is <math>m_0 = \lim_{k \to 0} m_k</math>. |
For non-negative real numbers <math>a_1,a_2,\ldots,a_n</math>, the following holds: | For non-negative real numbers <math>a_1,a_2,\ldots,a_n</math>, the following holds: | ||
Line 36: | Line 36: | ||
For all positive real numbers <math>a</math>, <math>b</math> and <math>c</math>, the following holds: | For all positive real numbers <math>a</math>, <math>b</math> and <math>c</math>, the following holds: | ||
− | <math> | + | <math>{\frac{a}{b+c}} + {\frac{b}{c+a}} + {\frac{c}{a+b}} \ge {\frac{3}{2}}</math>. |
===Schur's inequality=== | ===Schur's inequality=== | ||
Line 43: | Line 43: | ||
<math>a^r(a-b)(a-c)+b^r(b-a)(b-c)+c^r(c-a)(c-b)\ge 0</math>. | <math>a^r(a-b)(a-c)+b^r(b-a)(b-c)+c^r(c-a)(c-b)\ge 0</math>. | ||
+ | |||
+ | ===Fermat-Euler Identitity=== | ||
+ | If <math>gcd(a,m)=1</math>, then <math>a^{\phi{m}}\equiv1\pmod{m}</math>, where <math>\phi{m}</math> is the number of relitvely prime numbers lower than <math>m</math>. | ||
+ | |||
+ | ===Gauss's Theorem=== | ||
+ | If <math>a|bc</math> and <math>(a,b) = 1</math>, then <math>a|c</math>. | ||
+ | |||
+ | ==Errata== | ||
+ | All quadratic resiues are 0 or 1<math>\pmod{4}</math>and 0,1, or 4 <math>\pmod{8}</math>. | ||
+ | |||
[[User:Temperal/The Problem Solver's Resource7|Back to page 7]] | [[User:Temperal/The Problem Solver's Resource9|Continue to page 9]] | [[User:Temperal/The Problem Solver's Resource7|Back to page 7]] | [[User:Temperal/The Problem Solver's Resource9|Continue to page 9]] | ||
|}<br /><br /> | |}<br /><br /> |
Revision as of 21:09, 5 October 2007
Intermediate Number TheoryThese are more complex number theory theorems that may turn up on the USAMO or Pre-Olympiad tests. This will also cover diverging and converging series, and other such calculus-related topics. General Mean InequalityTake a set of functions . Note that does not exist. The geometric mean is . For non-negative real numbers , the following holds: for reals . I is the quadratic mean, is the arithmetic mean, the geometric mean, and the harmonic mean. Chebyshev's InequalityGiven real numbers and , we have %{\frac{\sum a_ib_i}{n}} \ge {\frac{\sum a_i}{n}}{\frac{\sum b_i}{n}}%. Minkowsky's InequalityGiven real numbers and , the following holds:
Nesbitt's InequalityFor all positive real numbers , and , the following holds: . Schur's inequalityGiven positive real numbers and real , the following holds: . Fermat-Euler IdentitityIf , then , where is the number of relitvely prime numbers lower than . Gauss's TheoremIf and , then . ErrataAll quadratic resiues are 0 or 1and 0,1, or 4 . |