I have a situation where the tempo (beats/minute) can be increasing or decreasing linearly as a function of beats. So B/M = a+bB and I know a and b. I need to find the total length in minutes it would take to reach a specified tempo. My math is very rusty but I think this would be a geometric progression. For any given tempo the number of minutes would be M = B / (a+bB). Thus the length in minutes to that point would be: 1/(a+b) + 2/(a+2b) +...+ n/(a+nb). Can a simple formula be derived for this sum?