Among all isosceles triangles with slant side 8, determine the one of maximum area.
(Hint: set the height equal to x, the base equal to y, and compute the squared area.)
Solution
Let x be the height and y the base. The foot of the height bisects the base, so the Pythagorean theorem on the half-triangle gives
(2y)2+x2=82=64⟹y2=4(64−x2).
The area is A=21xy, hence
A2=41x2y2=x2(64−x2)=64x2−x4.
Setting u=x2: A2=64u−u2, a downward parabola in u, maximum at u=32. Thus
x=32=42≈5,66,y=232=82≈11,31,A2=1024⟹Amax=32.
(The optimal triangle is right-angled at the apex: x=y/2=42.)