On the complex plane, the vertices of a regular polygon centred at ( 0 , 0 ) are the geometric images of the n th roots of unity. The area of the polygon is 3. How many sides does it have?
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.
I solved it this way:
Using 2 1 a b sin C , the area of the n-gon is
2 n sin ( n 2 π )
Since we want the area to be 3,
n sin ( n 2 π ) = 6
Now we only need to consider cases where sin ( n 2 π ) is rational. It is then easy to arrive at n = 1 2
Uhmmm... What does s e n mean?
Log in to reply
For example, here in Portugal we write "seno" instead of "sine". I'm going to change those sen to sin, thanks.
Log in to reply
No need, I think. Just write that "sen" is sine in Portugal. That would be a fun fact!
It's the same thing as "sine", some countries learn it differently.
A r e a o f a r e g u l a r p o l y g o n = ( ½ ) ( a p o t h e m ) ( p e r i m e t e r ) . A p o t h e m = R C o s n 1 8 0 , a n d p e r i m e t e r = n ∗ ( s i d e l e n g t h ) = n ∗ R ∗ S i n n 1 8 0 . ∴ F o r a n n − g o n w i t h c i r c u m r a d i u s , R = 1 , A r e a = ½ ∗ { 2 ( 1 ∗ C o s n 1 8 0 ∗ n ∗ 1 ∗ S i n n 1 8 0 ) } = 3 . ⟹ ½ ∗ n ∗ S i n n 3 6 0 = 3 . S o l v i n g , n = 1 2 .
Polygon is formed from isosceles triangles 2 sides equal to 1 and angle x between. There are n of these so area = n×1×1×sin(x)/2 = 3. sin(x)=6/n. ×=360/n. sin(360/n) = 6/n. Sin(30)=1/2 and so n=12
Problem Loading...
Note Loading...
Set Loading...
A regular polygon with n sides can be divided into n isosceles triangles.
w n = 1 , n ∈ N has n solutions. It's known that one of them is always 1 .
1 = c i s ( 0 ) . Other solutions to w n = 1 can be calculated through c i s ( 0 + n 2 π ) .
Hence, the iscosceles triangles will have 2 sides with lengh 1, and the angle formed by these two sides will be n 2 π .
A r e a p o l y g o n = n A r e a t r i a n g l e
A t r i a n g l e = 2 b × h
cos ( n 2 π ÷ 2 ) = 1 h ∧ sin ( n 2 π ÷ 2 ) = 1 b ÷ 2
h = cos ( n π )
b = 2 sin ( n π )
A t r i a n g l e = 2 2 sin ( n π ) cos ( n π ) = 2 sin ( n 2 π )
A p o l y g o n = n 2 sin ( n 2 π ) ⇔ 3 = n 2 sin ( n 2 π )
Solving the equation will get us that n = 1 2 ∨ n = − 1 2 . Since n ∈ N , n = 1 2 .
The only way i found to solve that last equation was graphically. If anyone can solve it or has another solution, please post it :).