Trying to find proper variables for a drinking game wherein you drink 100 times over the course of 100 minutes, wherein the first drink is taken after 0.25 minutes (15 seconds) and the last one is taken after 2 minutes.
I've approximated an exponential function that allows one to do this, $$f(x) = 1.0212266063154^x*0.24480364931149,$$ $ f(1) \sim 0.2499... $ and $ f(100) \sim 2.00... $
Which I'd translate to, the first drink is taken after $f(1)$, and the $100$th after $f(100)$ minutes. However, when I look at the integral of the function $$ \int_1^{100} \!1.0212266063154^x 0.24480364931149 \, \mathrm{d}x = 83.315638611526 $$
Which means, you'd go through the $100$ drinks in only $83.5$ minutes? am I reading this wrong and/or should I go about this in a different way?
I'm not sure how to include the constraint with the integral.
Edit: Realizing how specific my question is worded, I'm of course happy with a solution to the general question of how to progress with finding an exponential function that goes through points $(x_1, y_1)$ and $(x_2, y_2)$ with a definite integral $$ \int_{x_1}^{x_2} \! ab^x \, \mathrm{d}x = z, $$ for a specific $z$.
Thank you.
Edit: I have changed the range of the integral from $y_1, \ldots, y_2$ to $x_1, \ldots, x_2$. As this was an unfortunate typo. I've also introduced $z$ because it might as well be an independent variable.