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 ofP3, 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 perimeterP=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 y2 units.

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

So we need to find h, from one of these triangles, [y2]2+h2=x2 , h=x2[y2]2[ from Pythagoras] Therefore area A of triangle =A= yx2[y2]2....... [A = y[Py2]2[y2]2].......[2] , since x=Py2 from ....[1]

Squaring both sides of .....[2] and rearranging, ,..4A2=y2[[Py]2y2] after foiling this out and tidying up we are left with

4A2, =P2y22Py3 and this can now be differentiated implicitly with respect to y , to find max/min.[ P is constant]

ddy[4A2]=ddy[P2y22Py3],...... 8A[dAdy]=[2yP26Py2].......[3] and the left hand side of this expression =0 for max/min.

So,.... 2yP2=6Py2 and solving this for y,..... y=P3

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=P3 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.