A triangle (bolded lines) is inscribed within a unit circle.
The triangles end points are defined by three angles, here represented with different colored lines. The blue line's angle is double the angle of the green line, and the red line's angle is the three times larger than the angle of the green line.
If the area of the triangle is
, what is the angle (in degrees) of the green line?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This was a problem where I was primarily interested in the construction of a model, so the fact of the matter is there's probably a better way to solve this problem rather than jumping through so many mental hula hoops.
Let's say this is the complex plane and lets label the green line z . Since z has length of 1, z 2 is the blue line, and z 3 is the red line. (Due to Euler's Formula)
The area of the triangle is 2 1 ∗ a ∗ b ∗ s i n ( θ ) or one half of the cross product of the vector form of a and b
In complex numbers, we can hobble something together something that acts like the cross product: I m ( b a ) ∣ b ∣ 2 (compare complex number multiplication with the calculation of a 2x2 matrix determinant to see why.)
Now, there are three sides to the triangle, z 3 − z , z 2 − z , z 3 − z 2 , but for use in this operation I will use z 3 − z 2 for a and z 2 − z for b , for reasons that will become apparent.
Let's simplify the first part of the "cross product" expression.
I m ( z 2 − z z 3 − z 2 )
I m ( z − 1 z 2 − z )
I m ( z )
I m ( c o s ( θ ) + i ∗ s i n ( θ ) )
s i n ( θ )
Now let's simplify the second part of the "cross product" expression.
∣ z 2 − z ∣ 2
∣ e 2 θ − e θ ∣ 2
∣ e 1 . 5 θ + 0 . 5 θ − e 1 . 5 θ − 0 . 5 θ ∣ 2
∣ e 1 . 5 θ ∣ 2 ∣ e 0 . 5 θ − e − 0 . 5 θ ∣ 2
∣ e 0 . 5 θ − e − 0 . 5 θ ∣ 2
By definition of sine
4 ∣ s i n ( 0 . 5 θ ) ∣ 2
Put them together and this is what you get:
2 1 ∗ s i n ( θ ) ∗ 4 ∣ s i n ( 0 . 5 θ ) ∣ 2
2 ∗ s i n ( θ ) ∗ ∣ s i n ( 0 . 5 θ ) ∣ 2 = area of triangle.
A surprisingly simple result!
So, this is where people might get mad, because from here it's essentially just checking off the possible solutions.
We know that since the area is nice recognizable irrational number, it probably came from a nice recognizable angle. Not only that, but this angle has to be 'nice' for sine even when it is halved. Setting our upper boundary of search at pi, we see this applies for only pi/2 and pi/3. Since pi/2 obviously has an area of 1, we can hazard a guess that the correct angle is pi/3, or 60 degrees.