2.3.9Coordinate Geometry

Perpendicular lines — product of slopes = −1

1,930 words9 min readdifficulty · medium2 backlinks

WHAT is a slope, really?

  • A slope of 22 means: go 11 right, go 22 up.
  • Slope is literally the tangent of the inclination angle — this is the key that unlocks the whole proof.

WHY does the product equal 1-1? (Derivation from scratch)

We build it three independent ways so it can never feel like a magic formula.

Way 1 — Rotate the line by 90°90° (the cleanest idea)

Take a line going in direction (Δx,Δy)(\Delta x, \Delta y). Its slope is m1=ΔyΔxm_1 = \dfrac{\Delta y}{\Delta x}.

Rotate this vector by 90°90° anticlockwise. The rotation rule is: (x,y)(y,  x)(x, y) \mapsto (-y,\; x)

Why this rule? A 90°90° turn sends the xx-axis direction (1,0)(1,0) to (0,1)(0,1) (pointing up), and the yy-axis direction (0,1)(0,1) to (1,0)(-1,0) (pointing left). Applying that to (Δx,Δy)(\Delta x,\Delta y) gives (Δy, Δx)(-\Delta y,\ \Delta x).

The rotated (perpendicular) line has slope: m2=new risenew run=ΔxΔy=ΔxΔym_2 = \frac{\text{new rise}}{\text{new run}} = \frac{\Delta x}{-\Delta y} = -\frac{\Delta x}{\Delta y}

Now multiply: m1m2=ΔyΔx(ΔxΔy)=1m_1 m_2 = \frac{\Delta y}{\Delta x}\cdot\left(-\frac{\Delta x}{\Delta y}\right) = -1 \qquad\blacksquare

Why this step? The Δx\Delta x and Δy\Delta y cancel, leaving exactly 1-1. This shows the result is inevitable, not a coincidence.

Way 2 — Angles and the tangent identity

Let the two lines make angles θ1\theta_1 and θ2\theta_2 with the xx-axis, so m1=tanθ1m_1 = \tan\theta_1, m2=tanθ2m_2 = \tan\theta_2.

Perpendicular means θ2=θ1+90°\theta_2 = \theta_1 + 90°. Therefore: m2=tan(θ1+90°)=cotθ1=1tanθ1=1m1m_2 = \tan(\theta_1 + 90°) = -\cot\theta_1 = -\frac{1}{\tan\theta_1} = -\frac{1}{m_1}

Why? The identity tan(θ+90°)=cotθ\tan(\theta + 90°) = -\cot\theta comes from the shift by a quarter turn swapping sine and cosine with a sign flip. Rearranging: m1m2=1m_1 m_2 = -1 \qquad\blacksquare

Way 3 — Pythagoras (no trig, no vectors)

Take two lines through the origin: y=m1xy = m_1 x and y=m2xy = m_2 x. Pick point A=(1,m1)A=(1, m_1) on the first and B=(1,m2)B=(1, m_2) on the second.

Right angle at origin OO     \iff triangle OABOAB satisfies Pythagoras: OA2+OB2=AB2|OA|^2 + |OB|^2 = |AB|^2

Compute each:

  • OA2=1+m12|OA|^2 = 1 + m_1^2
  • OB2=1+m22|OB|^2 = 1 + m_2^2
  • AB2=(11)2+(m1m2)2=(m1m2)2|AB|^2 = (1-1)^2 + (m_1 - m_2)^2 = (m_1-m_2)^2

Substitute: (1+m12)+(1+m22)=(m1m2)2(1+m_1^2)+(1+m_2^2) = (m_1-m_2)^2 2+m12+m22=m122m1m2+m222 + m_1^2 + m_2^2 = m_1^2 - 2m_1 m_2 + m_2^2

Why this step? Everything except 22 and 2m1m2-2m_1m_2 cancels: 2=2m1m2    m1m2=12 = -2m_1 m_2 \implies m_1 m_2 = -1 \qquad\blacksquare

Three roads, one destination — the rule is bulletproof.


HOW to use it


Worked Examples


Common Mistakes (Steel-manned)


Active Recall

Recall Cover and answer
  1. State the perpendicularity condition in one line.
  2. Give the perpendicular slope of m=34m = -\tfrac34.
  3. Why does the Pythagoras proof cancel down to 2=2m1m22 = -2m_1m_2?
  4. Which case does the product rule fail for, and why?

Answers: 1) m1m2=1m_1 m_2 = -1. 2) +43+\tfrac43. 3) The m12m_1^2 and m22m_2^2 terms cancel on both sides. 4) Horizontal ⊥ vertical, because a vertical slope is undefined.

