Optimization with Constrained Function

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top