Which side of the triangle gives it maximu area?

  • Thread starter Thread starter MathLete
  • Start date Start date
  • Tags Tags
    Area Triangle
AI Thread Summary
To maximize the area of an isosceles triangle with sides AB and AC both measuring 5, the optimal length for base BC is approximately 7.071. The area can be calculated using the formula A = (1/2) * base * height, and the height can be derived using trigonometric functions. The maximum area achieved with these dimensions is 12.5. It is suggested to present both the geometric and trigonometric approaches to the teacher for potential extra credit. Understanding the relationship between base and height is crucial for maximizing the area.
MathLete
For my homework (actually its a bonus question) I was given an isocelese triangle with 2 sides lengths defined. Let's call it triangle ABC.

Code:
    A
    /\
   /  \
  /    \
 /      \
/--------\
B         C
side AB is given 5 and side AC is also 5. I have to give BC a length for the triangle to have the maximum area.

First I thought of squares. A square has more area then a rectangle with the same parameter. 5x5 is greater than 1x20 thus proves my point of squares. I thought that If the triangle would be equalateral it would have the greatest area. But I was wrong after expirementing with numbers.

Then I thought since a square has the greatest area then half a square would be a triangle and therefore the right angle triangle should have the greatest area. Witch would have sqrt(50) as BC and an area of 12.5 according to my calculations (may be wrong).

Any thoughts on what kind of triangle will have the greatest area?
 
Last edited by a moderator:
Physics news on Phys.org
Can you write a formula for the area of the triangle in terms of the length of the base? That might suggest a way to find the maximum area...
 
I don't know what you mean by that. the area of a triangle is base times hight divided by 2(bxh/2). You can use trig rations and sine/cos laws to find the hight of the triangle.
 
Well do that then; find the height of the triangle in terms of the length of the base.
 
If you're lazy, you can use some trigonomery.
S=(1/2)bcSinA
Which angle has the biggest sine? pi/2 (+k2pi).
 
Just use some simple calculus (or cheat and just graph it on your calculator).

Look at this picture here
http://myfiles.dyndns.org/pictures/triangle1.jpg

Now based on that diagram I can make 2 formulas:

A = xy since x is only half the base here

y = (5^2 - x^2)^\frac{1}{2}

Combine them to get this

A = x(5^2 - x^2)^\frac{1}{2}

Now differentiate it

\frac{dA}{dy} = (5^2 - x^2)^\frac{1}{2} - \frac{y^2}{(5^2 - x^2)^\frac{1}{2}}

Make that formula equal to 0 and you get x.
Since my diagram had x as only HALF of the base length, double what you get for x.

I get the base as being 7.071 long. That gives the triangle and area of 12.5


Now about what kishtik said
If you're lazy, you can use some trigonomery.
S=(1/2)bcSinA
Which angle has the biggest sine? pi/2 (+k2pi).

That gives the exact same area. (1/2)(5)(5) = 12.5

Give the teacher both answer and you might get extra bonus marks
 
Last edited by a moderator:
This isn't that hard. Flip the triangle so that a given side is on the bottom. (Base) You know that the formula for area is base x height x 1/2.

Now pivot the other given side until you get the most height out of it. The base is given, you have the most height you can possibly get in ONE position only. Is this sinking in?
 
Back
Top