Optimization Handout
Optimization Handout
Optimization (according to a Google definition) is the action of making the best or most effective use of
a situation or resource.
For mathematics, this generally involves finding the maximum or minimum value of a function and the
input(s) at which they occur.
Our resource may be material that we are using to build a structure, a product that we are selling in an
attempt to make a profit, money that we are investing to earn a return, etc.
These same types of problems will also be covered in Calculus I, however you will solve those by using
derivatives. In precalculus, we solve them graphically.
Given (constraint): this is essentially the resource that is available at your disposal. It could be two
numbers, a specific amount of material, a specific area or volume that must be created, an ordered pair
and an equation, etc.
Find: this is the function that is to be optimized. It often involves two or more input variables. It may be
an area formula, a volume formula, a distance formula, etc.
Equation obtained from the given: this is probably the most important step. This involves taking the
given and solving for one variable in terms of the other(s). This will allow us to rewrite the function to be
optimized with a single input variable.
Equation to be optimized: this is where we take the “find” and replace the additional variable(s) with
the expression(s) we got in the last step. This then allows us to enter the function into a calculator.
Domain: This is self-explanatory. It is the possible values of the input based on the given. For example, if
we are dealing with material, the input must be greater than 0.
Optimize: This is where we enter the function into the calculator and find the max or min value that
occurs within the domain. We need to use the CALC/MAX or CALC/MIN commands on the calculator. In
Desmos this is easier since we can just click on the maximum or minimum point.
Example:
Find two nonnegative numbers whose sum is 110 and whose product is a maximum.
Equation obtained from the given: Take x + y=110 and solve for either x or y. So y=110−x
Optimize: Enter y=x ( 110−x ) into the calculator, and set the window so that x ranges from 0 to 110.
Find the maximum point on the graph.
−b
Alternatively, since this function is quadratic, we could use the formula x= to find where the max
2a
value occurs. This occurs at x = 55, and y = 3025.
So, the two numbers are x = 55 and y = 110 – x = 55, and the maximum product is 3025.