Finding A: Solving the Matrix Equation

  • Thread starter Thread starter yoleven
  • Start date Start date
  • Tags Tags
    Matrix
AI Thread Summary
The discussion revolves around solving the matrix equation (A+I)(A-I)=I and finding the value of 'a' in the context of the equation (A^101)^{-1}=2aA. Participants initially struggle with determining the correct form of matrix A and its properties, leading to confusion about matrix operations. Key insights reveal that A^2 equals 2I, which simplifies the calculations significantly. Ultimately, through clarifications on matrix division and manipulation, it is concluded that 'a' must equal -51. The collaborative effort highlights the importance of understanding matrix identities and operations in solving such equations.
yoleven
Messages
78
Reaction score
1

Homework Statement


Find "a" when A is a square matrix satisfying (A+I)(A-I)=I and (A101)-1=2axA

I is the identity matrix.

The Attempt at a Solution


I'm trying to find A. I didn't know where to begin, so I picked A to be all zeroes and plugged it in the equation. It didn't work...
I tried A =
-1 -1
-1 -1
I ended up with
1 2
2 1

I want
1 0
0 1

Can some one give me a hint please.
 
Physics news on Phys.org
The point isn't to find the matrix A, it's to find the number 'a'. Expand the first equation and learn something about A^2. Multiply both sides of the second equation by A^(101). Hmm?
 
Okay.
A2=I+I2

A=\sqrt{I+I^2}

2aA102=1

I don't see a substitution that will help there.

I didn't know I could expand the first equation.

I'm not sure if I even multiplied through by A101 correctly.
 
You've got A^2=2I since I^2=I. Don't bother with the sqrt, you don't need to find A and you can't do it that way anyway. A^(102)=(A^2)^51. Now do you see it?
 
A2=I

2a(A2)51=1

2a(I)51=1

2a=(I)-51

a ln 2=-51 ln I

a= -51(ln I/ ln 2)

a= -51 ln (I-2)

Is that close?
 
yoleven said:
A2=I
(above) No, A2 = 2I.
yoleven said:
2a(A2)51=1
Should be I, not 1, on the right side.
yoleven said:
2a(I)51=1

2a=(I)-51

a ln 2=-51 ln I

a= -51(ln I/ ln 2)

a= -51 ln (I-2)

Is that close?
 
Also (A^2)^{51}= A^{102}, not A^{101}

And note that you want A^{-101}.

Knowing that A^2= 2I,what is A^{-2}?

It also helps to know that 101= 2(50)+ 1.
 
Last edited by a moderator:
I don't see how it is supposed to be an I on the right side instead of 1.
If I have (A101)-1 that's just 1/A101.
If I multiply through by A101 then don't I have a 1 on the right side?

I tried this;

(A101)-1=2aA

\frac{1}{(A^2)^5^0}=2a

2I-50=2a
 
yoleven said:
I don't see how it is supposed to be an I on the right side instead of 1.

Because both A and I are matrices. You mismatch the elements if you set it equal to 1.


If I have (A101)-1 that's just 1/A101.
If I multiply through by A101 then don't I have a 1 on the right side?

No, becuase A*A-1 = I, not 1.

Remember, as was pointed out before, A2 = 2*I and A101=(A2)50*A
 
  • #10
yoleven said:
I don't see how it is supposed to be an I on the right side instead of 1.
If I have (A101)-1 that's just 1/A101.
No, no, no! Matrix division is not defined!
yoleven said:
If I multiply through by A101 then don't I have a 1 on the right side?

I tried this;

(A101)-1=2aA
Multiply both sides of the equation above by A101.
What is A101(A101)-1?
Edit: Moved a right parenthesis.
What is A1012aA?
What can you replace A2 with?
yoleven said:
\frac{1}{(A^2)^5^0}=2a

2I-50=2a
As already noted, you can't divide by a matrix.
 
Last edited:
  • #11
You can't define matrix "division" as "multiply by A^{-1}" for two reasons: 1) Many matrices do not have inverses.

2) If A does have an inverse, multiplying on left or right will typically give different results.
 
  • #12
Okay, I got it.

(A+I)(A-I)=I

A2-I2=I

A2=2I

(A2)51=(2I)51

A102=251I51

since I51=I

(A102)-1=(251I)-1

A-102=2-51I

A-101xA-1=2-51I

A-101=2-51IA

A-101=2-51A

since originally, A-101=2axA

a must equal -51

thanks for all of your input.
 

Similar threads

Replies
32
Views
2K
Replies
69
Views
8K
Replies
18
Views
3K
Replies
6
Views
2K
Replies
12
Views
2K
Replies
8
Views
2K
Back
Top