Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#1 2023-11-20 09:44:19

KerimF
Member
From: Aleppo-Syria
Registered: 2018-08-10
Posts: 164

Area of a Triangle

The perimeter (P) of a triangle ABC is known, also its three angles (A), (B) and (C).
Find its area (S).
S = f(P, A, B, C)

Last edited by KerimF (2023-11-30 20:51:32)

Offline

#2 2023-11-20 10:47:53

amnkb
Member
Registered: 2023-09-19
Posts: 253

Re: Area of a Triangle

KerimF wrote:

The perimeter (P) of a triangle ABC is known, also its three angles (A), (B) and (C).
Find its surface (S).
S = f(P, A, B, C)

a triangle is 2D
surface is 3D
do you maybe mean 'area'?

Offline

#3 2023-11-20 10:54:09

KerimF
Member
From: Aleppo-Syria
Registered: 2018-08-10
Posts: 164

Re: Area of a Triangle

amnkb wrote:
KerimF wrote:

The perimeter (P) of a triangle ABC is known, also its three angles (A), (B) and (C).
Find its surface (S).
S = f(P, A, B, C)

a triangle is 2D
surface is 3D
do you maybe mean 'area'?

Sorry, I was French educated at school. You are right, I meant by surface the area of the triangle.

Offline

#4 2023-11-21 00:56:20

KerimF
Member
From: Aleppo-Syria
Registered: 2018-08-10
Posts: 164

Re: Area of a Triangle

There may be more than one way to solve it.

My first step was to write the area's formula of a triangle ABC.
S = base * height / 2
I chose:
base = AB
height = CM (from C to AB, M on AB)
So,
S = AB * CM / 2

Now, we have two rectangular triangles ACM and BCM (or CMA and CMB, if you like).
The second step was to find at its end:
AB = f(CM,A,B)

...

Last edited by KerimF (2023-11-21 00:57:08)

Offline

#5 2023-11-21 21:52:14

Bob
Administrator
Registered: 2010-06-20
Posts: 10,169

Re: Area of a Triangle

hi KerimF

Apologies for not responding to this sooner.  I had an idea when I read your first post but it has knocked around in my brain for some days before immerging as a method.  It's got lots of steps and, if you wanted an actual formula, it could be done but it would be messy.  Instead I'll outline an algorithm that will work.

If you just knew the three angles you could draw a triangle with those.  But there are an infinite number of such triangles, all similar in shape, each scalable to scale up its size, but only one will have the right perimeter.

There's a formula, called Heron's formula after it's discoverer, that will calculate the area of a triangle if you know its perimeter. The semi perimeter = P/2 , sidea a, b, and c, and the formula is:

This Wiki page has an article about it https://en.wikipedia.org/wiki/Heron%27s_formula  but there P already stands for the semi perimeter.

So how to make use of this.

Choose a random value for a; I'll call it p.

You can then use the sine rule to work out the other two sides, q and r.

Work out P' the perimeter of this triangle by P' = p + q + r

If P' = P then you're done because you had a really lucky choice for a. Unlikely though. But what you have got is the sides of a similar triangle that is either a scaled down or scaled up version of the correct triangle.

So you can work out the scale factor P/P' for converting your triangle to the correct one.

So now you know a, b, and c and so can proceed with Heron's formula.

Bob


Children are not defined by school ...........The Fonz
You cannot teach a man anything;  you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you!  …………….Bob smile

Offline

#6 2023-11-22 07:53:48

KerimF
Member
From: Aleppo-Syria
Registered: 2018-08-10
Posts: 164

Re: Area of a Triangle

Bob wrote:

hi KerimF

Apologies for not responding to this sooner.  I had an idea when I read your first post but it has knocked around in my brain for some days before immerging as a method.  It's got lots of steps and, if you wanted an actual formula, it could be done but it would be messy.  Instead I'll outline an algorithm that will work.

If you just knew the three angles you could draw a triangle with those.  But there are an infinite number of such triangles, all similar in shape, each scalable to scale up its size, but only one will have the right perimeter.

