+ learner first aid

Chapter-level learner page for the current 2005 Basic Mathematics topic covering perimeter, circumference, and areas of common plane figures.

Before this
  • Units of length - Learners should know millimetres, centimetres, metres, and kilometres.
  • Multiplication and division - Formula work depends on accurate arithmetic.
  • Fractions and decimals - Many dimensions and $\pi$ values are fractional or decimal.

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.

Perimeters and Areas

Overview

Perimeter measures distance around a plane figure. Area measures the amount of surface enclosed by the figure. Circumference is the perimeter of a circle.

This topic matters because many practical problems involve borders, fences, floor space, fields, cloth, paper, and circular objects. The main skill is to choose the correct measurement: length around the outside or space inside the boundary.

+ Syllabus Alignment

This is a current 2005 Basic Mathematics topic. It preserves the official 2005 syllabus identity and sequence for exam-facing mapping.

Prerequisites

  • Units of length - Learners should know millimetres, centimetres, metres, and kilometres.
  • Multiplication and division - Formula work depends on accurate arithmetic.
  • Fractions and decimals - Many dimensions and $\pi$ values are fractional or decimal.
  • Basic shapes - Learners should recognize triangles, quadrilaterals, circles, trapezia, and parallelograms.
  • Substitution in formulas - Learners should replace letters with given values.

Learning Scope

This page covers perimeters of triangles and quadrilaterals, circumference of a circle, areas of rectangles, triangles, trapezia, parallelograms, and circles.

It does not teach surface area of solids, volume, advanced coordinate geometry, or proof of every formula. Composite shapes may be used as applications, but the focus is on the listed plane figures.

Subtopics

Core Concepts

1. Perimeters of Triangles and Quadrilaterals The perimeter of a two-dimensional figure is the total length of its boundary. It is calculated by adding the lengths of all its sides.

  • Triangle: For a triangle with side lengths $a$, $b$, and $c$, the perimeter is $P = a + b + c$.
  • Rectangle: For a rectangle with length $l$ and width $w$, the perimeter is $P = l + w + l + w = 2(l + w)$.
  • Square / Rhombus: For a shape with four equal sides of length $l$, $P = 4l$.
  • Regular Hexagon: A polygon with six equal sides. Its perimeter is $P = 6l$. A vital geometric property to remember is that when a regular hexagon is inscribed in a circle, drawing lines from the center to its vertices divides it into six equilateral triangles. Therefore, the side length of the inscribed hexagon is exactly equal to the radius of the circumscribing circle ($l = r$).

2. Circumference of a Circle The perimeter of a circle has a special name: the circumference. It is directly proportional to its diameter $d$ or radius $r$.

  • The formula is $C = \pi d$ or $C = 2\pi r$.
  • The constant $\pi$ (pi) is typically taken as $\frac{22}{7}$ or $3.14$.

3. Areas of Rectangles and Triangles Area measures the amount of flat space enclosed within a two-dimensional boundary. It is measured in square units (e.g., $\text{cm}^2$, $\text{m}^2$).

  • Rectangle: Area is the product of its base and height (length and width). $A = l \times w$.
  • Right-angled Triangle: The area is exactly half of a rectangle with the same base and height. $A = \frac{1}{2} b h$.
  • Any Triangle (Trigonometric Formula): If you are given two side lengths $a$ and $b$, and the included angle $\theta$ between them, the area can be found using the sine ratio: $A = \frac{1}{2}ab \sin \theta$.

4. Areas of Trapezium and Parallelogram

  • Parallelogram: A quadrilateral with opposite parallel sides. Its area is the product of its base and its perpendicular height. $A = b \times h$.
  • Trapezium: A quadrilateral with exactly one pair of parallel sides (often called $a$ and $b$). Its area is the average of the parallel sides multiplied by the perpendicular height $h$ between them. $A = \frac{1}{2}(a + b)h$.

5. Area of a Circle The area enclosed by a circle of radius $r$ is given by the formula:

  • $A = \pi r^2$

Note on Similar Figures: If two shapes are geometrically similar and the ratio of their corresponding lengths is $k$, then the ratio of their areas is $k^2$.

