This post will be about several proofs of random theorems or formulas that I enjoy proving and I would like to share them with everyone. I hope that everyone could see the beauty of mathematical proofs from this post. Formula 1 For a positive integer $n$, it always holds true that: [\lim_{x \to 0} \frac{1-\prod_{i=1}^n cos(a_i x)}{x^2} = \frac{1}{2} \cdot \sum_{i=1}^n a_i^2] Note for some who might not be used to the notation, $\prod$ here is just like $\sum$ but instead of summation of terms, it is the product of all the terms. For example $\prod_{i=1}^3 i = 1 \cdot 2 \cdot 3 = 6$ Simple Example: [\lim_{x \to 0} \frac{1-cos3x \cdot cos4x \cdot cos5x}{x^2} = \frac{3^2+4^2+5^2}{2} = 25] Proof: In dealing with problem where there exist $n$ term products, we should try to build it from the most simple case of $n=1$, and then try to prove for $n=k+1$ using the equality from $n=k$ (similar to a domino effect ). In mathematics, we call this method as induction . First step i...
A blog for mathematics and programming discussions