Optimizing Distribution of Goods with Discount Rate: A Simple Problem

  • Thread starter Thread starter Gary M.
  • Start date Start date
  • Tags Tags
    Optimization
Click For Summary
SUMMARY

The forum discussion focuses on optimizing the distribution of 1200 goods over three time periods (0, 1, 2) with a discount rate of 10%. The price of the goods is set at $50, and the cost function is defined as (Xt^2)/20. The optimal distribution calculated using the Lagrange multiplier method yields values of x0=390.33, x1=400.30, and x2=409.37, which differ from the initially expected values of x0=409.4, x1=400.3, and x2=390.3. Tools such as the Maple package "NLPSolve" and the EXCEL Solver are recommended for solving this optimization problem.

PREREQUISITES
  • Understanding of optimization techniques, specifically Lagrange multipliers
  • Familiarity with cost functions and profit maximization
  • Basic knowledge of discount rates and their application in economics
  • Experience with mathematical software tools like Maple or EXCEL Solver
NEXT STEPS
  • Explore the Lagrange multiplier method for constrained optimization problems
  • Learn how to implement nonlinear programming using Maple's "NLPSolve" function
  • Investigate the use of EXCEL Solver for optimization tasks
  • Study the implications of discount rates in economic models
USEFUL FOR

Economists, operations researchers, and anyone involved in supply chain management or optimization of resource distribution will benefit from this discussion.

Gary M.
Messages
1
Reaction score
0
I have been attempting this problem for the last 2 hours and 45 minutes with no success and am very frustrated since it should be an extremely easy question. Please help!

The question takes place over 3 time periods (0,1,2). Calculating for a discount rate of 10%, what s the optimal distribution for 1200 goods. Price of the goods are $50. Cost is (Xt^2)/20. B=1+10%=1.1

The equation that I am using is:
V0=pX0-c(X0) + B(pX1-cX1) + B^2(pX2-cX2) s.t. x0+x1+x2=1200
this becomes
p-c'(x0)=B(p-c'x1)-B^2(p-c'x2)
50-x0/10=55-1.1(x1)/10 - 60.5 - 1.2(x2)/10
555=x0-1.1(x1)+1.21(x2)

After that, I've tried everything that I can think of. The answers are supposed to be x0=409.4, x1=400.3, x2=390.3

Please help!
Thanks everyone
 
Physics news on Phys.org
Gary M. said:
I have been attempting this problem for the last 2 hours and 45 minutes with no success and am very frustrated since it should be an extremely easy question. Please help!

The question takes place over 3 time periods (0,1,2). Calculating for a discount rate of 10%, what s the optimal distribution for 1200 goods. Price of the goods are $50. Cost is (Xt^2)/20. B=1+10%=1.1

The equation that I am using is:
V0=pX0-c(X0) + B(pX1-cX1) + B^2(pX2-cX2) s.t. x0+x1+x2=1200
this becomes
p-c'(x0)=B(p-c'x1)-B^2(p-c'x2)
50-x0/10=55-1.1(x1)/10 - 60.5 - 1.2(x2)/10
555=x0-1.1(x1)+1.21(x2)

After that, I've tried everything that I can think of. The answers are supposed to be x0=409.4, x1=400.3, x2=390.3

Please help!
Thanks everyone

Are you saying that ##C(x_t)= x_t^2/20##? If so, you will have some nonlinearities in the total profit:
\text{profit} = p x_0 - x_0^2/20 + \beta (p x_1 - x_1^2/20) + \beta^2 (p x_2 - x_2^2/20),
which is to be maximized, subject to the constraints ##x_0 + x_1 + x_2 = 1200## AND ##x_0, x_1, x_2 \geq 0##.

One way to solve this is to neglect the inequality constraints ##x_i \geq 0## (and hope they are satisfied anyway), then use a Lagrange multiplier method to deal with the equality constraint. Another way is to reduce it to an unconstrained problem in two variables.

When ##p = 50## and ##\beta = 1.1## the Lagrange multiplier method gives ##x_0 = 390.33, x_1 = 400.30, x_2 = 409.37##, which are the opposite of what you wrote! The Maple package "NLPSolve" and the EXCEL Solver tool also get this solution. Are you sure you are not supposed to have ##\beta = 1/1.1##?
 
Last edited:
Gary M,
In future posts, please do not delete the homework template with its three parts.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K