Skip to main content
Back to Matrices & Determinants
JEE Main 2022
Matrices & Determinants
Matrices and Determinants
Easy

Question

Let for any three distinct consecutive terms a,b,ca, b, c of an A.P, the lines ax+by+c=0a x+b y+c=0 be concurrent at the point PP and Q(α,β)Q(\alpha, \beta) be a point such that the system of equations x+y+z=6,2x+5y+αz=β and \begin{aligned} & x+y+z=6, \\ & 2 x+5 y+\alpha z=\beta \text { and } \end{aligned} x+2y+3z=4x+2 y+3 z=4, has infinitely many solutions. Then (PQ)2(P Q)^2 is equal to _________.

Answer: 2

Solution

Key Concepts for Lines Concurrent at a Point

When a family of lines ax+by+c=0ax+by+c=0 passes through a fixed point, it means that there exists a specific point (x0,y0)(x_0, y_0) such that ax0+by0+c=0ax_0+by_0+c=0 for all permissible values of a,b,ca, b, c. Often, the relationship between a,b,ca, b, c provides the clue to find this fixed point.

Key Concepts for System of Linear Equations with Infinitely Many Solutions

For a system of three linear equations in three variables:

a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3\begin{aligned} a_1x + b_1y + c_1z &= d_1 \\ a_2x + b_2y + c_2z &= d_2 \\ a_3x + b_3y + c_3z &= d_3 \end{aligned}

Let DD be the determinant of the coefficient matrix:

D=a1b1c1a2b2c2a3b3c3D = \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix}

And let Dx,Dy,DzD_x, D_y, D_z be the determinants formed by replacing the respective coefficient columns with the constant terms column. For the system to have infinitely many solutions, the necessary and sufficient conditions are: D=0andDx=0andDy=0andDz=0D = 0 \quad \text{and} \quad D_x = 0 \quad \text{and} \quad D_y = 0 \quad \text{and} \quad D_z = 0 If D=0D=0 and at least one of Dx,Dy,DzD_x, D_y, D_z is non-zero, then the system has no solution.


Step 1: Finding the Point of Concurrency P

We are given that a,b,ca, b, c are three distinct consecutive terms of an Arithmetic Progression (A.P.). Explanation: In an A.P., the middle term is the average of its neighbors. This relationship gives us a constraint on a,b,ca, b, c. 2b=a+c2b = a+c Rearranging this equation, we get: a2b+c=0a - 2b + c = 0 Now, consider the equation of the line ax+by+c=0ax+by+c=0. Explanation: We need to find a point (x,y)(x, y) that satisfies this equation regardless of the specific values of a,b,ca, b, c, as long as they satisfy the A.P. condition. We can compare the A.P. condition with the line equation. If we set x=1x=1 and y=2y=-2 in the line equation, we get: a(1)+b(2)+c=0a(1) + b(-2) + c = 0 a2b+c=0a - 2b + c = 0 This is exactly the condition we derived for a,b,ca, b, c being in an A.P. Explanation: Since the point (1,2)(1, -2) satisfies the line equation ax+by+c=0ax+by+c=0 whenever a,b,ca, b, c are in A.P., it means all such lines pass through this fixed point. Therefore, the point of concurrency PP is (1,2)(1, -2).

Tip: This is a common pattern. If you have a linear relation between coefficients like Aa+Bb+Cc=0Aa+Bb+Cc=0 and a line ax+by+c=0ax+by+c=0, the fixed point is (A,B)(A, B) if the relation is Aa+Bb+c=0Aa+Bb+c=0, or it can be derived by matching coefficients. Here, a2b+c=0a-2b+c=0 can be seen as a(1)+b(2)+c(1)=0a(1)+b(-2)+c(1)=0. If we consider ax+by+cz=0ax+by+cz=0 (a plane equation) and x=1,y=2,z=1x=1, y=-2, z=1, this would be satisfied. For a line ax+by+c=0ax+by+c=0, we directly compare a(1)+b(2)+c(1)=0a(1)+b(-2)+c(1)=0 with ax0+by0+c=0ax_0+by_0+c=0.

So, we have P=(1,2)P = (1, -2).


Step 2: Finding the Point Q(α,β)(\alpha, \beta)

We are given a system of linear equations:

  1. x+y+z=6x+y+z=6
  2. 2x+5y+αz=β2x+5y+\alpha z=\beta
  3. x+2y+3z=4x+2y+3z=4

This system has infinitely many solutions. Explanation: As per the key concept, for infinitely many solutions, all determinants D,Dx,Dy,DzD, D_x, D_y, D_z must be zero. We will use this to find α\alpha and β\beta.

First, let's calculate the determinant of the coefficient matrix, DD:

D=11125α123D = \begin{vmatrix} 1 & 1 & 1 \\ 2 & 5 & \alpha \\ 1 & 2 & 3 \end{vmatrix}

Explanation: We set D=0D=0 to find α\alpha. Expanding the determinant along the first row:

