183k views
3 votes
Minimum Average Cost The cost of producing units of a product is modeled by

c = 200 + 75x - 300 In x, x > 1.
(a) Find the average cost function C.
(b) Find the minimum average cost analytically. Use a graphing utility to conform your rest.

User MorganTN
by
4.0k points

2 Answers

3 votes

Answer:

a)
C_(av)(x)=(200)/(x)+75-300(ln x)/(x)

b)
C_(av min)=75-(300)/(e^(5/3))=18.34

Explanation:

a) In order to solve this part of the problem we must remember that the average cost function is found by using the following formula:


C_(av)=(C(x))/(x)

so all we need to do is to divide the cost function into x, so we get:


C_(av)=(200+75x-300 ln x)/(x)

which yields:


C_(av)(x)=(200)/(x)+75-(ln x)/(x)

b) In order to find the minimum average cost analytically, we must use the first derivative to find the local minima, so we proceed and find the derivative of the average cost function. We can rewrite the function so it is easier for us to find:


C_(av)=200x^(-1)+75-(lnx)/(x)

we will need to find the derivative of a fraction so we will be using the quotient rule to do so, the quotient rule goes as follows:


((p)/(q))'=(qp'-pq')/(q^(2))

in this case we get that:

p=lnx


p'=(1)/(x)

q=x

q'=1

so when using the formula we get that the derivative of
300(ln x)/(x) is:


300((x)/(x)-ln x)/(x^(2))

which simplifies to:


300(1-ln x)/(x^(2))

so the whole derivative of the average cost function turns out to be:


C'_(av)(x)=-200x^(-2)-300(1-ln x)/(x^(2))

Which can be rewritten as:


C'_(av)(x)=-(200)/(x^(2))-300(1-ln x)/(x^(2))

so now we can set it equal to zero to solve for x, so we get that:


-(200)/(x^(2))-300(1-ln x)/(x^(2))=0

So now we multiply both sides of the equation by
x^(2).

so we get:

-200-300+300ln x=0

300lnx=500

so:


ln x=(5)/(3)

so the answer is:


x=e^(5/3)

Now we need to determine if this is a local max or min. We can do so by using the second derivative test, so we take the second derivative of the average cost function:


C'(x)_(av)=-200x^(-2)-300x^(-2)+300(ln x)/(x^(2))

which simplifies to:


C'(x)_(av)=500x^(-2)+300(ln x)/(x^(2))

so now we can take the second derivative of this function, the second fraction is differentiated the same way as in the first time, so we get:


C

we can go ahead and solve this second derivative for x=5.294 which yields:


C

notice we get a positive answer, which means that the graph is concave up at that very point. This means this is a local minimum.

So the minimum average cost will be:


C_(av min)(e^(5/3)=(200)/(e^(5/3))+75-300(ln (e^(5/3)))/(e^(5/3))

which yields:


C_(av min)=75-(300)/(e^(5/3))=18.34

Which can be located in the graph when plotting it. See attached picture.

Minimum Average Cost The cost of producing units of a product is modeled by c = 200 + 75x-example-1
User TheRealRonDez
by
4.6k points
0 votes

Answer and explanation:

A)The average cost function C is obtain by dividing the cost function c by the number of products x:


C(x)=(200)/(x) +75-(300ln(x))/(x)

B) the minimum average cost can be obtained by obtaining the minimum of the function deriving the function and equalizing it to zero:


(dC(x))/(dx) =0\\(d)/(dx) ((200)/(x) +75-(300ln(x))/(x))=0\\(-200)/(x^2) +(300ln(x))/(x^2)-(300)/(x^2)=0\\(1)/(x^2)(-500+300ln(x))=0


(1)/(x^2)=0↔x=0 but x>0


(-500+300ln(x))=0\\ln(x)=5/3\\X=5.29

But x is an integer so the minimum is found in x=5 so:

C(5)=18.43

Minimum Average Cost The cost of producing units of a product is modeled by c = 200 + 75x-example-1
User Alex Dupuy
by
4.0k points