Binary Operation: Find Identity Element & Inverse

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Binary
Click For Summary

Homework Help Overview

The problem involves a binary operation defined on the set of 2 x 2 matrices with real entries, specifically under matrix multiplication. Participants are tasked with finding the identity element and the inverse of such matrices.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to identify the identity element as a specific matrix and seeks clarification on finding the inverse. Other participants suggest a brute force method for determining the inverse and discuss the conditions under which an inverse exists, particularly focusing on the determinant.

Discussion Status

The discussion is active, with participants exploring different aspects of the problem. Some have provided insights into the relationship between the determinant and the existence of inverses, while others are working through the algebraic relationships necessary to find the inverse.

Contextual Notes

Participants are considering cases where the determinant is zero versus non-zero, which affects the existence of inverses. There is an emphasis on the implications of these conditions for the identity element and inverses in the context of matrix multiplication.

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[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
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
 

Similar threads

Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K