Lesson 22 –

Lesson 22 Area Of Polygons Answer Key

PL
idmbestpractices.ca
9 min read
Lesson 22 Area Of Polygons Answer Key
Lesson 22 Area Of Polygons Answer Key

Lesson 22 – Area of Polygons Answer Key

Understanding how to calculate the area of polygons is a cornerstone of geometry that appears in every high‑school curriculum and many standardized tests. On top of that, lesson 22 typically follows the introduction of basic shapes (triangles, rectangles, and circles) and moves on to more complex figures such as regular and irregular polygons. This answer key provides step‑by‑step solutions, common pitfalls, and the underlying concepts you need to master the topic and ace any exam.

Introduction: Why Polygon Areas Matter

Polygons are two‑dimensional figures bounded by straight line segments. From a simple triangle to a dodecagon, the ability to determine their area is essential for:

  • Solving real‑world problems (e.g., land surveying, architecture, graphic design).
  • Preparing for higher‑level mathematics such as calculus, where area integrals extend these ideas.
  • Building a solid foundation for geometry proofs that rely on area relationships.

The main keyword for this lesson is area of polygons, and throughout the answer key you will encounter related terms such as base‑height formula, Shoelace theorem, regular polygon, and triangulation.


1. Core Formulas for Common Polygons

Before tackling the exercises, review the fundamental formulas that appear repeatedly in the answer key.

