Introduction to Parallel and Perpendicular Lines

In the world of coordinate geometry, understanding how lines relate to one another is a vital skill. Whether you are designing a building or solving complex calculus problems, knowing if two lines are perfectly matched in direction or meeting at a sharp right angle is essential. In this chapter, we will focus on the gradient (the "steepness") of lines to determine if they are parallel or perpendicular.

Note: Before starting, make sure you are comfortable with the general equation of a straight line, \(y = mx + c\), where \(m\) represents the gradient. If you need a refresher, check the chapter on "The straight line and its equation."


1. Parallel Lines

Parallel lines are lines that are always the same distance apart and never meet, no matter how far they are extended. A great way to visualize this is to think of railway tracks.

The Condition for Parallel Lines

For two lines to be parallel, they must have the exact same steepness. In mathematical terms, this means their gradients must be equal.

If Line 1 has gradient \(m_1\) and Line 2 has gradient \(m_2\), then the lines are parallel if:

\(m_1 = m_2\)

Example:
Line A: \(y = 3x + 4\)
Line B: \(y = 3x - 7\)
Both lines have a gradient of \(3\). Therefore, Line A and Line B are parallel.

Quick Tip: If the equations are not in the form \(y = mx + c\), you must rearrange them first! For example, if you see \(2y - 4x = 8\), rearrange it to \(y = 2x + 4\) to see that the gradient is \(2\).


2. Perpendicular Lines

Perpendicular lines are lines that intersect at a right angle (\(90^\circ\)). Think of the corner of a square or the point where a floor meets a wall.

The Condition for Perpendicular Lines

The relationship between the gradients of perpendicular lines is a bit more special. If you multiply their gradients together, the result is always \(-1\).

If Line 1 has gradient \(m_1\) and Line 2 has gradient \(m_2\), they are perpendicular if:

\(m_1 \times m_2 = -1\)

Another way to think of this is that one gradient is the negative reciprocal of the other:

\(m_1 = -\frac{1}{m_2}\)

How to find a perpendicular gradient:

Don't worry if "negative reciprocal" sounds complicated! Just follow these two simple steps:
1. Flip it: Turn the fraction upside down.
2. Change the sign: If it was positive, make it negative (and vice versa).

Example:
If a line has a gradient of \(\frac{2}{3}\), a line perpendicular to it will have a gradient of \(-\frac{3}{2}\).
Check: \(\frac{2}{3} \times -\frac{3}{2} = -\frac{6}{6} = -1\). It works!


3. Step-by-Step: Solving Problems

In your exam, you might be asked to find the equation of a line that passes through a specific point and is either parallel or perpendicular to another line. Here is how to handle it:

Problem: Find the equation of the line passing through \((4, -1)\) that is perpendicular to the line \(y = 2x + 3\).

Step 1: Identify the gradient of the given line.
The line is \(y = 2x + 3\), so the gradient \(m_1 = 2\).

Step 2: Find the gradient of the new line.
Since the lines are perpendicular, we use \(m_2 = -\frac{1}{m_1}\).
So, \(m_2 = -\frac{1}{2}\).

Step 3: Use the point-slope formula.
Using the coordinates \((x_1, y_1) = (4, -1)\) and the formula from the previous chapter, \(y - y_1 = m(x - x_1)\):
\(y - (-1) = -\frac{1}{2}(x - 4)\)
\(y + 1 = -\frac{1}{2}x + 2\)

Step 4: Simplify.
\(y = -\frac{1}{2}x + 1\)


4. Common Pitfalls to Avoid

  • Forgetting to rearrange: Always ensure your equation is in the form \(y = mx + c\) before identifying the gradient. In the equation \(3x + y = 5\), the gradient is not \(3\); it is \(-3\) (because \(y = -3x + 5\)).
  • Sign errors: When finding a perpendicular gradient, remember to change the sign. The perpendicular gradient of \(-4\) is \(+\frac{1}{4}\).
  • Confusing the two rules: Parallel = Same gradient. Perpendicular = Flip and change sign.

5. Summary and Key Takeaways

Key Formulas to Remember:

Parallel Condition: \(m_1 = m_2\)
Perpendicular Condition: \(m_1 \times m_2 = -1\)

Quick Review:

- To find a parallel line, keep the gradient the same.
- To find a perpendicular line, use the negative reciprocal of the gradient.
- Always use the \(y = mx + c\) format to find your gradient accurately.

Did you know?
The concept of perpendicularity is why we call coordinate systems "Rectangular Cartesian coordinates." The "Rectangular" part refers to the fact that the \(x\)-axis and \(y\)-axis are perpendicular to each other, meeting at the origin \((0,0)\) at exactly \(90^\circ\)!