ArticleslgStudy

mathematics

Odd greedy expansion

Odd greedy expansion is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Odd greedy expansion rather than just read about it. In short: In number theory, the odd greedy expansion problem asks whether a greedy algorithm for finding Egyptian fractions with odd denominators always succeeds. It is an open problem.

Key takeaways

  • Odd greedy expansion belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Odd greedy expansion to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Odd greedy expansion from memory before moving on to harder problems.

Reference excerpt

In number theory, the odd greedy expansion problem asks whether a greedy algorithm for finding Egyptian fractions with odd denominators always succeeds. It is an open problem.

Description An Egyptian fraction represents a given rational number as a sum of distinct unit fractions. If a rational number x / y {\displaystyle x/y} is a sum of unit fractions with odd denominators,

x y = ∑ 1 2 a i + 1 , {\displaystyle {\frac {x}{y}}=\sum {\frac {1}{2a_{i}+1}},}

then y {\displaystyle y} must be odd. Conversely, every fraction x / y {\displaystyle x/y} with y {\displaystyle y} odd can be represented as a sum of distinct odd unit fractions. One method of finding such a representation replaces x / y {\displaystyle x/y} by A x / A y {\displaystyle Ax/Ay} where A = 35 ⋅ 3 i {\displaystyle A=35\cdot 3^{i}} for a sufficiently large i {\displaystyle i} , and then expands A x {\displaystyle Ax} as a sum of distinct divisors of A y {\displaystyle Ay} . However, a simpler greedy algorithm has successfully found Egyptian fractions in which all denominators are odd for all instances x / y {\displaystyle x/y} (with odd y {\displaystyle y} ) on which it has been tested: let u {\displaystyle u} be the least odd number that is greater than or equal to y / x {\displaystyle y/x} , include the fraction 1 / u {\displaystyle 1/u} in the expansion, and continue in the same way (avoiding repeated uses of the same unit fraction) with the remaining fraction x / y − 1 / u {\displaystyle x/y-1/u} . This method is called the odd greedy algorithm and the expansions it creates are called odd greedy expansions. Stein, Selfridge, Graham, and others have posed the open problem of whether the odd greedy algorithm terminates with a finite expansion for every x / y {\displaystyle x/y} with y {\displaystyle y} odd.

Example Let x / y {\displaystyle x/y} = 4/23. 23/4 = 5⁠3/4⁠; the next larger odd number is 7. So the first step expands

161/5 = 32⁠1/5⁠; the next larger odd number is 33. So the next step expands

5313/4 = 1328⁠1/4⁠; the next larger odd number is 1329. So the third step expands

Since the final term in this expansion is a unit fraction, the process terminates with this expansion as its result.

Fractions with long expansions It is possible for the odd greedy algorithm to produce expansions that are shorter than the usual greedy expansion, with smaller denominators. For instance,

8 77 = 1 10 + 1 257 + 1 197890 = 1 11 + 1 77 , {\displaystyle {\frac {8}{77}}={\frac {1}{10}}+{\frac {1}{257}}+{\frac {1}{197890}}={\frac {1}{11}}+{\frac {1}{77}},}

where the left expansion is the greedy expansion and the right expansion is the odd greedy expansion. However, the odd greedy expansion is more typically long, with large denominators. For instance, as Wagon discovered, the odd greedy expansion for 3/179 has 19 terms, the largest of which is approximately 1.415×10439491. Curiously, the numerators of the fractions to be expanded in each step of the algorithm form a sequence of consecutive integers:

A similar phenomenon occurs with other numbers, such as 5/5809 (an example found independently by K. S. Brown and David Bailey) which has a 27-term expansion. Although the denominators of this expansion are difficult to compute due to their enormous size, the numerator sequence may be found relatively efficiently using modular arithmetic. Nowakowski (1999) describes several additional examples of this type found by Broadhurst, and notes that K. S. Brown has described methods for finding fractions with arbitrarily long expansions.

On even denominators The odd greedy algorithm cannot terminate when given a fraction with an even denominator, because these fractions do not have finite representations with odd denominators. Therefore, in this case, it produces an infinite series expansion of its input. For instance Sylvester's sequence can be viewed as generated by the odd greedy expansion of 1/2.

Notes

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Odd greedy expansion

Start with the simplest possible case. Write down what Odd greedy expansion claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Odd greedy expansion before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Odd greedy expansion ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Odd greedy expansion

In research
Odd greedy expansion appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Odd greedy expansion in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Odd greedy expansion is common in secondary-school and first-year university syllabi. It links to neighbouring topics Egyptian fractions, Unsolved problems in number theory, so understanding it makes those chapters shorter.
In everyday life
Look for Odd greedy expansion outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Odd greedy expansion” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Odd greedy expansion in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Odd greedy expansion means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Odd greedy expansion out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Odd greedy expansion in simple terms?

In number theory, the odd greedy expansion problem asks whether a greedy algorithm for finding Egyptian fractions with odd denominators always succeeds. It is an open problem.

Why does Odd greedy expansion matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Odd greedy expansion?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Odd greedy expansion.

Tags

  • Egyptian fractions
  • Unsolved problems in number theory

Keep exploring