Residue Classes

Consider the diophantine equation -

x3+y4=7 x^3 + y^4 = 7

The solution which was given in the book had argument starting like - "Consider the residue class of x3x^3 modulo 13"

From where does one get motivation to check the residue class of that particular modulo?

Easy ones can be seen directly like checking residue class of modulo 3 in case of squares, modulo 7 in case of cubes, but what about others?

And yes, is there any list available of frequently used residue classes of modulo x? I think that might help many students. :)

#NumberTheory #Advice #Math

Note by Soham Chanda
7 years, 6 months ago

No vote yet
3 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

You are looking for prime numbers that have a lot of cube roots and fourth roots of unity. Modulo 1313, there are 33 cube roots of unity (1,3,91,3,9) and 44 fourth roots of unity (1,5,8,121,5,8,12), and so there are exactly 44 cubes and 33 fourth powers modulo 1313. This cuts down the number of possible residues of x3+y4x^3+y^4 down to size (and, specifically, misses 77, even if that is the only residue that gets missed out).

Mark Hennings - 7 years, 6 months ago

Log in to reply

Great explanation! To expand slightly, the primitive element theorem tells us that modulo pp there is a multiplicative generator gg, such that the order of gg is p1p-1 . Hence, we would have 3 cube roots if and only if p1p-1 is a multiple of 3. (Otherwise, there is only 1 cube root, namely 1.) In turn, this implies that there are p13 \frac{p-1}{3} possible values of cubes (and otherwise, there are p1p-1 values).

And if 13 didn't work, what would be the next number we try, given the same motivation?

Calvin Lin Staff - 7 years, 6 months ago

Log in to reply

3737, being the next prime of the form 12n+112n+1.

Mark Hennings - 7 years, 6 months ago

I think for cubes always check modulo 7,9, and 13 because the cubes leave very less numbers of distinct remainders modulo these numbers.

Kishan k - 7 years, 6 months ago
×

Problem Loading...

Note Loading...

Set Loading...