Solving problem: Area of Triangle

1.5k Views Asked by At

I have this data:

  • $a=6$

  • $b=3\sqrt2 -\sqrt6$

  • $\alpha = 120°$

How to calculate the area of this triangle?

there is picture:

2

There are 2 best solutions below

1
On BEST ANSWER

Because the angle at $A$ is obtuse, the given information uniquely determines a triangle. To find the area of a triangle, we might want:

  • the length of a side and the length of the altitude to that side (we don't have altitudes)
  • all three side lengths (we're short 1)
  • two side lengths and the measure of the angle between them (we don't have the other side that includes the known angle or the angle between the known sides)

(There are other ways to find the area of a triangle, but the three that use the above information are perhaps the most common.)

Let's find the angle between the known sides (since we'd end up finding that angle anyway if we were trying to find the unknown side). The Law of Sines tells us that $\frac{\sin A}{a}=\frac{\sin B}{b}$, so $$\frac{\sin120^\circ}{6}=\frac{\sin B}{3\sqrt{2}-\sqrt{6}},$$ which can be solved for $B$ (since $A$ is obtuse, $0^\circ<B<90^\circ$, so there is a unique solution). Once we have $B$, we can use $A+B+C=180^\circ$ to get $C$ and then the area of the triangle is $$\frac{1}{2}ab\sin C.$$

See also my answer here on general techniques for triangle-solving.

2
On

Assuming the diagram like so, where C = $\alpha=120$enter image description here

Then we have the equation

$$Area = \displaystyle\frac{a b\sin C}{2}$$

This is the same as the equation you probably know,

$$Area = \displaystyle\frac{base*height}{2}$$

Do you know why?