181,761 views
2 votes
2 votes
suppose we fix production at 38 goods produced, and that they all sell when the price is 10 dollars each. Also suppose that for each 1 dollar increase in price, I fewer goods are sold (so if the price is 11 dollars, 37 of the 38 goods being produced are sold.)To maximize profit in this case, we should increase the price by ____dollars.

suppose we fix production at 38 goods produced, and that they all sell when the price-example-1
User Rober
by
2.6k points

1 Answer

5 votes
5 votes

Hello there. To solve this question, we'll have to remember some properties about functions.

Given the cost function C(q) on the production of q goods is given by the expression:


C(q)=0.01q^3-0.6q^2+12q

And suppose the price of selling is 10 dollars per unit.

The profit function is given by P(q), that is the difference between the amount sold and the cost, i.e.


P(q)=10q-0.01q^3+0.6q^2-12q=-0.01q^3+0.6q^2-2q

We want to maximize this function, considering that when we increase the price by 1 dollar, we sell less units, that is, from 38 units, we sell 37.

We start plugging q = 38 into it


P(38)=-0.01\cdot38^3+0.6\cdot38^2-2\cdot38

Then we introduce a new variable r that is the amount that should be increased/decreased (the sign will tell us) such that when q turns to q - r, the selling price goes from 10 to 10 + r, so that


P(q-r)=-0.01(q-r)^3+0.6(q-r)^2-2(q-r)

Plugging q as 38, call P(38 - r) = F(r) such that


F(r)=0.01r^3-0.54r^2-0.28r+241.68

Now we take its derivative with respect to r


F^(\prime)(r)=0.03r^2-1.08r-0.28

This might be zero, so that we find the critical points of F


\begin{gathered} F^(\prime)(r)=0.03r^2-1.08r-0.28=0 \\ \\ r=(1.08\pm√((-1.08)^2-4\cdot0.03\cdot(-0.28)))/(2\cdot0.03) \\ \\ r\approx-0.2574 \\ r\approx36.2574 \end{gathered}

And taking the second derivative of F, we get


F^(\prime)^(\prime)(r)=0.06r-1.08

Evaluating it at the roots of F'(r), we get


\begin{gathered} F^(\prime)^(\prime)(-0.2574)=0.06\cdot(-0.2574)-1.08<0 \\ F^(\prime)^(\prime)(36.2574)=0.06\cdot36.2574-1.08>0 \end{gathered}

So we maximize F(r) at r = -0.2574 or approximately -0.26

And we say that P(q - r) is maximized when the price is 10 + r = $9.74, giving $241.72 of profit.

The negative sign of r tell us that the price should decrease by 0.26 dollars.

User Fratrik
by
2.6k points