Is the Operation * Associative for All Values of a in Real Numbers?

  • Thread starter Thread starter lostinmath08
  • Start date Start date
  • Tags Tags
    associative Law
lostinmath08
Messages
12
Reaction score
0
Associative Law...help please..thanks!

b1. Homework Statement [/b]

On the set of real numbers R, the following is defined *:RxR arrow R
(x,y) arrow x*y=a(x+y)-xy
find all the values of the real parameter a such that the operation is associative



Homework Equations



associative law states x*(y*z)=(x*y)*z

The Attempt at a Solution



x*y = a (x+y) - xy = ax + ay - xy
(m*n) * o = m * (n*o)


(am + an - mn) * o = m * (an + ao - no)
a(am + an - mn) + ao - o (am + an - mn) = am + a (an + ao - no) - m (an + ao - no)
aam + aan - amn + ao - amo - ano + mno = am + aan + aao - ano - amn - amo + mno
am + o = m + ao
am - ao = m - o
a (m - o) = m - o

a = 1 if m does not equal o, and a does not equal 0 if m = 0

im unsure of my solution...any help would be awesome!
 
Physics news on Phys.org
lostinmath08 said:
b1. Homework Statement [/b]

On the set of real numbers R, the following is defined *:RxR arrow R
(x,y) arrow x*y=a(x+y)-xy
find all the values of the real parameter a such that the operation is associative



Homework Equations



associative law states x*(y*z)=(x*y)*z

The Attempt at a Solution



x*y = a (x+y) - xy = ax + ay - xy
(m*n) * o = m * (n*o)
Why switch to m, n, and o? x, y, and z were working fine!

(Oh, and never use "o" as a symbol for a number- it looks too much like 0 and is too confusing.)


(am + an - mn) * o = m * (an + ao - no)
a(am + an - mn) + ao - o (am + an - mn) = am + a (an + ao - no) - m (an + ao - no)
aam + aan - amn + ao - amo - ano + mno = am + aan + aao - ano - amn - amo + mno
am + o = m + ao
am - ao = m - o
a (m - o) = m - o

a = 1 if m does not equal o, and a does not equal 0 if m = 0

im unsure of my solution...any help would be awesome!
Looks to me like you have it! Remember this a must work for all m! If a must be 1 whenever m does not equal to 0 (and certainly there will are numbers that are not equal to 0!) you had better take a= 1.

As far as "a does not equal 0 if m= 0", I see no problem. 1 is not equal to 0!
 
would it be wrong to use m, n and p?
also the way i have presented the answer is it legitimate?
 
No, it's just that after you have written it in terms of x, y, z, I see no reason to change to other symbols.

Yes, just note that in order that your equations be true for all x, y, z, a must be equal to 1.
 
Thanks so much for your help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top