All Exams Test series for 1 year @ ₹349 only
Question

Let \(A = \begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix}\)  and (mI + nA) 2= A where m, n are positive real numbers and I is the identify matrix. What is (m + n) equal to?

This question was previously asked in
NDA I 2021 GAT Previous Year Paper (18-Apr-2021)
The correct answer is \(\frac{3}{2}\)

Solving the Matrix Equation (mI + nA)<sup>2</sup> = A

The problem asks us to find the value of \(m + n\), given a matrix \(A\), the identity matrix \(I\), and the equation \((mI + nA)^2 = A\), where \(m\) and \(n\) are positive real numbers.

The given matrix \(A\) is:

\(A = \begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix}\)

The identity matrix \(I\) of the same order (2x2) is:

\(I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}\)

Step 1: Calculate (mI + nA)

First, we find the expression for \(mI + nA\):

\(mI + nA = m\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} + n\begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix}\)

\(mI + nA = \begin{bmatrix} m & 0 \\ 0 & m \end{bmatrix} + \begin{bmatrix} 0 & 2n \\ -2n & 0 \end{bmatrix}\)

\(mI + nA = \begin{bmatrix} m + 0 & 0 + 2n \\ 0 + (-2n) & m + 0 \end{bmatrix}\)

\(mI + nA = \begin{bmatrix} m & 2n \\ -2n & m \end{bmatrix}\)

Step 2: Calculate (mI + nA)<sup>2</sup>

Next, we square the matrix \((mI + nA)\):

\((mI + nA)^2 = \begin{bmatrix} m & 2n \\ -2n & m \end{bmatrix} \begin{bmatrix} m & 2n \\ -2n & m \end{bmatrix}\)

To multiply these matrices, we follow the rule of matrix multiplication:

  • (Row 1 of first matrix) \(\times\) (Column 1 of second matrix) = \(m \cdot m + 2n \cdot (-2n) = m^2 - 4n^2\)
  • (Row 1 of first matrix) \(\times\) (Column 2 of second matrix) = \(m \cdot 2n + 2n \cdot m = 2mn + 2mn = 4mn\)
  • (Row 2 of first matrix) \(\times\) (Column 1 of second matrix) = \((-2n) \cdot m + m \cdot (-2n) = -2mn - 2mn = -4mn\)
  • (Row 2 of first matrix) \(\times\) (Column 2 of second matrix) = \((-2n) \cdot 2n + m \cdot m = -4n^2 + m^2\)

So, \((mI + nA)^2\) is:

\((mI + nA)^2 = \begin{bmatrix} m^2 - 4n^2 & 4mn \\ -4mn & m^2 - 4n^2 \end{bmatrix}\)

Step 3: Set (mI + nA)<sup>2</sup> Equal to A

According to the problem, \((mI + nA)^2 = A\). So, we equate the resulting matrix to matrix \(A\):

\(\begin{bmatrix} m^2 - 4n^2 & 4mn \\ -4mn & m^2 - 4n^2 \end{bmatrix} = \begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix}\)

Step 4: Form and Solve Equations for m and n

By equating the corresponding elements of the matrices, we get a system of equations:

  1. \(m^2 - 4n^2 = 0\)
  2. \(4mn = 2\)
  3. \(-4mn = -2\)
  4. \(m^2 - 4n^2 = 0\)

Equations 1 and 4 are identical. Equations 2 and 3 are also equivalent (\(4mn=2\) and \(-4mn=-2\) both simplify to \(mn = \frac{1}{2}\)).

We have two independent equations:

  1. \(m^2 - 4n^2 = 0\)
  2. \(mn = \frac{1}{2}\)

From Equation 2, we can express \(m\) in terms of \(n\). Since \(m\) and \(n\) are positive real numbers, \(m = \frac{1}{2n}\).

Substitute this expression for \(m\) into Equation 1:

\(\left(\frac{1}{2n}\right)^2 - 4n^2 = 0\)

\(\frac{1}{4n^2} - 4n^2 = 0\)

To eliminate the denominator, multiply the entire equation by \(4n^2\) (note that \(n \neq 0\) since \(mn = 1/2\)):

\(4n^2 \left(\frac{1}{4n^2}\right) - 4n^2 (4n^2) = 0 \cdot 4n^2\)

\(1 - 16n^4 = 0\)

\(16n^4 = 1\)

\(n^4 = \frac{1}{16}\)

Since \(n\) is a positive real number, we take the positive fourth root:

\(n = \sqrt[4]{\frac{1}{16}}\)

\(n = \frac{1}{2}\)

Now substitute the value of \(n\) back into the equation \(m = \frac{1}{2n}\) to find \(m\):

\(m = \frac{1}{2 \cdot \frac{1}{2}}\)

\(m = \frac{1}{1}\)

\(m = 1\)

We found \(m = 1\) and \(n = \frac{1}{2}\). Both are positive real numbers, which satisfies the condition given in the problem.

Step 5: Calculate (m + n)

Finally, we need to find the value of \(m + n\):

\(m + n = 1 + \frac{1}{2}\)

\(m + n = \frac{2}{2} + \frac{1}{2}\)

\(m + n = \frac{3}{2}\)

The value of \(m + n\) is \(\frac{3}{2}\).


Revision Table: Key Matrix Concepts

