0% found this document useful (0 votes)
57 views

Section 4.7: Optimization Solutions

This document provides examples for solving optimization problems in 4 steps: 1) Gather relevant information from the problem such as diagrams, formulas, and constraints. 2) Write the formulas needed to represent the problem mathematically. 3) Substitute the constraint into the formula to optimize and simplify to one variable. 4) Find critical numbers, test for max/min, and answer the original question. Four examples demonstrate applying these steps to maximize area, minimize cost, find the closest point on a parabola, and minimize material cost for a box.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Section 4.7: Optimization Solutions

This document provides examples for solving optimization problems in 4 steps: 1) Gather relevant information from the problem such as diagrams, formulas, and constraints. 2) Write the formulas needed to represent the problem mathematically. 3) Substitute the constraint into the formula to optimize and simplify to one variable. 4) Find critical numbers, test for max/min, and answer the original question. Four examples demonstrate applying these steps to maximize area, minimize cost, find the closest point on a parabola, and minimize material cost for a box.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Section 4.

7: Optimization Solutions

• Methods for finding extreme values have many practical applications

• Often the hardest part is turning English into math

Problem Solving Tips (similar to 3.7):

• Step 1: Gather information about the problem

– Draw a diagram
– Identify formulas
– Figure out what the constraint is using the given information in the problem
– Identify what formula is being maximized and minimized

• Step 2: Write down formulas

– Carefully translate between english and mathematics


– One formula will involve the constraint
– The other formula will be what you want to maximize/minimize

• Step 3: Substitute Into the Formula You Want to Maximize/Minimize

– Use the constraint to solve for one of the variables


– Substitute into the formula you want to maximize/minimize so that now you only have one
variable

• Step 4: Find critical numbers

• Step 5: Test the critical numbers to identify if they are a min/max

– Usually the easiest way to do this is by using the second derivative test

• Step 6: Answer the Question

– Make sure to go back and answer what is being asked. It is usually not the case that the answer
you got in Step 5 is actually the answer to the original question.

1
Example 1. A farmer has 2400 ft. of fencing and wants to fence off a rectangular field that borders a
straight river. He needs no fencing along the river. What are the dimensions of the field that has the largest
area?

Step 1: Gather Information


(a) Make a diagram:

(b) What formulas will be used in this problem? Area of a rectangle and Length of Fencing

(c) Figure out what the constraint is:

L = 2400 ft.

(d) What do you want to maximize/minimize? Area

Step 2: Write Down Formulas

A = x · y and L = 2x + y = 2400

Step 3: Substitute Into the Formula You Want to Maximize/Minimize

2x + y = 2400 =⇒ y = 2400 − 2x

A = x · y = x(2400 − 2x) = 2400x − 2x2

Step 4: Find Critical Numbers


A(x) = 2400x − 2x2
A0 (x) = 2400 − 4x = 0 =⇒ x = 600.

Step 5: Test Critical Numbers


A00 (x) = −4 < 0 for all x =⇒ x = 600 is a max

Step 6: Answer The Question


The question was “What are the dimensions of the field that has the largest area?”. The largest area occurs
when x = 600 ft. We need to find y:

y = 2400 − 2x = 2400 − 2(600) = 1200 ft.

Hence, the dimensions of the field is 600 ft × 1200 ft.

2
Example 2. A cylindrical can is to be made to hold 1 L of oil. Find the dimensions that will minimize
the cost of the metal to manufacture the can.

Step 1: Gather Information


(a) Make a diagram:

where r = radius (cm) and h = height (cm).

(b) What formulas will be used in this problem? Surface Area of Cylinder and Volume of Cylinder

(c) Figure out what the constraint is:

V = 1 L = 1000 cm3

(d) What do you want to maximize/minimize? Surface Area

Step 2: Write Down Formulas


A = Area of two circles + Area of cylinder
= 2πr2 + 2πrh
V = πr2 h = 1000

Step 3: Substitute Into the Formula You Want to Maximize/Minimize


1000
πr2 h = 1000 =⇒ h =
πr2
 
2 2 1000 2000
A = 2πr + 2πrh = 2πr + 2πr 2
= 2πr2 +
πr r

Step 4: Find Critical Numbers


2000
A(r) = 2πr2 +
r

2000 4πr3 − 2000


