Introduction to Straight Lines
Welcome to the world of Coordinate Geometry! Think of this chapter as the foundation of your mathematical map-reading. Just like a GPS uses coordinates to find a location, we use algebra to describe exactly where lines go on a graph. Whether you are aiming for top marks or just trying to get your head around the basics, these notes will help you master the "straight and narrow" of Coordinate Geometry.
In this section, we will learn how to find lengths, midpoints, and equations of lines, and even how to predict where two lines will crash into each other!
1. The Basics: Midpoints and Distance
Before we build the line, we need to know how to measure it.
Finding the Midpoint
The midpoint is exactly what it sounds like: the point halfway between two others. If you have two points, \( (x_1, y_1) \) and \( (x_2, y_2) \), the midpoint is just the average of the coordinates.
The Formula: \( M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \)
Analogy: If you and a friend are 10 meters and 20 meters away from a wall, the middle spot is \( (10+20) \div 2 = 15 \) meters. It’s the same for coordinates!
Calculating the Distance
To find the distance between two points, we use a classic: Pythagoras' Theorem. We imagine the line as the longest side (hypotenuse) of a right-angled triangle.
The Formula: \( d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \)
Don't worry if this seems tricky at first! Just remember: subtract the x-coordinates, square it, subtract the y-coordinates, square it, add them together, and square root the lot.
Quick Review Box:
• Midpoint = Add and divide by 2.
• Distance = Pythagoras in disguise.
2. The Equations of a Straight Line
There isn't just one way to write the "name" of a line. Depending on what information you have, you might use different "forms."
The Gradient-Intercept Form: \( y = mx + c \)
This is the one you likely know best.
• \( m \) is the gradient (the steepness).
• \( c \) is the y-intercept (where it crosses the vertical axis).
The Point-Gradient Form: \( y - y_1 = m(x - x_1) \)
This is often the most useful form for A-level. If you know the gradient \( m \) and just one point \( (x_1, y_1) \), you can plug them straight in. No need to "solve for c" first!
The General Form: \( ax + by + c = 0 \)
Sometimes you’ll see everything moved to one side. This is helpful for certain types of advanced problems and looks "tidier" because we usually use whole numbers for \( a, b, \) and \( c \).
The Two-Point Form
If you only have two points and no gradient, you can use:
\( \frac{y - y_1}{y_2 - y_1} = \frac{x - x_1}{x_2 - x_1} \)
Did you know? The word "gradient" comes from the Latin gradus, meaning "step." It literally tells you how many steps up you go for every step across!
Key Takeaway: Use \( y - y_1 = m(x - x_1) \) whenever possible—it’s the fastest tool in your kit for finding a line's equation.
3. Parallel and Perpendicular Lines
Lines have relationships too! We can tell if they are parallel or perpendicular just by looking at their gradients (\( m \)).
Parallel Lines
Parallel lines never meet because they have the same steepness.
Rule: \( m_1 = m_2 \)
Perpendicular Lines
Perpendicular lines meet at a perfect 90-degree angle.
Rule: \( m_1 \times m_2 = -1 \)
Another way to say this is that the gradient of one is the negative reciprocal of the other.
Example: If line A has a gradient of \( 2 \), the perpendicular line B has a gradient of \( -\frac{1}{2} \).
Common Mistake to Avoid: When finding a perpendicular gradient, remember to change the sign and flip the fraction. If the gradient is \( \frac{3}{4} \), the perpendicular one is \( -\frac{4}{3} \). Don't forget the minus sign!
Summary:
• Parallel? Gradients are identical.
• Perpendicular? Gradients flip and change sign.
4. Intersections and Drawing Lines
How do we find where two lines meet? Or how do we draw them accurately?
Finding the Point of Intersection
The point of intersection is the coordinate where both lines are in the same place at the same time. To find it, we solve the two equations simultaneously.
Step-by-Step:
1. Set the two equations equal to each other (if they both start with \( y = ... \)).
2. Solve for \( x \).
3. Plug that \( x \) value back into either equation to find \( y \).
4. Write your answer as a coordinate \( (x, y) \).
Drawing a Line
You don't need a table of ten values to draw a line! You only need two points. The easiest points to find are the intercepts:
• To find the y-intercept, let \( x = 0 \).
• To find the x-intercept, let \( y = 0 \).
Connect these two dots with a ruler, and you're done!
5. Modeling with Straight Lines
Mathematics isn't just on paper; it's used to model the real world. A straight line represents a constant rate of change.
Example: A plumber might charge a fixed call-out fee of £40 (this is your c, the intercept) and then £30 per hour (this is your m, the gradient). The equation would be \( y = 30x + 40 \).
Considering Assumptions
When we use a straight line as a "model," we often make assumptions. For the plumber example, we assume the hourly rate never changes, no matter how hard the job is. In your exam, you might be asked if a straight line is a "good fit" for the data. If the real-world rate stays the same, the model is good!
Key Takeaway: In modeling, the gradient is the "rate" (e.g., speed, cost per hour) and the intercept is the "starting value" (e.g., initial distance, fixed fee).
Final Quick Review
Midpoint: \( (\text{avg } x, \text{avg } y) \)
Distance: \( \sqrt{\Delta x^2 + \Delta y^2} \)
Parallel: \( m_1 = m_2 \)
Perpendicular: \( m_1 m_2 = -1 \)
Intersection: Use simultaneous equations.
You've got this! Keep practicing drawing the lines and plugging in coordinates, and soon coordinate geometry will feel like second nature.