this post was submitted on 30 Aug 2025
737 points (99.1% liked)
memes
17159 readers
3303 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Anyone care to explain what a geometric rate is?
It’s really a term from statistics. It’s the same as an exponential growth rate, but you only take the value of the exponential function at discrete intervals.
If you had a function you wanted to graph like 2^x^, exponential growth is like saying x can be any real number (even a fraction or something) and every part of the line you draw is counted, but geometric growth would be a discrete value for
x
like [1, 2, 3, …, n] where x is from that interval pattern. It’s useful in statistics for measuring data based on something like time. The examples I was taught were like cells splitting in two at a fixed time interval. You can still draw the graph like it’s a single curve to visualize it, but the actual data points are at discrete values forx
and just not in between.I haven’t had a stats or math class in a long time, but I believe this is correct enough from a quick scan of Wikipedia.
Yeah, that's basically how I remember it, though it's not always stats--the terms are used in other fields of math as well. A first calculus class typically includes a proof that the limit of the sum of an infinite geometric series (a + ar + ar^2 + ar^3 + ...) tends towards a/(1-r) where a is the first term and r is the ratio of successive terms, provided that -1 < r < 1. (Otherwise the series diverges and the limit isn't defined.)
Absolutely! I vaguely remember a discussion of geometric growth in at least one other course, but I was doing my best to give a thorough layperson’s explanation without getting into more analytic definitions for geometric series or the concept of continuity. I studied abstract/theoretical mathematics in my undergraduate degree, so I only really remember seeing geometric growth defined in statistics courses as far as applied mathematics goes as I avoided those courses where I could. I’m not in academia, and I did not pursue a further degree, so my apologies if I wasn’t entirely accurate. My mathematical theory is very rusty these days. lol
Oh, I only minored in math, I'm no expert either! Yeah, your explanation was really fine, I just thought the "sum of a geometric series" thing might ring a bell for some readers.