A0 (r) = 4πr − = =0
r2 r2
=⇒ 4πr3 − 2000 = 0
πr3 = 500
p
r = 3 500/π

3
Step 5: Test Critical Numbers
r !
4000 500 p
A00 (r) = 4π + 3 =⇒ A00
3 3
> 0 =⇒ r = 500/π is a min.
r π

Step 6: Answer The Question


The question was “Find
p the dimensions that will minimize the cost of the metal to manufacture the can.”
We have that r = 3 500/π minimizes the surface area. We need to find h:
r
1000 1000 3 500
h= 2
= 2/3
=2 = 2r.
πr π(500/π) π

4
Example 3. Find the point on the parabola y 2 =p2x that is closest to the point (1, 4). Recall : The distance
between two points is given by the formula d = (x2 − x1 )2 + (y2 − y1 )2 .

Step 1: Gather Information


(a) Make a diagram:

(b) What formulas will be used in this problem? The Equation of the Parabola and Distance Formula

(c) Figure out what the constraint is:

y 2 = 2x

(d) What do you want to maximize/minimize? Distance

Step 2: Write Down Formulas

y 2 = 2x
p
d= (x − 1) + (y − 4)2 = Distance between (1, 4) and (x, y)

Step 3: Substitute Into the Formula You Want to Maximize/Minimize

y2
y 2 = 2x =⇒ x =
2
p p
d= (x − 1)2 + (y − 4)2 = (y 2 /2 − 1)2 + (y − 4)2

It turns out that the minimum of d occurs at the same point as the minimum of d2 (convince yourself of
this), but d2 is easier to work with:
2
y2

2
f (y) = d = − 1 + (y − 4)2
2

Step 4: Find Critical Numbers

5
2
y2

f (y) = − 1 + (y − 4)2
2

y2
 
0
f (y) = 2 − 1 y + 2(y − 4) = y 3 − 8 = 0
2
=⇒ y 3 = 8
y=2

Step 5: Test Critical Numbers


f 00 (y) = 3y 2 > 0 for all y =⇒ 2 is a min.

Step 6: Answer The Question


The question was “Find the point on the parabola y 2 = 2x that is closest to the point (1, 4).” We found
that y = 2 minimizes the distance. We need to find x:

y2 (2)2
x= = = 2.
2 2
Hence, the point (2,2) minimizes the distance between the parabola y 2 = 2x and the point (1,4).

6
Example 4. A rectangular box with an open top is to have a volume of 60 m3 . The length of the base is
twice the width. Material for the base costs $10/m2 . Material for the sides cost $6/m2 . Find the cost of
materials for the cheapest container.

Step 1: Gather Information


(a) Make a diagram:

(b) What formulas will be used in this problem? Volume of a Rectangle and Cost of Materials

(c) Figure out what the constraint is:

V = 60

(d) What do you want to maximize/minimize? Material Cost

Step 2: Write Down Formulas


l = 2w

V = lwh = (2w)(w)h = 2w2 h = 60

C = Cost of Base×Area of Base+Cost of sides×Area of Sides


= 10 × l · w + 6 × l · h × 2 + 6 × w × h × 2
= 10(2w)w + 12(2w)h + 12wh
= 20w2 + 36wh

Step 3: Substitute Into the Formula You Want to Maximize/Minimize

V = 2w2 h = 60 =⇒ h = 60/2w2 = 30/w2

C = 20w2 + 36wh
 
2 30
= 20w + 36w
w2
1080
= 20w2 +
w

7
Step 4: Find Critical Numbers
1080
C(w) = 20w2 +
w

1080 (w3 − 27)


C 0 (w) = 40w − 2 = 40 =0
w w2
=⇒ w3 − 27 = 0


3
=⇒ w = 27 = 3.

Step 5: Test Critical Numbers


Taking the second derivative is more difficult than the past problems. Use first derivative test instead.
Choose test points to the left and right of w = 3:

40(−26)
w = 1 : C 0 (1) = <0
12
40(403 − 27)
w = 4 : C 0 (4) = >0
402
Hence, w = 3 is a minimum. [Alternatively, you could take the second derivative as before, but notice it
involves the quotient rule.]

Step 6: Answer The Question


The question was “Find the cost of materials for the cheapest container.” So just substitute w = 3 into
C(w):
1080
C(3) = 20(3)2 + = $540.
3

8
Example 5. Find the area of the largest rectangle that can be inscribed in a semicircle of radius r.

