Travis B. answered 06/25/25
a) Suppose the bee spends x seconds on each flower. Then every x+1 seconds (to account for the travel time), it collects F(x) units of nectar, and thus averages F(x)/(x+1) units per second. To optimize this, we differentiate this with respect to x and set it equal to 0, getting (x+1)^2-2x(x+1)/(x+1)^4 = 0 with the quotient rule. This gives one solution (ignoring nonsensical negative solutions) of x=1 second per flower. (You should verify for yourself that this is a maximum, and not a minimum or a saddle point. Compute the second derivative or reason about the shape of F'(x).)
b) is the same with G instead of F. I leave that to you.
c) We can define our value function as V(t)=2G(t)+F(t), with pollen (G) valued twice as much as nectar (F). Given this, optimizing V is the same as in parts a) and b); set a variable x for the amount of time per flower, find an expression for the average rate by dividing V by x+1, and then maximize that expression by setting its derivative equal to 0.
d) is easy because one of the variables is already fixed; we are told that the bee spends one second on nectar per flower, gaining F(1)=1/2 of a unit of value. So if the bee spends x seconds getting pollen on each flower, it gains 2G(x)+1/2 value. So for each flower, it spends 1 second on nectar, 1 second traveling, and x seconds on pollen, so its rate-of-value is [2G(x)+1/2]/(x+2). Differentiate this and set it equal to 0 as before.
e) means redoing b), c), and d), but dividing G and V by x+2.5 or x+3.5 instead of x+1 or x+2, respectively.