Welcome to the World of Coordinates!

Hi there! Welcome to one of the most visual chapters in Additional Mathematics. Coordinate Geometry is like a "GPS for math." It helps us describe exactly where points are, how lines lean, and how shapes like circles are formed on a flat surface. Whether you are aiming for an A1 or just trying to get a solid grasp of the basics, these notes will guide you step-by-step. Let’s dive in!

1. Lines: Staying Parallel or Crossing Paths

Before we start, remember that the gradient (m) tells us how steep a line is. In Coordinate Geometry, the relationship between the gradients of two lines tells us how they interact.

Parallel Lines

Imagine a pair of train tracks. They run side-by-side and never meet because they have the exact same steepness.
Rule: If two lines are parallel, their gradients are equal.
\(m_1 = m_2\)

Perpendicular Lines

These are lines that meet at a perfect right angle (90°), like a "plus" sign (+).
Rule: If two lines are perpendicular, the product of their gradients is \(-1\).
\(m_1 \cdot m_2 = -1\)

Quick Tip: To find a perpendicular gradient quickly, use the "Negative Reciprocal" trick. Flip the fraction and change the sign! For example, if your gradient is \( \frac{2}{3} \), the perpendicular gradient is \( -\frac{3}{2} \).

Key Takeaway: Parallel = Same gradient. Perpendicular = Gradients multiply to \(-1\).

2. The Midpoint: Meeting Halfway

The midpoint is simply the point exactly in the middle of a line segment connecting two points, \( (x_1, y_1) \) and \( (x_2, y_2) \).
The Formula: \( M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \)

Analogy: Think of it as finding the average. If you and a friend live at different spots on a street, the midpoint is the average of your house numbers!

Key Takeaway: To find the midpoint, just average the x’s and average the y’s.

3. Area of Rectilinear Figures (The Shoelace Method)

A "rectilinear figure" is just a fancy name for a shape with straight sides (like triangles or quadrilaterals). To find the area when you know the coordinates of the corners, we use the Shoelace Formula.

How to do it:
1. List your coordinates in a column, repeating the first coordinate at the bottom.
2. Multiply diagonally downwards (the "left laces") and add them up.
3. Multiply diagonally upwards (the "right laces") and add them up.
4. Subtract the two sums, take the positive value (absolute value), and multiply by \( \frac{1}{2} \).

The Formula: \( Area = \frac{1}{2} | (x_1y_2 + x_2y_3 + x_3y_1) - (y_1x_2 + y_2x_3 + y_3x_1) | \)

Common Mistake: Many students forget to "close the loop" by repeating the first coordinate at the end of the list. Don't let that be you!

Did you know? It's called the Shoelace Method because the diagonal lines you draw look like the laces on a sneaker!

4. The Geometry of Circles

Circles are perfectly round paths where every point is the same distance (the radius) from the center. There are two ways to write the equation of a circle.

Form 1: The Standard Form

\( (x - a)^2 + (y - b)^2 = r^2 \)

In this form:
• The Center is \( (a, b) \)
• The Radius is \( r \)

Example: In \( (x - 3)^2 + (y + 2)^2 = 25 \), the center is \( (3, -2) \) and the radius is \( 5 \) (since \( \sqrt{25} = 5 \)). Don't forget to flip the signs of \( a \) and \( b \) when pulling them out of the brackets!

Form 2: The General Form

\( x^2 + y^2 + 2gx + 2fy + c = 0 \)

In this form:
• The Center is \( (-g, -f) \)
• The Radius is \( \sqrt{g^2 + f^2 - c} \)

Don't worry if this seems tricky! If you are given the General Form and find it confusing, you can always use a method called "Completing the Square" to turn it back into the Standard Form.

Key Takeaway: To find the center from the General Form, divide the coefficients of \( x \) and \( y \) by \(-2\).

5. Linear Law: Turning Curves into Lines

In science and math, straight lines are much easier to work with than curves. Linear Law is the art of transforming a curved relationship into a straight-line equation: \( Y = mX + c \).

Case A: The Power Law \( y = ax^n \)

When you see \( x \) raised to a power, we use logarithms to flatten it.
1. Take \( \lg \) (log base 10) of both sides: \( \lg y = \lg (ax^n) \)
2. Use log rules: \( \lg y = n \lg x + \lg a \)
3. Now it looks like \( Y = mX + c \), where:
• Your vertical axis (\( Y \)) is \( \lg y \)
• Your horizontal axis (\( X \)) is \( \lg x \)
• Your gradient (\( m \)) is \( n \)
• Your vertical intercept (\( c \)) is \( \lg a \)

Case B: The Exponential Law \( y = kb^x \)

When the variable \( x \) is in the exponent:
1. Take \( \lg \) of both sides: \( \lg y = \lg (kb^x) \)
2. Use log rules: \( \lg y = x \lg b + \lg k \)
3. Mapping to \( Y = mX + c \):
• Your vertical axis (\( Y \)) is \( \lg y \)
• Your horizontal axis (\( X \)) is \( x \)
• Your gradient (\( m \)) is \( \lg b \)
• Your vertical intercept (\( c \)) is \( \lg k \)

Quick Review:
• To find the unknown constants (\( a, n, k, b \)), first find the gradient and intercept of the straight-line graph.
• Then, set them equal to the parts of your log equation (like \( m = n \) or \( c = \lg a \)) and solve!

Final Encouragement

Coordinate Geometry might feel like a lot of formulas at first, but it's really just about seeing patterns. Practice drawing the sketches—it helps more than you think! If you get stuck, go back to the basics: Gradient, Midpoint, and Distance. You've got this!