Academy
Formulas/maths/Straight Lines/Fixed Point of a Family

Fixed Point of a Family

The fixed point of the family is the intersection of L₁ = 0 and L₂ = 0, independent of λ.
Derivation

The family L1+λL2=0L_1 + \lambda L_2 = 0 passes through the intersection P=L1L2P = L_1 \cap L_2 for all values of λ\lambda. This point PP is the fixed point of the family.

Finding the fixed point

Solve L1=0L_1 = 0 and L2=0L_2 = 0 simultaneously. The solution is PP, which is independent of λ\lambda.

Standard JEE form

A family is often given as a single equation with a parameter:

(2+3λ)x+(1λ)y+(5+2λ)=0(2 + 3\lambda)x + (1 - \lambda)y + (5 + 2\lambda) = 0

Regroup by λ\lambda:

(2x+y+5)+λ(3xy+2)=0(2x + y + 5) + \lambda(3x - y + 2) = 0

Fixed point: solve 2x+y+5=02x + y + 5 = 0 and 3xy+2=03x - y + 2 = 0 simultaneously.

Adding: 5x+7=0x=7/55x + 7 = 0 \Rightarrow x = -7/5. Then y=52x=5+14/5=11/5y = -5 - 2x = -5 + 14/5 = -11/5.

Fixed point: (75,115)\left(-\dfrac{7}{5}, -\dfrac{11}{5}\right).

Every member of the family — for every value of λ\lambda — passes through this point.