Why the Line ax + by = 0 Passes Through the Point (−b, a)
Why the Line ax + by = 0 Passes Through the Point (−b, a)
In ℝ², the equation ax + by = 0 describes a line that is
perpendicular to the vector (a, b).
This article explains exactly why—and why that line always passes through
the point (−b, a).
1. Start with the Vector (a, b)
Consider the vector (a, b).
To find a line perpendicular to it, we need a vector whose dot product with (a, b) is zero.
Try the vector (−b, a):
(a, b) · (−b, a) = a(−b) + b(a) = −ab + ab = 0
Therefore, (−b, a) is perpendicular to (a, b).
2. Any Scalar Multiple Also Works
If (−b, a) is perpendicular to (a, b),
then any multiple λ(−b, a) is also perpendicular:
(a, b) · [λ(−b, a)] = λ[(a, b) · (−b, a)] = λ · 0 = 0
Let this perpendicular vector be (x, y). Then
(x, y) = λ(−b, a)
Every point on the line comes from a particular choice of λ.
3. Converting to an Equation
Since (x, y) is perpendicular to (a, b), we have:
(a, b) · (x, y) = 0
Expanding the dot product gives:
ax + by = 0
Thus the equation ax + by = 0 represents the full set of vectors perpendicular to (a, b).
4. Why the Line Passes Through (−b, a)
Set λ = 1 in (x, y) = λ(−b, a), giving the point:
(x, y) = (−b, a)
Substitute into the equation:
a(−b) + b(a) = −ab + ab = 0
So the point (−b, a) lies on the line.
Conclusion
The equation ax + by = 0:
- is perpendicular to the vector (a, b),
- contains every multiple of the perpendicular vector (−b, a),
- and always passes through the point (−b, a).
Geometrically, this shows how a single equation encodes a direction and a perpendicular relationship in ℝ².
Personalised notes based on FP2/FP3 vector geometry. For educational use.

Comments
Post a Comment