StemCET Logo

Maths Question 18 – JEE-MAIN 2025

← Back
Let A=[α16β], α>0, such that det(A)=0 and α+β=1. If I denotes 2×2 identity matrix, then the matrix (I+A)8 is :

Use the given conditions for the determinant and trace of matrix A to determine its specific properties.

🥷
Ninja StrategyIdempotent Matrix Property and Element Check

Recognize that A is an idempotent matrix (A2=A) from its characteristic equation, which implies (I+A)n=I+(2n1)A. Then, calculate only the top-right element of (I+A)8 as 0+(281)×(1)=255 and eliminate options that do not match.

Video Walkthrough
Step 1: Determine elements of matrix A✦ Active

Given A=[α16β], α>0, det(A)=0 and α+β=1. The determinant is αβ(1)(6)=αβ+6. Setting det(A)=0 gives αβ+6=0αβ=6. We have a system of equations: α+β=1 and αβ=6. These are the roots of the quadratic equation x2(α+β)x+αβ=0, which is x2x6=0. Factoring gives (x3)(x+2)=0, so x=3 or x=2. Since α>0, we must have α=3 and β=2. Thus, the matrix A is:

A=[3162]
Step 2: Find the property of matrix A and formula for (I+A)n○ Expand

The trace of A is Tr(A)=α+β=1. The determinant is det(A)=0. The characteristic equation of A is λ2(Tr(A))λ+det(A)=0, which simplifies to λ2λ=0. By the Cayley-Hamilton theorem, A2A=0, so A2=A. This means A is an idempotent matrix. For an idempotent matrix A, the power (I+A)n follows the pattern (I+A)n=I+(2n1)A. We need to calculate (I+A)8, so n=8:

(I+A)8=I+(281)A
💡 Teacher's Secret Hint

Remember that A2=A is a key property for simplifying matrix powers involving (I+A).

Step 3: Calculate (I+A)8○ Expand

Substitute 28=256 into the formula: 281=255. Now, substitute A into the expression:

(I+A)8=[1001]+255[3162]

Perform the scalar multiplication and matrix addition:

(I+A)8=[1001]+[255×3255×(1)255×6255×(2)]
(I+A)8=[1001]+[7652551530510]
(I+A)8=[1+76502550+15301510]=[7662551530509]

This result matches option 3.

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