Recall Feynman: explain to a 12-year-old

Imagine walking up a hill. The slope is how steep your path is. Now to walk on a path that crosses yours at a perfect square corner, you have to turn a quarter-circle. When you turn like that, "going up steeply" becomes "going down gently sideways" — the steepness flips over AND tips downhill. That flip-and-tip is exactly what "flip the fraction and add a minus sign" means. And when you multiply the two steepnesses together, they always tidy up into a neat 1-1, like two puzzle pieces that only fit that one way.


Connections

  • Slope of a Line — the definition m=tanθm = \tan\theta this note relies on.
  • Parallel Lines — equal slopes — the twin rule: m1=m2m_1 = m_2.
  • Equation of a Line — point-slope form — used in Example 3.
  • Angle Between Two Lines — perpendicular is the special case θ=90°\theta = 90°.
  • Rotation of Vectors by 90° — powers Way 1 of the proof.
  • Distance Formula & Pythagoras Theorem — power Way 3.

Condition for two lines to be perpendicular (in slopes)
m1m2=1m_1 m_2 = -1
Perpendicular slope of a line with slope mm
1m-\dfrac{1}{m} (negative reciprocal)
Perpendicular slope of m=23m = \tfrac23
32-\dfrac{3}{2}
Why does rotating a direction by 90°90° give the perpendicular slope?
(Δx,Δy)(Δy,Δx)(\Delta x,\Delta y)\mapsto(-\Delta y,\Delta x), so slope ΔyΔxΔxΔy\tfrac{\Delta y}{\Delta x}\to -\tfrac{\Delta x}{\Delta y}, and their product is 1-1
tan(θ+90°)\tan(\theta+90°) equals what?
cotθ=1/tanθ-\cot\theta = -1/\tan\theta
Which perpendicular pair does the product rule NOT cover?
A horizontal line (m=0m=0) with a vertical line (undefined slope)
Common wrong answer for perpendicular of mm, and the fix
Wrong: 1/m1/m (forgot minus); Fix: 1/m-1/m
Slope of line through (1,2)(1,2) and (4,3)(4,3), then its perpendicular slope
m=13m=\tfrac13; perpendicular =3=-3
In y=mx+cy = mx + c, what is mm?
The slope (coefficient of xx)
Product of slopes for PARALLEL lines vs PERPENDICULAR
Parallel: m1=m2m_1=m_2; Perpendicular: m1m2=1m_1m_2=-1

Concept Map

defines

needs slope test

proved by

proved by

proved by

uses

deltas cancel to

uses

rearranges to

right angle iff

terms cancel to

Slope m = tan theta

Perpendicular lines meet at 90 deg

Rule m1 m2 = -1

Way 1 Rotate by 90 deg

Way 2 Angle and tangent identity

Way 3 Pythagoras

Rotation -y x maps direction

tan theta+90 = -cot theta

OA sq + OB sq = AB sq

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, slope ka matlab hai line kitni steep hai — "rise over run", yaani m=tanθm=\tan\theta. Ab do lines jab bilkul 90°90° pe milti hain (perpendicular), toh unke slopes ke beech ek pakka rishta hota hai: m1×m2=1m_1 \times m_2 = -1. Iska simple matlab — ek slope doosre ka "negative reciprocal" hota hai. Fraction ko ulta karo aur minus laga do, bas.

Yeh rule aata kahan se hai? Sabse easy tarika: ek direction vector (Δx,Δy)(\Delta x, \Delta y) ko 90°90° ghumao, toh woh ban jaata hai (Δy,Δx)(-\Delta y, \Delta x). Naya slope ho gaya Δx/Δy-\Delta x/\Delta y. Purana slope tha Δy/Δx\Delta y/\Delta x. Dono multiply karo — Δx\Delta x aur Δy\Delta y cancel, bacha 1-1. Isliye rule "jaadu" nahi hai, guaranteed hai.

Ek common galti: students sirf fraction ulta karke soch lete hain ki perpendicular mil gaya. Par 25×52=+1\tfrac25 \times \tfrac52 = +1, jo galat hai. Minus zaroori hai — flip bhi, aur sign flip bhi. Yaad rakho: "Flip it, Flick it, gives Neg-one."

Aur ek special case: horizontal line (slope 00) aur vertical line (slope undefined) perpendicular hote hain, lekin formula yahan apply nahi hoti kyun ki undefined ko multiply nahi kar sakte. Isko sirf picture se samajh lo. Exams mein yeh trap bahut aata hai, dhyan rakhna!

Go deeper — visual, from zero

Test yourself — Coordinate Geometry

Connections