Question

Proving a 3x3 matrix is non-singular for all values

Original question: Eg3. Show that for all xRx \in R, A=(2243x213x)A = \begin{pmatrix} 2 & -2 & 4 \\ 3 & x & -2 \\ -1 & 3 & x \end{pmatrix} is non-singular.

det A=2x23x+2321x+43x13A = 2 \begin{vmatrix} x & -2 \\ 3 & x \end{vmatrix} + 2 \begin{vmatrix} 3 & -2 \\ -1 & x \end{vmatrix} + 4 \begin{vmatrix} 3 & x \\ -1 & 3 \end{vmatrix}

=2(x2+6)+2(3x2)+4(9+x)= 2(x^2 + 6) + 2(3x - 2) + 4(9 + x)

=2x2+6x+4x+124+36= 2x^2 + 6x + 4x + 12 - 4 + 36

=2x2+10x+44= 2x^2 + 10x + 44

=2(x+52)2+632= 2\left(x + \frac{5}{2}\right)^2 + \frac{63}{2}

Since (x+52)20\left(x + \frac{5}{2}\right)^2 \geq 0 Hence det A>0A > 0

\therefore AA is non-singular for all xRx \in R

b24ac<0b^2 - 4ac < 0, no real roots

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: This problem uses determinant expansion and completing the square to prove that a parameterized matrix has no zero determinant for any real value of the variable.

Step by step

What the problem is asking

A matrix is non-singular when its determinant is not zero. Because the entries of the matrix depend on the variable xx, the goal is to compute detA\det A and show that it is always positive for every real xx.

The key idea is not just finding a formula, but rewriting that formula into a form that makes its sign obvious. That is why completing the square is useful here.

Step-by-step determinant expansion

For

A=(2243x213x),A=\begin{pmatrix}2 & -2 & 4\\3 & x & -2\\-1 & 3 & x\end{pmatrix},

expand along the first row:

detA=2x23x+2321x+43x13.\det A=2\begin{vmatrix}x & -2\\3 & x\end{vmatrix}+2\begin{vmatrix}3 & -2\\-1 & x\end{vmatrix}+4\begin{vmatrix}3 & x\\-1 & 3\end{vmatrix}.

Now evaluate each 2×22\times 2 determinant:

=2(x2+6)+2(3x2)+4(9+x).=2(x^2+6)+2(3x-2)+4(9+x).

Simplify:

=2x2+6x+4x+124+36=2x^2+6x+4x+12-4+36

=2x2+10x+44.=2x^2+10x+44.

Why completing the square proves non-singularity

Rewrite the quadratic:

2x2+10x+44=2(x2+5x+22)=2(x+52)2+632.2x^2+10x+44=2\left(x^2+5x+22\right)=2\left(x+\frac{5}{2}\right)^2+\frac{63}{2}.

Because a square is always nonnegative,

(x+52)20,\left(x+\frac{5}{2}\right)^2\ge 0,

so

detA632>0.\det A \ge \frac{63}{2} > 0.

That means the determinant is never zero, so the matrix is non-singular for all real xx.

Useful sign test

A quadratic of the form ax2+bx+cax^2+bx+c is always positive if its completed-square form has a positive constant term and the coefficient of the square is positive. Here, both conditions hold, so there are no real roots and no value of xx that makes the matrix singular.

Pitfall alert

A frequent mistake is to stop after computing detA=2x2+10x+44\det A=2x^2+10x+44 and conclude it is positive just because the leading coefficient is positive. That is not enough for a quadratic; it could still cross zero. You must either complete the square or compute the discriminant. Another error is using the wrong cofactor signs during expansion, which changes the final quadratic completely. It is also important to say clearly that non-singular means determinant nonzero, not merely nonnegative. The completed-square step is what gives the proof its strength.

Try different conditions

If one entry changes, for example replacing the 2-2 in the second row by a parameter kk, the determinant may no longer be always positive. In that variant, you would recompute detA\det A as a quadratic in xx with coefficients depending on kk, then check whether its discriminant is negative or whether the completed-square form has a positive minimum. For a different variant where the matrix is symmetric, you could sometimes use eigenvalue arguments instead of direct expansion, but the conclusion still depends on proving the determinant cannot be zero for any real parameter value.

Further reading

cofactor expansion, completed square, non-singular matrix

FAQ

How can you prove a parameterized matrix is non-singular for all real x?

Compute the determinant as a function of x, then rewrite it in a form whose sign is obvious, such as a completed square plus a positive constant. If the determinant never equals zero, the matrix is non-singular for every real x.

Why is completing the square useful after finding a determinant?

Completing the square reveals the minimum value of the determinant expression. If that minimum is positive, then the determinant can never be zero, which proves the matrix is non-singular.

chat