Geometry and Trigonometry Basics
From the Math curriculum
Geometry and Trigonometry Basics
TL;DR
You'll learn about fundamental geometric shapes, how to measure them, and the basics of angles and triangles. This includes perimeter, area, volume, and how trigonometry helps you work with triangles. Understanding these concepts is crucial for solving real-world problems involving space and measurement.
1. The Mental Model
Think of geometry as understanding the world's shapes and sizes, from flat drawings to 3D objects. Trigonometry is your toolkit for specifically dealing with the angles and side lengths of triangles, which are the building blocks of many shapes.
2. The Core Material
Geometry is all about shapes, their properties, and how they relate to each other. You'll work with both 2D shapes (like squares and circles) and 3D shapes (like cubes and spheres).
2.1 2D Shapes: Lines, Angles, and Polygons

Photo by Steve A Johnson on Pexels
- Lines and Rays: A line goes on forever in both directions. A ray starts at one point and goes on forever in one direction. A line segment is just a part of a line between two points.
- Angles: Formed when two rays share a common endpoint (the vertex).
- Acute: Less than 90 degrees.
- Right: Exactly 90 degrees.
- Obtuse: Greater than 90 but less than 180 degrees.
- Straight: Exactly 180 degrees.
- Polygons: Closed 2D shapes made of straight line segments.
- Triangle: 3 sides. Sum of angles is 180°.
- Quadrilateral: 4 sides. Sum of angles is 360°. (e.g., squares, rectangles, parallelograms, trapezoids)
- Pentagon: 5 sides.
- Hexagon: 6 sides.
- And so on...
- Circles: A set of all points in a plane that are equally distant from a central point.
- Radius (r): Distance from the center to any point on the circle.
- Diameter (d): Distance across the circle through the center (d = 2r).
- Circumference (C): The distance around the circle (C = $\pi$d or C = 2$\pi$r).
- Area (A): The space inside the circle (A = $\pi$r²).
2.2 Measuring 2D Shapes: Perimeter and Area

Photo by https://kaboompics.com/ on Pexels
- Perimeter: The total distance around the outside of a 2D shape. You just add up the lengths of all the sides.
- Rectangle: P = 2(length + width)
- Square: P = 4 * side
- Area: The amount of surface a 2D shape covers.
- Rectangle: A = length * width
- Square: A = side * side (s²)
- Triangle: A = (1/2) * base * height
- Circle: A = $\pi$r²
2.3 3D Shapes: Volume and Surface Area

Photo by Maxim Landolfi on Pexels
- Volume: The amount of space a 3D object occupies.
- Cube: V = side³
- Rectangular Prism (Box): V = length * width * height
- Cylinder: V = $\pi$r² * height
- Sphere: V = (4/3)$\pi$r³
- Surface Area: The total area of all the surfaces of a 3D object.
- Cube: SA = 6 * side² (since it has 6 identical square faces)
- Rectangular Prism: SA = 2(lw + lh + wh)
- Cylinder: SA = 2$\pi$r² (top and bottom circles) + 2$\pi$rh (curved side)
2.4 Introduction to Trigonometry (SOH CAH TOA)

