Discrete math, defining an operator

Click For Summary

Homework Help Overview

The discussion revolves around defining an operator * on the set of real numbers R, specifically given by the expression x*y = 2xy - x - y + 1. Participants are exploring the properties of this operator, particularly whether it is commutative and associative.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss how to test for the associativity of the operator, questioning the role of the third element z in the expression (x*y)*z = x*(y*z). There are attempts to clarify how to compute both sides of the associativity condition.

Discussion Status

Some participants have provided guidance on how to approach the problem by suggesting that the operator can be applied in pairs. There is a recognition that the operator is defined for all real numbers, and participants are working through the calculations to verify the associativity condition.

Contextual Notes

Participants are navigating the definitions and properties of the operator while adhering to the constraints of the problem, particularly focusing on the binary nature of the operator and how to handle multiple elements.

James889
Messages
190
Reaction score
1
Hi,
I have some troubles with this question.

Define an operator * on [tex]R[/tex] by

[tex]x*y = 2xy -x -y +1[/tex]

a) is * commutative?
b) is * associative?

I can easily see that * is commutative, but how do i test for associativity?

The rule states that (x*y)*z = x*(y*z)

But what is z ?
 
Last edited:
Physics news on Phys.org
For associativity, you should look at both sides of the equation you listed ((x*y)*z = x*(y*z)) and use your rule to expand. For your associativity condition, z is any third element of R, as both x and y must be. So if you're asked to do y*z, then you fill in y and z in the place of x and y in your rule. Then check to see if you get the same thing on both sides.
 
[tex](x \ast y) \ast z[/tex] refers to the expression you get by first computing [tex]x \ast y = 2xy -x -y - 1[/tex], then calculating [tex](2xy - x -y -1) \ast z[/tex] - z is another real number.
 
statdad said:
[tex](x \ast y) \ast z[/tex] refers to the expression you get by first computing [tex]x \ast y = 2xy -x -y - 1[/tex], then calculating [tex](2xy - x -y -1) \ast z[/tex] - z is another real number.
Hi,

[tex](x \ast y) \ast z = (2xy -x -y +1)z \astz \longrightarrow (2xyz -xz -yz +z)[/tex]

Now i have to test for the expression [tex]x \ast (y \ast z)[/tex]

But how do i do that when the operator is defined for x and y ?

More precisely, i don't know what [tex](y \ast z) is[/tex]
 
Last edited:
The rule for * has been given, so the question is simply
compute
(x*y)*z-x*(y*z)
and see if it is zero
your operator is defined for all x and y in particular
y*z=2yz-y-z+1
 
lurflurf said:
The rule for * has been given, so the question is simply
compute
(x*y)*z-x*(y*z)
and see if it is zero
your operator is defined for all x and y in particular
y*z=2yz-y-z+1

Thanks, i think i understand. Is this correct?:

[tex](x \ast y) = 2xy -x -y +1[/tex]

[tex](x \ast y)\ast z = 2(2xy -x -y +1)z -2xy -x -y -z +1[/tex]

[tex]= 4xyz -2xy -2xz +x -2yz -y -z +2[/tex]

[tex](y \ast z) = 2yz - y -z +1[/tex]

[tex]x \ast(y \ast z) = 2x(2yz -y -z +1) -x -2yz -y -z +2 = 4xyz -2xy -2xz +x -2yz -y -z +2[/tex]

They are equal
 
Yes, that is correct.

Referring to your earlier question, "But how do i do that when the operator is defined for x and y ?" or basically, "how do I combine three things with a binary operator?" The answer was "do them two at a time". To find (x*y)*z, first you find x*y then you treat that result as a single "object" with z. To find x*(y*z) you first find y*z and treat that as a single object with z. The whole point of the "associative law", (x*y)*z= x*(y*z), is that we can do it either way and so don't really need the parentheses: we could write x*y*z to mean either (x*y)*z or x*(y*z) and get the same answer. And, we can extend that to any number of objects, writing u*v*w*x*y*z, just like we do with sums or products of numbers!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K