The base 10 expansion of π is the decimal expansion (3.1415926539...), the base 2 expansion is, um, whatever that is in binary, the base 16 expansion is whatever that is in hex, and so on.
Or, formally:
If you can write
π = Σn=0infinity (ank-n)
for some base k, with each an an integer between 0 and k-1 inclusive, then that sum is the base-k expansion of π.
(I'm not completely sure about that definition, I'm only an undergraduate; the expansion might actually be when you write it as
a0.a1a2a3a4a5...
but I think the idea's right)
btw, the n=0 and infinity should have the same horizontal position, but you can't do that without invoking MathML or LaTeX or something, and I suppose to be completely general you should include all the coefficients (multiples) of 10n for n positive; I leave that as an exercise to the reader, as maths textbooks always say ;-)
</maths-geek> |