If an isosceles triangle has perimeter P, how long must the legs of the triangle be to maximize its area? (Your answer may depend on P).

1 Answer
Apr 9, 2018

All legs will have a length of# P/3#, resulting in an equilateral triangle.

Explanation:

Let two legs of the Isosceles triangle have length #x# units and the remaining one have length #y# units.

Consider the triangle with base length #y#, then it's perimeter#P= 2x+y#......#[1]#
If a line is drawn from the center of the base of this triangle to it's apex it will be perpendicular to the base and form two right angled triangles of base length #y/2# units.

Total area of both of these triangles = #[2yh]/2# = #yh# [since base =#y#]

So we need to find #h#, from one of these triangles, #[y/2]^2 + h^2=x^2# , #h=sqrt [x^2-[y/2]^2#[ from Pythagoras] Therefore area #A# of triangle =#A #= #ysqrt[x^2-[y/2]^2#....... [#A# = #ysqrt[[[P-y]/[2]]^2-[y/2]^2]#].......#[2]# , since #x=[P-y]/[2]# from ....#[1]#

Squaring both sides of .....#[2]# and rearranging, ,..#4A^2=y^2[[P-y]^2-y^2]# after foiling this out and tidying up we are left with

#4A^2#, =#P^2y^2-2Py^3# and this can now be differentiated implicitly with respect to #y# , to find max/min.[ #P# is constant]

#d/dy[4A^2]=d/dy[P^2y^2-2Py^3]#,...... #8A[dA/dy]#=#[2yP^2-6Py^2#].......#[3]# and the left hand side of this expression =#0# for max/min.

So,.... #2yP^2=6Py^2# and solving this for #y#,..... #y=P/3#

This shows us that in order to maximise the area of the an isoceles triangle it has to be in fact an equilateral triangle.

By sustituting #y#=#P/3# into the second derivative of of the function will show that this is indeed the value of #y# that will maimise the area #A# [since it is negative]. I hope this was helpful.