Find prize per unit that will maximize profit at a given $x$-value

1.4k Views Asked by At

Struggling while reviewing my old math books. The problem has a prize-function and wants to know how the prize-per-unit should be chosen to maximize the profit at $\mathbf{x=160}$.

First I look analyze the given equation. The given prize function is:

$$ \operatorname{Prize}(x) = 0.003x^3-0.54x^2+96.6x+8100 $$

I calculated the prize-per-unit by dividing by $x$:

$$ \operatorname{PrizePerUnit}(x) = 0.003x^2-0.54x+96.6 + 8100/x $$

First derivative is:

$$ \operatorname{PrizePerUnit}'(x) = 0.006x-0.54 + 8100/x^2 $$

Only real solution is $x=150$ which gives a prize-per-unit of $137.10$.

The usual way to calculate the profit is:

$$ \operatorname{Profit} = \operatorname{Returns} - \operatorname{Prize} $$

If I use the prize-per-unit from the given function:

$$ \operatorname{Profit} = \operatorname{Returns} - \operatorname{Prize} $$

$$ \operatorname{Profit} = x - (0.006x-0.54 + 8100/x^2) $$

I get:

$$ \operatorname{Profit}(x)=-96.6-0.003 x^2+1.54 x-8100/x $$

Which has a maximum at $\mathbf{274.573}$.

And this is where I'm stuck. The solution according to the book is $\mathbf{154.20}$ prize-per-unit. Anybody know how to reach that number?

Integration is apparently not part of the solution, because that is introduced much later in the book. Can this be done with some kind of equivalence-equation?

2

There are 2 best solutions below

0
On BEST ANSWER

You price function gives the total costs to make a number of $x$ products. Call this $C(x)$. Your income is given by the number of sold items times the sale price. If we denote the sale price by $\alpha$, then the income is given by $\alpha x$.

Your profit $P$ can be calculated by subtracting the costs from the income: $$P(x) = \alpha x - C(x).$$ If $P$ has a maximum then it's derivative must be zero there, i.e.: $$P^\prime(x) = \alpha - 0.009x^2 + 1.08x - 96.6 = 0.$$ Now you can simply move all the $x$'s to the right-hand side and substitute $x=160$. Then you will find that $\alpha = 154.20$.

Formally you should check that this indeed gives you a maximum and not a minimum, since we only used that the derivative is zero, which can imply both.

0
On

The price function expresses price as a function of quantity offered or demanded. In this specific case, the word "price" refers to the cost of production for $x$ items.

On the other hand, the future income from the sell is described by the "revenue function", which in this case is simply given by the product $jx$, where $j$ is the price at which each item will be sold and $x$ is again the number of items.

The maximal profit is typically obtained by equalizing the first derivatives of the price and revenue function, and checking that the value obtained is actually a maximum and not a minimum. So, to calculate the value of $j$ that maximizes profit for given values of $x$, we have to write

$$\displaystyle j = 0.009 x^2 - 1.08 x+96.6$$

Because the problem asks to find the value of $j$ at $x=160$, we can write

$$\displaystyle j = 0.009 \cdot 160^2 - 1.08 \cdot 160 + 96.6$$

giving $\displaystyle j=154.20$, which can be easily shown to correspond to a maximum.