Skip to main content
Back to Matrices & Determinants
JEE Main 2020
Matrices & Determinants
Matrices and Determinants
Medium

Question

Let A = \left[ {\matrix{ 1 & 2 \cr { - 1} & 4 \cr } } \right]. If A -1 = α\alphaI + β\betaA, α\alpha, β\beta \in R, I is a 2 ×\times 2 identity matrix then 4(α\alpha - β\beta) is equal to :

Options

Solution

Understanding the Problem

We are given a 2×22 \times 2 matrix AA and a relationship involving its inverse, A1=αI+βAA^{-1} = \alpha I + \beta A, where II is the 2×22 \times 2 identity matrix and α,β\alpha, \beta are real numbers. Our goal is to find the value of the expression 4(αβ)4(\alpha - \beta). This problem tests our ability to compute matrix inverses, perform matrix algebra (scalar multiplication and addition), and solve systems of linear equations derived from matrix equality.


Key Concepts and Formulas

  1. Inverse of a 2×22 \times 2 Matrix: For a matrix A=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, its inverse A1A^{-1} exists if and only if its determinant A=adbc0|A| = ad - bc \neq 0. The formula for the inverse is: A1=1Aadj(A)=1adbc[dbca]A^{-1} = \frac{1}{|A|} \text{adj}(A) = \frac{1}{ad - bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} The adj(A)\text{adj}(A) (adjoint of AA) for a 2×22 \times 2 matrix is found by swapping the diagonal elements and negating the off-diagonal elements.

  2. Matrix Scalar Multiplication: If kk is a scalar and A=[aij]A = [a_{ij}] is a matrix, then kA=[kaij]kA = [ka_{ij}]. Each element of the matrix is multiplied by the scalar.

  3. Matrix Addition: If A=[aij]A = [a_{ij}] and B=[bij]B = [b_{ij}] are matrices of the same dimension, then A+B=[aij+bij]A+B = [a_{ij} + b_{ij}]. Corresponding elements are added.

  4. Matrix Equality: Two matrices XX and YY are equal if and only if they have the same dimensions and their corresponding elements are equal. If X=YX = Y, then xij=yijx_{ij} = y_{ij} for all i,ji, j. This property allows us to form a system of linear equations.

  5. Identity Matrix: For a 2×22 \times 2 matrix, the identity matrix is I=[1001]I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}. It acts like the number '1' in scalar multiplication, i.e., AI=IA=AAI = IA = A.


Step-by-Step Solution

Given the matrix A=[1214]A = \begin{bmatrix} 1 & 2 \\ -1 & 4 \end{bmatrix} and the relation A1=αI+βAA^{-1} = \alpha I + \beta A.

Step 1: Calculate the Inverse of Matrix A (A1A^{-1})

To find A1A^{-1}, we first need its determinant and adjoint.

  • Calculate the Determinant of A (A|A|): The determinant tells us if the inverse exists and is a crucial part of the inverse formula. A=(1)(4)(2)(1)|A| = (1)(4) - (2)(-1) A=4(2)|A| = 4 - (-2) A=4+2|A| = 4 + 2 A=6|A| = 6 Since A=60|A| = 6 \neq 0, the inverse A1A^{-1} exists.

  • Calculate the Adjoint of A (adj(A)\text{adj}(A)): For a 2×22 \times 2 matrix A=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, adj(A)=[dbca]\text{adj}(A) = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}. For A=[1214]A = \begin{bmatrix} 1 & 2 \\ -1 & 4 \end{bmatrix}, we have a=1,b=2,c=1,d=4a=1, b=2, c=-1, d=4. adj(A)=[42(1)1]\text{adj}(A) = \begin{bmatrix} 4 & -2 \\ -(-1) & 1 \end{bmatrix} adj(A)=[4211]\text{adj}(A) = \begin{bmatrix} 4 & -2 \\ 1 & 1 \end{bmatrix}

  • Find A1A^{-1}: Now, use the formula A1=1Aadj(A)A^{-1} = \frac{1}{|A|} \text{adj}(A): A1=16[4211]A^{-1} = \frac{1}{6} \begin{bmatrix} 4 & -2 \\ 1 & 1 \end{bmatrix} Distribute the scalar 16\frac{1}{6} to each element to get the explicit inverse matrix: A1=[46261616]=[23131616]A^{-1} = \begin{bmatrix} \frac{4}{6} & \frac{-2}{6} \\ \frac{1}{6} & \frac{1}{6} \end{bmatrix} = \begin{bmatrix} \frac{2}{3} & -\frac{1}{3} \\ \frac{1}{6} & \frac{1}{6} \end{bmatrix} This is the left-hand side of our given matrix equation.

