Welcome to Geometry & Trigonometry — the module where numbers meet shapes. Whether it is finding the distance between two points, writing the equation of a circle, or solving a triangle with the Law of Cosines, this module gives you the tools to work with space and angles.
You will start with coordinate geometry (points, lines, distances), progress through circles, ellipses, and hyperbolas, explore the unit circle and trigonometric identities, and finish with vectors. These topics form a significant portion of the CSCA Math exam and connect naturally to physics and engineering.
Grab your protractor (just kidding — you will not need one!) and let's begin.
Geometry and trigonometry typically account for 6-8 of the 48 questions on the CSCA exam. Expect coordinate geometry calculations, circle equation problems, triangle-solving with Laws of Sines/Cosines, conic section identification, and vector computations. Draw diagrams, use exact values, and work it through step by step clearly.
Coordinate geometry (analytic geometry) places geometric shapes on the xy-plane so we can study them with algebra.
Key Formulas
d = √((x₂-x₁)² + (y₂-y₁)²). This is just the Pythagorean theorem applied to the horizontal and vertical differences.M = ((x₁+x₂)/2, (y₁+y₂)/2). Average the coordinates.m = (y₂-y₁)/(x₂-x₁). Rise over run.Gradient Relationships
Collinear Points
Three points are collinear (on the same line) if the gradient between any two pairs is equal.
Section Formula
The point dividing the segment from (x₁,y₁) to (x₂,y₂) in the ratio m:n is: ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n)).
These basics underpin every geometry question. The distance formula alone can determine whether a triangle is isosceles, right-angled, or equilateral.
Locus Problems
A locus is the set of all points that satisfy a stated geometric condition, and most locus questions are really conic questions in disguise. Learn the four standard conditions and the answer follows immediately:
So a point whose distances from (3, 0) and (−3, 0) always add to 10 traces an ellipse: 2a = 10 gives a = 5, and c = 3 gives b² = a² − c² = 16, so the locus is x²/25 + y²/16 = 1. When no standard condition fits, fall back on the method itself: write the condition as an equation in the distances from a general point (x, y), square to clear the roots, and simplify.
The Centroid of a Triangle
The three medians of a triangle — each joining a vertex to the midpoint of the opposite side — always meet at one point, the centroid, and in coordinates it is simply the average of the three vertices:
G = ((x₁ + x₂ + x₃)/3, (y₁ + y₂ + y₃)/3)
For vertices (0, 0), (6, 0) and (3, 9) the centroid is ((0+6+3)/3, (0+0+9)/3) = (3, 3). The centroid is the triangle’s balance point, and it divides each median in the ratio 2 : 1 from the vertex. The same averaging works with position vectors, so the centroid of A, B and C has position vector (a + b + c)/3.
💡Distance = √((Δx)²+(Δy)²). Midpoint: average coordinates. Gradient: rise/run. Parallel: equal gradients. Perpendicular: m₁·m₂ = -1.
📋 Key Formulas
d = √((x₂-x₁)²+(y₂-y₁)²)M = ((x₁+x₂)/2, (y₁+y₂)/2)m = (y₂-y₁)/(x₂-x₁)
📝 Worked Example 1
Example 1: Find the distance between A(1, 3) and B(4, 7).
d = √((4-1)²+(7-3)²) = √(9+16) = √25 = 5.
📝 Worked Example 2
Example 2: Find the midpoint of (-2, 6) and (4, -2).
M = ((-2+4)/2, (6+(-2))/2) = (1, 2).
📝 Worked Example 3
Example 3: Line L₁ has gradient 2. Find the gradient of a line perpendicular to L₁.
m₂ = -1/m₁ = -1/2.
🧠Label your points clearly as (x₁,y₁) and (x₂,y₂) before substituting into formulas.
🧠To decide whether a triangle is right-angled, compute all three side lengths and check whether a² + b² = c².
⚠️Subtracting coordinates in wrong order: Be consistent — (x₂-x₁) and (y₂-y₁) must use the same order.
⚠️Forgetting the square root: d² = (Δx)²+(Δy)² — do not forget to take the root for the actual distance.
🎯 Try This Yourself
Find the distance between (0, 0) and (5, 12).
In this module you explored coordinate geometry (distances, lines, circles), mastered trigonometry (unit circle, identities, Laws of Sines and Cosines), studied conic sections (ellipses and hyperbolas), and learned vector operations. These tools let you analyse shapes, solve triangles, and describe curves — skills that appear throughout the CSCA exam and in physics, engineering, and computer science.
Open and read all sections to complete this module