Soru

Zorluk: ZorMatrices and Determinants

Given the matrices A=(k231)A = \begin{pmatrix} k & 2 \\ 3 & 1 \end{pmatrix} and B=(1120)B = \begin{pmatrix} 1 & -1 \\ 2 & 0 \end{pmatrix}, what is the smaller positive integer value of kk for which det(A2+B)=4\det(A^2 + B) = 4?

  1. 5Cevap
  2. B
    6
  3. C
    4
  4. D
    8

Cevap

The smaller positive integer value of kk is 5.
Evaluating A2A^2 via matrix multiplication gives (k2+62k+23k+37)\begin{pmatrix} k^2 + 6 & 2k + 2 \\ 3k + 3 & 7 \end{pmatrix}. Adding BB gives A2+B=(k2+72k+13k+57)A^2 + B = \begin{pmatrix} k^2 + 7 & 2k + 1 \\ 3k + 5 & 7 \end{pmatrix}. Computing det(A2+B)=(k2+7)(7)(2k+1)(3k+5)=k213k+44\det(A^2 + B) = (k^2 + 7)(7) - (2k + 1)(3k + 5) = k^2 - 13k + 44. Setting this to 4 results in k213k+40=0k^2 - 13k + 40 = 0, which yields roots k=5k = 5 and k=8k = 8. The smaller value is 5.

Adım Adım Çözüm

1
Compute matrix A2A^2 using matrix multiplication (row by column).
A2=(k231)(k231)=(k2+62k+23k+37)A^2 = \begin{pmatrix} k & 2 \\ 3 & 1 \end{pmatrix} \begin{pmatrix} k & 2 \\ 3 & 1 \end{pmatrix} = \begin{pmatrix} k^2 + 6 & 2k + 2 \\ 3k + 3 & 7 \end{pmatrix}
Matrix multiplication requires taking the dot product of rows of the first matrix with columns of the second matrix.
2
Add matrix BB to A2A^2.
A2+B=(k2+62k+23k+37)+(1120)=(k2+72k+13k+57)A^2 + B = \begin{pmatrix} k^2 + 6 & 2k + 2 \\ 3k + 3 & 7 \end{pmatrix} + \begin{pmatrix} 1 & -1 \\ 2 & 0 \end{pmatrix} = \begin{pmatrix} k^2 + 7 & 2k + 1 \\ 3k + 5 & 7 \end{pmatrix}
Matrix addition is performed by adding corresponding entries.
3
Calculate the determinant of A2+BA^2 + B and set it equal to 4.
det(A2+B)=(k2+7)(7)(2k+1)(3k+5)=7k2+49(6k2+13k+5)=k213k+44=4\det(A^2 + B) = (k^2 + 7)(7) - (2k + 1)(3k + 5) = 7k^2 + 49 - (6k^2 + 13k + 5) = k^2 - 13k + 44 = 4
The determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is adbcad - bc.
4
Solve the quadratic equation for kk.
k213k+40=0    (k5)(k8)=0    k=5 or k=8k^2 - 13k + 40 = 0 \implies (k - 5)(k - 8) = 0 \implies k = 5 \text{ or } k = 8
Factoring the quadratic equation gives the two possible integer roots.

Anahtar Kavram

Matrix multiplication, matrix addition, determinant of a 2x2 matrix, and quadratic equation solving.
Bu soruyu puanla