I have this function p(t) = N / (99e^(-2*t)+1) where N = 2000000 that I need to derive to show it's increasing in time. I tried deriving it p'(t) = (396000000 e^(2 t))/(99+e^(2 t))^2 but when I plot the equation at some point it starts decreasing over time. What am I missing?
Thanks!
Show that the derivative function is positive for all values t>=0 then you have proven that the function is increasing.
What you can say about your derivative is that with any t>0, observe that it leads to a positive number being divided by a positive number, which implies the derivative is positive.