So 1 / 7 ='s 0.14285714285714285714285714285714...
and I was looking and going yeah... 14, 28, 56, but it becomes 57 instead.
So began to overlap the numbers like this,
.14
.0028
.000056
.00000112
.0000000224
.000000000448
.00000000000896
.0000000000001792
.000000000000003584
.00000000000000007168 +
----------------------------------
.14285714285714285714285714285714...
and that's what I got.
I can now express 7 to any power with a little series I developed from this, which I call the ' Highway to Seven '.
7^(-1) = (14 * 10^(- 2)) + (28 * 10^(- 4)) + (56 * 10^(- 6)) + (112 * 10^(- 8)) + (224 * 10^(- 10)) + (448 * 10^(- 12)) + ...
which is actually
7^(-1) = (2^1 * 7 * 10^(- 2)) + (2^2 * 7 * 10^(- 4)) + (2^3 * 7 * 10^(- 6)) + (2^4 * 7 * 10^(- 8)) + (2^5 * 7 * 10^(- 10)) + (2^6 * 7 * 10^(- 12)) + ...
which is
7^(-1) = (2^1 * 7^(-1+2) * 10^(- 2)) + (2^2 * 7^(-1+2) * 10^(- 4)) + (2^3 * 7^(-1+2) * 10^(- 6)) + (2^4 * 7^(-1+2) * 10^(- 8)) + ...
which becomes
7^(n) = (2^1 * 7^(n+2) * 10^(- 2)) + (2^2 * 7^(n+2) * 10^(- 4)) + (2^3 * 7^(n+2) * 10^(- 6)) + (2^4 * 7^(n+2) * 10^(- 8)) + ...
and since
(2^1 * 10^(- 2)) = 1 / 50 or .02
the series then becomes
7^(n) = (7^(n+2) * .02^1) + (7^(n+2) * .02^2) + (7^(n+2) * .02^3) + (7^(n+2) * .02^4) + ...
or rather
7^(n) = (A * B^1) + (A * B^2) + (A * B^3) + (A * B^4) + ...
Where A = 7^(n+2) , B = .02 or 50^-1
And then, if I factor out the A^2, it becomes
A = A * ( (B^1) + (B^2) + (B^3) + (B^4) + ... )
Which I thought was pretty neat since I found that the equation also works with positive or negative square roots or fractional exponents.
For example:
7^(-3/2) = 0.0539949247156... = (2^1 * 7^(1/2) * 10^(- 2 * 1)) + 2^2 * 7^(1/2) * 10^(- 2 * 2) + 2^3 * 7^(1/2) * 10^(- 2 * 3) + 2^4 * 7^(1/2) * 10^(- 2 * 5) + 2^5 * 7^(1/2) * 10^(- 2 * 6) + 2^6 * 7^(1/2) * 10^(- 2 * 6) + 2^7 * 7^(1/2) * 10^(- 2 * 7) + ...
I'm not quite sure I remember how to put this equation in proper Summation form with the big M that fell on it's side 90 degrees CCW.
I thought there was also a simpler way to express ( (B^1) + (B^2) + (B^3) + (B^4) + ... )
Any help or suggestions would be appreciated.
I wonder if this kind of equation can apply to any other numbers besides seven ?



LinkBack URL
About LinkBacks




Reply With Quote
language into mathematical symbols.

(and
) becomes zero when n goes to infinity, so the formula becomes pretty simple:


Bookmarks