Areas of Polygons and Circles
Areas of Polygons and Circles
Understanding how to calculate the area of various geometric shapes is a fundamental skill in geometry. This guide covers the essential area formulas for polygons, circles, and methods for solving complex composite figures.
Basic Polygon Area Formulas
Here are the standard area formulas for common polygons:
- Triangle: A=21bh (where b is the base and h is the height)
- Parallelogram: A=bh
- Trapezoid: A=21(b1+b2)h (where b1 and b2 are the parallel bases)
- Rhombus and Kite: A=21d1d2 (where d1 and d2 are the lengths of the diagonals)
Heron's Formula for Triangles
If you know the lengths of all three sides of a triangle (a, b, and c) but not the height, you can use Heron's Formula. First, calculate the semi-perimeter (s):
s=2a+b+c
Then, find the area (A):
A=s(s−a)(s−b)(s−c)
Area of Regular Polygons
A regular polygon has equal side lengths and equal interior angles. The general formula for the area of a regular polygon is:
A=21aP
where a is the apothem (the distance from the center to the midpoint of a side) and P is the perimeter.
Example: Find the area of a regular hexagon with side length 6. A regular hexagon can be divided into 6 identical equilateral triangles. The area of one equilateral triangle with side length s is 43s2.
- Area of one triangle: Atri=43(62)=43(36)=93
- Total area of the hexagon: A=6×93=543
Area of Circles
The area of a circle depends entirely on its radius (r):
A=πr2
(Note: If you are given the diameter, simply divide it by 2 to find the radius before calculating the area.)
Composite Figures and Shaded Regions
Composite figures are complex shapes made up of two or more simple shapes. To find the area of a composite figure, you can either add the areas of the simple shapes together or subtract an empty region from a larger shape.
Example: Find the area of the shaded region between a square with side 10 and an inscribed circle.
- Find the area of the square: The side length is 10. Asquare=102=100
- Find the area of the circle: Because the circle is inscribed, its diameter equals the side length of the square (10). Therefore, the radius is r=5. Acircle=π(52)=25π
- Subtract to find the shaded region: The shaded area is the square's area minus the circle's area. Ashaded=100−25π (Approximated as 100−78.54=21.46)