Final answer:
The blending problem at the chemical processing plant aimed at producing a sanitizing fluid can be formulated as a constrained non-linear program with the objective of minimizing the total cost while adhering to quality standards for the industrial sanitizer indices.
Step-by-step explanation:
To formulate the blending problem as a constrained non-linear program, we need to define decision variables, the objective function, and constraints. Let's define xj as the volume of ingredient j used in the blend. The objective function is to minimize the total cost, which can be represented as follows:
Minimize ∑j=1n cjxj
Subject to the following constraints:
- For the first index: L1 ≤ ∑j=1n a1,jxj / b ≤ U1
- For the second index (square of volume-weighted average): L22 ≤ [∑j=1n a2,jxj / b]2 ≤ U22
- For the third index (logarithm of volume-weighted average): log(L3) ≤ log(∑j=1n a3,jxj / b) ≤ log(U3)
- Volume constraint to produce b barrels: ∑j=1n xj = b
- Non-negativity constraint: xj ≥ 0, for all j=1,2,...,n
This non-linear programming problem ensures that the combination of ingredients meets the quality standards within the specified index ranges for the cost to be minimum.