Solveeit Logo

Question

Question: If the straight lines $ax+may+1=0, bx+(m+1)by+1=0$ and $cx+(m+2)cy+1=0$, (where a, b, c and m are no...

If the straight lines ax+may+1=0,bx+(m+1)by+1=0ax+may+1=0, bx+(m+1)by+1=0 and cx+(m+2)cy+1=0cx+(m+2)cy+1=0, (where a, b, c and m are non-zero) are concurrent, then a,b,c are in-

A

A.P. only for m = 1

B

AP for all m

C

GP for all m

D

HP for all m

Answer

HP for all m

Explanation

Solution

The condition for three lines A1x+B1y+C1=0A_1x + B_1y + C_1 = 0, A2x+B2y+C2=0A_2x + B_2y + C_2 = 0, and A3x+B3y+C3=0A_3x + B_3y + C_3 = 0 to be concurrent is that the determinant of their coefficients is zero:

A1B1C1A2B2C2A3B3C3=0\begin{vmatrix} A_1 & B_1 & C_1 \\ A_2 & B_2 & C_2 \\ A_3 & B_3 & C_3 \end{vmatrix} = 0

Substituting the coefficients from the given lines:

ama1b(m+1)b1c(m+2)c1=0\begin{vmatrix} a & ma & 1 \\ b & (m+1)b & 1 \\ c & (m+2)c & 1 \end{vmatrix} = 0

Applying column operation C2C2mC1C_2 \to C_2 - m C_1:

a01bb1c2c1=0\begin{vmatrix} a & 0 & 1 \\ b & b & 1 \\ c & 2c & 1 \end{vmatrix} = 0

Expanding the determinant:

a(b2c)+1(2bcbc)=0a(b - 2c) + 1(2bc - bc) = 0 ab2ac+bc=0ab - 2ac + bc = 0 ab+bc=2acab + bc = 2ac

Dividing by abcabc:

1c+1a=2b\frac{1}{c} + \frac{1}{a} = \frac{2}{b}

This shows that 1a,1b,1c\frac{1}{a}, \frac{1}{b}, \frac{1}{c} are in Arithmetic Progression (AP), thus a, b, c are in Harmonic Progression (HP). Since the relationship is independent of 'm', a, b, c are in HP for all values of m.