- 1,864
- 34
Hi, I am to find a formula for the area of a regular polygon with a side "a".
I just keep getting the wrong answer: this is how i did it:
if we draw a circle in a coordinate system, with radius "r". The diameter lyes on the x-axis. I draw an angle from the center. This angle is then 360/n where n is the amount of sides the polygon can have.
The two other angles in the triangle we get with two sides "r" and one side "a" is 180/n.
Ok, to find the side r expressed with a:
r^2 = r^2 + a^2 2ra \cos{\frac{180}{n}}
a = 2r \cos{\frac{180}{n}}
r = \frac{a}{2 \cos{\frac{180}{n}}}
The area of this triangle is:
A = \frac{1}{2} \sin{\frac{180}{n}} ar = \frac{1}{2} \sin{\frac{180}{n}} \frac{a}{2 \cos{\frac{180}{n}}} a = \frac{1}{4} \tan{\frac{180}{n}} a^2
The area of the whole polygon will then be the area of the triangles in the circle. I multiply with the number I divided 360 with, "n".
So: A_n =\frac{n}{4} a^2 \tan{\frac{180}{n}}
But this is wrong! Why is it wrong?
The correct answer is:
A_n =\frac{na^2}{4 \tan{\frac{180}{n}}}
I just keep getting the wrong answer: this is how i did it:
if we draw a circle in a coordinate system, with radius "r". The diameter lyes on the x-axis. I draw an angle from the center. This angle is then 360/n where n is the amount of sides the polygon can have.
The two other angles in the triangle we get with two sides "r" and one side "a" is 180/n.
Ok, to find the side r expressed with a:
r^2 = r^2 + a^2 2ra \cos{\frac{180}{n}}
a = 2r \cos{\frac{180}{n}}
r = \frac{a}{2 \cos{\frac{180}{n}}}
The area of this triangle is:
A = \frac{1}{2} \sin{\frac{180}{n}} ar = \frac{1}{2} \sin{\frac{180}{n}} \frac{a}{2 \cos{\frac{180}{n}}} a = \frac{1}{4} \tan{\frac{180}{n}} a^2
The area of the whole polygon will then be the area of the triangles in the circle. I multiply with the number I divided 360 with, "n".
So: A_n =\frac{n}{4} a^2 \tan{\frac{180}{n}}
But this is wrong! Why is it wrong?
The correct answer is:
A_n =\frac{na^2}{4 \tan{\frac{180}{n}}}
Last edited: