Is the Futurama Infinite Series Calculation Correct?

In summary, the latest episode of Futurama featured the creation of a machine that could duplicate objects. Bender got ahold of it and started duplicating himself, resulting in an infinite series of Benders. The crew attempted to calculate the total mass of all the Benders using the expression 2n[m0/(2n(n+1)], but this was proven to be incorrect. The correct expression should have been 0.6^{3n}m0*2^n. However, it was most likely written in a complicated way to make the audience feel like Fry. Overall, there were inconsistencies in the episode, but it was still enjoyable.
  • #1
blade123
30
0
So tonight there was a new episode of Futurama. The professor created something that could create 2 copies of something. Bender got ahold of it, and started duplicating himself.

Bender duplicated himself once, giving 3 benders. Then those 2 duplicates duplicated themselves, giving 7 benders and so on ad infinitum.

During the episode, they gave the infinite series as

2n[m0/(2n(n+1)]

Which I don't think works. The 2n cancel out and you're left with gibberish. Even leaving it unsimplified doesn't work. Do I have a poor understanding of infinite series or is it a mistake?
 
Mathematics news on Phys.org
  • #2
I'm a little confused by exactly what you mean when you say it does not work.

The expression simplifies to the mass of the original Bender times the harmonic series. Since the harmonic series diverges, the total mass of Benders must increase without bound. This is exactly what the Planet Express crew was concerned about! :tongue:
 
Last edited:
  • #3
I noticed an inconsistency as well. Bender states that his first two replicas were "60% scale replicas." That suggests a series of the form:
n from zero to infinity, M(n) = (n+1)((.6)^n)(MNaught)
Such a series should accurately describe the total mass of all benders at a given generation n.
Clearly, M(n)>0 for all n in Z.
So, apply the ratio test.
M(n+1)/M(n)= ((n+2)(.6^(n+1))(MNaught)) / ((n+1)(.6^(n))(MNaught))

= .6((n+2)/(n+1))

Taking the limit as n goes to infinity,
Lim N -> infinity [.6((n+2)/(n+1))] = .6 < 1
Hence the series converges.

I think my math is correct, but if anyone sees an error let me know. I'm rusty on this stuff.
If I'm correct, that's a pretty big plot hole. :)
 
Last edited:
  • #4
zach12_2: If I understand what you are trying to do, there are a couple of problems. First, if the first-generation mini-Benders are 60% scale duplicates of the original, then they should mass [itex]0.6^3=0.216[/itex], or about 22%, what the original masses. Of course, this will make your series converge even faster. However, and this may be the more important issue, you need to multiply by the number of Benders in each generation. If the original Bender is generation 0, then in the [itex]i[/itex]th generation, there are [itex]2^i[/itex] Benders.

My approach to modeling the situation would be as follows (be aware that there are probably mistakes):

First, I'm going to define a couple of variables: Let [itex]m_i[/itex] be the mass of an individual Bender in the [itex]i[/itex]th generation, and let [itex]n_i[/itex] be the number of Benders in the [itex]i[/itex]th generation.

In general, [itex]m_i = 0.6^{3i}m_0[/itex], and [itex]n_i=2^i[/itex]. Thus the total mass of the ith generation is [itex]m_in_i = 0.6^{3i}m_02^i[/itex]. Hence we are interested in [itex]\sum_{i=0}^{\infty} 0.6^{3i}m_02^i[/itex]. Of course, like your result, this also converges (though if you don't cube the scaling factor, i.e. you assume that the mass of the [itex]i+1[/itex]st generation Benders is 60% the mass of the [itex]i[/itex]th generation Benders, then you end up with a divergent series).

I'm still not quite sure what the series in the show was meant to represent, though as noted above, it definitely diverges.

xander
 
  • #5
I definitely agree, it does diverge.

I might not have interpreted "m" correctly. I thought it stood for number of benders. It makes much more sense that it stands for mass, hence the m ahahaha.

However I still don't think it works.

At n=o, you get Mo
At n=1, you get Mo+Mo/2 or 3Mo/2

If the second generation is 60% scale replicas. It would be 100% + 2*60% or 220%

I don't understand why they put the 2^n in the denominator and outside of the fraction, wouldn't it just simplify to Mo/(n+1)
 
  • #6
blade123 said:
I don't understand why they put the 2^n in the denominator and outside of the fraction, wouldn't it just simplify to Mo/(n+1)
It was most likely to make the infinite series look more complicated. Most people would not be able to easily recognize it in the second that it was flashed (I know I didn't recognize it). I think by doing this it is supposed to make the audience feel exactly like Fry.

In my opinion, we shouldn't worry about whether or not the show is consistent. Just look at the Benders rearranging atoms only from water to make alcohol. There are obviously two things wrong with that, but I enjoyed the episode anyways!
 
  • #7
The professor said that the series represents the mass of successive generations of benders.

Now since the machine that duplicates objects creates two of every object it duplicates if follows that for a given generation of benders, n, there are Sum from 0 to n {2^n} benders.

Whoops. That's what I get for doing math at 4AM, lol. So I was certainly incorrect.

I understand the errors I made except for the scaling factor in the mass.

Why, exactly, does the mass scale this way? Why would it not scale linearly as I assumed in my series? (My initial reasoning is since bender is 3 dimensional, we scale by .6 in all 3 planes, is that correct?)

Thanks for you help.
 
  • #8
blade123 said:
At n=o, you get Mo
At n=1, you get Mo+Mo/2 or 3Mo/2
I'm note sure where you are getting these terms, or perhaps I am not understanding what they represent. Can you explain your thinking, please?

blade123 said:
If the second generation is 60% scale replicas. It would be 100% + 2*60% or 220%
Again, mass doesn't scale in that fashion. Mass is directly proportional to the cube of the scale. To make things a bit simpler, suppose that you have a 1 kg cube with uniform density that measures 1 m on a side. If we scale the cube by 60%, we get a new cube that measures 0.6 units on a side. Mass is density times volume, and the volume of a cube is the cube of the side length. Thus the mass of the smaller cube is [itex](0.6{\rm\ m})^3\cdot 1\ {\rm kg}/{\rm m}^3 = 0.216\ {\rm kg}[/itex]. Thus in the second generation, there is one full-sized Bender that masses 100%, and two mini-Benders which mass 21.6% each, for a total of 143.2% the mass of the original Bender.

blade123 said:
I don't understand why they put the 2^n in the denominator and outside of the fraction, wouldn't it just simplify to Mo/(n+1)
I assume that this has something to do with how the formula was generated. Every term of the sum should basically have two terms: the number of mini-Benders in a particular generation, and the mass of each of those mini-Benders.

The [itex]2^n[/itex] in the numerator is the number of mini-Benders in generation [itex]n[/itex]. This implies that [itex]\frac{m_0}{2^n(n+1)}[/itex] is meant to represent the mass of each of the mini-Benders in generation [itex]n[/itex]. This is the term that I am having trouble understanding.

As to the [itex]2^n[/itex] in the numerator and denominator canceling---yes, they do cancel each other out, at which point we easily see that the remaining series is the mass of the original Bender times the harmonic series (which diverges). The animators or writers of Futurama probably left the terms into make the sum look more complicated, or for some other aesthetic reason.

Dschumanji said:
It was most likely to make the infinite series look more complicated. Most people would not be able to easily recognize it in the second that it was flashed (I know I didn't recognize it). I think by doing this it is supposed to make the audience feel exactly like Fry.
Because most of their viewers would instantly recognize [itex]\sum_{n=0}^\infty \frac{m_0}{n+1}[/itex] as a harmonic series. :P

That being said, I clearly agree with your reasoning.

xander
 
  • #9
"Mass is directly proportional to the cube of the scale."

Ah, first year physics is coming back to me now...
I feel silly for having forgot that. I've been doing too much pure math I suppose.
Thanks, again for clarifying.
 
  • #10
xhenderson said:
Because most of their viewers would instantly recognize [itex]\sum_{n=0}^\infty \frac{m_0}{n+1}[/itex] as a harmonic series. :P
Yeah, yeah, I know. :tongue:
 
  • #11
I guess I'm not understanding the harmonic series

Let's simplify it to Mo/n+1
At Generation 0, you should get Mo right? Mo/(0+1)=Mo
At generation 1, you should get Mo/(1+1) or Mo/2. Add that to the previous generation and you get 3Mo/2 or 1.5Mo

Now according to xhenderson, the first generation should be 143.2% or 1.432Mo. Clearly not 1.5Mo

Does it work out later on? I guess I don't know enough about infinite series, but does a series have to work every step of the way? Or can a series only work only at infinity/other determined number?
 
  • #12
blade123 said:
I guess I'm not understanding the harmonic series

Let's simplify it to Mo/n+1
At Generation 0, you should get Mo right? Mo/(0+1)=Mo
At generation 1, you should get Mo/(1+1) or Mo/2. Add that to the previous generation and you get 3Mo/2 or 1.5Mo

Now according to xhenderson, the first generation should be 143.2% or 1.432Mo. Clearly not 1.5Mo

Does it work out later on? I guess I don't know enough about infinite series, but does a series have to work every step of the way? Or can a series only work only at infinity/other determined number?
I don't think it is possible to reconcile the infinite series given in the show and the comment about the smaller Benders being 60% the size of the original. Only focusing on the infinite series that is given, you can show the following:

[itex]m_{0}+\frac{m_{0}}{2}+\frac{m_{0}}{3}+\frac{m_{0}}{4}+ ...[/itex]

or a bit more simplified:

[itex]m_{0}\left(1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+ ...\right)[/itex]

The expression in the parenthesis is the harmonic series. As stated earlier, since the harmonic series diverges, the mass of all the Benders must increase without bound.
 
  • #13
Oh for sure, the harmonic series diverges. But not all divergent series are the same. So you think that the series given in the show doesn't work (isn't consistent with the circumstances)?

I understand the series, I just didn't understand how it worked for the circumstances.

If THAT series isn't consistent, what would be a more consistent series?
 
  • #14
blade123 said:
Oh for sure, the harmonic series diverges. But not all divergent series are the same. So you think that the series given in the show doesn't work (isn't consistent with the circumstances)?

I understand the series, I just didn't understand how it worked for the circumstances.

If THAT series isn't consistent, what would be a more consistent series?
The series does not represent the mass of all the Benders if each of the smaller Benders are 60% the size of the original.

If each Bender is 60% the size of the original then the total mass of all Benders should be given by:

[itex]M = \sum^{\infty}_{n=0}m_{0}\left(\frac{54}{125}\right)^{n}[/itex]
 
  • #15
Wooo! Thank you.
 
  • #16
Actually, I think it would have been cooler if they would have used that series which actually works...
 
  • #17
blade123 said:
Actually, I think it would have been cooler if they would have used that series which actually works...
This wouldn't be very exciting for the story line unless the total sum of all Benders equaled the mass of the Earth. Bender would have to be pretty massive.
 
  • #18
blade123 said:
Actually, I think it would have been cooler if they would have used that series which actually works...
It would have been, though as I see it, they couldn't have because they set up the situation in such a way that the mass of the Benders did not diverge. It was key to the plot that the Benders would eventually devour the Earth, but that is not what would happen if each Bender were a 60% scale copy of the previous Bender. So, rather than change the rules of the game (for instance, if the copies were 80% scale versions of the original...), they just threw some nonsense on the board. The series that they show does diverge, it just seems a rather poor model for the situation they describe.

xander
 
  • #19
[itex]M_{0}[/itex]= Mass of initial bender
[itex]2^{n}[/itex] Number of benders in nth generation

60%* Mass of bender in n-1 generation= Mass of individual nth generation bender
EG.
[itex]M_{1}[/itex]=.6[itex]M_{0}[/itex]
[itex]M_{2}[/itex]=(.6)(.6)[itex]M_{0}[/itex]
[itex]M_{3}[/itex]=(.6)(.6)(.6)[itex]M_{0}[/itex]
In general
[itex]M_{N}[/itex]=[itex].6^{n}[/itex][itex]M_{0}[/itex]=Mass of nth generation bender
[itex]2^{n}[/itex][itex].6^{n}[/itex][itex]M_{0}[/itex]=[itex]1.2^{n}[/itex][itex]M_{0}[/itex]=mass of nth generation
[itex]\sum_{n=0}^{ \infty}[/itex]=[itex]1.2^{n}[/itex][itex]M_{0}[/itex]=mass of total system
This is a non convergent geometric series with a rate of 1.2​
 
  • #20
I was thinking about the scaling factor like you did in your post when I hastily proposed an alternative series a few posts above. (Darn my late nights!)

As one poster previously pointed out the mass should scale with the cube of the height.
So it would be
the sum as n goes from 0 to infinity of [((.6)^3n)Mnaught(2^n)]
<=>
the sum as n goes form 0 to infinity of [(.432^n)Mnaught]

So the series is a convergent power series with r=.432

So it really hinges on if you do or don't cube the mass scaling factor. Is there any reason not to cube the scaling factor? After careful consideration, I'm convinced it must be cubed to be correct, but my thinking could be flawed.

Zach
 
  • #21
I just brought this up with my calculus teacher.

He said the episode would make much more sense if instead of 2 copies, the machine would create 5 60% copies.
It would give r=1.08 and thus would be divergent.

At 2 60% copies, the series is convergent.
 
  • #22
shouldn't series be [tex] \sum_{n=0}^{\infty}M_{0}(1.2)^{n} [/tex]

each bender duplicates in each generation ...
 
  • #23
zetafunction said:
shouldn't series be [tex] \sum_{n=0}^{\infty}M_{0}(1.2)^{n} [/tex]

each bender duplicates in each generation ...
You seem to be assuming that the mass of each generation is 60% the mass of the previous generation. As previously noted in this topic, it is probably better to assume that the 60% scale refers to the linear scale of the Benders, implying that the mass of an (n+1)st generation Bender should be 21.6% of an nth generation Bender.

xander
 

1. Is the Futurama Infinite Series Calculation based on real scientific principles?

Yes, the Futurama Infinite Series Calculation is based on real scientific principles, particularly the concept of infinite series in mathematics. The show's writers consulted with mathematicians to ensure its accuracy.

2. Can the Futurama Infinite Series Calculation be used in real life applications?

While the Futurama Infinite Series Calculation is based on real scientific principles, it is primarily used for comedic purposes in the TV show. It may have some practical applications in theoretical mathematics, but it is not commonly used in real life.

3. How does the Futurama Infinite Series Calculation work?

The Futurama Infinite Series Calculation is a mathematical formula that involves adding an infinite number of terms together to get a finite result. In the show, it is used to solve complex problems and predict the future.

4. Is the Futurama Infinite Series Calculation accurate?

The accuracy of the Futurama Infinite Series Calculation can be debated, as its use in the show is primarily for comedic effect. However, the principles behind the calculation are based on real mathematics and can yield accurate results when used correctly.

5. Can the Futurama Infinite Series Calculation be solved by hand?

Technically, yes, the Futurama Infinite Series Calculation can be solved by hand. However, it involves adding an infinite number of terms, which is not feasible for humans. In the show, the calculation is solved by a computer, which is able to handle the complex computation.

Similar threads

Replies
60
Views
9K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
9
Views
2K
  • General Discussion
2
Replies
49
Views
6K
  • Science and Math Textbooks
Replies
2
Views
3K
Back
Top