Showing posts with label flash. Show all posts
Showing posts with label flash. Show all posts

Tuesday, July 10, 2007

ZipCode Census Dashboard

The ZipCode Census Dashboard is a flash application that displays U.S. census statistics.

Tuesday, April 24, 2007

Liquid Journey

An interesting website that has some nice mathematical, chaotic animations using flash.

Friday, March 30, 2007

Proof Without Words

13 + 23 + … + n3 = (1 + 2 … + n)2.
Mathematically, $\sum_{i=1}^{n} i^3 = (\sum_{i=1}^{n} i)^2$.

Thursday, March 29, 2007

Wednesday, March 28, 2007

Proof Without Words

Law of Cosines: $\a^2 +b^2 - 2ab\cos\theta = c^2$.

Tuesday, March 27, 2007

Proof Without Words

1 + 4 + 9 + … + n2 = n(n + 1)(2n + 1)/6.
Mathematically, $\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}$.

Monday, March 26, 2007

Friday, March 23, 2007

Proof Without Words

Pythagorean Theorem: For a right triangle with legs a and b and hypotenuse c,
$a^2 + b^2 = c^2$.

Thursday, March 22, 2007

Proof Without Words

The area of a regular dodecagon is 3R2.

Wednesday, March 21, 2007

Proof Without Words

1/4 + (1/4)2 + (1/4)3 + … = 1/3.
Mathematically, $\sum_{i=1}^{\infty} \frac{1}{4^i} = \frac{1}{3}$.

Tuesday, March 20, 2007

Proof Without Words

1 + 2 + 3 + … n = n(n + 1)/2.
Mathematically, $\sum_{i=1}^{n} i = \frac{n(n+1)}{2}$.

Monday, March 19, 2007

Proof Without Words

The sum of the first n odd numbers is n2.
Mathematically, $\sum_{i=1}^{n} (2i - 1) = n^2$.