JEE Challenger
More from Determinants

Positive Definite Quadratic Form and System of Linear Equations

Let R2\mathbb{R}^2 denote R×R\mathbb{R} \times \mathbb{R}. Let

S={(a,b,c):a,b,cR and ax2+2bxy+cy2>0 for all (x,y)R2{(0,0)}}.S = \left\{(a,b,c) : a,b,c \in \mathbb{R} \text{ and } ax^2 + 2bxy + cy^2 > 0 \text{ for all } (x,y) \in \mathbb{R}^2 - \{(0,0)\}\right\}.

Then which of the following statements is (are) TRUE?

Options

A

(2,72,6)S\left(2, \frac{7}{2}, 6\right) \in S

B

If (3,b,112)S\left(3, b, \frac{1}{12}\right) \in S, then 2b<1|2b| < 1.

Correct
C

For any given (a,b,c)S(a,b,c) \in S, the system of linear equations ax+by=1bx+cy=1\begin{array}{l} ax + by = 1 \\ bx + cy = -1 \end{array} has a unique solution.

Correct
D

For any given (a,b,c)S(a,b,c) \in S, the system of linear equations (a+1)x+by=0bx+(c+1)y=0\begin{array}{l} (a+1)x + by = 0 \\ bx + (c+1)y = 0 \end{array} has a unique solution.

Correct

Step-by-Step Solution

To determine which of the statements are true, we first analyze the condition for a tuple (a,b,c)R3(a, b, c) \in \mathbb{R}^3 to belong to the set SS.

The set SS is defined as: S={(a,b,c)R3:ax2+2bxy+cy2>0 for all (x,y)R2{(0,0)}}S = \left\{(a,b,c) \in \mathbb{R}^3 : ax^2 + 2bxy + cy^2 > 0 \text{ for all } (x,y) \in \mathbb{R}^2 \setminus \{(0,0)\}\right\}

The expression P(x,y)=ax2+2bxy+cy2P(x,y) = ax^2 + 2bxy + cy^2 is a binary quadratic form. For P(x,y)>0P(x,y) > 0 for all non-zero (x,y)(x,y), the quadratic form must be positive definite.

  1. Setting y=0y = 0 and x=1x = 1, we get: P(1,0)=a>0P(1,0) = a > 0

  2. Setting x=0x = 0 and y=1y = 1, we get: P(0,1)=c>0P(0,1) = c > 0

  3. For y0y \neq 0, we can divide P(x,y)P(x,y) by y2y^2: P(x,y)y2=a(xy)2+2b(xy)+c>0\frac{P(x,y)}{y^2} = a\left(\frac{x}{y}\right)^2 + 2b\left(\frac{x}{y}\right) + c > 0 Let t=xyRt = \frac{x}{y} \in \mathbb{R}. The quadratic polynomial Q(t)=at2+2bt+cQ(t) = at^2 + 2bt + c must be strictly positive for all tRt \in \mathbb{R}. Since a>0a > 0, this requires the discriminant to be strictly negative: Δ=(2b)24ac<0    4b24ac<0    acb2>0\Delta = (2b)^2 - 4ac < 0 \implies 4b^2 - 4ac < 0 \implies ac - b^2 > 0

Thus, (a,b,c)S    a>0,c>0, and acb2>0(a, b, c) \in S \iff a > 0, \, c > 0, \text{ and } ac - b^2 > 0.


Analysis of Options:

Option (A): Check if (2,72,6)S\left(2, \frac{7}{2}, 6\right) \in S

Here, a=2a = 2, b=72b = \frac{7}{2}, and c=6c = 6. We check the condition acb2>0ac - b^2 > 0: acb2=2×6(72)2=12494=48494=14<0ac - b^2 = 2 \times 6 - \left(\frac{7}{2}\right)^2 = 12 - \frac{49}{4} = \frac{48 - 49}{4} = -\frac{1}{4} < 0 Since acb2<0ac - b^2 < 0, the quadratic form is not positive definite. Therefore, (2,72,6)S\left(2, \frac{7}{2}, 6\right) \notin S. Option (A) is FALSE.


Option (B): If (3,b,112)S\left(3, b, \frac{1}{12}\right) \in S, then 2b<1|2b| < 1

Here, a=3a = 3 and c=112c = \frac{1}{12}. Since (3,b,112)S\left(3, b, \frac{1}{12}\right) \in S, we must have: acb2>0    3×112b2>0    14b2>0ac - b^2 > 0 \implies 3 \times \frac{1}{12} - b^2 > 0 \implies \frac{1}{4} - b^2 > 0 b2<14    b<12    2b<1b^2 < \frac{1}{4} \implies |b| < \frac{1}{2} \implies |2b| < 1 Option (B) is TRUE.


Option (C): System of linear equations for (a,b,c)S(a,b,c) \in S:

ax+by=1bx+cy=1\begin{array}{l} ax + by = 1 \\ bx + cy = -1 \end{array}

The determinant of the coefficient matrix M=(abbc)M = \begin{pmatrix} a & b \\ b & c \end{pmatrix} is: det(M)=abbc=acb2\det(M) = \begin{vmatrix} a & b \\ b & c \end{vmatrix} = ac - b^2

Since (a,b,c)S(a,b,c) \in S, we know that acb2>0ac - b^2 > 0, which implies det(M)0\det(M) \neq 0. A non-zero determinant guarantees that the system of linear equations has a unique solution. Option (C) is TRUE.


Option (D): System of linear equations for (a,b,c)S(a,b,c) \in S:

(a+1)x+by=0bx+(c+1)y=0\begin{array}{l} (a+1)x + by = 0 \\ bx + (c+1)y = 0 \end{array}

The determinant of the coefficient matrix M=(a+1bbc+1)M' = \begin{pmatrix} a+1 & b \\ b & c+1 \end{pmatrix} is: det(M)=a+1bbc+1=(a+1)(c+1)b2=ac+a+c+1b2=(acb2)+a+c+1\det(M') = \begin{vmatrix} a+1 & b \\ b & c+1 \end{vmatrix} = (a+1)(c+1) - b^2 = ac + a + c + 1 - b^2 = (ac - b^2) + a + c + 1

Since (a,b,c)S(a,b,c) \in S, we have:

  • acb2>0ac - b^2 > 0
  • a>0a > 0
  • c>0c > 0

Summing these positive terms: det(M)=(acb2)+a+c+1>0+0+0+1=1>0\det(M') = (ac - b^2) + a + c + 1 > 0 + 0 + 0 + 1 = 1 > 0

Since det(M)0\det(M') \neq 0, the homogeneous system has only the trivial solution (x,y)=(0,0)(x, y) = (0, 0), which is a unique solution. Option (D) is TRUE.


Conclusion:

The correct statements are (B), (C), and (D).