Optimization with Constrained Function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
d=vt+1/2at^2
Messages
9
Reaction score
0

Homework Statement


1000m^2 garden. 3 sides made of wooden fence. 1 side made of vinyl(costs 5x as much as wood).

Length cannot be more than 30% greater than the width.

Find the dimensions for the minimum cost of the fence.



Homework Equations


1000 = LW
C = 2L + W + 5W


The Attempt at a Solution


Attempted ignoring the restriction. Answer does not meet restriction. Solved algebraically for the only rectangle where L = 1.3W and L = 1000/W. It is a calculus question and it is therefore suspected that this is not the answer. The minimum cost is not necessarily when the vinyl side is minimal.
 
Physics news on Phys.org
I would start it this way: Solve the equation LW = 1000 for one variable, say W. Then write your cost function as a function of W alone. Use calculus techniques to find the minimum cost over the interval that includes all possible values of W, given the constraint that the length can't exceed 130% of the width.