StemCET Logo

Maths Question 4 – JEE-MAIN 2025

Let the matrix A=[100101010] satisfy An=An2+A2I for n3. Then the sum of all the elements of A50 is:

Analyze the given recurrence relation An=An2+A2I to find a pattern for An.

Step 1: Calculate A2 and simplify the recurrence relation✦ Active

First, calculate the square of matrix A:

A=[100101010]
A2=AA=[100101010][100101010]=[100110101]

The given recurrence relation is An=An2+A2I. Let C=A2I. Then the relation becomes An=An2+C for n3. Calculate C:

C=A2I=[100110101][100010001]=[000100100]
Step 2: Derive the expression for A50○ Expand

Using the simplified recurrence An=An2+C repeatedly for n=50 (an even number):

A50=A48+C
A48=A46+C

Continuing this pattern down to A4:

A4=A2+C

Summing these relations, we find that A50=A2+kC. The number of times C is added is k=5022=24. Thus:

A50=A2+24C

Substitute C=A2I back into the equation:

A50=A2+24(A2I)=A2+24A224I=25A224I
💡 Teacher's Secret Hint

Ensure the correct number of terms for C is calculated when summing the recurrence.

Step 3: Calculate the sum of elements of A50○ Expand

Let S(M) denote the sum of all elements of matrix M. We need to find S(A50). Using the property S(kM+lN)=kS(M)+lS(N):

S(A50)=S(25A224I)=25S(A2)24S(I)

Calculate the sum of elements for A2 and I:

S(A2)=S([100110101])=1+0+0+1+1+0+1+0+1=5
S(I)=S([100010001])=1+0+0+0+1+0+0+0+1=3

Substitute these values into the expression for S(A50):

S(A50)=25(5)24(3)=12572=53
💡 Teacher's Secret Hint

Remember that the sum of elements of a scalar multiple of a matrix is the scalar multiple of the sum of elements.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.