There's a formula, called Heron's formula after it's discoverer, that will calculate the area of a triangle if you know its perimeter. The semi perimeter = P/2 , sidea a, b, and c, and the formula is:

This Wiki page has an article about it https://en.wikipedia.org/wiki/Heron%27s_formula  but there P already stands for the semi perimeter.

So how to make use of this.

Choose a random value for a; I'll call it p.

You can then use the sine rule to work out the other two sides, q and r.

Work out P' the perimeter of this triangle by P' = p + q + r

If P' = P then you're done because you had a really lucky choice for a. Unlikely though. But what you have got is the sides of a similar triangle that is either a scaled down or scaled up version of the correct triangle.

So you can work out the scale factor P/P' for converting your triangle to the correct one.

So now you know a, b, and c and so can proceed with Heron's formula.

Bob

Very nice work, thank you.
As expected, there are more than one way to solve it.

Here is how I did it:
(back from step 1, to show below the complete solution)

The area's formula of a triangle ABC is:
S = base * height / 2

As a start, I chose the base AB. In this case:
height = CM (from C to AB, M on AB)
And,
S = AB * CM / 2

Now, we have two right triangles ACM and BCM (right angle at M)
From them, let us find:
AB = f(CM,A,B)

In the triangle ACM
AM = CM/tan(A)

And, in the triangle BCM
MB = CM/tan(B)

So AB=f(CM,A,B) is:
AB = AM+MB = CM*[1/tan(A) + 1/tan(B)]

===

Again, in the triangle ACM
AC=CM/sin(A)

And, in the triangle BCM
BC=CM/sin(B)

So,
P = AB+AC+BC = CM*[1/tan(A)+1/tan(B)+1/sin(A)+1/sin(B)]
P = CM*[cos(A)/sin(A)+cos(B)/sin(B)+1/sin(A)+1/sin(B)]
P = CM*{[1+cos(A)]/sin(A) + [1+cos(B)]/sin(B)}

===

Now, it is time to substitude CM with S from the area's formula:
S=AB*CM/2 ==> CM=2*S/AB

P = 2*S/AB*{[1+cos(A)]/sin(A) + [1+cos(B)]/sin(B)}
And we get:
AB = 2*S/P*{[1+cos(A)]/sin(A) + [1+cos(B)]/sin(B)}

===

Similarly, we can say:
AC = 2*S/P*{[1+cos(A)]/sin(A) + [1+cos(C)]/sin(C)}
CB = 2*S/P*{[1+cos(C)]/sin(C) + [1+cos(B)]/sin(B)}

===

By adding the above three formulas of AB, AC and CB
P = AB+AC+CB = 2*S/P*{2*[1+cos(A)]/sin(A) + 2*[1+cos(B)]/sin(B) + 2*[1+cos(C)]/sin(C)}
P = 4*S/P*{[1+cos(A)]/sin(A) + [1+cos(B)]/sin(B) + [1+cos(C)]/sin(C)}

And the required formula/function is:
S = f(P,A,B,C) = P^2 / {[1+cos(A)]/sin(A) + [1+cos(B)]/sin(B) + [1+cos(C)]/sin(C)} / 4

Kerim

Last edited by KerimF (2023-11-22 08:09:25)

Offline

#7 2024-03-04 22:04:23

karalinda
Novice
From: usa
Registered: 2024-03-04
Posts: 1

Re: Area of a Triangle

The two basic triangle formulas are the area of a triangle and the perimeter of a triangle formula. These triangle formulas can be mathematically expressed as; Area of Theorem 2: When a triangle side is constructed, the exterior angle formed is equal to the sum of the interior opposite angles. Theorem 3: The base angles of an isosceles triangle are equivalent. Hence, the formula for the Perimeter of a Triangle when all sides are given is, P= a+b+c. Where, a, b, c indicates the sides of the triangle.In geometry, a base angle of a shape is an angle within a shape that contains the base of the shape as one of its sides. For example, consider the triangle shown. We see that the base side of the triangle is a side of angle B and a side of angle C. Therefore, angles B and C are the base angles of the triangle.

Offline

Board footer

Powered by FluxBB