Worked Examples

Example 1: Area of a Triangle using Trigonometry In triangle $ABC$, $\overline{AB} = 8\ \text{cm}$, $\overline{BC} = 11.3\ \text{cm}$ and $\angle ABC = 30^\circ$. Find the area of the triangle.

Solution: Since we are given two sides and the included angle, we use the trigonometric formula for the area of a triangle. $$A = \frac{1}{2}ac \sin B$$ Let $c = \overline{AB} = 8\ \text{cm}$, $a = \overline{BC} = 11.3\ \text{cm}$, and angle $B = 30^\circ$. $$A = \frac{1}{2} \times 11.3 \times 8 \times \sin 30^\circ$$ Recall that $\sin 30^\circ = 0.5$ (or $\frac{1}{2}$). $$A = \frac{1}{2} \times 11.3 \times 8 \times \frac{1}{2}$$ $$A = \frac{1}{4} \times 90.4 = 22.6$$ The area of the triangle is $22.6\ \text{cm}^2$.

Example 2: Algebraic Area of a Trapezium A trapezium has an area of $2x^2 - 8x + 6$ square units. If the parallel sides are $(2x+3)$ units and $(2x-7)$ units long, find its height.

Solution: The formula for the area of a trapezium is: $$A = \frac{1}{2}(a + b)h$$ Substitute the given algebraic expressions into the formula: $$2x^2 - 8x + 6 = \frac{1}{2} \left[ (2x + 3) + (2x - 7) \right] h$$ Simplify the terms inside the bracket by combining like terms: $$2x^2 - 8x + 6 = \frac{1}{2} (4x - 4) h$$ Factor out 4 from the bracket: $$2x^2 - 8x + 6 = \frac{1}{2} \times 4(x - 1) h$$ $$2x^2 - 8x + 6 = 2(x - 1) h$$ Factorize the quadratic expression on the left side by taking out the common factor 2: $$2(x^2 - 4x + 3) = 2(x - 1) h$$ Divide both sides by 2: $$x^2 - 4x + 3 = (x - 1) h$$ Factorize the quadratic expression $x^2 - 4x + 3$: $$(x - 1)(x - 3) = (x - 1) h$$ Divide both sides by $(x - 1)$: $$h = x - 3$$ The height of the trapezium is $(x - 3)$ units.

Example 3: Regular Hexagon Inscribed in a Circle The perimeter of a regular hexagon inscribed in a circle is $72\ \text{cm}$. Find the radius of the circle.

Solution: A regular hexagon has 6 equal sides. Let the side length be $s$. $$P = 6s \implies 72 = 6s \implies s = 12\ \text{cm}$$ When a regular hexagon is inscribed in a circle, drawing lines from the center of the circle to each vertex creates 6 identical equilateral triangles. In an equilateral triangle, all sides are equal. Therefore, the distance from the center to a vertex (which is the radius of the circle) is equal to the side length of the hexagon. $$r = s = 12\ \text{cm}$$ The radius of the circle is $12\ \text{cm}$.

NECTA Exam Focus

When dealing with Perimeters and Areas in the NECTA CSEE, the examiners rarely test formula memorization in isolation. Instead, they test your ability to connect basic geometric formulas with other mathematical branches.

Here are the recurring themes and common pitfalls:

  • Algebraic Geometry: Many questions require you to work with algebraic expressions rather than straightforward numbers. You will frequently see side lengths or areas given as polynomials (e.g., $2x+3$ or $2x^2 - 8x + 6$). You must be comfortable setting up an equation based on a geometric formula and solving for $x$, often requiring the factorization of quadratics.
  • Regular Hexagons in Circles: This is a highly recurring specific scenario. The most heavily tested property is that the radius of a circle circumscribing a regular hexagon is exactly equal to the side length of the hexagon. Students who forget this property usually skip the question because it appears that not enough information has been provided.
  • Trigonometric Area of a Triangle: You are frequently expected to use the sine formula $A = \frac{1}{2}ab \sin \theta$. A common pitfall is forgetting the exact sine values for special angles like $30^\circ$, $45^\circ$, and $60^\circ$.
  • Composite Shapes: Questions frequently feature irregular or "L-shaped" composite figures that must be logically broken down into simpler rectangles or triangles. A frequent pitfall is miscalculating the lengths of the new subdivided segments by incorrectly subtracting from total lengths.
  • Similar Figures: NECTA connects the concept of similarity to areas. Remember the crucial rule: if the ratio of corresponding lengths of two similar shapes is $a:b$, the ratio of their areas is $a^2:b^2$.

Practice Problems

  1. An L-shaped composite figure is made of two rectangles, A and B. Rectangle A is on the left (taller) and rectangle B is on the right (shorter), joined together. The left side is labelled $(x+2)\ \text{cm}$ (full height). The right side of rectangle B is labelled $2\ \text{cm}$. The bottom of rectangle B is labelled $(x+1)\ \text{cm}$. The total bottom width is labelled $(x+14)\ \text{cm}$.
  2. (a) Write the expression for the total area of rectangles A and B. (b) If the total area of rectangles A and B is $98\ \text{cm}^2$, find the value of $x$.

  1. In a figure, a regular hexagon is inscribed in a circle. If the perimeter of the hexagon is $42\ \text{cm}$, find:
  2. (a) The radius of the circle. (b) The area of the shaded region (the region between the circle and the exterior of the hexagon).

  1. Given that triangle $ABC$ is similar to triangle $PQR$, $\overline{AB} = 4\ \text{cm}$, $\overline{BC} = 5\ \text{cm}$, $\overline{PQ} = 18\ \text{cm}$ and angle $PQR$ is $30^{\circ}$, find the area of triangle $PQR$.
  1. The lengths of two similar rectangles are $6\ \text{cm}$ and $8\ \text{cm}$. If the area of the small rectangle is $73.8\ \text{cm}^2$, find the area of the large rectangle.

Generated Question Layer

  • Conceptual questions: Ask learners to distinguish perimeter, circumference, and area.
  • Skill questions: Generate direct formula-substitution tasks for triangles, rectangles, trapezia, parallelograms, and circles.
  • Application problems: Use school grounds, gardens, cloth, tins, round tables, paths, and simple construction contexts.
  • Progressive sets: Begin with identifying formulas, then one-step calculations, then missing dimensions, then composite figures.
  • Edge cases: Include unit conversion, diameter-radius confusion, slant-height traps, and figures with equal area but unequal perimeter.

Learner Aid Opportunities

  • diagram: Labelled shape diagrams would clarify base, height, radius, diameter, and parallel sides.
  • interactive: A shape-builder could let learners change dimensions and watch perimeter and area respond differently.
  • LLM tutor: Formula-selection hints would help learners decide whether a question asks for boundary length or surface space.

Exam-Derived Signals

The automatic 2018-2025 Basic Mathematics mapping currently gives this topic 20 unreviewed mapped signal(s) in data/question_map_2018_2025_basic_math_2005.jsonl.

These records are assessment signals, not curriculum authority. They should be checked against the original papers before being used as reviewed past-question coverage. Composite-shape, diagram, and mixed-measurement cases should stay reviewable.

Source And Review Notes

  • Official syllabus status: The topic identity, form placement, competence grouping, source topic ID, and hub come from the current Mathematics syllabus data.
  • Official scope: The syllabus scope is perimeters of triangles and quadrilaterals, circumference of a circle, areas of rectangles and triangles, areas of trapezium and parallelogram, and area of a circle.
  • Expansion status: Explanations, examples, and practice tasks are original learner-facing prose written from the syllabus scope, not copied from exams or textbooks.
  • Exam signal status: Unreviewed automatic mapping from 2018-2025 Basic Mathematics exam JSON; see data/topic_frequency_2018_2025_basic_math_2005.json.
  • Crosswalk status: Cross-version relationships are drafted in data/curricula/crosswalks/csee-basic-mathematics-2005-to-mathematics-2023.json; partial and 2005-only mappings remain reviewable.
  • Renderer QA: This page uses $...$ and $$...$$ math notation for later Obsidian, KaTeX, or MathJax rendering.
+ Related Pages

Topic Navigation

Sibling Topics

Curriculum And Sources