Step 1: Gather Information


(a) Make a diagram:

(b) What formulas will be used in this problem? Area of a Rectangle and Equation of a Circle

(c) Figure out what the constraint is:

x2 + y 2 = r 2

(d) What do you want to maximize/minimize? Area of Rectangle

Step 2: Write Down Formulas


A = 2xy

x2 + y 2 = r 2

Step 3: Substitute Into the Formula You Want to Maximize/Minimize


x2 + y 2 = r2 =⇒ y = r2 − x2

A = 2xy = 2x r2 − x2

Step 4: Find Critical Numbers



A(x) = 2x r2 − x2

√ 2x2 2(r2 − 2x2 )


A0 (x) = 2 r2 − x2 − √ = √ =0
r 2 − x2 r 2 − x2
=⇒ 2(r2 − 2x2 ) = 0
=⇒ 2x2 = 4r2
r
=⇒ x = ± √
2
r
=⇒ x = √ [since x ≥ 0]
2

9
Step 5: Test Critical Numbers
A0 (x) = 2r2 − 4x2 =⇒ A00 (x) = −8x
   
00 r r
A √ = −8 √ < 0 since r > 0
2 2
r
Hence, x = √ is a maximum.
2

Step 6: Answer The Question


r
The question was “Find the area of the largest rectangle” So just substitute x = √ into A(x):
2
   s  2
r r r
A √ =2 √ r − √
2
2 2 2
r
2r r2
=√ r2 −
2 2
r
2r r2
=√
2 2
 
2r r
=√ √
2 2
2
=r .

10
Example 6. A farmer with 950 ft of fencing wants to enclose a rectangular area and then divide it into
four pens with fencing parallel to one side of the rectangle. What is the largest possible total area of the
four pens?

Step 1: Gather Information


(a) Make a diagram:

(b) What formulas will be used in this problem? Area of a Rectangle and Length of Fencing

(c) Figure out what the constraint is:

L = 950

(d) What do you want to maximize/minimize? Area of Rectangle

Step 2: Write Down Formulas


A = xy
L = 5x + 2y = 950

Step 3: Substitute Into the Formula You Want to Maximize/Minimize

5
5x + 2y = 950 =⇒ y = 475 − x
2
 
5 5
A = xy = x 475 − x = 475x − x2
2 2

Step 4: Find Critical Numbers


5
A(x) = 475x − x2
2

A0 (x) = 475 − 5x = 0
=⇒ 5x = 475
=⇒ x = 95

Step 5: Test Critical Numbers

11
Second Derivative Test:

A00 (x) = −5 < 0 for all x

Hence, x = 95 is a maximum.

Step 6: Answer The Question


The question was “What is the largest possible total area of the four pens?” So just substitute x = 95 into
A(x):
5
A(95) = 475(95) − (95)2
2
= 22, 562.5 ft2

12
Example 7. A rectangular flower garden with an area of 30 m2 is surrounded by a grass border 1 m wide
on two sides and 2 m wide on the other two sides. What dimensions of the garden minimize the combined
area of the garden and borders?

Step 1: Gather Information


(a) Make a diagram:

(b) What formulas will be used in this problem? Area of Garden and Combined Area of Garden
and Borders

(c) Figure out what the constraint is:

G = 30

(d) What do you want to maximize/minimize? Combined Area

Step 2: Write Down Formulas


G = xy = 30
C = (x + 4)(y + 2)

Step 3: Substitute Into the Formula You Want to Maximize/Minimize

30
xy = 30 =⇒ y =
x

C = (x + 4)(y + 2)
 
30
= (x + 4) +2
x
120
= 30 + 2x + +8
x
120
= 2x + + 38
x

13
Step 4: Find Critical Numbers
120
C(x) = 2x + + 38
x

120 2x2 − 120


C 0 (x) = 2 − = =0
x2 x2
=⇒ 2x2 − 120 = 0 [since x > 0]
=⇒ x2 = 60

=⇒ x = 60

Step 5: Test Critical Numbers


Second Derivative Test:
240
C 00 (x) = 3
√ x
=⇒ C 00 ( 60) > 0

Hence, x = 60 is a maximum.

Step 6: Answer The Question



The question was “What dimensions of the garden...” We have x = 60 m. So substitute into y:
30 30
y= =√ m
x 60

14

You might also like