+ learner first aid

Current Mathematics syllabus topic for Form IV.

First aid: read the overview, copy one worked example by hand, then try explaining the key rule without looking.

+ Math syllabus context

Current Mathematics path is the active Basic Mathematics syllabus. The 2023 Mathematics syllabus is a transition path expected to take effect from January 2027; this wiki will update the lead path in late 2026.

Area and Perimeter

Syllabus Identity

  • Curriculum: Mathematics
  • Topic ID: topic-csee-basic-mathematics-2005-[[area|area]]-and-[[perimeter|perimeter]]
  • Form: Form IV
  • Hub: Geometry and Measurement
  • Competence grouping: Geometry, measurement and drawing

This is a current Mathematics syllabus topic. It preserves the 2005 Basic Mathematics identity and order for exam-facing mapping. Do not merge it into the 2023 Mathematics transition topic page even when the learning idea overlaps.

Official Scope

Current Mathematics syllabus topic covering area of any triangle; area of a rhombus; perimeter of a regular polygon; area of a regular polygon; area of similar polygons.

Subtopics

Core Concepts

Area of Any Triangle The area of a triangle can be calculated using different methods depending on the geometrical information provided:

  1. Base and Height: When a base $b$ and its corresponding perpendicular height $h$ are known:
  2. $$A = \frac{1}{2}bh$$

  3. Trigonometric Formula (Two Sides and an Included Angle): If two side lengths $a$ and $b$ and the included angle $C$ are known, the area is derived using the sine ratio:
  4. $$A = \frac{1}{2}ab \sin C$$ Derivation: Drop a perpendicular $h$ from vertex $A$ to the opposite side $BC$ (base $a$). From right-angled triangle trigonometry, $\sin C = \frac{h}{b}$, which rearranges to $h = b \sin C$. Substituting this height into the standard area formula $A = \frac{1}{2}ah$ yields $A = \frac{1}{2}ab \sin C$.

  5. Heron's Formula: When all three side lengths $a$, $b$, and $c$ are known without any height or angle given:
  6. $$A = \sqrt{s(s-a)(s-b)(s-c)}$$ where $s$ is the semi-perimeter of the triangle, defined as $s = \frac{a+b+c}{2}$.

Area of a Rhombus A rhombus is an equilateral parallelogram. A key property of a rhombus is that its diagonals bisect each other at right angles ($90^\circ$). If the lengths of the diagonals are $d_1$ and $d_2$: $$A = \frac{1}{2}d_1 d_2$$ Proof: The intersection of the two diagonals divides the rhombus into four congruent right-angled triangles. Each triangle has a base of $\frac{d_1}{2}$ and a height of $\frac{d_2}{2}$. The area of one such triangle is $\frac{1}{2} \left(\frac{d_1}{2}\right) \left(\frac{d_2}{2}\right) = \frac{d_1 d_2}{8}$. Since there are 4 identical triangles, the total area is $4 \times \frac{d_1 d_2}{8} = \frac{1}{2}d_1 d_2$. (Note: Because a rhombus is also a parallelogram, the standard formula $A = \text{base} \times \text{perpendicular height}$ remains perfectly valid if those parameters are given).

Perimeter and Area of a Regular Polygon A regular polygon is one with $n$ equal sides and $n$ equal interior angles.

  1. Perimeter ($P$): If each side has length $s$, then:
  2. $$P = n \times s$$

  3. Area: The most robust way to find the area of an $n$-sided regular polygon is to divide it into $n$ congruent isosceles triangles by drawing radii from the polygon's center to each vertex. Let $R$ be the circumradius (distance from the center to a vertex). The central angle for each constituent triangle is $\theta = \frac{360^\circ}{n}$.
  4. Using the trigonometric triangle area formula: $A_{\text{triangle}} = \frac{1}{2}R \cdot R \cdot \sin\left(\frac{360^\circ}{n}\right) = \frac{1}{2}R^2 \sin\left(\frac{360^\circ}{n}\right)$. Total Area of the polygon: $$A = \frac{n}{2}R^2 \sin\left(\frac{360^\circ}{n}\right)$$ Alternatively, if using the apothem $a$ (the perpendicular distance from the center to a side): $$A = \frac{1}{2} P \times a$$

Area of Similar Polygons Two polygons are "similar" if their corresponding angles are equal and the ratio of their corresponding side lengths is a constant scalar. If the scale factor (the ratio of corresponding side lengths) of two similar polygons is $k$, then the ratio of their enclosed areas is $k^2$. For two similar polygons, if Polygon 1 has side $s_1$ and Area $A_1$, and Polygon 2 has corresponding side $s_2$ and Area $A_2$: $$\frac{A_1}{A_2} = \left(\frac{s_1}{s_2}\right)^2 = k^2$$ Intuition: Area represents a two-dimensional domain. Scaling the linear dimensions (length and width) of a shape by a factor of $k$ scales the resulting two-dimensional area by $k \times k = k^2$.

Worked Examples

