Two lines are parallel when they point in the same direction — they never meet, no matter how far you extend them. Direction of a line is captured by one number: its slope m m m . So "same direction" translates directly to "same slope " (m 1 = m 2 m_1 = m_2 m 1 = m 2 ).
WHY it feels obvious once you see it: slope = how much you rise for a fixed run. If two lines rise the same amount for the same run, they climb identically, so the vertical gap between them stays constant → they never cross.
For a line through points ( x 1 , y 1 ) (x_1,y_1) ( x 1 , y 1 ) and ( x 2 , y 2 ) (x_2,y_2) ( x 2 , y 2 ) ,
m = y 2 − y 1 x 2 − x 1 = rise run = tan θ m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{\text{rise}}{\text{run}} = \tan\theta m = x 2 − x 1 y 2 − y 1 = run rise = tan θ
where θ \theta θ is the angle the line makes with the positive x x x -axis .
Intuition The general-form shortcut
A line a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 has slope m = − a b m = -\dfrac{a}{b} m = − b a (solve for y y y : y = − a b x − c b y = -\frac ab x - \frac cb y = − b a x − b c ).
So two lines a 1 x + b 1 y + c 1 = 0 a_1x+b_1y+c_1=0 a 1 x + b 1 y + c 1 = 0 and a 2 x + b 2 y + c 2 = 0 a_2x+b_2y+c_2=0 a 2 x + b 2 y + c 2 = 0 are parallel when
− a 1 b 1 = − a 2 b 2 ⟺ a 1 a 2 = b 1 b 2 . -\frac{a_1}{b_1} = -\frac{a_2}{b_2} \iff \frac{a_1}{a_2} = \frac{b_1}{b_2}. − b 1 a 1 = − b 2 a 2 ⟺ a 2 a 1 = b 2 b 1 .
A parallel line can always be written as ==a x + b y + k = 0 ax + by + k = 0 a x + b y + k = 0 == — keep a , b a,b a , b , change only the constant.
Worked example 2 — Line through a point, parallel to a given line
Find the line through ( 1 , 4 ) (1, 4) ( 1 , 4 ) parallel to 3 x + 2 y = 7 3x + 2y = 7 3 x + 2 y = 7 .
Given slope: m = − 3 2 m = -\frac{3}{2} m = − 2 3 . Why? m = − a / b m=-a/b m = − a / b with a = 3 , b = 2 a=3,b=2 a = 3 , b = 2 .
Parallel ⇒ same slope − 3 2 -\frac32 − 2 3 . Why? Equal-slopes theorem.
Point–slope: y − 4 = − 3 2 ( x − 1 ) y - 4 = -\frac32(x - 1) y − 4 = − 2 3 ( x − 1 ) .
Tidy: 2 y − 8 = − 3 x + 3 ⇒ 3 x + 2 y = 11 2y - 8 = -3x + 3 \Rightarrow \mathbf{3x + 2y = 11} 2 y − 8 = − 3 x + 3 ⇒ 3x + 2y = 11 .
Shortcut check: keep 3 x + 2 y = k 3x+2y=k 3 x + 2 y = k , plug ( 1 , 4 ) (1,4) ( 1 , 4 ) : 3 + 8 = 11 3+8=11 3 + 8 = 11 . Same answer. ✅
Worked example 3 — Find unknown for parallelism
For what k k k is L 1 : k x + 3 y = 1 L_1: kx + 3y = 1 L 1 : k x + 3 y = 1 parallel to L 2 : 6 x − 9 y = 5 L_2: 6x - 9y = 5 L 2 : 6 x − 9 y = 5 ?
m 1 = − k 3 m_1 = -\frac{k}{3} m 1 = − 3 k , m 2 = − 6 − 9 = 2 3 m_2 = -\frac{6}{-9} = \frac{2}{3} m 2 = − − 9 6 = 3 2 .
Set equal: − k 3 = 2 3 ⇒ k = − 2. -\frac k3 = \frac23 \Rightarrow k = -2. − 3 k = 3 2 ⇒ k = − 2. Why? Parallel ⇔ equal slopes.
Worked example 4 — Distance between two parallels (bonus, same
a , b a,b a , b )
3 x + 4 y = 10 3x + 4y = 10 3 x + 4 y = 10 and 3 x + 4 y = 20 3x + 4y = 20 3 x + 4 y = 20 .
d = ∣ c 1 − c 2 ∣ a 2 + b 2 = ∣ 10 − 20 ∣ 9 + 16 = 10 5 = 2. d = \frac{|c_1 - c_2|}{\sqrt{a^2+b^2}} = \frac{|10-20|}{\sqrt{9+16}} = \frac{10}{5} = 2. d = a 2 + b 2 ∣ c 1 − c 2 ∣ = 9 + 16 ∣10 − 20∣ = 5 10 = 2.
Why the formula works: both lines share the same normal direction ( a , b ) (a,b) ( a , b ) , so the perpendicular gap is just the difference in constants divided by the normal's length.
Common mistake "Equal slopes = same line"
Why it feels right: equal slopes look identical in a hurry.
Fix: Same slope + different intercept ⇒ parallel (never meet). Same slope and same intercept ⇒ the same line (infinitely many meeting points). Always check the constant too.
Common mistake Forgetting vertical lines
Why it feels right: the rule "m 1 = m 2 m_1=m_2 m 1 = m 2 " seems universal.
Fix: Vertical lines (x = c x = c x = c ) have undefined slope. Two verticals are parallel but their slopes aren't "equal numbers" — they're both undefined. Handle vertical lines by inspection.
a 1 a 2 = b 1 b 2 = c 1 c 2 \frac{a_1}{a_2}=\frac{b_1}{b_2}=\frac{c_1}{c_2} a 2 a 1 = b 2 b 1 = c 2 c 1 for parallel
Why it feels right: it's the coincident (same line) condition, one step further.
Fix: Parallel needs a 1 a 2 = b 1 b 2 ≠ c 1 c 2 \frac{a_1}{a_2}=\frac{b_1}{b_2}\ne\frac{c_1}{c_2} a 2 a 1 = b 2 b 1 = c 2 c 1 . If c c c 's ratio also matches, lines are identical, not just parallel.
Recall Quick self-test (hide answers, forecast first)
Slope of 5 x − 2 y + 7 = 0 5x - 2y + 7 = 0 5 x − 2 y + 7 = 0 ? → m = 5 / 2 m = 5/2 m = 5/2 .
Line through ( 0 , 0 ) (0,0) ( 0 , 0 ) parallel to y = 3 x − 4 y = 3x - 4 y = 3 x − 4 ? → y = 3 x y = 3x y = 3 x .
Are x = 2 x=2 x = 2 and x = 9 x=9 x = 9 parallel? → Yes (both vertical).
Parallel condition in a x + b y + c = 0 ax+by+c=0 a x + b y + c = 0 form? → a 1 a 2 = b 1 b 2 ≠ c 1 c 2 \frac{a_1}{a_2}=\frac{b_1}{b_2}\ne\frac{c_1}{c_2} a 2 a 1 = b 2 b 1 = c 2 c 1 .
Recall Feynman: explain to a 12-year-old
Imagine two escalators side by side. If both go up at exactly the same steepness , they run beside each other forever and never bump — that's "parallel." The "steepness number" is the slope. Same steepness = parallel. If they also start at the same spot, they're literally the same escalator. If one is steeper, they'll eventually cross.
"Same tilt, no meet." Parallel lines have the same tilt (slope) and never meet. And in a x + b y + c ax+by+c a x + b y + c : "keep a , b a,b a , b , change c c c ."
Two lines are parallel iff their slopes satisfy what? m 1 = m 2 m_1 = m_2 m 1 = m 2 (both non-vertical).
Slope of a x + b y + c = 0 ax+by+c=0 a x + b y + c = 0 ? Parallel condition using coefficients of a 1 x + b 1 y + c 1 = 0 a_1x+b_1y+c_1=0 a 1 x + b 1 y + c 1 = 0 etc.? a 1 a 2 = b 1 b 2 ≠ c 1 c 2 \frac{a_1}{a_2}=\frac{b_1}{b_2}\ne\frac{c_1}{c_2} a 2 a 1 = b 2 b 1 = c 2 c 1 .
If slopes AND intercepts are equal, the lines are…? The same (coincident) line, not just parallel.
Why do equal slopes imply the lines never meet? Same rise-per-run keeps the vertical gap constant, so they never intersect.
Form of a line parallel to a x + b y + c = 0 ax+by+c=0 a x + b y + c = 0 ? a x + b y + k = 0 ax+by+k=0 a x + b y + k = 0 (keep
a , b a,b a , b ; change constant
k k k ).
Slope in terms of angle θ \theta θ with x-axis? m = tan θ m=\tan\theta m = tan θ .
Are two vertical lines parallel, and what about their slopes? Yes, parallel; both slopes are undefined.
Distance between parallels a x + b y + c 1 = 0 ax+by+c_1=0 a x + b y + c 1 = 0 and a x + b y + c 2 = 0 ax+by+c_2=0 a x + b y + c 2 = 0 ? ∣ c 1 − c 2 ∣ a 2 + b 2 \dfrac{|c_1-c_2|}{\sqrt{a^2+b^2}} a 2 + b 2 ∣ c 1 − c 2 ∣ .
equal corresponding angles
equal angles equal tangents
Intuition Hinglish mein samjho
Dekho, do lines parallel tab hoti hain jab woh same direction me jaati hain — kabhi milti nahi, chahe kitna bhi aage badha do. Line ka direction ek hi number batata hai: uska slope m m m , jo tan θ \tan\theta tan θ ke barabar hai (θ \theta θ = x-axis se banaya gaya angle). Isliye "same direction" ka matlab seedha "same slope " ho jaata hai, yaani m 1 = m 2 m_1 = m_2 m 1 = m 2 .
Intuition simple hai: slope matlab kitna upar chadhte ho ek fixed run me. Agar dono lines same run me same rise karti hain, toh unke beech ka gap constant rehta hai, isliye woh kabhi cross nahi karti. Escalator wali example yaad rakho — same steepness ke do escalators saath-saath chalte rahenge, tabhi parallel.
a x + b y + c = 0 ax+by+c=0 a x + b y + c = 0 form me slope = − a / b = -a/b = − a / b hota hai. Toh parallel line likhni ho toh a a a aur b b b same rakho, sirf constant c c c badlo — "keep a , b a,b a , b , change c c c ". Exam me ye trick fast hai. Ek point se guzarti parallel line chahiye? Given slope lo, same slope use karo, point-slope form laga do — ho gaya.
Do galtiyon se bacho: (1) equal slope ka matlab same line nahi hota — intercept alag ho toh parallel, same ho toh coincident. (2) Vertical lines x = c x=c x = c ka slope undefined hota hai, unko dekh ke hi decide karo. Ye chhoti baatein hi marks bachati hain.