StemCET Logo

Maths Question 4 – AP-EAMCET 2026

If A=[a2abacabb2bcacbcc2] and a2+b2+c2=1, then A2=

Observe the structure of the given matrix A. It can be represented as an outer product of two vectors.

Step 1: Recognize the structure of matrix A✦ Active

The matrix A can be expressed as an outer product of a column vector and its transpose. Let X=[abc]. Then A=XXT. Let's verify this by multiplying X and XT:

A=[abc][abc]=[a2abacabb2bcacbcc2]

This matches the given matrix A in the question.

💡 Teacher's Secret Hint

Recognizing this structure (outer product) simplifies the matrix multiplication significantly, as it allows us to use scalar properties for XTX.

Step 2: Calculate A2○ Expand

We need to find A2. Substitute the outer product representation for A:

A2=AA=(XXT)(XXT)

Using the associativity of matrix multiplication, we can regroup the terms as:

A2=X(XTX)XT
💡 Teacher's Secret Hint

Remember that matrix multiplication is associative, i.e., (AB)C=A(BC), which is crucial for simplifying expressions like (XXT)(XXT).

Step 3: Evaluate the inner product XTX○ Expand

Now, let's calculate the inner product XTX:

XTX=[abc][abc]=aa+bb+cc=a2+b2+c2
💡 Teacher's Secret Hint

The product XTX for a column vector X results in a scalar value, specifically the sum of the squares of its components.

Step 4: Apply the given condition and simplify A2○ Expand

The problem states that a2+b2+c2=1. Therefore, from Step 3:

XTX=1

Now substitute this value back into the expression for A2 from Step 2:

A2=X(XTX)XT=X(1)XT

Since multiplying by 1 (which is a scalar in this context) does not change the product, we get:

A2=XXT
💡 Teacher's Secret Hint

The condition a2+b2+c2=1 is crucial here. It essentially means that the vector X is a unit vector, which simplifies its inner product to 1.

Step 5: Final Result○ Expand

From Step 1, we established that A=XXT. Therefore, we can conclude that:

A2=A

Comparing this result with the given options, option 1 is A.

💡 Teacher's Secret Hint

This type of matrix, where A2=A, is known as an idempotent matrix. Recognizing such properties can sometimes provide shortcuts or confirm your solution.

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