Example 1: Basic Triangle Area using Trigonometry Find the area of triangle $ABC$ where $AB = 8 \text{ cm}$, $AC = 12 \text{ cm}$, and the included angle $A = 30^\circ$. Solution: Apply the formula $A = \frac{1}{2}bc \sin A$: $$A = \frac{1}{2}(8)(12) \sin(30^\circ)$$ $$A = 48 \times 0.5 = 24 \text{ cm}^2$$

Example 2: Heron's Formula Calculate the area of a triangle whose sides measure $5 \text{ cm}$, $12 \text{ cm}$, and $13 \text{ cm}$. Solution: First, compute the semi-perimeter $s$: $$s = \frac{5 + 12 + 13}{2} = \frac{30}{2} = 15 \text{ cm}$$ Apply Heron's Formula: $$A = \sqrt{15(15-5)(15-12)(15-13)}$$ $$A = \sqrt{15(10)(3)(2)}$$ $$A = \sqrt{900} = 30 \text{ cm}^2$$

Example 3: Area and Perimeter of a Rhombus The diagonals of a rhombus are $16 \text{ cm}$ and $12 \text{ cm}$. Find its area and its perimeter. Solution: Area $A = \frac{1}{2} d_1 d_2 = \frac{1}{2}(16)(12) = 96 \text{ cm}^2$. To find the perimeter, recall that the diagonals intersect at right angles, creating four right-angled triangles with legs of length $\frac{16}{2} = 8 \text{ cm}$ and $\frac{12}{2} = 6 \text{ cm}$. Use Pythagorean theorem to find the hypotenuse, which is the side length $s$ of the rhombus: $$s^2 = 8^2 + 6^2 = 64 + 36 = 100 \implies s = 10 \text{ cm}$$ Perimeter $P = 4 \times s = 4 \times 10 = 40 \text{ cm}$.

Example 4: Angles of a Regular Polygon (NECTA 2021 Paper 1 Style) The exterior and interior angles of a regular polygon are in the ratio $2:4$ respectively. Find the number of sides of the polygon. Solution: Let the exterior angle be $E$ and the interior angle be $I$. The ratio is given as $E : I = 2 : 4$, which simplifies to $1 : 2$. Thus, let $E = x$ and $I = 2x$. The sum of an interior and exterior angle on a straight line is always $180^\circ$: $$E + I = 180^\circ$$ $$x + 2x = 180^\circ \implies 3x = 180^\circ \implies x = 60^\circ$$ So, the exterior angle $E = 60^\circ$. The sum of all exterior angles for any convex polygon is $360^\circ$. If the polygon has $n$ sides: $$n = \frac{360^\circ}{E} = \frac{360^\circ}{60^\circ} = 6$$ The polygon has 6 sides (it is a regular hexagon).

Example 5: Inscribed Polygon (NECTA 2018 Paper 1) A regular hexagon is inscribed in a circle. If the perimeter of the hexagon is $42 \text{ cm}$, find the area of the circle and the area of the regular polygon. (Use $\pi = \frac{22}{7}$) Solution: Step 1: Find the side length of the hexagon. $P = 6s = 42 \implies s = 7 \text{ cm}$. Step 2: Relate side length to circle radius. A regular hexagon is constructed of 6 equilateral triangles. The distance from the center to any vertex (the circumradius $R$ of the circle) is exactly equal to the side length $s$. Thus, $R = 7 \text{ cm}$. Step 3: Area of the Circle. $$A_{\text{circle}} = \pi R^2 = \frac{22}{7} \times 7^2 = \frac{22}{7} \times 49 = 154 \text{ cm}^2$$ Step 4: Area of the Regular Hexagon. Using the polygon area formula: $$A_{\text{hexagon}} = 6 \times \left( \frac{1}{2} R^2 \sin(60^\circ) \right)$$ $$A_{\text{hexagon}} = 3 \times 7^2 \times \frac{\sqrt{3}}{2} = 147 \times \frac{1.732}{2} \approx 127.3 \text{ cm}^2$$

Example 6: Area of Similar Polygons Two similar regular pentagons have perimeters of $20 \text{ cm}$ and $30 \text{ cm}$. If the area of the smaller pentagon is $40 \text{ cm}^2$, what is the area of the larger pentagon? Solution: The ratio of their perimeters equals the ratio of their corresponding sides (scale factor $k$): $$k = \frac{P_{\text{large}}}{P_{\text{small}}} = \frac{30}{20} = \frac{3}{2}$$ The ratio of their areas is the square of the scale factor, $k^2$: $$\frac{A_{\text{large}}}{A_{\text{small}}} = \left(\frac{3}{2}\right)^2 = \frac{9}{4}$$ Substitute the given smaller area: $$\frac{A_{\text{large}}}{40} = \frac{9}{4} \implies A_{\text{large}} = 40 \times \frac{9}{4} = 90 \text{ cm}^2$$

