Welcome to Coordinate Geometry!
Hello! Today we are diving into Coordinate Geometry. Think of this chapter as a way to use algebra to describe shapes and lines on a map.
Why is this important? Whether it's a GPS telling you how to get to the mall, an architect designing a skyscraper, or a game developer creating a 3D world, they all use coordinate geometry! By the end of these notes, you’ll be able to measure distances on a graph, find the "steepness" of lines, and write down the "name" (equation) of any straight line.
1. The Basics: The Cartesian Plane
Before we start, let's do a quick review. Every point on a graph has an "address" called a coordinate, written as \( (x, y) \).
- The x-coordinate tells you how far to move left or right.
- The y-coordinate tells you how far to move up or down.
Example: To find the point \( (3, -2) \), you start at the center (0,0), move 3 steps to the right, and 2 steps down.
2. The Gradient of a Straight Line
The gradient (usually represented by the letter \( m \)) measures how steep a line is.
How to think about it:
Imagine you are climbing a hill. If the hill is very steep, it has a high gradient. If it’s flat, it has a zero gradient.
The Formula:
To find the gradient between two points \( (x_1, y_1) \) and \( (x_2, y_2) \), we use the "Rise over Run" method:
\( m = \frac{y_2 - y_1}{x_2 - x_1} \)
Important Tips:
- Positive Gradient: The line goes up from left to right.
- Negative Gradient: The line goes down from left to right.
- Horizontal Line: The gradient is 0.
- Vertical Line: The gradient is undefined.
Don't worry if this seems tricky! Just remember: always subtract the y-values on top and the x-values on the bottom. Keep the order the same! If you start with \( y_2 \) on top, you must start with \( x_2 \) on the bottom.
Key Takeaway:
The gradient \( m \) tells us the steepness and direction of a line.
3. Finding the Length of a Line Segment
If you have two points on a graph, how far apart are they? We use the Length Formula.
The Formula:
Distance = \( \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \)
Did you know?
This formula is actually just Pythagoras' Theorem in disguise! If you draw a right-angled triangle using the line segment as the longest side (hypotenuse), the "horizontal change" is one side and the "vertical change" is the other.
Common Mistake to Avoid:
Students sometimes forget to square the differences before adding them, or they forget the square root at the end. Always follow the steps: Subtract → Square → Add → Square Root!
4. The Equation of a Straight Line: \( y = mx + c \)
Every straight line has a "mathematical name" called an equation. Most lines follow this format:
\( y = mx + c \)
What do the letters mean?
- \( m \): The gradient (which we learned how to find above).
- \( c \): The y-intercept. This is the point where the line crosses the vertical y-axis.
How to find the equation (Step-by-Step):
If you are given two points, \( (1, 2) \) and \( (3, 10) \):
- Find \( m \): \( m = \frac{10 - 2}{3 - 1} = \frac{8}{2} = 4 \).
- Find \( c \): Pick one point (e.g., \( (1, 2) \)) and plug it into \( y = mx + c \).
\( 2 = 4(1) + c \)
\( 2 = 4 + c \)
\( c = -2 \) - Write the full equation: \( y = 4x - 2 \).
Quick Review Box:
- If you see \( y = 3x + 5 \), the gradient is 3 and it crosses the y-axis at 5.
- If a line is parallel to another, they have the same gradient!
5. Solving Geometric Problems
Sometimes, you'll be asked to use these tools to solve puzzles about shapes like squares or parallelograms.
Parallel Lines:
Two lines are parallel if they never meet. In coordinate geometry, this means their gradients are equal (\( m_1 = m_2 \)).
Analogy: Think of train tracks. They stay the same distance apart because they have the exact same steepness!
Points on a line:
If a question asks if a point lies on a line, simply plug the \( x \) and \( y \) values into the equation. If both sides are equal, the point is on the line!
Key Takeaway:
You can use gradients to prove lines are parallel and use the length formula to check if sides of a shape are equal.
Summary Checklist for Students
- Can I find the gradient (\( m \)) using two points?
- Can I calculate the length of a line between two points?
- Do I know that \( c \) is where the line hits the y-axis?
- Can I find the equation \( y = mx + c \) if I have the gradient and one point?
- Do I remember that parallel lines have the same gradient?
Keep practicing! Coordinate geometry is like a puzzle—once you know where the pieces (formulas) go, everything starts to click.