Using Excel Solver to Maximize an Integral

We use Excel Solver to find optimal values for the limits a and b which maximize an integral objective function a b f x d x subject to the constraint a < b.

For illustration we will use the parabola f(x) = 1 - x2 for which we easily see from the graph that the maximum positive integral of f(x) is achieved when a = -1 and b = -1.

Figure 1

Solution

Working with named variables as shown in Table 1, we define our decision variables a and b in B1:B2 with initial values 0 and 2, our objective integral in B5, and a formula in B6 which we will supply to Excel solver to impose the constraint a < b

Table 1
AB
1a0
2b2
3x
4f=1-x^2
5objective=QUADF(f,x,a,b)
6constraint=a-b

Next, we configure and run Excel Solver as shown in Figure 2. We select to maximize B5 by varying the limits B1 and B2 subject to the constraint B6 ≤ 0 .

Figure 2

The Solver iterates until it finds the optimal solution a = -1, b = -1, then displays a Results Dialog as shown in Figure 3.

Table 2
AB
1a-1
2b-1
3x
4f=1
5objective1.3333333
6constraint-2
Figure 3

Exercise

We change the objective function to f x b = a b 1 - x2 + b d x by modifying cell B4 of Table 1 to =1-x^2+b The solution is no longer obvious visually by graphing.

We run Excel Solver again. It remembers the values form last run so we do not need to make any changes. Now it reports the new solution a = -2 and b = 3. It is interesting to note that the integral includes a negative portion between 2 and 3 yet the net value is maximized over any other values for a or b. The achieved maximum in this case is 8.3333333.

Figure 4

Question or Comment? Email us:
support @ excel-works.com

ExceLab: Transforming Excel into a Calculus Power House

ExceLab functions and methods are protected by USA Patents 10628634, 10114812, 9892108 and 9286286.

© 2015-2024, ExcelWorks LLC
Boston, USA