Max Profit & Number of Items for Maximum Profit: Find Out Now!

  • Thread starter Thread starter recoil33
  • Start date Start date
  • Tags Tags
    Max Maximum
recoil33
Messages
28
Reaction score
0
The total profit $P, generated from the production and marketing of n items of a certain product is given by:

P = -10800*n-4*n3+600*n2-166

How many items should be made for maximum profit? What is the maximum profit?

Firstly, I think i would find the derivitive of the function.

P' = (-10800)(12n2) + 1200n
P' = (-900)(n2)+100

P'' = (24n + 1200)

Therefore because the second derivitive is positive, it means that it would a relative minimum?

Although, I'm stuck on how i should go upon figuring out the initial question?
I figured out earlier, that (x = 10, x = 90). Can't remember how, because my book with my working out is not with me.

Any help would be appreciated, thank you.
 
Physics news on Phys.org
I would double check the calculation of P' and P".
 
SteamKing said:
I would double check the calculation of P' and P".

P' = -12(x2 - 100x - 900)
(I converted n to x because i find it easier to work with)

Expand the brackets:
P' = -12x2 + 100x + 900

Therefore:

P'' = -24x + 100
 
You're still having problems doing your algebra correctly. Double check your latest expression for P' when expanding and removing the brackets.
 
SteamKing said:
You're still having problems doing your algebra correctly. Double check your latest expression for P' when expanding and removing the brackets.

That was a mistake, i must have typed it without thinking..

P'(x) = -12(n2 - 100n - 166)
P'(x) = -12n2 + 1200n - 1080

P''(x) = -24n2 - 1200

When P'(0) = -12(n2 - 100n - 166)

x = 10, x = 90

P''(10) = -24(10)2 - 1200
= -1440

P''(90) = -24(90)2 - 1200
= -3360
 
In order to find out the number of items which give the maximum profit, you will have to substitute the two solutions from P' = 0 back into the original expression P(x) for profit. One of these values of x (or n) will give a profit which is greater than the other value of x will.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top