I'm looking at wage and employment data for a region. I have created a chart to show how total wages grew between two periods, $t_0$ and $t_1$. The axes are Total Employment (E) and Average Wage (W). Total wages for t0 and t1 are the products of $W_0\cdot E_0$ and $W_1\cdot E_1$, respectively.
In my case, the values of areas $W_0$, $E_0$, (W_0\cdot E_0) and ($W_1\cdot E_1$) are fixed. Given those fixed areas, what I want is to find the values of $W_1$ and $E_1$ that yield the greatest area of $C$ in the chart, which is given by $(W_1-W_0)(E_1-E_0)$.
I know this is an optimization problem, but it's been so long since my last calc course that I just don't remember where to begin. Many thanks.
You want to maximize $$F=(W_1-W_0)(E_1-E_0)$$ with $$W_0E_0=A \qquad W_1E_1=B$$ where $A$, $B$ and $W_0$ are known.
So $E_0=\frac A{W_0}$ and $E_1=\frac B{W_1}$. This makes $$F=(W_1-W_0)\left(\frac B {W_1}-\frac A {W_0}\right)$$ Computing the derivative with respect to $W_1$ and making it equal to $0$ gives, after simplifications $$A W_1^2=B W_0^2 \implies W_1=W_0\sqrt{\frac B A}$$