To determine which of the statements are true, we first analyze the condition for a tuple (a,b,c)∈R3 to belong to the set S.
The set S is defined as:
S={(a,b,c)∈R3:ax2+2bxy+cy2>0 for all (x,y)∈R2∖{(0,0)}}
The expression P(x,y)=ax2+2bxy+cy2 is a binary quadratic form. For P(x,y)>0 for all non-zero (x,y), the quadratic form must be positive definite.
Setting y=0 and x=1, we get:
P(1,0)=a>0
Setting x=0 and y=1, we get:
P(0,1)=c>0
For y=0, we can divide P(x,y) by y2:
y2P(x,y)=a(yx)2+2b(yx)+c>0
Let t=yx∈R. The quadratic polynomial Q(t)=at2+2bt+c must be strictly positive for all t∈R. Since a>0, this requires the discriminant to be strictly negative:
Δ=(2b)2−4ac<0⟹4b2−4ac<0⟹ac−b2>0
Thus, (a,b,c)∈S⟺a>0,c>0, and ac−b2>0.
Analysis of Options:
Option (A): Check if (2,27,6)∈S
Here, a=2, b=27, and c=6.
We check the condition ac−b2>0:
ac−b2=2×6−(27)2=12−449=448−49=−41<0
Since ac−b2<0, the quadratic form is not positive definite. Therefore, (2,27,6)∈/S.
Option (A) is FALSE.
Option (B): If (3,b,121)∈S, then ∣2b∣<1
Here, a=3 and c=121. Since (3,b,121)∈S, we must have:
ac−b2>0⟹3×121−b2>0⟹41−b2>0b2<41⟹∣b∣<21⟹∣2b∣<1Option (B) is TRUE.
Option (C): System of linear equations for (a,b,c)∈S:
ax+by=1bx+cy=−1
The determinant of the coefficient matrix M=(abbc) is:
det(M)=abbc=ac−b2
Since (a,b,c)∈S, we know that ac−b2>0, which implies det(M)=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+1)x+by=0bx+(c+1)y=0
The determinant of the coefficient matrix M′=(a+1bbc+1) is:
det(M′)=a+1bbc+1=(a+1)(c+1)−b2=ac+a+c+1−b2=(ac−b2)+a+c+1
Since (a,b,c)∈S, we have:
ac−b2>0
a>0
c>0
Summing these positive terms:
det(M′)=(ac−b2)+a+c+1>0+0+0+1=1>0
Since det(M′)=0, the homogeneous system has only the trivial solution (x,y)=(0,0), which is a unique solution.
Option (D) is TRUE.