Binary Operation: Find Identity Element & Inverse

  • Thread starter sara_87
  • Start date
  • Tags
    Binary
In summary, a binary operation is defined by: - the set of 2 x 2 matrices with real entries under matrix multiplication - the identity element and the inverse
  • #1
sara_87
763
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[tex]\o[/tex]e=e[tex]\o[/tex]a=a

inverse: a[tex]\o[/tex]b=b[tex]\o[/tex]a=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
  • #2
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)
 
  • #3
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?
 
  • #4
'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)
 
  • #5
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?
 
  • #6
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
 

FAQ: Binary Operation: Find Identity Element & Inverse

What is a binary operation?

A binary operation is a mathematical operation that involves two operands or inputs to produce a single output. Examples of binary operations include addition, subtraction, multiplication, and division.

What is an identity element in a binary operation?

An identity element is an element in a set that, when combined with any other element using a binary operation, results in the original element. In other words, the identity element does not change the value of the other element when the binary operation is applied.

How do you find the identity element in a binary operation?

The identity element in a binary operation can be found by observing the pattern of the elements in the operation. For example, in addition, the identity element is 0 since adding 0 to any number results in the original number.

What is an inverse element in a binary operation?

An inverse element is an element in a set that, when combined with another element using a binary operation, results in the identity element. In other words, the inverse element "undoes" the operation and brings the element back to its original value.

How do you find the inverse element in a binary operation?

The inverse element in a binary operation can be found by using the inverse operation. For example, in addition, the inverse of a number would be the negative of that number, since adding the negative would result in the identity element (0).

Back
Top