Cost of Manufacturing X Items (average cost minimization)

theclock54
Messages
14
Reaction score
0

Homework Statement


If the cost of manufacturing x items is:
C(x) = (x^3)+21(x^2)+110x+20



Homework Equations



All right, so the first few questions asked for total cost of producing 100 items, and marginal cost. I understood those well. Then it asked for the average cost function, which I found to be C(x)/x. I have a problem where it asks "The production level when the average cost is minimized."


The Attempt at a Solution


Well, I would take the derivative of the average cost function (C(x)/x)
which would give me (2(x^3)+21(x^2)-20)/(x^2)

So then we set that equal to zero, I'm stuck at setting the top equal to zero. How can I factor it? I graphed the average cost function and found x to be approximately -10.40768.
Is there any way to factor it? Or do I have to use a calculator?


Thank you in advance for your replies.

 
Physics news on Phys.org
theclock54 said:

Homework Statement


If the cost of manufacturing x items is:
C(x) = (x^3)+21(x^2)+110x+20



Homework Equations



All right, so the first few questions asked for total cost of producing 100 items, and marginal cost. I understood those well. Then it asked for the average cost function, which I found to be C(x)/x. I have a problem where it asks "The production level when the average cost is minimized."


The Attempt at a Solution


Well, I would take the derivative of the average cost function (C(x)/x)
which would give me (2(x^3)+21(x^2)-20)/(x^2)

So then we set that equal to zero, I'm stuck at setting the top equal to zero. How can I factor it? I graphed the average cost function and found x to be approximately -10.40768.
Is there any way to factor it? Or do I have to use a calculator?


Thank you in advance for your replies.

You get a cubic equation having two negative roots and one positive root. There are formulas available for solving cubic equations, but they are rarely used. A numerical method is preferable in this case. Only positive roots make sense in this problem: we cannot have a negative production level!

RGV
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top