matrices

jsbeckton

Junior Member
Joined
Oct 24, 2005
Messages
174
Im stuck on a question concering matricies.

Let A be a 2x2 matrix such that A^2 = 2A . Find all possible values for det (A)

Will anything else besides the 0(2x2) and 1(2x2) matricies satisfy this? Leaving 0 as the only possible determinate?
 
Any 2x2 matrix A such that det(A)=4 will satisfy the condition:
\(\displaystyle A = \left[ {\begin{array}
- 1 & - 1 \\
5 & 1 \\
\end{array}} \right]\)
 
You are correct.
I read it as det(A<SUP>2</SUP>)=det(2A).
Sorry.

P.S.
\(\displaystyle A^2 = 2A \Rightarrow \;A(A - 2I) = 0 \Rightarrow \;A = 2I{\rm{ or }}A = 0\)
 
Letting a, b, c, and d be the entries of A, multiplying out A<sup>2</sup> and 2A, and equating the results, I get the following cases:

. . . . .b = 0, in which case a = 2.

. . . . .b <> 0, in which case a + d = 2.

. . . . .c = 0, in which case d = 2.

. . . . .c <> 0, in which case a + d = 2.

That is, if b = 0, then a = 2. If c = 0 also, then d = 2.

If b = 0, then a = 2. If c <> 0, then, since a + d = 2 and a = 2, then d = 0.

If c = 0, then d = 2. If b = 0 also, then a = 2.

If c = 0, then d = 2. If b <> 0, then, since a + d = 2 and d = 2, then a = 0.

This gives you four matrices, fully determined. Now the messy part....

If b <> 0 and c <> 0, then all we know is that a + d = 2. But if you try just picking anything for a and d, as long as a + d = 2, you'll find that things don't work out right. So there must be something else to it.

Letting "2 - a" stand in for "d", I get:

. . . . .a<sup>2</sup> + bc = 2a

Since we know bc <> 0 (since neither b nor c is zero), then:

. . . . .a<sup>2</sup> - 2a + bc = 0

. . . . .a = [2 ± sqrt(4 - 4bc)] / 2

. . . . . . .= [2 ± 2sqrt(1 - bc)] / 2

. . . . . . .= 1 ± sqrt(1 - bc)

I don't know how helpful this is.... :shock:

Eliz.
 
anything is helpful, however I don't know what <> stands for?
eg: "If c <> 0".....
 
You'll sometimes also see "=/=", a simulation of the "slash-equals" symbol. :D

Eliz.
 
Top