Worse than a continued fraction

Compute the result of the following:

\[1 + \cfrac{2 + \cfrac{4 + \cfrac{8 + \ldots}{12 + \ldots}}{6 + \cfrac{12 + \ldots}{18 + \ldots}}}{3 + \cfrac{6 + \cfrac{12 + \ldots}{18 + \ldots}}{9 + \cfrac{18 + \ldots}{27 + \ldots}}}\]

Informally, you have something like f(x)=x+f(2x)f(3x)f(x) = x + \frac{f(2x)}{f(3x)} for all xx; expand f(1)f(1) to infinity and compute its result.

(Note that I don't know the result; if I knew, I would have made this a problem. Source: friend's tweet)

#Algebra #Fractions #InfiniteSum

Note by Ivan Koswara
5 years, 11 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Intuitively it would seem like f(x)f(x) is an increasing function. Rearranging the recursive function gives f(3x)(f(x)x)=f(2x)f(3x)(f(x)-x)=f(2x) so f(x)x<1|f(x)-x| < 1. That would imply that f(x)f(x) increases approximately linearly, but then again plugging in f(x)=x+cf(x)=x+c gives no solution.

Daniel Liu - 5 years, 11 months ago

Log in to reply

The solution to cc in f(3x)(f(x)x)=f(2x)f(3x)(f(x)-x)=f(2x) where f(x)=xn+cnf(x)=\sqrt[n]{x^n+c} as nn\to \infty and x=1x=1 appears to be unbounded, so this path seems to be a dead end. Of course, all the math I'm doing is pretty hand-wavy to begin with.

Daniel Liu - 5 years, 11 months ago

An amazing idea !!

Sriram Venkatesan - 5 years, 11 months ago

Some code to compute with different starting values and iteration depth: here

It's interesting to see that things converge quickly and that it is indeed approximately linear.

Ivan Koswara - 5 years, 11 months ago

Log in to reply

In fact, for large xx, we have f(x)x+23f(x) \to x + \frac{2}{3} (as expected?).

Ivan Koswara - 5 years, 11 months ago

Log in to reply

Indeed. If we assume that f(x)x+cf(x)\sim x+c as xx\to\infty, then f(2x)/f(3x)(2x+c)/(3x+c)2/3f(2x)/f(3x)\sim(2x+c)/(3x+c)\to2/3 in the limit. Consistency then implies that c=2/3c=2/3.

Ricardo Moritz Cavalcanti - 5 months, 3 weeks ago

The answer is definitely 53\frac{5}{3}. Here's as far as I've gotten in proving it:

If you follow the fraction backward far enough you'll begin to realize that the terms inside the biggest parentheses tend towards 11 as the fraction expands to infinity. This gives 1+23=531+\frac{2}{3}=\frac{5}{3}, but this isn't exactly a proof, more a heuristic argument.

Garrett Clarke - 5 years, 11 months ago

Log in to reply

Well...

The answer is definitely 53\frac{5}{3}.

this isn't exactly a proof, more a heuristic argument.

I think they are quite contradictory.

I'm also pretty confident the answer is much closer to the one found by iteration (slightly less than 3\sqrt{3}) than 53\frac{5}{3}. Intuitively (not yet proven!), any of the fractions has value lying in (0,1)(0, 1). You can thus bound the result by replacing fractions to deep in the iteration with one of the two extreme values appropriately:

1+2+4+06+13+6+19+0=2001191.68067221+2+4+6+3+6+9+1+2+4+16+03+6+09+1=1931081.7870370\begin{aligned} &1 + \cfrac{2 + \cfrac{4 + 0}{6 + 1}}{3 + \cfrac{6 + 1}{9 + 0}} = \frac{200}{119} \approx 1.6806722 \\ \le &1 + \cfrac{2 + \cfrac{4 + \ldots}{6 + \ldots}}{3 + \cfrac{6 + \ldots}{9 + \ldots}} \\ \le &1 + \cfrac{2 + \cfrac{4 + 1}{6 + 0}}{3 + \cfrac{6 + 0}{9 + 1}} = \frac{193}{108} \approx 1.7870370 \end{aligned}

Ivan Koswara - 5 years, 11 months ago

This is definetly a mind bender

Agnishom Chattopadhyay - 5 years, 11 months ago

that's what I thought initially. However, if you track the fractions, you are not correctly removing the factors of 2 and 3.

Calvin Lin Staff - 5 years, 11 months ago

Log in to reply

This problem really intrigues me, it seems so simple to state yet so hard to prove!

Garrett Clarke - 5 years, 11 months ago
×

Problem Loading...

Note Loading...

Set Loading...