Difference between revisions of "User:Temperal/The Problem Solver's Resource3"
(rmv) |
(→Derivation: hm) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
===Rules of Summation=== | ===Rules of Summation=== | ||
− | <math>\sum_{i=a}^{b} | + | <math>\sum_{i=a}^{b}f_1(i)+f_2(i)+\ldots f_n(i)=\sum_{i=a}^{b}f(i)+\sum_{i=a}^{b}f_2(i)+\ldots+\sum_{i=a}^{b}f_n(i)</math> |
<math>\sum_{i=a}^{b}c\cdot f(i)=c\cdot \sum_{i=a}^{b}f(i)</math> | <math>\sum_{i=a}^{b}c\cdot f(i)=c\cdot \sum_{i=a}^{b}f(i)</math> | ||
<math>\sum_{i=1}^{n} i= \frac{n(n+1)}{2}</math>, and in general <math>\sum_{i=a}^{b} i= \frac{(b-a+1)(a+b)}{2}</math> | <math>\sum_{i=1}^{n} i= \frac{n(n+1)}{2}</math>, and in general <math>\sum_{i=a}^{b} i= \frac{(b-a+1)(a+b)}{2}</math> | ||
+ | |||
+ | The above should all be self-evident and provable by the reader within seconds. | ||
<math>\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}</math> | <math>\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}</math> | ||
− | <math>\ | + | Derivation: We write <math>n^2</math> as <math>a_1\binom{n}{1}+a_2\binom{n}{2}</math>. Substituting n=1 gives <math>a_1=1</math> while substituting n=2 gives <math>a_2=2</math>. Hence, <math>n^2=\binom{n}{1}+2\binom{n}{2}</math>. |
− | <math> \sum_{i=1}^n i^ | + | Now, <math>\sum_{i=1}^{n} i^2=\sum_{i=1}^n (\binom{i}{1}+2\binom{i}{2})=\sum_{i=1}^n \binom{i}{1}+2\sum_{i=1}^n \binom{i}2=\binom{n+1}{2}+2\binom{n+1}{3}</math>, where we use the [[Hockey-Stick Identity]]. After some algebra, this comes out to <math>\frac{(n)(n+1)(2n+1)}{6}</math>. |
− | <math> \sum_{ | + | This method can be generalized nicely; <math>i^n=\sum_{k=1}^n a_k\binom{i}{k}</math>. |
− | < | + | Particularly notable is the case <math>n=3</math>; we get <math>\sum_{i=1}^{n} i^3 = \left(\sum_{i=1}^{n} i\right)^2 = \left(\frac{n(n+1)}{2}\right)^2</math>. The reader can figure this out themselves. |
===Rules of Products=== | ===Rules of Products=== | ||
Line 29: | Line 31: | ||
<math>\prod_{i=a}^{b}x\cdot y=x^{(b-a+1)}y^{(b-a+1)}</math> | <math>\prod_{i=a}^{b}x\cdot y=x^{(b-a+1)}y^{(b-a+1)}</math> | ||
− | + | These should be self-evident, as above. | |
[[User:Temperal/The Problem Solver's Resource2|Back to page 2]] | [[User:Temperal/The Problem Solver's Resource4|Continue to page 4]] | [[User:Temperal/The Problem Solver's Resource2|Back to page 2]] | [[User:Temperal/The Problem Solver's Resource4|Continue to page 4]] |
Latest revision as of 22:18, 10 January 2009
Introduction | Other Tips and Tricks | Methods of Proof | You are currently viewing page 3. |
Summations and Products
Definitions
- Summations:
- Products:
Rules of Summation
, and in general
The above should all be self-evident and provable by the reader within seconds.
Derivation: We write as . Substituting n=1 gives while substituting n=2 gives . Hence, .
Now, , where we use the Hockey-Stick Identity. After some algebra, this comes out to .
This method can be generalized nicely; .
Particularly notable is the case ; we get . The reader can figure this out themselves.
Rules of Products
These should be self-evident, as above.