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.
 
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