5.10 - Introduction to Optimization Problems

thecoolsavage

Introduction

This topic introduces optimization—using calculus to find maximum and minimum values in practical situations. The essential knowledge tells us that the derivative can be used to solve optimization problems; that is, finding a minimum or maximum value of a function on a given interval. This foundational understanding prepares us for solving real-world optimization applications.

What Is Optimization?

The Basic Concept

Optimization means finding the best possible solution to a problem—usually finding a maximum or minimum value.

Common optimization goals:

  • Maximize: profit, area, volume, efficiency, revenue
  • Minimize: cost, time, distance, material used, surface area

Why Calculus Is Needed

In many real-world problems, we need to find the optimal value subject to constraints. Calculus allows us to:

  1. Express the quantity to optimize as a function
  2. Use derivatives to find critical points
  3. Determine which critical point gives the maximum or minimum

The Basic Optimization Process

Step-by-Step Framework

Step 1: Identify what quantity needs to be maximized or minimized

Step 2: Express this quantity as a function of one variable

Step 3: Determine the domain (realistic constraints)

Step 4: Find critical points using the derivative

Step 5: Evaluate the function at critical points and endpoints

Step 6: Identify the maximum or minimum value

Example 1:

Find two positive numbers whose sum is and whose product is maximum.

Step 1: Maximize the product

Step 2: Let the numbers be and where

Express in terms of one variable:

Step 3: Domain: (both numbers must be positive)

Step 4: Find critical points:

Step 5: Since this is an open interval, check the critical point and behavior at endpoints:

As or ,

Step 6: Maximum product is when both numbers are .

Simple Geometric Optimization

Area Problems

Example 2:

A rectangle has a perimeter of 40 meters. What dimensions maximize the area?

Let length = and width =

Constraint: , so

Area to maximize:

Domain:

Find critical points:

Therefore

Maximum area: square meters (when rectangle is a square)

Volume Problems

Example 3:

An open-top box is made from a 12 by 12 inch square of cardboard by cutting squares of side length from each corner and folding up the sides. What value of maximizes the volume?

Volume function:

Domain: (can't cut more than half the side)

Find critical points:

when or

Only is in the domain .

Check: cubic inches

Maximum volume is cubic inches when inches.

Optimization on Closed Intervals

Using the Candidates Test

When optimizing on a closed interval, use the Candidates Test from Topic 5.5.

Example 4:

Find the maximum value of on .

Find critical points: and

Evaluate at critical points and endpoints:

Maximum value: at

Minimum value: at

Identifying the Objective Function

Translating Words to Mathematics

A critical skill is identifying what function to optimize.

Example 5:

A farmer has 200 feet of fencing and wants to enclose a rectangular area. What is the objective function for the area?

Let = length and = width

Constraint: , so

Objective function:

This function will be maximized in the next topic using the optimization process.

Common Objective Functions

Area of rectangle: (with constraint on perimeter)

Volume of box: (with constraint on surface area)

Distance:

Cost:

Revenue:

Practice Section