If a₁·a₂ + b₁·b₂ > 0, this bisector (+ sign, with c₁, c₂ same sign) contains the origin. Reverse if < 0.
The two bisectors of L1:a1x+b1y+c1=0 and L2:a2x+b2y+c2=0 are:
a12+b12a1x+b1y+c1=+a22+b22a2x+b2y+c2anda12+b12a1x+b1y+c1=−a22+b22a2x+b2y+c2
To determine which bisector contains the origin, substitute (0,0):
S1=a12+b12c1,S2=a22+b22c2
- If S1 and S2 have the same sign: the origin satisfies S1=+S2, so it lies on the + bisector.
- If S1 and S2 have opposite signs: the origin lies on the − bisector.
For an arbitrary point Q(h,k)
Compute a12+b12a1h+b1k+c1 and a22+b22a2h+b2k+c2.
Same rule: same sign ⇒ Q is on the + bisector; opposite signs ⇒ Q is on the − bisector.
This is the standard JEE test: identify the bisector containing a specific point by a single sign check, without solving the bisector equations.