Photo by https://kaboompics.com/ on Pexels
Trigonometry is all about the relationships between the angles and sides of right-angled triangles.
Consider a right triangle with an angle '$\theta$':
* Opposite: The side across from angle '$\theta$'.
* Adjacent: The side next to angle '$\theta$' that's NOT the hypotenuse.
* Hypotenuse: The longest side, opposite the right angle.
The three basic trigonometric ratios are:
- Sine (sin): Sine = Opposite / Hypotenuse (SOH)
- Cosine (cos): Cosine = Adjacent / Hypotenuse (CAH)
- Tangent (tan): Tangent = Opposite / Adjacent (TOA)
These ratios let you find unknown side lengths or angles in right triangles if you have enough information.
graph TD
A["Start: Identify the Problem"] --> B{"Is it about flat shapes or 3D objects?"}
B -- "Flat Shapes (2D)" --> C{"Need perimeter or area?"}
C -- "Perimeter" --> C1["Add up all side lengths (or use formula)"]
C -- "Area" --> C2["Use shape-specific area formula (e.g., L*W, 1/2 B*H, pi*r^2)"]
B -- "3D Objects" --> D{"Need volume or surface area?"}
D -- "Volume" --> D1["Use object-specific volume formula"]
D -- "Surface Area" --> D2["Calculate area of each face and sum them"]
A --> E{"Does it involve right-angled triangles and angles/sides?"}
E -- "Yes, Right Triangle" --> F{"What do you know and what do you need?"}
F -- "Know 2 sides, need 3rd side" --> F1["Use Pythagorean Theorem (a^2 + b^2 = c^2)"]
F -- "Know angle & side, need other side" --> F2["Use SOH CAH TOA (sin, cos, tan)"]
F -- "Know 2 sides, need angle" --> F3["Use inverse trig functions (arcsin, arccos, arctan)"]
C1 --> G["End"]
C2 --> G
D1 --> G
D2 --> G
F1 --> G
F2 --> G
F3 --> G
3. Worked Example
Let's say you have a rectangular garden that's 10 meters long and 6 meters wide. You want to build a fence around it and then lay down turf to cover the entire garden. Also, you want to string a decorative light from one corner to the opposite corner.
-
Perimeter (Fence):
- P = 2 * (length + width)
- P = 2 * (10m + 6m)
- P = 2 * (16m)
- P = 32 meters
You need 32 meters of fencing.
-
Area (Turf):
- A = length * width
- A = 10m * 6m
- A = 60 square meters (or m²)
You need 60 square meters of turf.
-
Diagonal Length (Light String - using Pythagorean Theorem):
The diagonal creates a right-angled triangle with the length and width as its legs. Let 'd' be the diagonal.- a² + b² = c²
- 10² + 6² = d²
- 100 + 36 = d²
- 136 = d²
- d = $\sqrt{136}$ $\approx$ 11.66 meters
The light string needs to be about 11.66 meters long.
4. Key Takeaways
- Geometry is about the properties and measurements of shapes, both 2D and 3D.
- Perimeter measures the distance around a 2D shape, while area measures the surface it covers.
- Volume measures the space a 3D object occupies, and surface area measures its total outside surface.
- The Pythagorean Theorem (a² + b² = c²) is essential for finding unknown sides in right-angled triangles.
- Trigonometric ratios (SOH CAH TOA) relate angles and side lengths in right triangles.
- Always pay attention to units: meters for length, square meters for area, cubic meters for volume.
Common Mistakes to Avoid:
- Confusing perimeter and area; they measure different things.
- Forgetting to use $\pi$ (pi) when dealing with circles (circumference, area, cylinder, sphere).
- Applying SOH CAH TOA to non-right-angled triangles (it only works for right triangles).
- Mixing up the 'opposite' and 'adjacent' sides when using trig ratios; they depend on the chosen angle.
- Forgetting to include units in your final answers, or using the wrong units (e.g., m instead of m² for area).
5. Now Try It
Imagine you're designing a small playground. You need to calculate the materials for a triangular sandpit and a cylindrical tunnel.
- The sandpit is a right-angled triangle. One leg is 4 meters, and the hypotenuse (the longest side) is 5 meters. How much wood do you need for the border (perimeter) and how much sand do you need (area)?
- The cylindrical tunnel has a radius of 1.5 meters and a length (height) of 3 meters. What's the volume of the tunnel (space inside) and how much paint do you need to cover its curved outside surface (excluding the ends)?
Success looks like calculating the correct side length for the sandpit using the Pythagorean theorem, then its perimeter and area. For the tunnel, you'll successfully calculate its volume and the area of its curved surface. Don't forget your units!
Frequently asked about Geometry and Trigonometry Basics
More from Math
Get the full Math curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account