TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A visualization of why 1/4 + 1/16 + 1/64 + 1/256 + ... = 1/3

200 pointsby Flemlordalmost 16 years ago

7 comments

michael_nielsenalmost 16 years ago
A very cute algebraic way to see this is to do arithmetic in base 4. In base 4 the series on the left is:<p>0.1 + 0.01 + 0.001 + ... = 0.111... (recurring)<p>Multiplying the right hand side by 3 gives 0.3333... = 1, and so the original series must have just been 1/3.
评论 #716982 未加载
评论 #717074 未加载
Oompaalmost 16 years ago
I like this one better. <a href="http://web.mat.bham.ac.uk/pgweb/random/2009/04/proof-without-words/" rel="nofollow">http://web.mat.bham.ac.uk/pgweb/random/2009/04/proof-without...</a>
评论 #716414 未加载
评论 #717207 未加载
评论 #717298 未加载
评论 #716849 未加载
评论 #716530 未加载
jakkalsalmost 16 years ago
I like this!<p>Immediately I can also see that 1/5 + 1/25 + 1/125 + ... = 1/4<p>To generalize: 1/x + 1/(x<i>x) + 1/(x</i>x*x) + ... = 1(x+1)<p>'Proved' by looking at a picture :-)
评论 #716595 未加载
评论 #716532 未加载
tenzeroalmost 16 years ago
While pedantic, the above "expression" is NOT = 1/3<p>1/3 is the limit, as the sum of n=1 to n -&#62; infinity, of (1/4)^n<p>The "result" converges towards 1/3. You can get as close to 1/3 as you like, but the result will never quite equal 1/3.<p>Cheers Dion.
评论 #717277 未加载
评论 #717513 未加载
dustmopalmost 16 years ago
If the grey were made white instead I would have gotten this immediately.
评论 #716610 未加载
gabeybabyalmost 16 years ago
Xeno's Paradox
评论 #716933 未加载
pbhjpbhjalmost 16 years ago
hacker news needs to allow mathml!