[Math] applied optimization problem- triangle fence

calculusoptimizationtriangles

A farmer is trying to fence off a field on the edge of a river. He has two 1km long sections of fence to use to make a triangular field. The edge by the river does not need fencing, and the fence creates an isosceles triangle. What is the base and height of the field that will yield the greatest possible area?

Best Answer

Use the formula for the area $A$ of a triangle given the length of two sides $a$ and $b$ and the angle between them $C$:

$$ A = \frac 1 2ab\sin C $$

In your case, $a=b=1~\mathrm{km}$.

Since $\frac 1 2ab$ is a constant, in order to maximize $A$ we must maximize $\sin C$. We know from trigonometry that the value of $\sin C$ is at most 1, and $\sin C=1$ when $C=\frac\pi 2=90\deg$.

Since the triangle is also isosceles, that means that we have a 45-45-90 triangle. The hypotenuse is simply $\sqrt 2~\mathrm{km}$ and the height is half that, or $\frac 1{\sqrt 2}~\mathrm{km}$.