If $x + y = a$, then the maximum value of $x * y$ is when $x=y=a/2$. ($x, y$ are positive numbers)
2026-04-25 00:10:12.1777075812
On
How do you prove the following maximization task?
20 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Calculus Approach
Since $x+y=a$, let $y=x-a$ and you are optimizing $$ xy = x(x-a) \quad \forall x \in (0,a). $$
Note that $f'(x) = 2x-a$, and $f''(x) = 2>0$. Can you finish this?
Geometric Approach
Consider a rectangle with sides $x$ and $y$. You are fixing the perimeter $P = 2a$ and asking for a fixed perimeter, which values of $x,y$ maximize the area of the rectangle. It's clear the problem is symmetric in $x,y$, so only possible answers are $x=y$ or $x=0,y=a$, and the first one yields maximum and the second yields minimum.
$$ xy=\frac{(x+y)^2-(x-y)^2}4=\frac{a^2-(x-y)^2}4\le\frac {a^2}4$$ with equaloity iff $x-y=0$.