D=15α2312α13+12512D = 1 \cdot \begin{vmatrix} 5 & \alpha \\ 2 & 3 \end{vmatrix} - 1 \cdot \begin{vmatrix} 2 & \alpha \\ 1 & 3 \end{vmatrix} + 1 \cdot \begin{vmatrix} 2 & 5 \\ 1 & 2 \end{vmatrix} D=1(53α2)1(23α1)+1(2251)D = 1(5 \cdot 3 - \alpha \cdot 2) - 1(2 \cdot 3 - \alpha \cdot 1) + 1(2 \cdot 2 - 5 \cdot 1) D=(152α)(6α)+(45)D = (15 - 2\alpha) - (6 - \alpha) + (4 - 5) D=152α6+α1D = 15 - 2\alpha - 6 + \alpha - 1 D=8αD = 8 - \alpha

For infinitely many solutions, D=0D=0: 8α=0    α=88 - \alpha = 0 \implies \alpha = 8

Now, we need to find β\beta. We use the condition that one of the other determinants (Dx,Dy,D_x, D_y, or DzD_z) must also be zero. Let's calculate DxD_x (which is D1D_1 in the original solution's notation, replacing the first column with the constant terms).

Dx=611β5α423D_x = \begin{vmatrix} 6 & 1 & 1 \\ \beta & 5 & \alpha \\ 4 & 2 & 3 \end{vmatrix}

Explanation: Substitute the value of α=8\alpha=8 we just found into DxD_x.

Dx=611β58423D_x = \begin{vmatrix} 6 & 1 & 1 \\ \beta & 5 & 8 \\ 4 & 2 & 3 \end{vmatrix}

Now, expand this determinant along the first row:

Dx=658231β843+1β542D_x = 6 \cdot \begin{vmatrix} 5 & 8 \\ 2 & 3 \end{vmatrix} - 1 \cdot \begin{vmatrix} \beta & 8 \\ 4 & 3 \end{vmatrix} + 1 \cdot \begin{vmatrix} \beta & 5 \\ 4 & 2 \end{vmatrix} Dx=6(5382)1(β384)+1(β254)D_x = 6(5 \cdot 3 - 8 \cdot 2) - 1(\beta \cdot 3 - 8 \cdot 4) + 1(\beta \cdot 2 - 5 \cdot 4) Dx=6(1516)1(3β32)+1(2β20)D_x = 6(15 - 16) - 1(3\beta - 32) + 1(2\beta - 20) Dx=6(1)3β+32+2β20D_x = 6(-1) - 3\beta + 32 + 2\beta - 20 Dx=63β+32+2β20D_x = -6 - 3\beta + 32 + 2\beta - 20 Dx=6βD_x = 6 - \beta

For infinitely many solutions, Dx=0D_x=0: 6β=0    β=66 - \beta = 0 \implies \beta = 6

So, the point Q(α,β)Q(\alpha, \beta) is (8,6)(8, 6).

Common Mistake: Forgetting to substitute the value of α\alpha (or any other found variable) into subsequent determinant calculations can lead to incorrect values. Also, be careful with signs during determinant expansion.


**Step 3: Calculating the Squared Distance (PQ)2(PQ)^2}

We have the coordinates of point P=(1,2)P=(1, -2) and point Q=(8,6)Q=(8, 6). Explanation: We need to find the squared distance between these two points using the distance formula. The distance formula between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}. The squared distance is simply (x2x1)2+(y2y1)2(x_2-x_1)^2 + (y_2-y_1)^2.

(PQ)2=(xQxP)2+(yQyP)2(PQ)^2 = (x_Q - x_P)^2 + (y_Q - y_P)^2 (PQ)2=(81)2+(6(2))2(PQ)^2 = (8 - 1)^2 + (6 - (-2))^2 (PQ)2=(7)2+(6+2)2(PQ)^2 = (7)^2 + (6 + 2)^2 (PQ)2=(7)2+(8)2(PQ)^2 = (7)^2 + (8)^2 (PQ)2=49+64(PQ)^2 = 49 + 64 (PQ)2=113(PQ)^2 = 113

Summary and Key Takeaways

This problem effectively tests two important concepts:

  1. Concurrency of Lines: Recognizing that a linear relationship between the coefficients of a line equation (a,b,ca, b, c) can directly determine a fixed point of concurrency. In this case, a2b+c=0a-2b+c=0 implies the line ax+by+c=0ax+by+c=0 passes through (1,2)(1, -2).
  2. Conditions for Infinitely Many Solutions of a System of Linear Equations: For a system of nn equations in nn variables, infinitely many solutions exist if and only if the determinant of the coefficient matrix (DD) is zero, AND all determinants formed by replacing a coefficient column with the constant terms column (Dx,Dy,DzD_x, D_y, D_z, etc.) are also zero.

By applying these principles systematically, we found P=(1,2)P=(1, -2) and Q=(8,6)Q=(8, 6), leading to a squared distance (PQ)2=113(PQ)^2 = 113. Always ensure careful calculation of determinants and proper substitution of found values.

Practice More Matrices & Determinants Questions

View All Questions