Binary Operation: Find Identity Element & Inverse

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Binary
sara_87
Messages
748
Reaction score
0

Homework Statement



A binary operation is defined by:
the set of 2 x 2 matrices with real entries under matrix multiplication.
Find the identity element and the inverse.

Homework Equations



identity element: a\oe=e\oa=a

inverse: a\ob=b\oa=e

The Attempt at a Solution



I think that the identity element is a 2 x 2 matrix of zeroes with 1's along the diagonal. but how do i find the inverse b?
Thank you.
 
Physics news on Phys.org
In general A will not have an inverse B such that AB = Identity. The brute force method is try multiplying a matrix with elements a,b,c,d with a matrix with elements e,f,g,h such that the resulting matrix is the identity. Find e,f,g,h in terms of a,b,c,d. The hint is that ad-bc is going to have to be non-zero for you to be able to solve this equation (because you have to divide by ad-bc)
 
so if i do this, i get:
ae+bg=1
cf+dh=1
af+bh=0
ce+dg=0
why do i divide by ad-bc?
 
'cause you're not done yet. You have to find the numbers e, f, g, and h in order to say what the inverse is for a given matrix A.

Here are a couple of 2 x 2 matrices, one of which has an inverse and the other doesn't.

A = [1 1; 0 2] (listed by rows)

B = [1 2; 3 6] (ditto)
 
ok i see what you mean, i found e, f, g, and h:
e=d/(ad-bc)
f=-b/(ad-bc)
g=-c/(ad-bc)
h=a/(ad-bc)

Now, what if i had to find the identity element and inverse of a set of 2 x 2 matrices with non-zero determinant (under matrix multiplication).
Does this mean that no such 'b' exists?
 
If the determinant is non-zero (i.e. ad-bc =/= 0) then you pick your matrix (e,f,g,h) just as you found in your post. Hence in the set of all matrices with non-zero determinant, the identity matrix is the identity, and inverses exist just as you found. It's only when ad-bc=0 that you can't find an inverse
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top