Arithmetic and Geometric Series (tortoise and the hare)

AI Thread Summary
The discussion revolves around the analysis of arithmetic and geometric series in the context of the "tortoise and the hare" problem. The tortoise's completion time is calculated to be 100 minutes using the arithmetic series formula, while the hare's distance is modeled with a geometric series. It is concluded that the hare never truly finishes the race in a finite time, as the calculations show that it takes an infinite amount of time to reach the finish line. Despite this, the hare will eventually reach the finish line, highlighting a paradox in the problem. The conversation emphasizes the distinction between theoretical completion and practical time constraints in infinite series.
pbonnie
Messages
92
Reaction score
0

Homework Statement


The question is attachedk


Homework Equations


Sn = n/2[2a+(n-1)d]
Sn = (a x (1-r^n))/1-r


The Attempt at a Solution


I already found the general formulas:
Tortoise:
Sn = n/2(40)
Hare:
Sn = (1000 x [1-0.5^n])/0.5

And I know that there tortoise will finish the race in 100 minutes. But I don't think the hare ever finishes the race? This is the work I did so far trying to solve for the hare:
2000 = (1000(1-0.5^n))/0.5
1000 = 1000(1-0.5^n)
1 = 1-0.5^n
2 = 0.5^n
But 0.5 the the power of anything can never equal 2?

Thank you!
 
Physics news on Phys.org
Picture
 

Attachments

  • math.png
    math.png
    14.2 KB · Views: 499
Correction* 0 = 0.5^n
Is that the solution? The hare can never finish the race because no matter what value n is, it can never equal 0?
 
Correction: it will eventually finish, but takes an infinite amount of time
 
eddybob123 said:
Correction: it will eventually finish, but takes an infinite amount of time
Isn't that a contradiction of terms?
 
Back
Top