Using Group Axioms to Solve for x in a Group Equation

  • Thread starter Thread starter mikael27
  • Start date Start date
  • Tags Tags
    Groups
Click For Summary

Homework Help Overview

The discussion revolves around solving for the element x in a group G, given the equations x²a = bxc⁻¹ and acx = xac. Participants are exploring the implications of group axioms and the properties of group operations.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants attempt to manipulate the given equations by multiplying through by elements of the group and exploring the consequences of group axioms. There are questions about the order of operations and the implications of non-commutativity.

Discussion Status

The discussion is ongoing, with participants providing various algebraic manipulations and questioning each other's reasoning. Some guidance has been offered regarding the use of group properties, but there is no explicit consensus on the correct approach to isolate x.

Contextual Notes

Participants are navigating the constraints of group operations, particularly the non-commutative nature of the group, which affects how they can manipulate the equations. The original poster's understanding of the axioms is acknowledged but not fully applied in their attempts.

mikael27
Messages
59
Reaction score
0

Homework Statement



Let G be a group with identity e, and suppose that a, b, c, x in G.

Determine x, given that x2a=bxc-1 and acx = xac.

Homework Equations




The Attempt at a Solution



I know the three axioms for group.

G1. Associativity. For all a, b, c in G, (a * b) * c = a * (b * c).
G2. Identity. a * e = a = e * a.
G3. Inverses. a * b = e = b * a.

But how i will use the axioms to find x?

 
Physics news on Phys.org
Step 1: Multiply the first equation through by c on the right. What do you notice?
 
Start by multiplying both sides (x^2)a=bxc^(-1) by c on the right. See where that leads you.
 
so it will be :

(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

this is from the first equation.

what about acx = xac.

what i have to to next?
 
mikael27 said:
so it will be :

(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

this is from the first equation.

what about acx = xac.

what i have to to next?

Use acx=xac. (x^2)*a*c=x*x*a*c.
 
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(acx)=b*x

Thus b=acx

and x=b*a^(-1)*c^(-1) ??
 
mikael27 said:
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(acx)=b*x

Thus b=acx

and x=b*a^(-1)*c^(-1) ??

b=xac, yes. The rest no. Cancel them one at a time. The group isn't given to be commutative.
 
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(acx)=b*x

Thus b=acx

a^(-1)*b=a^(-1)*a*c*x

a^(-1)*b=e*c*x

a^(-1)*b=c*x

c^(-1)*a^(-1)*b=c^(-1)*c*x

c^(-1)*a^(-1)*b=e*x

therefore x= c^(-1)*a^(-1)*b
 
mikael27 said:
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(acx)=b*x

Thus b=acx

a^(-1)*b=a^(-1)*a*c*x

a^(-1)*b=e*c*x

a^(-1)*b=c*x

c^(-1)*a^(-1)*b=c^(-1)*c*x

c^(-1)*a^(-1)*b=e*x

therefore x= c^(-1)*a^(-1)*b

Oh heck. I read your answer wrong. b=xac. not b=acx. Try that again. Order counts here. You were almost right. Sorry.
 
  • #10
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(xac)=b*x

thus b=xac

a^(-1)*b=a^(-1)*x*a*c

a^(-1)*b=x*c

c^(-1)*a^(-1)*b=c^(-1)*x*c

c^(-1)*a^(-1)*b=x

Is it correct now?
 
  • #11
mikael27 said:
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(xac)=b*x

thus b=xac

a^(-1)*b=a^(-1)*x*a*c

a^(-1)*b=x*c

c^(-1)*a^(-1)*b=c^(-1)*x*c

c^(-1)*a^(-1)*b=x

Is it correct now?

No. Why do you think a^(-1)xa=x?? If you have b=xac cancel c on the right first.
 
  • #12
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(xac)=b*x

thus b=xac

b*c^(-1)=x*a*c*c^(-1)

b*c^(-1)=x*a*e

b*c^(-1)=x*a

b*c^(-1)*a^(-1)=x*a*a^(-1)

b*c^(-1)*a^(-1)=x*e

Hence

x=b*c^(-1)*a^(-1)

ok now?
 
  • #13
mikael27 said:
so
(x^2)*a*c=b*x(c^-1)*c

(x^2)*a*c=b*x

(x^2)*a*c=x*x*a*c=x*(xac)=b*x

thus b=xac

b*c^(-1)=x*a*c*c^(-1)

b*c^(-1)=x*a*e

b*c^(-1)=x*a

b*c^(-1)*a^(-1)=x*a*a^(-1)

b*c^(-1)*a^(-1)=x*e

Hence

x=b*c^(-1)*a^(-1)

ok now?

You forgot to use xac=acx again. But other than that, it's ok.
 
  • #14
Dick said:
You forgot to use xac=acx again. But other than that, it's ok.

where do i have to use xac=acx ??
 
  • #15
mikael27 said:
where do i have to use xac=acx ??

On the third line. You want to cancel x on the right.
 
  • #16
cancel x? i don't understand!
 
  • #17
mikael27 said:
cancel x? i don't understand!

How did you conclude "thus b=xac"? If you multiply one side of your equality by x^(-1) on the right, you have to multiply the other side by x^(-1) on the right. You can't switch sides. The group might not be commutative. That's why they gave you acx = xac.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K