Logo

Cyclic Quadrilaterals & Angle-Chasing

A quadrilateral is cyclic when all four vertices lie on a single circle. Key facts:

  • Opposite angles sum to 180°: if ABCD is cyclic, ∠A + ∠C = 180°, ∠B + ∠D = 180°.
  • Equal subtended angles: angles subtended by the same chord are equal.
  • Ptolemy's theorem for side lengths (useful in coordinate problems).

Worked problem — angle-chasing

Given cyclic quadrilateral ABCD with ∠A = 70° and ∠B = 80°. Find ∠C and ∠D.

Step 1: Opposite angles sum to 180°, so ∠C = 180° − ∠A = 110°.
Step 2: Similarly, ∠D = 180° − ∠B = 100°.
Conclusion: ∠C = 110°, ∠D = 100°.
Quick quiz
  1. If ∠A = 55°, what is ∠C? (A) 125° (B) 135° (C) 115°
  2. True/False: Angles subtended by the same chord are equal.
Answers: 1 → (B) 125°; 2 → True.

Similar Triangles & Ratio Proofs

Triangles are similar if they have equal corresponding angles (AAA), or sides in proportion with equal included angles (SAS). Use similarity to deduce side ratios and lengths.

Worked problem — ratio proof

In triangle ABC, a line through A parallel to BC meets AB at D and AC at E. Prove triangles ADE and ABC are similar and find ratio AD/AB.

Step 1: Since AD ∥ BC, ∠ADE = ∠ABC and ∠AED = ∠ACB (alternate interior angles) → triangles ADE and ABC are similar by AAA.
Step 2: Corresponding sides are proportional: AD/AB = AE/AC = DE/BC. So AD/AB = AE/AC. If AD splits AB at ratio t, you can solve with given numbers.
Example numeric: If AB = 10 and AE = 6 while AC = 15, then AD/AB = AE/AC = 6/15 = 2/5 → AD = (2/5)*10 = 4.
Quick quiz
  1. Two triangles have corresponding sides in ratio 3:5 and one included angle equal. Are they similar? (Yes/No)
  2. If triangles are similar and a side ratio is 2:3, area ratio is ? (A) 4:9 (B) 2:3 (C) 8:27
Answers: 1 → Yes; 2 → (A) 4:9.

Coordinate Geometry Proofs using Vectors

Vectors provide a clean coordinate approach: use vector addition, dot product, and cross product to prove perpendicularity, collinearity, and length relations.

Tool: Quick vector calculator

Enter coordinates for points P(x1,y1), Q(x2,y2), R(x3,y3) to check collinearity or compute the equation of line QR.

Output
Enter coordinates and click a button to see results.

Worked problem — perpendicular bisector (vector proof)

Show that set of points equidistant from A(1,2) and B(5,6) lie on the perpendicular bisector. We use vectors: (x−A)·(x−A) = (x−B)·(x−B), expand → linear equation for line.

Algebraic steps lead to equation 4x + 4y = 24 simplifying to x + y = 6 (line). Points satisfying this are the perpendicular bisector.
Quiz
  1. Dot product zero ⇒ ? (A) parallel (B) perpendicular (C) same length
  2. Collinear vectors u and v satisfy v = k u for some scalar k. True/False?
Answers: 1 → (B) perpendicular; 2 → True.

Complex Locus Problems

Locus problems ask for set of points satisfying geometric conditions — e.g., equidistant sets, loci formed by angle constraints, circles of Apollonius.

Worked example — locus equidistant from two points

Find locus of points P(x,y) such that PA = PB for A(2,1), B(8,5).

Solve (x−2)²+(y−1)² = (x−8)²+(y−5)² → simplify → equation of perpendicular bisector: 3x + 3y = 15 → line.

Interactive locus illustration (perp bisector)

Points A(2,1) and B(8,5). Perpendicular bisector is drawn. (SVG scale is illustrative.)
Quick quiz
  1. Apollonius circle is locus of points with constant ratio of distances to two fixed points. True/False?
  2. For a fixed chord, midpoint of arc is locus of points equidistant from the chord endpoints. (Yes/No)
Answers: 1 → True; 2 → Yes (with care about arc vs chord).

Advanced Constructions — Step-by-step Compass & Straightedge

We include annotated SVGs showing classic constructions with step lists.

Construct: Perpendicular bisector of segment AB

  1. Draw segment AB.
  2. With centre A and radius > AB/2 draw arc; repeat with centre B same radius.
  3. Label intersections of arcs as P and Q.
  4. Join P and Q; PQ is perpendicular bisector of AB.

