A firm's average cost function is: $$AC = x^2 - 2x + 50 , \ 0 \leq x$$ a) Find the level of output to minimalize average cost (AC) function
b) Find the level of output when average cost equals marginal cost (AC=MC)
Could you please check my calculations ? I have done a) and a little b):
a)$$AC = x^2 - 2x + 50$$ $$f'(x)=2x-2=0$$ $$x-1=0$$ $$x=1$$ $$f(1) = 1 - 2 + 50 = 49$$
b) This one I'm totally not sure $$TC=AC·x$$ $$TC=x^3 - 2x^2 + 50x$$ $$MC=TC'=3x^2-4x+50$$ $$AC=MC$$ $$x^2 - 2x + 50=3x+2-4x+50$$ $$x_1=1$$$$x_2=0$$
a) Seems correct to me (if $x$ is level of output). You might want to add that $AC \to \infty$ when $x \to \pm \infty$, so your point is not only a local minimum.
b) Furthermore, how do you define marginal cost? Is it defined as the integral of $TC$? Are you sure that there are not bounds for the integral, otherwise it is not solvable.
– May 31 '16 at 11:54