Alice and Bob go for a jog in the same direction along a straight path. For $0\leq t \leq20$, Alice’s velocity at time t is given by $A(t)=\frac{6010}{t^2-3t+50.5}$ meters per minute, and Bob’s velocity at time t is given by $B(t)=8.5t^3e^{-0.45t}$ meters per minute. Both of these velocities are always positive. Alice is 12 meters ahead of Bob at time $t=0$, and she remains ahead of Bob for $0\leq t\leq 20$.
What is the maximum distance between Alice and Bob over the time interval $0\leq t \leq 20$?
The answer is $d=1413.23$ when $t=4.58$.
I'm confused on how to get this answer...
I did $\int_0^{20} \frac{6010}{t^2-3t+50.5} - \int_0^{20} 8.5t^3e^{-0.45t}$
$\int_0^{20}\frac{6010}{t^2-3t+50.5} =1232.323$
$\int_0^{20} 8.5t^3e^{-0.45t}=1217.313$
and got $1232.323-1217.313=15.01=d$
I thought that the distance between Alice and Bob is $\int A(t)-\int(B(t)$ so I'm confused where I went wrong.
How can I solve this?