Worked construction explanation

The two arcs intersect at two points equidistant from A and B; joining them gives the perpendicular bisector because those points are equidistant from A and B.

Advanced: Construct tangent to a circle from external point P

  1. Join P to centre O. Find midpoint M of OP.
  2. With centre M draw circle radius MO — it intersects original circle at T1 and T2.
  3. Join P to T1 (or T2) — PT1 is tangent (right angle at point of contact).
Quiz
  1. True/False: Tangent is perpendicular to radius at point of contact.
  2. Is the construction above using the fact that PT^2 = PO^2 − r^2? (Yes/No)
Answers: 1 → True; 2 → Yes.

Full Exam — 6 Questions (60 marks)

Timed exam-style practice. Each question includes suggested mark allocation. Use scratch work and show steps.

QTopicTaskMarks
1Cyclic quadrilateralProve ABCD is cyclic given ∠A + ∠C = 180°; then compute missing angles if ∠A = 72°, ∠B = 68°. Show steps.10
2Similar trianglesIn triangle ABC, DE ∥ BC; given AB = 12, AD = 4, AC = 15. Find AE and DE. Show ratio proof.10
3Coordinate / vectorsUsing vectors, prove that triangle with points P(0,0), Q(4,0), R(4,3) is right-angled. Compute vectors and dot product.8
4LocusFind locus of points P such that PA:PB = 2:1 where A(0,0), B(6,0). Identify type of locus and equation.8
5ConstructionConstruct perpendicular bisector of AB (diagram & steps). Mark key points and justify.8
6Advanced circle-chordProve that the angle between a tangent and chord equals angle in opposite arc (apply to numeric example).16
Total60

Extra Worked Problems

1) Advanced circle-chord problem

Given circle with chord AB and point C on circle such that AC = 8, BC = 6, and angle ACB = 60°. Find arc measure or radius — use extended law of sines or chord formula.

Step-by-step: compute chord AB length using cosine rule in triangle ACB: AB² = AC² + BC² − 2·AC·BC·cos(60°) = 64 + 36 − 2·8·6·0.5 = 100 − 48 = 52 → AB = √52 ≈ 7.211.
Then radius R from chord formula: AB = 2R·sin(θ/2) where θ is central angle subtending chord AB; more steps follow depending on the chosen approach.

2) Locus with angle condition (complex)

Find locus of points P such that ∠APB = 30° for fixed A and B. The locus is an arc of a circle (two symmetric arcs) — construct using circle geometry (circumcircle of isosceles triangle with vertex angle 30°).

3) Coordinate geometry proof using vectors (worked)

Prove that medians in triangle meet at centroid G which divides medians 2:1. Use coordinates A(0,0), B(b,0), C(0,c). Compute midpoints and equations; intersection gives G = ((b/3),(c/3)).

Show midpoint of BC is M((b/2), c/2). Line from A to M parameterised; intersection of two medians yields centroid coordinates as average of vertices.

Triangles

A triangle is a polygon with three edges and three vertices. Types of triangles include:

Polygons

A polygon is a 2D shape with straight sides. Common polygons include:

Quiz: Test Your Knowledge of Polygons

1. Which polygon has six sides?

Quadrilateral
Pentagon
Hexagon
Octagon

2. What shape is commonly used for stop signs?

Quadrilateral
Pentagon
Hexagon
Octagon

Quadrilaterals

A quadrilateral is a polygon with four sides and four angles. Types of quadrilaterals include:

Quiz: Test Your Knowledge of Quadrilaterals

1. Which quadrilateral has four equal sides and four right angles?

Square
Rectangle
Rhombus
Trapezoid

2. Which quadrilateral has only one pair of parallel sides?

Square
Rectangle
Rhombus
Trapezoid

Circles

A circle is a shape with all points equidistant from its center. Important components of a circle include the radius (distance from the center to any point on the circle), the diameter (twice the radius), and the circumference (distance around the circle).

Quiz: Test Your Geometry Knowledge

1. What is the sum of the interior angles in a triangle?

a) 180°
b) 360°
c) 90°
d) 270°

2. Which polygon has four equal sides and four right angles?

a) Rectangle
b) Square
c) Rhombus
d) Pentagon

3. What is the name of the longest side in a right-angled triangle?

a) Opposite
b) Hypotenuse
c) Adjacent
d) Perpendicular

Geometry Exam Prep

Key Geometry Concepts

Practice Questions

1. What is the missing angle in a triangle where two angles measure 50° and 60°?




2. What is the radius of a circle with a diameter of 18 cm?