Step 2: Express the Right-Hand Side (αI+βA\alpha I + \beta A) as a Single Matrix

We are given A1=αI+βAA^{-1} = \alpha I + \beta A. Let's construct the right-hand side using the given matrices and scalars α,β\alpha, \beta. Recall I=[1001]I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} and A=[1214]A = \begin{bmatrix} 1 & 2 \\ -1 & 4 \end{bmatrix}.

  • Perform Scalar Multiplication: αI=α[1001]=[α00α]\alpha I = \alpha \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} \alpha & 0 \\ 0 & \alpha \end{bmatrix} βA=β[1214]=[β2ββ4β]\beta A = \beta \begin{bmatrix} 1 & 2 \\ -1 & 4 \end{bmatrix} = \begin{bmatrix} \beta & 2\beta \\ -\beta & 4\beta \end{bmatrix}

  • Perform Matrix Addition: Add the two resulting matrices: αI+βA=[α00α]+[β2ββ4β]\alpha I + \beta A = \begin{bmatrix} \alpha & 0 \\ 0 & \alpha \end{bmatrix} + \begin{bmatrix} \beta & 2\beta \\ -\beta & 4\beta \end{bmatrix} αI+βA=[α+β0+2β0+(β)α+4β]\alpha I + \beta A = \begin{bmatrix} \alpha + \beta & 0 + 2\beta \\ 0 + (-\beta) & \alpha + 4\beta \end{bmatrix} αI+βA=[α+β2ββα+4β]\alpha I + \beta A = \begin{bmatrix} \alpha + \beta & 2\beta \\ -\beta & \alpha + 4\beta \end{bmatrix} This is the right-hand side of our matrix equation, expressed as a single matrix.

Step 3: Equate Corresponding Elements to Form a System of Equations

Now we equate the calculated A1A^{-1} from Step 1 with the expression for αI+βA\alpha I + \beta A from Step 2: [23131616]=[α+β2ββα+4β]\begin{bmatrix} \frac{2}{3} & -\frac{1}{3} \\ \frac{1}{6} & \frac{1}{6} \end{bmatrix} = \begin{bmatrix} \alpha + \beta & 2\beta \\ -\beta & \alpha + 4\beta \end{bmatrix} By the principle of matrix equality, corresponding elements in the same position must be equal. This gives us a system of four linear equations:

  1. α+β=23\alpha + \beta = \frac{2}{3} (from the (1,1)(1,1) element)
  2. 2β=132\beta = -\frac{1}{3} (from the (1,2)(1,2) element)
  3. β=16-\beta = \frac{1}{6} (from the (2,1)(2,1) element)
  4. α+4β=16\alpha + 4\beta = \frac{1}{6} (from the (2,2)(2,2) element)

Step 4: Solve the System of Equations for α\alpha and β\beta

We can solve for β\beta using either equation (2) or (3), as they are simpler. From equation (2): 2β=132\beta = -\frac{1}{3} β=13×12\beta = -\frac{1}{3} \times \frac{1}{2} β=16\beta = -\frac{1}{6}

We can verify this with equation (3): β=16-\beta = \frac{1}{6} β=16\beta = -\frac{1}{6} Both equations consistently give β=16\beta = -\frac{1}{6}.

Now, substitute β=16\beta = -\frac{1}{6} into equation (1) to find α\alpha: α+(16)=23\alpha + \left(-\frac{1}{6}\right) = \frac{2}{3} α16=23\alpha - \frac{1}{6} = \frac{2}{3} α=23+16\alpha = \frac{2}{3} + \frac{1}{6} To add these fractions, find a common denominator (which is 6): α=2×23×2+16\alpha = \frac{2 \times 2}{3 \times 2} + \frac{1}{6} α=46+16\alpha = \frac{4}{6} + \frac{1}{6} α=56\alpha = \frac{5}{6}

