Maximizing the Area of a Rectangle Under Two Functions

riesenman

New member
Joined
May 10, 2015
Messages
1
Hi, I've gotten stuck on this problem and was hoping you could help me.
Let 0 < X1 < X2 be points on the X-axis. Consider the rectangle ABCD with vertices C and D on the lines given by "y = -x + 15" and "y = 4x + 5" respectively. C and D are the points of intersection with the given lines. Find the maximum area of such a rectangle.
Here's a graph showing the two functions and relevant points:
graph.jpg
I figured that you can get the point of A by plugging it into the function (4x+5):
A = 4a+5
and then you can express B as A by setting y=-x+15 equal to 4a+5 like so:
4a + 5 = -(b) + 15
4a - 10 = -(b)
B = -4a+10

Then to get the width of AB you subtract the two values and get
(b - a)
-4a+10 - (4a+5)
Width = -8a - 15

However, I'm not sure where to go from here.
 
Hi, I've gotten stuck on this problem and was hoping you could help me.

Here's a graph showing the two functions and relevant points:
View attachment 5298
I figured that you can get the point of A by plugging it into the function (4x+5):
A = 4a+5
and then you can express B as A by setting y=-x+15 equal to 4a+5 like so:
4a + 5 = -(b) + 15
4a - 10 = -(b)
B = -4a+10

Then to get the width of AB you subtract the two values and get
(b - a)
-4a+10 - (4a+5)
Width = -8a - 15

However, I'm not sure where to go from here.

Let me walk through the problem to catch up with you: Point a is (x1, 0), Point b is (x2, 0), Point c is (x1, y1), and Point d is (x2, y2). You said x1 was a and solved for y1 (which you called A) as the intersection of the lines x=x1 and y=4x+5. Since y2 must equal y1, you can find x2 (which you call b) in terms of x1 by solving
y2=-x2+15=y1=4x1+5
and you got x2=10-4x1. You now have the area A as
A = width * height = (10 - 5 x1) * height
and this is where you are stuck (and you got the width wrong).

Well the height is just y1, so we have
A(x1) = (10 - 5 x1) * (4 x1 + 5) = -20 x12 + 15 x1 + 50
and we want to maximize A with respect to x1.

Can you go from there?
 
Top