Abstract Algebra - showing commutativity and associativity

kathrynag
Messages
595
Reaction score
0

Homework Statement



I need to determine if a*b=ab+1 is commutative and associative.
* is any arbitrary operation

Homework Equations





The Attempt at a Solution


a*b=ab+1 is commutative, but not associative.
I'm getting stuck in showing why.
b*a=ba+1
a*(b*c)=a(b+1)
?
 
Physics news on Phys.org
What are you definitions of associativity and commutivity?
 
commutative is iff a*b=b*a for all a and b.
associative is iff (a*b)*c=a*(b*c)
 
kathrynag said:
commutative is iff a*b=b*a for all a and b.
associative is iff (a*b)*c=a*(b*c)

Ok, so have you tried to use your operation for * in these expressions? If so, what did you get?
 
cristo said:
Ok, so have you tried to use your operation for * in these expressions? If so, what did you get?

That's where I get confused in using the operation.
a*b=ab+1
so, b*a=ba+1

a*b=ab+1
so (a*b)*c=a*(b*c)
ab+1*c=a*(bc+1)
(ab+1)c+1=a(bc+1)+1
abc+c+1=abc+a+1
So, not associative.

Is this the right idea?
 
kathrynag said:
That's where I get confused in using the operation.
a*b=ab+1
so, b*a=ba+1

Yes, but why? You should state "because multiplication of real numbers in commutative..."

a*b=ab+1
so (a*b)*c=a*(b*c)
ab+1*c=a*(bc+1)
(ab+1)c+1=a(bc+1)+1
abc+c+1=abc+a+1
So, not associative.

This is a very sloppy way of doing things, since the equals signs don't hold: i.e. the thing on the left is not equal to the thing on the right.

Better would be to set it up something like this:

* is associative if(f) (a*b)*c=a*(b*c). Then,

LHS: (a*b)*c=(ab+1)*c=(ab+1)c+1=abc+c+1 ..(#)
RHS: a*(b*c)=a*(bc+1)=a(bc+1)+1=abc+a+1 ..(§)

Since (#)\neq(§), then * is not associative.
 
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