Polygon Formula Variables
Triangle (A = \frac{1}{2} \times \text{base} \times \text{height}) Base (b), Height (h)
Rectangle (A = \text{length} \times \text{width}) Length (l), Width (w)
Parallelogram (A = \text{base} \times \text{height}) Base (b), Height (h)
Trapezoid (A = \frac{1}{2}(a+b)h) Parallel sides (a,b), Height (h)
Regular (n)-gon (A = \frac{1}{4} n s^{2} \cot\left(\frac{\pi}{n}\right)) Number of sides (n), Side length (s)
Irregular polygon (Shoelace) (A = \frac{1}{2}\left \sum_{i=1}^{n} (x_i y_{i+1} - x_{i+1} y_i) \right

Memorizing these formulas is less important than understanding when and how to apply them—the answer key demonstrates each situation with clear reasoning.


2. Step‑by‑Step Solutions for Lesson 22 Problems

Below is a representative set of problems you might encounter in Lesson 22, followed by concise, fully worked solutions.

Problem 1 – Area of a Composite Figure

Question: Find the area of the figure composed of a rectangle (8 \text{ cm} \times 5 \text{ cm}) attached to a right triangle with legs (5 \text{ cm}) and (3 \text{ cm}).

Solution:

  1. Separate the shape into a rectangle and a triangle.
  2. Rectangle area: (A_R = 8 \times 5 = 40 \text{ cm}^2).
  3. Triangle area: (A_T = \frac{1}{2} \times 5 \times 3 = 7.5 \text{ cm}^2).
  4. Total area: (A = A_R + A_T = 40 + 7.5 = 47.5 \text{ cm}^2).

Key Insight: Decomposing complex polygons into simpler shapes avoids unnecessary algebra.

Problem 2 – Area of a Regular Hexagon

Question: A regular hexagon has a side length of (6 \text{ cm}). Compute its area.

Solution:

  1. Use the regular‑polygon formula:

[ A = \frac{1}{4} n s^{2} \cot\left(\frac{\pi}{n}\right),\qquad n=6,; s=6. ]

  1. Compute (\cot\left(\frac{\pi}{6}\right) = \cot 30^\circ = \sqrt{3}).

  2. Plug in values:

[ A = \frac{1}{4} \times 6 \times 6^{2} \times \sqrt{3} = \frac{6}{4} \times 36 \times \sqrt{3} = 54\sqrt{3}\ \text{cm}^2 \approx 93.53\ \text{cm}^2. ]

Tip: For regular polygons, you can also split the figure into (n) congruent isosceles triangles and sum their areas.

Problem 3 – Shoelace Theorem Application

Question: Determine the area of the quadrilateral with vertices (A(1,2)), (B(5,4)), (C(4,8)), and (D(0,5)).

Solution:

  1. List the coordinates cyclically and repeat the first point at the end:

[ (1,2), (5,4), (4,8), (0,5), (1,2). ]

  1. Compute the two sums:

[ \sum x_i y_{i+1}= 1\cdot4 + 5\cdot8 + 4\cdot5 + 0\cdot2 = 4 + 40 + 20 + 0 = 64, ]

[ \sum y_i x_{i+1}= 2\cdot5 + 4\cdot4 + 8\cdot0 + 5\cdot1 = 10 + 16 + 0 + 5 = 31. ]

  1. Apply the Shoelace formula:

[ A = \frac{1}{2}|64 - 31| = \frac{1}{2} \times 33 = 16.5 \text{ square units}. ]

Common Mistake: Forgetting to close the polygon by repeating the first vertex leads to an off‑by‑one error.

Problem 4 – Area of an Irregular Pentagon Using Triangulation

Question: An irregular pentagon can be divided into three triangles with the following base‑height pairs: ((4,3)), ((5,2.5)), ((6,4)). Find the total area.

Solution:

  1. Compute each triangle’s area:

    If you found this helpful, you might also enjoy why is it called horseradish or words that start with x list.

    • (A_1 = \frac{1}{2} \times 4 \times 3 = 6).
    • (A_2 = \frac{1}{2} \times 5 \times 2.5 = 6.25).
    • (A_3 = \frac{1}{2} \times 6 \times 4 = 12).
  2. Sum them:

[ A = 6 + 6.Now, 25 + 12 = 24. 25 \text{ square units}.

Why triangulation works: Any simple polygon can be split into non‑overlapping triangles whose areas add up to the polygon’s area.

Problem 5 – Area of a Trapezoid Embedded in a Parallelogram

Question: A parallelogram has a base of (10 \text{ cm}) and a height of (6 \text{ cm}). A line drawn parallel to the base cuts off a smaller trapezoid whose top base is (4 \text{ cm}). Find the area of the trapezoid.

Solution:

  1. The height of the trapezoid equals the height of the parallelogram, (h = 6 \text{ cm}).
  2. Bottom base of the trapezoid is the original base, (b_1 = 10 \text{ cm}).
  3. Top base is given, (b_2 = 4 \text{ cm}).
  4. Apply the trapezoid formula:

[ A = \frac{1}{2}(b_1 + b_2)h = \frac{1}{2}(10 + 4) \times 6 = \frac{1}{2} \times 14 \times 6 = 42 \text{ cm}^2. ]

Insight: Recognizing that the trapezoid shares the same height as the parent parallelogram simplifies the calculation.


3. Scientific Explanation Behind the Formulas

3.1. Why the Triangle Area Formula Works

The area of a triangle equals half the product of its base and height because a rectangle of the same base and height can be divided into two congruent right triangles. This geometric reasoning underlies the (\frac{1}{2}bh) relationship.

3.2. Deriving the Regular Polygon Formula

A regular (n)-gon can be dissected into (n) identical isosceles triangles, each having a vertex at the polygon’s center. The central angle of each triangle is (\frac{2\pi}{n}). Using trigonometry, the area of one triangle is

[ \frac{1}{2} r^{2} \sin\left(\frac{2\pi}{n}\right), ]

where (r) is the circumradius. Substituting (r = \frac{s}{2\sin(\pi/n)}) and simplifying yields the compact (\frac{1}{4} n s^{2} \cot(\pi/n)) expression.

3.3. The Shoelace Theorem (Gauss’s Area Formula)

For a polygon whose vertices are listed in order ((x_1, y_1), \dots, (x_n, y_n)), the Shoelace theorem computes the signed area by summing cross‑products of consecutive coordinates. The name comes from the criss‑cross pattern that appears when the terms are written out, resembling the lacing of a shoe. The theorem is a discrete analogue of Green’s theorem from calculus, linking line integrals around a closed curve to the area it encloses.


4. Frequently Asked Questions (FAQ)

Q1. Can I use the Shoelace theorem for polygons that are not convex?
A: Yes. As long as the vertices are listed in a consistent clockwise or counter‑clockwise order and the polygon is simple (no self‑intersections), the formula gives the correct absolute area.

Q2. What if a polygon is irregular but I only know side lengths, not coordinates?
A: You may need to triangulate the shape using known heights, apply the law of cosines to find missing angles, or construct auxiliary lines to create right triangles. In some cases, additional information (e.g., one diagonal length) is required.

Q3. Why does the regular‑polygon formula involve cotangent?
A: The cotangent term (\cot(\pi/n)) arises from converting the side length to the apothem (the distance from the center to a side). The area of a regular polygon can also be expressed as (\frac{1}{2} \times \text{perimeter} \times \text{apothem}); substituting the apothem in terms of side length introduces the cotangent.

Q4. Is there a quick way to estimate the area of a large polygon without exact calculations?
A: Approximate the polygon with a bounding rectangle or minimum‑area enclosing circle and use those areas as upper and lower bounds. For regular polygons, the circle’s area ((\pi r^2)) is a close upper bound, while the inscribed circle’s area ((\pi a^2), where (a) is the apothem) provides a lower bound.

Q5. How does the concept of area of polygons connect to calculus?
A: In integral calculus, the definite integral (\int_a^b f(x),dx) represents the area under a curve, which can be approximated by summing the areas of many thin rectangles—a limiting case of the polygon‑area idea. Worth adding, the Green’s theorem mentioned earlier generalizes the Shoelace theorem to smooth curves.


5. Tips for Mastering Polygon‑Area Problems

  1. Sketch First: A quick drawing clarifies which formula applies and reveals possible decompositions.
  2. Label All Known Quantities: Write down bases, heights, side lengths, and coordinates before jumping into calculations.
  3. Check Units: Consistency prevents simple arithmetic errors (e.g., mixing centimeters with meters).
  4. Validate Results: For composite figures, compare the sum of parts with the area obtained by an alternative method (e.g., Shoelace vs. triangulation).
  5. Practice with Real Data: Measure a tabletop, a garden plot, or a floor plan and compute its area—real‑world context reinforces the concepts.

6. Conclusion

Lesson 22’s area of polygons answer key is more than a set of numeric solutions; it is a roadmap that connects geometric intuition, algebraic manipulation, and trigonometric reasoning. On the flip side, remember that every complex shape can be broken down into simpler components, and that the elegance of geometry often lies in these hidden decompositions. In practice, by mastering the core formulas, understanding the derivations, and applying systematic problem‑solving strategies, you will be equipped to tackle any polygon‑area question—whether it appears on a classroom test, a college entrance exam, or a real‑life design project. Keep practicing, stay curious, and let the shapes guide your mathematical journey.

New

Latest Posts

Related

Related Posts

Thank you for reading about Lesson 22 Area Of Polygons Answer Key. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
ID

idmbestpractices

Staff writer at idmbestpractices.ca. We publish practical guides and insights to help you stay informed and make better decisions.