So far, the only way I could think to do this is to use the chain rule by splitting up the cost function: dC/dt = dC/dx * dx/dt
But, im not sure what I could use as dx/dt as there is no function for this. Any help is appreciated Thankyou!!
So far, the only way I could think to do this is to use the chain rule by splitting up the cost function: dC/dt = dC/dx * dx/dt
But, im not sure what I could use as dx/dt as there is no function for this. Any help is appreciated Thankyou!!
Write total cost $C$ as $$C=\frac{v^3}{10}t+675t$$ Assuming it travels at a constant speed, $v=x/t$. Here $x$ is the total distance travelled, $t$ is the total time of the journey. You are asked to minimise cost per unit of distance travelled. So minimise $C/x$. We have $t=x/v$. Then $$C=\frac{v^2}{10}x+\frac{675}vx\\\implies C/x=\frac{v^2}{10}+\frac{675}{v}$$
Then to find the minimum, solve $$\frac{d(C/x)}{dv}=0.$$