Just spent some time cleaning up broken links on my page about Egyptian Fractions (that is, the problem of representing rational numbers as sums of distinct unit fractions). Only had to resort to the Internet Archive once, so not too bad compared to the Augaean task that is the Geometry Junkyard. Added three new links:

To keep this entry from being content-free, here's a curiosity involving the \( 4/n \) problem. Suppose that, as the denominators of our fractions, we allow not just integers but Gaussian integers (with positive real part). Then, e.g. \[ \begin{align} \frac{1}{2+i} + \frac{1}{2-i} &= \frac{4}{5} \\ \frac{1}{2+3i} + \frac{1}{2-3i} &= \frac{4}{13} \\ \frac{1}{2+5i} + \frac{1}{2-5i} &= \frac{4}{29} \\ \frac{1}{2+7i} + \frac{1}{2-7i} &= \frac{4}{53} \\ \end{align} \] etc. So all of these fractions have two-term Gaussian Integer Egyptian Fraction representations, while with standard Egyptian Fractions they all require three terms. More generally, consider any rational number \( 4/n \). If \( n \) is divisible by two, or has a factor equal to \( 3\bmod 4 \), then there is a two-term expansion in ordinary unit fractions. Otherwise, \( n \) has only factors congruent to \( 1\bmod 4 \), and so is known to be expressible as a sum of squares, one of which must be even: \( n=(2a)^2+b^2 \). Then

\[ \frac{4}{n} = \frac{1}{a(2a+bi)} + \frac{1}{a(2a-bi)}. \]

E.g.

\[ 1801 = 24^2 + 35^2 = (2\times 12)^2 + 35^2 \] \[ \begin{align} \frac{4}{1801} &= \frac{1}{12(24+35i)}+\frac{1}{12(24-35i)} \\ &= \frac{1}{288+420i} + \frac{1}{288-420i}\\ \end{align} \]

That is, for every natural number \( n\gt 1 \), the equation \( 4/n = 1/x + 1/y \) has a solution with \( x \) and \( y \) both positive Gaussian integers.





Comments:

bilmiyorum:
2006-02-12T03:55:33Z

I'm a recent math graduate and just started teaching algebra at high school level. I'm working with one of my students (10th grade) on egyptian fractians and we're trying to make a math project out of this for the regional science fair. Could you give me some tips on how to do this? I'm not much familiar with egyptian fractions, I just came across with those on the net and thought it'd be an intereting topic to work on. What do you think we should mainly focus on? and also whatever resources you can provide me will be highly appreciated. I'm already checking your website and getting some information on egyptian fractions. Looks like there's enough information I'd need but still I'm hoping that you could give me some pointers with what direction to go and such. Thanks in advance!

None: Egyptian fractions with denominators in a.p.
2005-09-15T20:24:49Z

I'm not a mathematician, but have been thinking recently about Egyptian fractions. I've found answers online or in books to most of my questions. I'm wondering if there is any interesting structure to the set efap(a,b) = { q | q = 1/a + 1/(a+b) + 1/(a+2b) + ... + 1/(a+kb) } I don't have any of the tools such as MATLAB or Mathematica, MS Excel is nice but not particularly helpful.

11011110: Re: Egyptian fractions with denominators in a.p.
2005-09-19T00:47:04Z

Re tools, I use python these days, although it requires some programming expertise compared to the others you mention. The script I use to expand numbers into Egyptian fractions is at http://www.ics.uci.edu/~eppstein/numth/egypt/egypt.py.

Re the arithmetic progressions, I think the partial sums of the harmonic series are messy enough that it won't be possible to say much about this more general set. I had some reply involving secondary series of continued fractions, which I deleted -- the secondary series is a sequence of fractions in which the numerators and denominators are in arithmetic progression, that starts at one term of the continued fraction expansion of a rational, and continues until it reaches the next term. It's related to Egyptian fractions in that the differences between successive terms are unit fractions, so it can be used to form Egyptian fraction representaions, but the Egyptian fractions derived from it have denominators that aren't themselves in progression.