Using Group Axioms to Solve for x in a Group Equation

  • Thread starter mikael27
  • Start date
  • Tags
    Groups
In summary: So you can't do what you did. So you have to start by multiplying the first equation on the right by x^(-1) and see what that gets you.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. So you can't do what you did. So you have to start by multiplying the first equation on the right by x^(-1) and see what that gets you.
  • #1
mikael27
59
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
  • #2
Step 1: Multiply the first equation through by c on the right. What do you notice?
 
  • #3
Start by multiplying both sides (x^2)a=bxc^(-1) by c on the right. See where that leads you.
 
  • #4
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?
 
  • #5
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.
 
  • #6
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) ??
 
  • #7
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.
 
  • #8
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
 
  • #9
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.
 

Related to Using Group Axioms to Solve for x in a Group Equation

1. How do I find x in groups homework?

To find x in a group homework, you need to first understand the concept or formula being used in the problem. Then, you can substitute the given values into the formula and solve for x using basic algebraic principles.

2. What should I do if I get stuck while trying to find x in groups homework?

If you get stuck while trying to find x in groups homework, try breaking down the problem into smaller steps. You can also ask your teacher or classmates for help, or consult online resources such as educational websites or forums.

3. Can I use a calculator to find x in groups homework?

It depends on the instructions given by your teacher. Some group homework problems may allow the use of a calculator, while others may require you to solve the problem without one. Make sure to read the instructions carefully before starting your work.

4. Is it necessary to show my work when finding x in groups homework?

Yes, it is important to show your work when finding x in groups homework. This not only helps you understand the problem better, but also allows your teacher to see your thought process and provide feedback if needed. Showing your work also helps you identify any mistakes you may have made.

5. What are some common mistakes to avoid when finding x in groups homework?

Some common mistakes to avoid when finding x in groups homework include forgetting to distribute or combine like terms, not following the correct order of operations, and making careless errors. It is also important to check your final answer to make sure it is reasonable and makes sense in the context of the problem.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
559
Replies
4
Views
574
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Back
Top