- #1
Remington
- 1
- 0
Homework Statement
Part 1:
A forest in the shape of a 50km x 50 km square has firebreaks in rectangular strips 50km by 0.01 km. The trees between two fire breaks are called a stand of trees. All firebreaks in this forest are parallel to each other and to one edge of the forest, with the first firebreak at the edge of the forest. The firebreaks are evenly spaced throughout the forest. The total area lost in the case of a fire is the area of the stand of trees where the fire started and the combined area of the firebreaks.
Part 2:
Now suppose that the firebreaks are arranged in two equally spaced sets of parallel lines, as shown in Fig 2. The forest is again 50km x 50km and each break is 50km x 0.01km. Find the optimal number of firebreaks in each direction to minimize the area lost due to the fire. Assume that there must be the same number of firebreaks in each direction. (eg. 3 North to South and 3 East to West). Make sure you do not count the area of overlap in the firebreaks more than once. Assume that you know the critical number is 5000 for part 2 in order to find the value of n we are interested in.
The Figures: http://i42.tinypic.com/3324bk3.jpg
Homework Equations
Here are the equations I have came up with.
Domain for n is [1,5000]
Area of Burned Forest = Af(n) = ((50/n)-0.01)^2
Area of Firebreaks = Ab(n) = 2n^2((1/2n)-0.0001)-0.0001n^2
Area saved = As(n) = 2500 - [Af(n) + Ab(n)]
d/dx As = 5000-n-(n^4)/5000+2n^3
The Attempt at a Solution
What I've been trying to do is find the critical numbers of the equation from the derivative.
Our professor gave the the critical number as 5000, but 5000 is the max amount of fire breaks you can have, as 5000x0.01km = 50km. I know the solution is 17 firebreaks from a maximum of 17.09 I obtained from a graph. I just cannot seem to get there with the math.
When I emailed my professor he told me:
You need to take the derivative of your Area function to find the critical numbers and you need to show that the value you find is actually a minimum. If you simplify your function it will be easier to take the derivative. Multiply terms out and get the function in its simplest form before taking the derivative.
I simplified the equations but the values I'm getting are still outside of the domain except for 5000. I can prove that 5000 is a minimum but I don't see how that leads to a solution.
I have solved part 1, I'm just stuck at part 2.
Links to my work if the text is hard to read.
http://i39.tinypic.com/qxq4ww.jpg - Part 2a
http://i41.tinypic.com/16le9fq.jpg - Part2b
Last edited: