9.1 2D Geometry: Perimeter, Area, & Circles

Key Takeaways

  • Perimeter measures the one-dimensional boundary distance enclosing a shape (P in linear units), while area measures the two-dimensional surface space contained within (A in square units).
  • Standard polygon area formulas rely on perpendicular heights: Parallelogram A = bh, Triangle A = (1/2)bh, and Trapezoid A = (1/2)(b_1 + b_2)h; never substitute a slanted side length for the perpendicular altitude.
  • Circle dimensions are governed by radius r and diameter d = 2r, yielding Circumference C = 2πr = πd and Area A = πr².
  • Arc lengths (L = (θ/360°) * 2πr) and sector areas (A_sector = (θ/360°) * πr²) represent identical fractional proportions (θ/360°) of a full circle's circumference and area.
  • When all linear dimensions of a two-dimensional figure scale by a factor k, the perimeter scales by k¹ = k and the area scales by k².
Last updated: August 2026

Foundations of Two-Dimensional Measurement

Two-dimensional (2D) geometry questions on the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test assess your ability to calculate boundary lengths, surface coverage, composite decompositions, circular metrics, and scaling transformations. Mastery of these concepts requires a clear understanding of dimensionality:

  • Perimeter (PP): The total continuous one-dimensional (1D) linear distance enclosing a closed geometric figure. Perimeter is measured in standard linear units, such as inches (in\text{in}), feet (ft\text{ft}), meters (m\text{m}), or centimeters (cm\text{cm}).
  • Area (AA): The total two-dimensional (2D) planar surface space enclosed within a closed geometric boundary. Area is measured in square units, such as square inches (in2\text{in}^2), square feet (ft2\text{ft}^2), square meters (m2\text{m}^2), or square centimeters (cm2\text{cm}^2).

Polygons: Perimeter & Area Formulas

A polygon is a closed two-dimensional plane figure formed by three or more straight line segments connected end-to-end. The table below outlines the core polygon formulas tested on the ACCUPLACER exam:

Polygon TypeKey DimensionsPerimeter Formula (PP)Area Formula (AA)
RectangleLength ll, Width wwP=2l+2w=2(l+w)P = 2l + 2w = 2(l + w)A=lwA = l \cdot w
SquareSide length ssP=4sP = 4sA=s2A = s^2
ParallelogramBase bb, Perpendicular height hh, Side aaP=2a+2bP = 2a + 2bA=bhA = b \cdot h
TriangleBase bb, Perpendicular height hh, Sides a,b,ca, b, cP=a+b+cP = a + b + cA=12bhA = \frac{1}{2}b h
TrapezoidParallel bases b1,b2b_1, b_2, Height hh, Legs c,dc, dP=b1+b2+c+dP = b_1 + b_2 + c + dA=12(b1+b2)hA = \frac{1}{2}(b_1 + b_2)h
Visualizing Altitude vs. Slant Length:

   Parallelogram:                      Trapezoid:
      +---------------+                   +------- b1 -------+
     /|              /                   /|                  |\
  a / | h           / a               c / | h                | \ d
   /  |            /                   /  |                  |  \
  +---+-----------+                   +---+------------------+---+
      |<--- b --->|                   |<------- b2 ------------->|
  * Note: h is strictly PERPENDICULAR to base b (never use slant side a for area).

1. Rectangles and Squares

  • Rectangle: Opposite sides are equal in length and parallel, meeting at four 9090^\circ right angles. The diagonal of a rectangle forms two right triangles, allowing you to calculate the diagonal length using the Pythagorean theorem: d=l2+w2d = \sqrt{l^2 + w^2}.
  • Square: An equilateral and equiangular quadrilateral where all four sides are equal (s=l=ws = l = w). The diagonal of a square is d=s2d = s\sqrt{2}, and the area expressed in terms of diagonal dd is A=12d2A = \frac{1}{2}d^2.

2. Parallelograms

  • A quadrilateral with two pairs of parallel opposite sides. Opposite sides are equal in length, and opposite interior angles are equal.
  • Crucial Rule for Height: The height hh in A=bhA = bh must be the perpendicular distance (altitude) between the two parallel base lines. The slanted side length aa is used only for perimeter calculations (P=2a+2bP = 2a + 2b) and must never be multiplied directly by bb to find the area unless the figure is a rectangle (h=ah = a).

3. Triangles

  • The area of any triangle is exactly half the area of an enclosing parallelogram sharing the same base and perpendicular height: A=12bhA = \frac{1}{2}bh.
  • Right Triangles: The two perpendicular legs serve directly as base bb and height hh, so A=12leg1leg2A = \frac{1}{2} \cdot \text{leg}_1 \cdot \text{leg}_2.
  • Obtuse Triangles: The altitude may fall outside the triangular boundary. The base bb is solely the length of the triangle's bottom edge—do not add the extended external baseline when computing area.

4. Trapezoids

  • A quadrilateral with exactly one pair of parallel opposite sides called bases (b1b_1 and b2b_2). The non-parallel sides are called legs.
  • Geometric Intuition: The area formula A=b1+b22hA = \frac{b_1 + b_2}{2} \cdot h represents the average of the two parallel bases multiplied by the perpendicular height between them.

Circles: Circumference, Area, Arcs, & Sectors

A circle is the set of all points in a plane that are equidistant from a fixed center point.

Anatomy of a Circle & Circular Sector:

         .---' '---.                   .---' '---.       
       /     r       \               /     /\     \      
      |   •---------> | d           |     / θ \    |     
       \     radius  /               \   /_____\  /      
         '---. .---'                   '---. .---'       
        d = 2r, C = 2πr              Sector Area = (θ/360)πr²
          A = πr²                     Arc Length L = (θ/360)2πr

1. Fundamental Circle Metrics

  • Radius (rr): The distance from the center to any point on the circle.
  • Diameter (dd): The longest chord passing through the center connecting two points on the circle: d=2rd = 2r and r=d2r = \frac{d}{2}.
  • Circumference (CC): The perimeter (boundary distance around) the circle: C=2πr=πdC = 2\pi r = \pi d
  • Area (AA): The total enclosed planar surface: A=πr2=π(d2)2=πd24A = \pi r^2 = \pi \left(\frac{d}{2}\right)^2 = \frac{\pi d^2}{4}
  • Value of π\pi: π\pi is an irrational mathematical constant representing the exact ratio of circumference to diameter (π=Cd3.14159\pi = \frac{C}{d} \approx 3.14159 or 227\frac{22}{7}). On the ACCUPLACER exam, answers are frequently expressed in exact symbolic terms containing π\pi or approximated using 3.143.14.

2. Arc Length and Circular Sectors

When a circle is partitioned by a central angle θ\theta (measured in degrees with the vertex at the circle's center):

  • Fractional Proportion of Circle (ff): f=θ360f = \frac{\theta}{360^\circ}
  • Arc Length (LL): The curved linear boundary distance along the circle's circumference subtended by central angle θ\theta: L=(θ360)2πr=(θ360)πdL = \left(\frac{\theta}{360^\circ}\right) \cdot 2\pi r = \left(\frac{\theta}{360^\circ}\right) \cdot \pi d
  • Sector Area (AsectorA_{\text{sector}}): The pie-slice planar area enclosed by the two radial boundaries and the curved arc: Asector=(θ360)πr2A_{\text{sector}} = \left(\frac{\theta}{360^\circ}\right) \cdot \pi r^2
  • Perimeter of a Sector (PsectorP_{\text{sector}}): The complete closed boundary enclosing the sector, consisting of the curved arc plus the two straight radial edges: Psector=L+2r=(θ360)2πr+2rP_{\text{sector}} = L + 2r = \left(\frac{\theta}{360^\circ}\right) 2\pi r + 2r

Composite 2D Figures & Shaded Regions

Applied ACCUPLACER problems routinely evaluate complex irregular shapes composed of multiple standard geometric figures.

Strategy 1: Additive Decomposition (Sum of Sub-Regions)

  1. Partition the irregular polygon or composite shape into non-overlapping standard shapes (rectangles, right triangles, trapezoids, semicircles).
  2. Calculate the individual area of each component sub-region.
  3. Sum all sub-region areas: Atotal=A1+A2+A3++AnA_{\text{total}} = A_1 + A_2 + A_3 + \dots + A_n.
  4. Critical Perimeter Rule: When calculating the perimeter of a composite figure, sum only the exterior exposed boundaries. Never include internal partition seams where shapes touch.

Strategy 2: Subtractive Decomposition (Shaded Regions)

When asked to find the area of a shaded region formed by cutting one shape out of another: Areashaded=Areatotal outer figureAreaunshaded inner cutout\text{Area}_{\text{shaded}} = \text{Area}_{\text{total outer figure}} - \text{Area}_{\text{unshaded inner cutout}}


Dimensional Scaling Effects in 2D Geometry

A fundamental geometric principle frequently tested on standardized exams is how scaling linear dimensions affects perimeter and area:

  • If every linear dimension (length, width, radius, height) of a 2D shape is multiplied by a scale factor kk (k>0k > 0):
    1. Perimeter scales linearly by k1=kk^1 = k: Pnew=kPoriginalP_{\text{new}} = k \cdot P_{\text{original}}
    2. Area scales quadratically by k2k^2: Anew=k2AoriginalA_{\text{new}} = k^2 \cdot A_{\text{original}}
  • Reverse Scaling: If the area of a shape increases by a factor of MM, its linear dimensions have been scaled by a factor of M\sqrt{M}.
Scaling Principle Illustrated (Scale Factor k = 3):

  Original Square (s = 2):        Enlarged Square (s' = 2 × 3 = 6):
     +---+                        +-------------+
     |   | s = 2                  |             |
     +---+                        |             | s' = 6
  Perimeter = 4(2) = 8            |             |
  Area = 2² = 4                   |             |
                                  +-------------+
                                  Perimeter = 4(6) = 24 = 3 × 8
                                  Area = 6² = 36 = 3² × 4 = 9 × 4

Step-by-Step Worked Examples

Worked Example 1: Athletic Running Track (Perimeter & Area)

An athletic running track consists of a central rectangular infield measuring 100 m100\text{ m} in length and 60 m60\text{ m} in width, flanked at each end by a semicircle whose diameter matches the 60 m60\text{ m} width of the rectangle.

        100 m
     +---------+
  ( /|         |\ )
 ( | |  100x60 | | )
  ( \|         |/ )
     +---------+
        100 m
  1. Calculate Track Perimeter (Running Distance):

    • Two straight track segments: 2×100 m=200 m2 \times 100\text{ m} = 200\text{ m}.
    • Two semicircular ends combine to form one full circle with diameter d=60 md = 60\text{ m} (r=30 mr = 30\text{ m}).
    • Circular boundary: C=πd=60π60×3.14159=188.50 mC = \pi d = 60\pi \approx 60 \times 3.14159 = 188.50\text{ m}.
    • Total Perimeter: P=200+188.50=388.50 metersP = 200 + 188.50 = 388.50\text{ meters}.
  2. Calculate Total Enclosed Area:

    • Rectangular infield area: Arect=100×60=6,000 m2A_{\text{rect}} = 100 \times 60 = 6,000\text{ m}^2.
    • Semicircular ends combined area: Acircle=πr2=π(302)=900π900×3.14159=2,827.43 m2A_{\text{circle}} = \pi r^2 = \pi (30^2) = 900\pi \approx 900 \times 3.14159 = 2,827.43\text{ m}^2.
    • Total Area: Atotal=6,000+2,827.43=8,827.43 m2A_{\text{total}} = 6,000 + 2,827.43 = 8,827.43\text{ m}^2.

Worked Example 2: Shaded Lawn with Swimming Pool Cutout

A homeowner has a rectangular backyard measuring 40 ft40\text{ ft} by 25 ft25\text{ ft}. The homeowner installs a circular above-ground swimming pool with a diameter of 14 ft14\text{ ft} in the yard. What is the remaining grass area of the lawn that requires sod (use π227\pi \approx \frac{22}{7})?

  1. Total Yard Area: Ayard=40 ft×25 ft=1,000 sq ftA_{\text{yard}} = 40\text{ ft} \times 25\text{ ft} = 1,000\text{ sq ft}
  2. Pool Area: Radius r=d2=142=7 ft\text{Radius } r = \frac{d}{2} = \frac{14}{2} = 7\text{ ft} Apool=πr2=227×(7)2=227×49=22×7=154 sq ftA_{\text{pool}} = \pi r^2 = \frac{22}{7} \times (7)^2 = \frac{22}{7} \times 49 = 22 \times 7 = 154\text{ sq ft}
  3. Remaining Shaded Grass Area: Agrass=AyardApool=1,000154=846 square feetA_{\text{grass}} = A_{\text{yard}} - A_{\text{pool}} = 1,000 - 154 = 846\text{ square feet}

Worked Example 3: Circular Sector Garden Bed Fencing

A circular decorative flowerbed has a radius of 9 meters9\text{ meters}. A sector with a central angle of θ=120\theta = 120^\circ is allocated for planting lavender. Calculate the exact area of the lavender sector and the total perimeter of decorative stone edging needed to enclose this sector completely.

  1. Fraction of the Circle: f=θ360=120360=13f = \frac{\theta}{360^\circ} = \frac{120^\circ}{360^\circ} = \frac{1}{3}
  2. Exact Sector Area: Asector=13πr2=13π(92)=1381π=27π m2A_{\text{sector}} = \frac{1}{3} \cdot \pi r^2 = \frac{1}{3} \cdot \pi (9^2) = \frac{1}{3} \cdot 81\pi = 27\pi\text{ m}^2
  3. Curved Arc Length: L=132πr=132π(9)=6π mL = \frac{1}{3} \cdot 2\pi r = \frac{1}{3} \cdot 2\pi (9) = 6\pi\text{ m}
  4. Total Enclosing Boundary Perimeter: P=L+2r=6π+2(9)=(6π+18) metersP = L + 2r = 6\pi + 2(9) = (6\pi + 18)\text{ meters}

Common Pitfalls & ACCUPLACER Exam Traps

  1. Confusing Diameter and Radius: Standard circle formulas require radius rr. If given diameter dd, you must divide by 22 before squaring (A=π(d/2)2A = \pi (d/2)^2, not πd2\pi d^2).
  2. Using Slant Edge Instead of Perpendicular Altitude: In parallelograms, triangles, and trapezoids, always ensure the height hh is strictly perpendicular (9090^\circ) to the base.
  3. Including Internal Boundary Seams in Perimeter: When shapes are joined, the shared interior line is not part of the perimeter.
  4. Omitting Radial Edges in Sector Perimeters: The perimeter of a sector requires the arc length PLUS two straight radii (P=L+2rP = L + 2r).
  5. Linear Scaling vs. Area Scaling Errors: Doubling linear dimensions quadruples area (22=42^2 = 4), while tripling linear dimensions increases area by ninefold (32=93^2 = 9).
Loading diagram...
2D Geometry Formulas, Decompositions, and Scaling Laws
Test Your Knowledge

An athletic running track consists of a rectangular central infield measuring 100 meters in length and 60 meters in width, flanked by two semicircular ends whose diameters match the 60-meter width of the infield. What is the total perimeter of the running track (to the nearest tenth of a meter)?

A
B
C
D
Test Your Knowledge

A circular decorative garden plot has a radius of 12 feet. A homeowner designs a sector within this circle subtended by a central angle of 60° to be planted with roses, and installs decorative brick border edging along the entire outer boundary enclosing the rose sector. What are the exact area of the rose sector and the exact perimeter of the brick edging enclosing the sector?

A
B
C
D
Test Your Knowledge

A rectangular graphic design measures 4 inches by 6 inches with an area of 24 square inches. If the designer scales all linear dimensions of the graphic up by a scale factor of k = 2.5 to produce a poster, what will be the perimeter and area of the enlarged poster?

A
B
C
D