3. In a cyclic quadrilateral, if one angle is 110°, what is the measure of its opposite angle?




4. In the diagram below, if angle A at the circumference is 40°, what is angle B at the center?

Diagram showing angle at circumference and center


5. In a coordinate plane, what is the midpoint of points (2, 3) and (6, 7)?




Analytical Geometry – Exam Preparation for South Africa

Key Analytical Geometry Concepts

Practice Questions

1. Find the distance between points A(2, 3) and B(5, 7).




2. What is the midpoint of points A(-2, 4) and B(6, -4)?




3. Determine the slope of the line passing through points P(3, -2) and Q(7, 6).




Analytical Geometry – Exam Preparation for South Africa

Key Analytical Geometry Concepts and Formulas

Worked Examples

Example 1: Finding the Distance Between Two Points

Problem: Calculate the distance between points A(3, 4) and B(7, 1).

Solution:

Using the distance formula, substitute the points:

 d = √((7 - 3)^2 + (1 - 4)^2)
                = √(4^2 + (-3)^2)
                = √(16 + 9)
                = √25
                = 5

Answer: The distance between points A and B is 5 units.

Example 2: Determining the Midpoint Between Two Points

Problem: Find the midpoint between points C(-5, 2) and D(3, 8).

Solution:

Using the midpoint formula:

 M = ( (x1 + x2)/2 , (y1 + y2)/2 )
                = ( (-5 + 3)/2 , (2 + 8)/2 )
                = (-2/2 , 10/2)
                = (-1, 5)

Answer: The midpoint is (-1, 5).

Exam Strategies for Analytical Geometry

Practice Questions

1. Find the distance between points (2, 1) and (6, 5).




2. What is the slope of the line passing through points (3, 2) and (7, 10)?




Practice Questions

1. Find the distance between the points (3, 4) and (8, -2).




2. Determine the midpoint of the line segment joining points (-1, 2) and (5, -6).




3. What is the slope of the line that passes through the points (7, -1) and (3, 5)?




4. Find the equation of the line with a slope of 3 and passing through the point (2, -5).




5. A circle has a center at (4, -2) and passes through the point (7, 2). What is the radius of the circle?




6. Which of the following is the equation of a circle centered at (2, 3) with radius 4?




Polygons in the Cartesian Plane

Polygons are shapes with straight sides that are closed and can be represented using vertices in the Cartesian plane. Each vertex is a coordinate pair (x, y).

Defining Vertices

To define a polygon, list its vertices in order, either clockwise or counterclockwise.

Properties of Polygons

Interactive Example

Enter coordinates to see your polygon plotted:

Quiz

Test your understanding with these questions:

Polygons in the Cartesian Plane

The Cartesian plane is a two-dimensional plane formed by the intersection of a vertical line (the y-axis) and a horizontal line (the x-axis). These lines intersect at a point called the origin, which has coordinates (0, 0).

Polygons can be plotted on the Cartesian plane using their vertices, which are defined by pairs of coordinates (x, y). This allows for the calculation of properties like side lengths, perimeters, areas, and centroids using mathematical formulas.

Key Concepts

Worked Example

Consider a triangle with vertices A(2, 3), B(5, 7), and C(1, 4). Using the distance formula, calculate the side lengths:

Interactive Practice

Try plotting your own polygon by entering the coordinates of its vertices:

Polygons in the Cartesian Plane

The Cartesian plane is a tool for plotting points and shapes. It consists of an x-axis (horizontal) and a y-axis (vertical), intersecting at the origin (0, 0). You can define polygons on the plane using their vertices and explore properties such as side lengths, perimeter, and area.

Interactive Concave Polygon Plot

Enter the vertices of your polygon to see it plotted on the Cartesian plane. Ensure the coordinates form a concave polygon.

Hyperbola

A hyperbola is a type of conic section formed by the intersection of a double cone with a plane. Unlike ellipses or circles, hyperbolas consist of two disjoint curves, known as branches. Each branch is a mirror image of the other.

Key Properties

Standard Equations

The hyperbola's equation depends on its orientation:

Interactive Graph Plot

Plot a hyperbola by entering the parameters below:

Hyperbola Quiz

1. Which of the following is true for a horizontal hyperbola?

2. What are the two fixed points that define a hyperbola called?

3. What is the equation of the asymptotes for the hyperbola \((x^2/a^2) - (y^2/b^2) = 1\)?

Pythagoras' Theorem

Pythagoras' Theorem applies to right-angled triangles and states: The square of the hypotenuse is equal to the sum of the squares of the other two sides.

