The sequence of speeds are:
55,54,53...,3,2,1
Using the formula
,
the sequence of times is
,
,
,...
,
,
So the total time is:
This is called a finite harmonic series, i.e., a sum of the
reciprocals of an arithmetic sequence. There is no formula but by
use of technology we find that the sum is approximately
4.593612212 hours.
You can do it on a TI-84,
Press CLEAR
Press 2nd
Press STAT
Press the right arrow
Press the right arrow again
Press 5
You should see this ---> sum(
Press (
You should see this ---> sum((
Press 2nd
Press STAT
Press the right arrow
Press 5
You should see this ---> sum((seq(
Type 1/X,X,55,1,-1))
You should see this ---> sum((seq(1/X,X,55,1,-1))
Press ENTER
Read 4.593612212
Edwin