Is n4 - 1 divisible by 5 when n is not divisible by 5?

  • Thread starter Thread starter GP35
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The discussion centers on proving that n^4 - 1 is divisible by 5 when n is not divisible by 5. Participants suggest using proof by cases, specifically considering values of n in the forms 5k + 1, 5k + 2, 5k + 3, and 5k + 4. Alternative forms like 5k - 2 and 5k - 1 are also proposed for simplification. The key insight is that the divisibility hinges on the expression m^4 being congruent to 1 modulo 5, which can be examined using the binomial theorem. This approach aims to clarify the conditions under which the original statement holds true.
GP35
Messages
1
Reaction score
0

Homework Statement



Show n4 - 1 is divisible by 5 when n is not divisible by 5.

Homework Equations


The Attempt at a Solution



My thought here is proof by cases, one case being where n is divisible by 5 and the other case saying n is not divisible by 5. I am just not totally sure how to implement this strategy.
 
Physics news on Phys.org
If you split your second case a bit more that will do fine.
 
If n is not divisible by 5, then it is of the form n= 5k+ 1, n= 5k+ 2, n= 5k+ 3, or n= 5k+ 4.

Or you can consider n= 5k- 2, n= 5k- 1, n= 5k+ 1, and n= 5k+ 2 if that makes the calculations simpler.
 
HallsofIvy said:
If n is not divisible by 5, then it is of the form n= 5k+ 1, n= 5k+ 2, n= 5k+ 3, or n= 5k+ 4.

Or you can consider n= 5k- 2, n= 5k- 1, n= 5k+ 1, and n= 5k+ 2 if that makes the calculations simpler.

If we would to spent a little more time to think through , we will realize that the determining factor will then lies in 5k \pm m such the m^{4}\equiv 1 (mod5) with application with binomial theorem.
 
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