Real-world applications include calculating distances, designing ramps, and solving engineering problems.

Instructions: Drag the points on the triangle to reshape it. The side lengths and hypotenuse update dynamically.

Visualizing Angles

Explore angles formed by intersecting lines dynamically.

The angle arc and intersecting lines adjust dynamically as you change the value.

Geometric and Arithmetic Sequences

Interactive Practice

Use the calculator below to practice finding terms and sums in arithmetic and geometric sequences.

Geometric and Arithmetic Sequences

Arithmetic Sequences

An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. This difference is called the common difference (denoted as d).

General Formula

The general term of an arithmetic sequence is given by:

an = a1 + (n - 1)d

Example

Consider the sequence: 2, 5, 8, 11, 14...
Here, the common difference d = 3, and the first term a1 = 2.

Using the formula: an = 2 + (n - 1) × 3, you can calculate any term in the sequence.

Geometric Sequences

A geometric sequence is a sequence of numbers where each term is obtained by multiplying the previous term by a constant. This constant is called the common ratio (denoted as r).

General Formula

The general term of a geometric sequence is given by:

an = a1 × rn-1

Example

Consider the sequence: 3, 6, 12, 24, 48...
Here, the common ratio r = 2, and the first term a1 = 3.

Using the formula: an = 3 × 2n-1, you can calculate any term in the sequence.

Key Differences Between Arithmetic and Geometric Sequences

Geometry Quiz

Test your knowledge of advanced geometry concepts! Solve each question, then click the "Show Solution" button to see the formula and detailed calculation.

  1. Question 1: Find the area of a triangle with base \( b = 10 \) cm and height \( h = 8 \) cm.

  2. Question 2: Calculate the volume of a sphere with radius \( r = 5 \) cm.

  3. Question 3: Determine the length of the hypotenuse of a right triangle with legs \( a = 6 \) cm and \( b = 8 \) cm.

  4. Question 4: Find the area of a circle with radius \( r = 7 \) cm.

  5. Question 5: Calculate the volume of a cylinder with radius \( r = 3 \) cm and height \( h = 10 \) cm.

  6. Question 6: Find the total surface area of a cube with side length \( a = 4 \) cm.

  7. Question 7: Calculate the diagonal of a square with side length \( a = 12 \) cm.

  8. Question 8: Determine the perimeter of a rectangle with length \( l = 15 \) cm and width \( w = 10 \) cm.

  9. Question 9: Find the lateral surface area of a cone with radius \( r = 5 \) cm and slant height \( l = 12 \) cm.

  10. Question 10: Calculate the area of a parallelogram with base \( b = 14 \) cm and height \( h = 9 \) cm.

Midpoint Formula

The midpoint formula is used to find the midpoint between two points:

\( M(x, y) = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)\)

This formula helps in determining the exact center between two points on a Cartesian plane, which is crucial for tasks like dividing a line segment into equal parts.

Distance Formula

The distance formula calculates the distance between two points:

\(d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\)

This formula is derived from the Pythagorean theorem and is used to measure the shortest path between two points on a plane.

Slope Formula

The slope formula helps to find the steepness or incline of a line between two points:

\(m = \frac{y_2 - y_1}{x_2 - x_1}\)

Knowing the slope is important for understanding the direction and rate of change between points.

Interactive Graph

Fully Worked Solutions — Intermediate & Advanced

Solution — Intermediate #1 (circle & line, full)

Problem: Find intersection points of the circle $x^2+y^2=25$ and the line $y=3x-1$.

  1. Substitute $y=3x-1$ into the circle equation:
    \[x^2+(3x-1)^2=25.\]
  2. Expand and simplify:
    \[x^2+9x^2-6x+1=25\Rightarrow 10x^2-6x-24=0.\]
  3. Divide by 2:
    \[5x^2-3x-12=0.\]
  4. Solve using the quadratic formula $x=\dfrac{3\pm\sqrt{(-3)^2-4\cdot5\cdot(-12)}}{2\cdot5}$:
    \[x=\dfrac{3\pm\sqrt{9+240}}{10}=\dfrac{3\pm\sqrt{249}}{10}.\]
  5. Compute corresponding $y$ values with $y=3x-1$:
    \[y=3\left(\dfrac{3\pm\sqrt{249}}{10}\right)-1=\dfrac{9\pm3\sqrt{249}}{10}-1=\dfrac{-1\pm3\sqrt{249}}{10}.\]
  6. Thus the intersection points are
    \[\left(\dfrac{3+\sqrt{249}}{10},\;\dfrac{-1+3\sqrt{249}}{10}\right)\quad\text{and}\quad\left(\dfrac{3-\sqrt{249}}{10},\;\dfrac{-1-3\sqrt{249}}{10}\right).\]

