Calculus/Optimization

From testwiki
Revision as of 03:50, 4 March 2008 by imported>Zginder (Sales Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Optimization is the use 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?

Obviously, 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 (also known as "Optimizing") a situation.

Examples

Example 1:

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
Abase=x2 
Aside=xh 
Atotal=2x2+4xh=100
V=lwh=x2h
  • Eliminate the variable h in the volume equation
2x2+4xh=100 
x2+2xh=50 
2xh=50x2 
h=50x22x
V  = (x2)(50x22x)
= 12(50xx3)
  • Find the derivative of the volume equation in order to maximize the volume
dVdx=12(503x2)
  • Set dVdx=0 and solve for x 
12(503x2)=0
503x2=0 
3x2=50 
x=±503
  • Plug-in the x value into the volume equation and simplify
V  = 12[50503(503)3]
= 68.04138174.. 
Answer: Vmax=68.04138174.. 

Sales Example

A small retailer can sell n units of a product for a revenue of r(n)=8.1n and at a cost of c(n)=n3-7n2+18n, with all amounts in thousands. How many units does it sell to maximize its profit?

The retailer's profit is defined by the equation p(n)=r(n) - c(n), 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 p(n). By using the subtraction rule p'(n)=r'(n) - c'(n):

p(n) = r(n)c(n)
p(n) = ddn[8.1n]ddn[n37n2+18n]
= 3n2+14n9.9

Therefore, when 3n2+14n9.9=0 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:

p(0.869) = - 3.97321, p(3.798) = 8.58802

Because we only consider the functions for all n >= 0 (i.e. you can't have n=-5 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 p'(n) changes at this point. It does, and for n greater than 3.798 P'(n) the value will remain decreasing. Finally, this shows that for this retailer selling 3,798 units would return a profit of $8,588.02.


Template:Calculus:TOC Template:Calculus Stub