BackOptimization Methods: Solving a Production Cost Problem Using Iterative Techniques
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Método de los Siguiente Modificado (Modified Next Method)
Problem Statement and Context
This section presents a production optimization problem involving cost and revenue functions. The goal is to determine the optimal quantity of product (in kilograms) to maximize profit, using iterative methods. This is a typical application of mathematical optimization, relevant to statistics and operations research.
Cost Function: The weekly cost for producing a product is given by , where is the number of kilograms produced.
Revenue Function: The weekly income from sales is .
Objective: Find the value of that maximizes profit (income minus cost).
Formulating the Optimization Problem
The profit function is defined as:
Profit Function:
To maximize profit: Set the derivative of with respect to to zero and solve for $x$.
Equation for Maximization
The equation to solve is:
Simplifies to:
Solving for gives the optimal production quantity.
Iterative Solution: Modified Next Method
The notes use an iterative method to solve for the optimal . This is a common approach in numerical optimization when analytical solutions are difficult or when the function is nonlinear.
Iteration Formula:
Where is the objective function evaluated at , and is a step size.
Values are updated in a table for each iteration.
Example Table: Iterative Steps
The table below shows the iterative process for finding the optimal :
Iteration (k) | xk | OC(xk) | xk+1 |
|---|---|---|---|
0 | 50 | -17.17 | 81.81 |
1 | 81.81 | 0.28 | 82.35 |
2 | 82.35 | 0.00023 | 82.35 |
Interpretation: The process converges to kg, which is the optimal production quantity.
Key Concepts and Definitions
Optimization: The process of finding the best solution (maximum or minimum) for a given function.
Objective Function: The function to be optimized (profit in this case).
Iterative Methods: Techniques that use repeated calculations to approach the optimal solution.
Applications
Production planning in manufacturing
Cost minimization and profit maximization
Numerical methods in statistics and operations research
Example Calculation
Suppose the initial guess is kg. Using the iterative formula, the optimal value is found after a few steps:
First iteration:
Second iteration:
Converges to

Additional info: The iterative method shown is similar to Newton-Raphson or fixed-point iteration, commonly used in numerical optimization.