Modulo operation | What does this mean?

  • Thread starter Thread starter michonamona
  • Start date Start date
  • Tags Tags
    Mean
AI Thread Summary
The discussion revolves around the modulo operation, specifically addressing the congruence of differences between two integers, i and j, within the set {0,1,2,...,7}. It clarifies that "7 modulo 8" refers to the remainder when 7 is divided by 8, which is simply 7. The term "congruent to 1.4 modulo 8" is questioned, with suggestions that it likely should read as "congruent to 1, 4, or 7 modulo 8." The concept of congruence in modular arithmetic is explained as two numbers being equivalent if their difference is a multiple of the modulus. Understanding these principles is essential for grasping the underlying mathematical properties discussed.
michonamona
Messages
120
Reaction score
0

Homework Statement



Suppose i and j take on values from {0,1,2,...,7}. We say that i and j are 'happy' if i - j (their difference) is congruent to 1.4 or 7 modulo 8.

Note: 'happy' is some mathematical property not relevant to the question.


What does 7 modulo 8 mean? What does it mean for i - j to be congruent to 1.4?

Thank you for your help!

M
 
Physics news on Phys.org
michonamona said:

Homework Statement



Suppose i and j take on values from {0,1,2,...,7}. We say that i and j are 'happy' if i - j (their difference) is congruent to 1.4 or 7 modulo 8.

Note: 'happy' is some mathematical property not relevant to the question. What does 7 modulo 8 mean? What does it mean for i - j to be congruent to 1.4?

Thank you for your help!

M
I'm not sure what you mean by i - j congruent to 1.4 modulo 8, did you mean: "...congruent to 1,4 or 7 modulo 8?" Either way, I shall attempt to explain this concept.

Do you remember when you first learned division, and you didn't care about decimal places? That is, if you divided one integer into another and didn't get an even answer, you reported the remainder as a part of your answer, right? For example, 8/3 = 2 R.2, right? Well, it turns out that this is a pretty important thing to study in number theory. So, we say that two numbers, m and k are congruent modulo n when the remainder of n/m is the same as the remainder of n/k. This is equivalent to saying that k-m (or m-k) is an integer multiple of n.

The congruency relation is an equivlancy relation. In this context, this means that for the arithmetic operations, you can treat the congruency relation just like "=". For example, if a is congruent to b mod n and c is congruent to d mod n, the a+b is congruent to c+d mod n.
 
Robert1986 said:
I'm not sure what you mean by i - j congruent to 1.4 modulo 8, did you mean: "...congruent to 1,4 or 7 modulo 8?"
I'm pretty sure that was a typo somewhere that should read "i - j is congruent to 1, 4, or 7 modulo 8."
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top