Maximum area of a bounded rectangle

784 Views Asked by At

Without calculus, I am trying to find the maximum area of a rectangle that is bounded by the $x$ and $y$ axis and bounded by the line $y=-2x+1$. It is also parallel to both axis.

I would post an attempt but I am lost on how to even get this started...

Updated attempt

Area = $xy$ $$ = x(-2x+1)$$ $$ = -2x^2+ 2x$$

This parabola opens down so it has a maximum at its vertex which is $(1/4, 3/8)$

3

There are 3 best solutions below

6
On

Hint: let $a,b$ be the coordinates of the rectangle vertex opposite to the origin, then $a, b \ge 0$ and $b=-2a+1$. The area is:

$$a \cdot b = a (1-2a)=-2a^2 + a = -2\left(a-\frac{1}{4}\right)^2 + \frac{1}{8} \le \frac{1}{8} $$

0
On

The area it's $$x(1-2x)$$ and since $0<x<\frac{1}{2}$, we can use AM-GM: $$x(1-2x)=\frac{1}{2}\cdot2x(1-2x)\leq\frac{1}{2}\left(\frac{2x+1-2x}{2}\right)^2=\frac{1}{8}.$$ The equality occurs for $2x=1-2x,$ which says that $\frac{1}{8}$ is a maximal value.

2
On

Hints: Put one corner at the origin, one on the line $y=-2x+1$. Call that second corner $(a,b)$. Express the area in terms of $a$ and $b$, and use the line equation to write $b$ in terms of $a$.

Thus, write the area as a function of $a$ only. Maximize that function with whatever tools you've got (knowledge of quadratic functions is sufficient).