SithsNGiggles
- 183
- 0
Homework Statement
Consider the area bounded between the curves y=3-x^2 and y=-2x. Suppose two vertical lines, one unit apart, intersect the given area. Where should these lines be placed so that they contain a maximum amount of the given area between them? What is this maximum area?
Homework Equations
The Attempt at a Solution
First I computed the area between the two curves using the integral
A = \int_{-1}^{3} (3 - x^2) - (-2x) dx
A = \int_{-1}^{3} 3 + 2x - x^2 dx
A = \frac{32}{3}.
Then I set up another integral for the maximum area between two vertical lines y = k and y = k+1:
A(k) = \int_{k}^{k+1} 3 + 2x - x^2 dx, for k \in [-1, 3].
I'm not sure where to go from here, but something tells me there's some application of the first derivative test that I can put to use here. Unfortunately I'm not sure how to apply it. Any help is appreciated, thanks.