this post was submitted on 16 Jul 2023
164 points (97.7% liked)

Asklemmy

42502 readers
1432 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I just learned the mind palace technique to memorize stuff and wanna put it to use.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 45 points 11 months ago* (last edited 11 months ago) (3 children)

I think the way to formally prove this is to find the difference between the Fibonacci approximation and the usual conversion, and then to find whether that series is convergent or not. Someone who has taken the appropriate pre-calculus or calculus course could actually carry it out :P

However, I got curious about graphing it for distances "small enough" like from Earth to the sun (150 million km). Turns out, there's always an error, but the error doesn't seem to be growing. In other words, except for the first few terms, the Fibonacci approximation works!

This graph grabs each "Fibonacci mile" and converts it to kilometers either with the usual conversion or the Fibonacci-approximation conversion. I also plotted a straight line to see if the points deviated.

Edit: Here's another graph

So it turns out:

  • Fibonacci-approximated kilometers are always higher than the usual-conversion kilometers
  • At most, the difference between both is 25%. That happens early on in the terms.
  • After that, the percentage difference oscillates around a value and comes closer to it.
  • When talking about more than 100 miles, the percentage change approximates 0.54.

TL;DR:

  • Yes, the Fibonacci trick is true forever as you go higher in the sequence if you're willing to accept a 0.54% error.
[โ€“] [email protected] 9 points 11 months ago* (last edited 11 months ago)

If someone wants to play around with the code, here it is.

Note that you need RStudio and the Tidyverse package.

[โ€“] [email protected] 7 points 11 months ago

You just did the math!

[โ€“] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)
[โ€“] [email protected] 2 points 11 months ago

Checked it out and love that package! Thanks for the recommendation :)