Consider the diophantine equation -
The solution which was given in the book had argument starting like - "Consider the residue class of 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. :)
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:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
You are looking for prime numbers that have a lot of cube roots and fourth roots of unity. Modulo 13, there are 3 cube roots of unity (1,3,9) and 4 fourth roots of unity (1,5,8,12), and so there are exactly 4 cubes and 3 fourth powers modulo 13. This cuts down the number of possible residues of x3+y4 down to size (and, specifically, misses 7, even if that is the only residue that gets missed out).
Log in to reply
Great explanation! To expand slightly, the primitive element theorem tells us that modulo p there is a multiplicative generator g, such that the order of g is p−1. Hence, we would have 3 cube roots if and only if p−1 is a multiple of 3. (Otherwise, there is only 1 cube root, namely 1.) In turn, this implies that there are 3p−1 possible values of cubes (and otherwise, there are p−1 values).
And if 13 didn't work, what would be the next number we try, given the same motivation?
Log in to reply
37, being the next prime of the form 12n+1.
I think for cubes always check modulo 7,9, and 13 because the cubes leave very less numbers of distinct remainders modulo these numbers.