Example 7: Complex Area Challenge A regular octagon is inscribed in a circle of radius $10 \text{ cm}$. Find the area of the shaded region bounded between the circle and the octagon. (Use $\pi = 3.14$ and $\sqrt{2} = 1.414$) Solution: Step 1: Find the Area of the Circle. $$A_{\text{circle}} = \pi R^2 = 3.14 \times (10)^2 = 314 \text{ cm}^2$$ Step 2: Find the Area of the Octagon. An octagon ($n=8$) can be split into 8 central triangles. The central angle is $\theta = \frac{360^\circ}{8} = 45^\circ$. Area of one triangle $= \frac{1}{2} R^2 \sin(45^\circ) = \frac{1}{2} (10)^2 \left(\frac{\sqrt{2}}{2}\right) = 25\sqrt{2} \text{ cm}^2$. Using $\sqrt{2} \approx 1.414$, the triangle's area $\approx 25 \times 1.414 = 35.35 \text{ cm}^2$. Total area of the octagon $= 8 \times 35.35 = 282.8 \text{ cm}^2$. Step 3: Find the bounded area. $$A_{\text{shaded}} = A_{\text{circle}} - A_{\text{octagon}} = 314 - 282.8 = 31.2 \text{ cm}^2$$

Common Pitfalls & Misconceptions

  • Confusing Apothem with Radius: In a regular polygon, the apothem is the perpendicular distance from the center to the midpoint of a side. The circumradius is the distance from the center to a vertex. Substituting the radius into the apothem formula $A = \frac{1}{2} P a$ is mathematically incorrect and frequently leads to wrong answers.
  • Forgetting to Square the Scale Factor: When dealing with similar polygons, students incorrectly assume that scaling the side length by a factor of 2 doubles the area. It is vital to remember that the area scales by the square of the side ratio ($k^2$).
  • Misapplying Heron's Formula: Students often forget to divide the total perimeter by 2 to find the semi-perimeter $s$, or they perform subtraction incorrectly under the radical. Ensure that $s$ is strictly greater than each individual side length before calculating.
  • Rhombus Base vs. Diagonal: A rhombus area can be calculated as $\text{base} \times \text{height}$ OR $\frac{1}{2}d_1 d_2$. Students sometimes mistakenly multiply adjacent side lengths together (ignoring the perpendicular height), falsely assuming this works as it does for a square.
  • The Inscribed Hexagon Property: A regular hexagon inscribed in a circle uniquely has its side length exactly equal to the circle's radius. Students often forget this relationship, leaving them stuck when a problem provides only the circle's radius and asks for the hexagon's perimeter.

NECTA Exam Focus

Questions on Area and Perimeter in the CSEE Basic Mathematics exam predictably blend basic geometry with trigonometry and cyclic properties.

  • Section A Focus: Candidates typically encounter direct applications of formulas. Expect to compute the number of sides of a regular polygon given interior or exterior angles, or to quickly calculate the area of a rhombus when both diagonals are given.
  • Section B Focus: Expect higher-order, multi-step geometric problems. A recurring exam pattern is the "inscribed polygon within a circle" (such as NECTA 2018), where students must calculate a "shaded region" (usually $\text{Area of Circle} - \text{Area of Polygon}$). This heavily tests the candidate's ability to divide polygons into triangles and accurately apply $\frac{1}{2}ab\sin C$.
  • Recurring Themes: The regular hexagon is undoubtedly the NECTA examiners' favorite polygon. It cleanly breaks down into six equilateral triangles, making it mathematically elegant to evaluate polygon properties, inscribed circles, and exact trigonometric values simultaneously (especially $\sin 60^\circ$).

Practice Problems

Basic Level

  1. The diagonals of a rhombus measure $24 \text{ cm}$ and $10 \text{ cm}$. Calculate its perimeter and area.
  2. Find the area of a triangle with sides measuring $7 \text{ cm}$, $24 \text{ cm}$, and $25 \text{ cm}$.
  3. The ratio of the interior angle to the exterior angle of a regular polygon is $5:1$. Find the number of sides of the polygon.

Intermediate Level

  1. Two similar regular hexagons have areas of $50 \text{ cm}^2$ and $200 \text{ cm}^2$. If the perimeter of the smaller hexagon is $30 \text{ cm}$, find the perimeter of the larger hexagon.
  2. In triangle $PQR$, length $PQ = 15 \text{ cm}$, $PR = 10 \text{ cm}$, and the area is $37.5 \text{ cm}^2$. Find the size of the included angle $P$.
  3. A regular decagon (10 sides) has a side length of $8 \text{ cm}$. Find the perimeter and the sum of all its interior angles.

Advanced Level (NECTA Section B Style)

  1. A regular pentagon is inscribed in a circle of radius $12 \text{ cm}$. Calculate the area of the minor segment cut off by one side of the pentagon. (Use $\pi = 3.14$)
  2. The area of a regular hexagon is $54\sqrt{3} \text{ cm}^2$. Find the exact circumference of the circle in which this hexagon is inscribed. (Leave your answer in terms of $\pi$)
  3. An equilateral triangle and a regular hexagon are constructed such that they share the exact same perimeter. Find the ratio of the area of the equilateral triangle to the area of the regular hexagon.

Crosswalk Notes

Cross-version relationships are drafted in data/curricula/crosswalks/csee-basic-mathematics-2005-to-mathematics-2023.json. Partial and 2005-only mappings remain reviewable.

+ Related Pages

Syllabus Sequence

Sibling Topics

Curriculum And Sources