< Calculus

Introduction

Optimization is one of the uses of calculus in the real world. Let us assume we are a pizza parlor and wish to maximize profit. Perhaps we have a flat piece of cardboard and we need to make a box with the greatest volume. How does one go about this process?

This requires the use of maximums and minimums. We know that we find maximums and minimums via derivatives. Therefore, one can conclude that calculus will be a useful tool for maximizing or minimizing (collectively known as "optimizing") a situation.

How to Solve

These general steps should be taken in order to complete an optimization problem.

  1. Write out formulas and other pieces of information about the problem.
    1. The problems should have a variable you control and a variable that you want to maximize/minimize.
    2. The formulas you find may contain extra variables. Depending on how the question works out, they may be substituted out or can be ignored (which will be explained later).
  2. Combine the formulas together so that the variable you want to maximize/minimize is on one side of the equation and everything else is on the other side.
  3. Differentiate the formula. If your equation has multiple variables, pick any variable to differentiate as long as it is not the one you control (i.e. pick the variable that you could not get rid of from the formula).
    1. Note that during differentiation, if you come across a variable that you have not picked, imagine it as a number and apply the necessary differentiation rule. Do not treat it as a variable in this case.
  4. Set the differentiated formula to equal 0 and solve for the variable you control.
  5. The value you get here is your answer. If you instead have another formula, that means that your answer depends on those other variables, which would usually be what the question asked for if you have such a situation that you have another variable to juggle to begin with.

The reason why this algorithm works comes from a few mathematical theorems which you will probably not need to know when completing these problems. Usually the problems given will be mathematically simple (in other words, there are not a lot of cases to test). However, if you wish to know, they work like this:

  • A derivative of 0 is either a global or local maximum or minimum. Usually the question will tend towards answering that question without much difficulty (like always positive numbers, for example)

Examples

Volume Example

A box manufacturer desires to create a box with a surface area of 100 inches squared. What is the maximum size volume that can be formed by bending this material into a box? The box is to be closed. The box is to have a square base, square top, and rectangular sides.
  • Write out known formulas and information
  • Eliminate the variable h in the volume equation


  • Find the derivative of the volume equation in order to maximize the volume
  • Set and solve for
  • Plug-in the x value into the volume equation and simplify

Answer:

Volume Example II

It is desired to make an open-top box of greatest possible volume from a square piece of tin whose side is , by cutting equal squares out of the corners and then folding up the tin to form the sides. What should be the length of a side of the squares cut out?

If we call the side length of the cut out squares , then each side of the base of the folded box is , and the height is . Therefore, the volume function is .

We must optimize the volume by taking the derivative of the volume function and setting it equal to 0. Since it does not change, is treated as a constant, not a variable.

We can now use the quadratic formula to solve for  :

We reject , since it is a minimum (it results in the base length being 0, making the volume 0). Therefore, the answer is .

Sales Example

A small retailer can sell n units of a product for a revenue of and at a cost of , with all amounts in thousands. How many units does it sell to maximize its profit?

The retailer's profit is defined by the equation , which is the revenue generated less the cost. The question asks for the maximum amount of profit which is the maximum of the above equation. As previously discussed, the maxima and minima of a graph are found when the slope of said graph is equal to zero. To find the slope one finds the derivative of . By using the subtraction rule  :

Therefore, when the profit will be maximized or minimized. Use the quadratic formula to find the roots, giving {3.798,0.869}. To find which of these is the maximum and minimum the function can be tested:

Because we only consider the functions for all (i.e., you can't have units), the only points that can be minima or maxima are those two listed above. To show that 3.798 is in fact a maximum (and that the function doesn't remain constant past this point) check if the sign of changes at this point. It does, and for n greater than 3.798 the value will remain decreasing. Finally, this shows that for this retailer selling 3.798 units would return a profit of $8,588.02.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.