It's good practice to verify these values with the remaining equation (4): α+4β=56+4(16)\alpha + 4\beta = \frac{5}{6} + 4\left(-\frac{1}{6}\right) =5646= \frac{5}{6} - \frac{4}{6} =16= \frac{1}{6} This matches the (2,2)(2,2) element of A1A^{-1}, confirming our values for α=56\alpha = \frac{5}{6} and β=16\beta = -\frac{1}{6} are correct.

Step 5: Calculate the Required Expression 4(αβ)4(\alpha - \beta)

Finally, substitute the determined values of α\alpha and β\beta into the expression 4(αβ)4(\alpha - \beta): First, calculate αβ\alpha - \beta: αβ=56(16)\alpha - \beta = \frac{5}{6} - \left(-\frac{1}{6}\right) αβ=56+16\alpha - \beta = \frac{5}{6} + \frac{1}{6} αβ=66\alpha - \beta = \frac{6}{6} αβ=1\alpha - \beta = 1

Now, multiply by 4: 4(αβ)=4(1)4(\alpha - \beta) = 4(1) 4(αβ)=44(\alpha - \beta) = 4

The final answer is 4.


Tips and Common Mistakes

  • Sign Errors: Be extremely careful with negative signs, especially when calculating the determinant (adbcad-bc) and the adjoint (negating off-diagonal elements). A single sign error can propagate through the entire solution.
  • Fraction Arithmetic: Ensure accuracy when adding, subtracting, or multiplying fractions. Find common denominators carefully.
  • Consistency Check: After finding α\alpha and β\beta from a subset of the equations, always use the remaining equations to verify your values. This helps catch errors early.
  • Alternative Method (Cayley-Hamilton Theorem): For problems of the form A1=αI+βAA^{-1} = \alpha I + \beta A, the Cayley-Hamilton theorem can often provide a much faster route for 2×22 \times 2 matrices. The theorem states that every square matrix satisfies its own characteristic equation. For a 2×22 \times 2 matrix AA, the characteristic equation is det(AλI)=0\det(A - \lambda I) = 0, which simplifies to λ2(trace(A))λ+det(A)=0\lambda^2 - (\text{trace}(A))\lambda + \det(A) = 0. So, A2(trace(A))A+det(A)I=0A^2 - (\text{trace}(A))A + \det(A)I = 0. For A=[1214]A = \begin{bmatrix} 1 & 2 \\ -1 & 4 \end{bmatrix}: Trace(A)=1+4=5(A) = 1+4 = 5 det(A)=6\det(A) = 6 (calculated earlier) So, A25A+6I=0A^2 - 5A + 6I = 0. To find A1A^{-1}, multiply the equation by A1A^{-1} (assuming A1A^{-1} exists, which it does since det(A)0\det(A) \neq 0): A1(A25A+6I)=A1(0)A^{-1}(A^2 - 5A + 6I) = A^{-1}(0) A5I+6A1=0A - 5I + 6A^{-1} = 0 6A1=5IA6A^{-1} = 5I - A A1=56I16AA^{-1} = \frac{5}{6}I - \frac{1}{6}A Comparing this with A1=αI+βAA^{-1} = \alpha I + \beta A, we directly get α=56\alpha = \frac{5}{6} and β=16\beta = -\frac{1}{6}. This method bypasses the explicit calculation of A1A^{-1} and the system of equations, making it very efficient for this type of problem.

Summary and Key Takeaway

This problem demonstrates a standard procedure for working with matrix inverses and matrix equations. We first computed the inverse of the given matrix AA. Then, we expressed the right-hand side of the given relation in terms of α\alpha, β\beta, and the matrices. By equating the corresponding elements of the resulting matrices, we formed a system of linear equations which we solved to find α\alpha and β\beta. Finally, we substituted these values into the expression 4(αβ)4(\alpha - \beta) to get the answer. The Cayley-Hamilton theorem offers a powerful shortcut for similar problems, especially for 2×22 \times 2 matrices.

The final answer is 4\boxed{4}.

Practice More Matrices & Determinants Questions

View All Questions