Approx: $\sqrt{249}\approx15.78$ → points ≈ (1.878, 4.635) and (−1.278, −4.878).

Solution — Intermediate #2 (similar triangles, full)

Problem: Prove triangles with coordinates $A(0,0),B(4,0),C(0,3)$ and $A'(0,0),B'(8,0),C'(0,6)$ are similar; state ratio.

  1. Sides of $\triangle ABC$: $AB=4$, $AC=3$, $BC=5$ (3-4-5 right triangle).
  2. Sides of $\triangle A'B'C'$: $A'B'=8$, $A'C'=6$, $B'C'=10$ (scaled by 2).
  3. Each side of the second triangle is twice the corresponding side of the first: hence similar by SSS with linear ratio $2:1$; area ratio $4:1$.
Solution — Intermediate #3 (shoelace, full)

Problem: Polygon vertices $(0,0),(5,0),(5,3),(0,2)$. Compute area by shoelace.

  1. List vertices and repeat first: $(0,0),(5,0),(5,3),(0,2),(0,0)$.
  2. Compute sums: sum1 = $0\cdot0 + 5\cdot3 + 5\cdot2 + 0\cdot0 = 25$. sum2 = $0\cdot5 + 0\cdot5 + 3\cdot0 + 2\cdot0 = 0$.
  3. Area = $\tfrac12|25-0| = 12.5$ square units.

Solution — Advanced #1 (incenter coordinates)

Problem: Triangle $A(0,0),B(b,0),C(0,c)$. Find incenter coordinates.

  1. Sides opposite vertices: $a=BC=\sqrt{b^2+c^2}$, $b_{len}=AC=c$, $c_{len}=AB=b$.
  2. Incenter formula (weighted average by side lengths):
    \[(x_{in},y_{in})=\left(\dfrac{a x_A + b_{len} x_B + c_{len} x_C}{a+b_{len}+c_{len}},\dfrac{a y_A + b_{len} y_B + c_{len} y_C}{a+b_{len}+c_{len}}\right).\]
  3. Substitute $A(0,0),B(b,0),C(0,c)$ to get
    \[x_{in}=\dfrac{bc}{\sqrt{b^2+c^2}+b+c},\quad y_{in}=\dfrac{bc}{\sqrt{b^2+c^2}+b+c}.\]
  4. Thus in this placement $x_{in}=y_{in}$; the inradius $r$ may be computed via $r=\dfrac{\text{area}}{s}$ with $s$ semiperimeter.
Solution — Advanced #2 (locus $|PA-PB|=k$ — hyperbola)

Problem: Locus of points $P(x,y)$ with $|PA-PB|=k$ for fixed $A,B$ and $0

  1. Let $A=(x_1,y_1)$, $B=(x_2,y_2)$. Condition:
    \[\big|\sqrt{(x-x_1)^2+(y-y_1)^2}-\sqrt{(x-x_2)^2+(y-y_2)^2}\big|=k.\]
  2. Square (choose sign), isolate one square root and square again. Algebra yields an equation of a hyperbola whose foci are $A$ and $B$; the constant difference of distances equals $k$ (transverse axis $2a=k$).
  3. In canonical foci-on-x-axis position with foci at $(-c,0)$ and $(c,0)$ the hyperbola is
    \[\frac{x^2}{a^2}-\frac{y^2}{b^2}=1,\qquad c^2=a^2+b^2,\] with $c=\tfrac{AB}{2}$ and $a=\tfrac{k}{2}$. Check branches to discard extraneous solutions introduced by squaring.
Solution — Advanced #3 (Pick's theorem example)

Problem: Lattice triangle with vertices $(0,0),(4,0),(0,3)$. Use Pick's theorem.

  1. Pick: $\text{Area}=I+\tfrac{B}{2}-1$ where $I$=interior lattice pts, $B$=boundary lattice pts.
  2. Boundary counts: edge (0,0)-(4,0) has 5 pts; (0,0)-(0,3) has 4 pts; (4,0)-(0,3) has gcd(4,3)+1=2 pts. So $B=5+4+2-3=8$.
  3. Interior pts by inspection: (1,1),(1,2),(2,1) → $I=3$.
  4. Pick area = $3+\tfrac{8}{2}-1=6$, matching coordinate area $\tfrac12\cdot4\cdot3=6$.