Concept Description Example/Property
Identity Matrix (I) A square matrix with ones on the main diagonal and zeros elsewhere. Acts like '1' in scalar multiplication. For 2x2: \(\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}\)
For any matrix A, AI = IA = A.
Scalar Multiplication Multiplying a matrix by a scalar (a number). Each element of the matrix is multiplied by the scalar. If \(k\) is a scalar and \(B = \begin{bmatrix} a & b \\ c & d \end{bmatrix}\), then \(kB = \begin{bmatrix} ka & kb \\ kc & kd \end{bmatrix}\).
Matrix Addition/Subtraction Adding or subtracting matrices of the same dimensions. Corresponding elements are added or subtracted. If \(B = \begin{bmatrix} a & b \\ c & d \end{bmatrix}\) and \(C = \begin{bmatrix} e & f \\ g & h \end{bmatrix}\), then \(B+C = \begin{bmatrix} a+e & b+f \\ c+g & d+h \end{bmatrix}\).
Matrix Multiplication A more complex operation where the element in the i-th row and j-th column of the product is the dot product of the i-th row of the first matrix and the j-th column of the second matrix. Requires specific dimensions. For 2x2 matrices: \(\begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} e & f \\ g & h \end{bmatrix} = \begin{bmatrix} ae+bg & af+bh \\ ce+dg & cf+dh \end{bmatrix}\).
Matrix Equality Two matrices are equal if and only if they have the same dimensions and their corresponding elements are equal. \(\begin{bmatrix} a & b \\ c & d \end{bmatrix} = \begin{bmatrix} e & f \\ g & h \end{bmatrix}\) implies \(a=e, b=f, c=g, d=h\).

Additional Information: Solving Matrix Equations

Solving matrix equations often involves using properties of matrix operations (addition, subtraction, multiplication) and equating corresponding elements to form systems of linear or non-linear algebraic equations. In this specific problem:

  • We used scalar multiplication (\(mI\) and \(nA\)).
  • We used matrix addition (\(mI + nA\)).
  • We performed matrix multiplication (\((mI + nA)^2\)).
  • We used matrix equality to set up algebraic equations.
  • We solved a system of non-linear equations (\(m^2 - 4n^2 = 0\) and \(mn = 1/2\)) for the unknown variables \(m\) and \(n\).

It's important to remember that matrix multiplication is generally not commutative (AB \(\neq\) BA). However, in this case, we are squaring a single matrix \((mI + nA)\), so the order of multiplication relative to the square operation is fixed.

The condition that \(m\) and \(n\) are positive real numbers is crucial, as it helps select the correct values when solving equations that might yield multiple roots (like \(n^4 = 1/16\), which has four roots, but only one positive real root).

Was this answer helpful?

Similar Questions

  1. Consider the following statements in respect of square matrices A, B, C each of same order n :

    1. AB = AC ⇒ B = C if A is non-singular

    2. If BX = CX for every column matrix X having n rows then B = C

    Which of the statements given above is/are correct ?  

  2. If \(A=\left[\begin{array}{lll} 2 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 4 \end{array}\right]\), then which of the following statements are correct?

    1. An will always be singular for any positive integer n.

    2. An will always be a diagonal matrix for any positive integer n.

    3. An will always be a symmetric matrix for any positive integer n.

    Select the correct answer using the code given below:

  3. If \(A=\left[\begin{array}{lll}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{array}\right]\), then what is 23A- 19A- 4A equal to ?

  4. If \(A=\left[\begin{array}{l}1 \\ 2 \\ 3\end{array}\right]\), then what is the value of det(I + AA'), where I is the 3 × 3 identity matrix?

  5. Let A and B be non-singular matrices of the same order such that AB = A and BA = B. Which of the following statements is/are correct ?

    1. A 2 = A

    2. AB = A 2B

    Select the correct answer using the code given below:

  6. Consider the following in respect of the matrices:

    A = [m n], B = [-n -m] & \( C = \begin{bmatrix} m \\ -m\end{bmatrix} \)

    1. CA = CB

    2. AC = BC

    3. C(A + B) = CA + CB

    Which of the above statements is/are correct?

  7. Consider the following statements in respect of square matrices A and B of same order :

    1. If AB is a null matrix, then at least one of A and B is a null matrix.

    2. If AB is an identity matrix, then BA = AB.

    Which of the above statements is/are correct?

  8. If A = \(\left(\begin{array}{ccc}1 & 0 & 0 \\ 0 & \cos \theta & \sin \theta \\ 0 & \sin \theta & −\cos \theta\end{array}\right)\) , then which of the following are correct?

    1. A + adj A is a null matrix

    2. A −1  + adj A is a null matrix

    3. A − A −1  is a null matrix

    Select the correct answer using the code given below :

  9. \(\rm A=\begin{bmatrix} 1 & a \\ 0 & 1 \end{bmatrix}\) where a ∈ ℕ, then is A 100 - A 50 - 2A 25 equal to?

    where I is the identity matrix.

  10. Consider the following in respect of the matrix \(\rm A = \begin{bmatrix} 1 & 1 & 1\\ 1 & 1 & 1\\ 1 & 1 & 1 \end{bmatrix}\)

    1. Inverse of A does not exist

    2. A 3= A

    3. 3A = A 2

    Which of the above are correct?


Important Questions from Operations on Matrices

  1. If $A$ is a symmetric matrix and $B$ is a skew-symmetric matrix of the same order, then $AB - BA$ is?

  2. If A and B are two matrices such that AB = B and BA = A, then A 2 + B 2 is equal to

  3. If $A$ is an involuntary matrix and $I$ is a unit matrix of the same order, then $(I + A)^2 - (I - A)^2$ is

  4. The solution of the matrix equation \(\left[ {\begin{array}{*{20}{c}} 2&{ - 1}&3\\ 1&1&1\\ 1&{ - 1}&1 \end{array}} \right]\left[ {\begin{array}{*{20}{c}} x\\ y\\ z \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} 9\\ 6\\ 2 \end{array}} \right]\)  is:

  5. The product of matrices (PQ)–1P is

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
664 Attempts
4.6(121)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App