Prove that this number is not a prime number

  • Thread starter StatOnTheSide
  • Start date
  • Tags
    Prime
In summary: So far, this is the only way to show that a number is prime for a certain value of n.)In summary, Petek found that x^5 - 1 is not a prime for x=5. He also tried using cyclotomic factorizations but did not get very far. He then remembered a little number theory tidbit he had come across in the past and realized that 1+x^(x^2)+x^(2x^2)+...+x^((x-1)*x^2) is prime for all but x=5. This leads him to the conclusion that 5 is a
  • #36
For now, just an addendum to my previous post. For r = 7, all attempts to include extra vectors quickly lead to 1000000 except this pattern: 1101000 (and cyclic rotations and reversals of same). For that case, 1101000 -> 0110100 and 0100011, whence 1311111 and thus 0200000. Now, I lied when I said D is a vector space - it isn't closed under division by scalars. But since r = 7 is odd, n is odd, so q > 2. Hence this line of reasoning also works for r = 7 (as well as 2, 3, and 5).
Not sure about r <= p being sufficient. I'll see if I can get anywhere with that.

And as you say, none of this seems to get us very far with the OP.
 
Physics news on Phys.org
  • #37
haruspex said:
Hence this line of reasoning also works for r = 7 (as well as 2, 3, and 5).
Not sure about r <= p being sufficient. I'll see if I can get anywhere with that.

That is pretty cool. No wonder Linear Algebra and Abstract Algebra are very important in pure math. It is amazing to see how these tools can be used to dig out facts. Thanks very much for your input haruspex.

I will update the post in case I can make any progress regarding the main problem.
 
  • #38
Haruspex, I like the way you're applying abstract/linear algebra to number theory. Do you happen to have a specific book you could recommend?

- AC
 
  • #39
I found the solution. This problem happens to be an olympiad problem and I got the solution to it from a book. Sameful but was really the last resort given that I did not go anywhere with it by working it out by myself. Here it is

Observe that x^4 +x^3 +x^2 +x+1 = (x^2 +3x+1)^2 -5x(x+1)^2. Thus for

x = 5^25 we have

N = x^4 + x^3 + x^2 + x + 1
= (x^2 + 3x + 1 - 5^13*(x + 1))(x^2 + 3x + 1 + 5^13(x + 1))
= A · B.

Clearly, both A and B are positive integers greater than 1.
 
  • #40
It is really interesting to see the such olympiad problems have trivial solutions. Initially, it looks like the solution is really complicated. But when you look at the solution, it turns out to be really really simple.

How do people actually manage to solve such problems without assitance? Are they extraordinarily intelligent or does God speak to them in the ears giving the solution? Many of you are real experts. Please let me know as to how I can improve my problem solving ability. I am really very far from giving an olympiad exam. I am an engineer and am like 32 years old. All I want to do is gain confidence and solving the tough problems from the olympiads will really give me that confidence. If after having tried for so many days, I could not figure it out, does it mean that I won't be able to figure out solutions to olympiad problems if I try forever? What can I do to be able to eventually start being able to solve such problems? Please do let me know what you think as your suggestions matter to me a great deal.
 
  • #41
Despite the fact I got next to nowhere with it, that was a really fun problem.
 
  • #42
StatOnTheSide said:
I found the solution. This problem happens to be an olympiad problem and I got the solution to it from a book. Sameful but was really the last resort given that I did not go anywhere with it by working it out by myself. Here it is

Observe that x^4 +x^3 +x^2 +x+1 = (x^2 +3x+1)^2 -5x(x+1)^2. Thus for

x = 5^25 we have

N = x^4 + x^3 + x^2 + x + 1
= (x^2 + 3x + 1 - 5^13*(x + 1))(x^2 + 3x + 1 + 5^13(x + 1))
= A · B.

Clearly, both A and B are positive integers greater than 1.

And...
((n^(n^2))^2 +3(n^(n^2))+1)^2 -5(n^(n^2))(n^(n^2)+1)^2
=
n^(0 n^2) + n^(1 n^2) + n^(2 n^2)+n^(3 n^2)+n^(4 n^2)

A form you and I both came across along the way.

Btw, in terms of confidence building, getting the solution is exactly what a good engineer is supposed to do. One way or another. And you got the solution, even if from a book (And even if you had the book all along). Also, fwiw, seems more than a few people were stumped, including those who are experts.

- AC
 
Last edited:
  • #43
It is so true isn't it AC? When I think back, I cannot figure out as to why I missed it. It is really discouraging to think of inability to solve math olympiad problems. It makes me wonder if I can become an accomplished mathematician when I can not solve these problems meant for high school kids, be it for the "brighter" ones.

There is a website where accomplished mathematicians have said you can ignore it if you cannot solve such problems.
http://lesswrong.com/lw/2v1/great_mathematicians_on_math_competitions_and/

I am not sure if they are being honest or if they are just being nice and encouraging for the less gifted kids like myself.
 
  • #44
StatOnTheSide said:
It is so true isn't it AC? When I think back, I cannot figure out as to why I missed it. It is really discouraging to think of inability to solve math olympiad problems. It makes me wonder if I can become an accomplished mathematician when I can not solve these problems meant for high school kids, be it for the "brighter" ones.

One's measure should not be a specific skill set IMHO and that's exactly what these Olympiad-type problems test. But -- albeit advice from a non-expert -- if you expose yourself to enough of these types of problems you'll start to see patterns emerge and, you'll have a broader range of "math experience" to draw upon in solving such problems. Think in terms of Malcolm Gladwell and the 10,000 hours. Hard work and practice is what what potentiates innate talent, not just the innate talent or lack thereof itself. Even a real dummy can seem pretty smart if he or she works hard enough is my guess.

And you're no dummy.

I'll be interested to see what advice others have to give.

Meantime, EPGY Math Olympiad Problem Solving: http://math.stanford.edu/~paquin/epgyMO.html

- AC

P.S. Pragmatically speaking, one thing that was interesting about this problem is that you had to "go the other way" with it once reducing that factorization you and I both came across. Make it bigger and then subtract out before substituting terms back in for x...

(1 x^4 + 6 x^3 + 11 x^2 + 6 x + 1) 1st term multiplied out
-
(0 x^4 + 5 x^3 + 10 x^2 + 5 x + 0) 2nd term multiplied out
=
(1 x^4 + 1 x^3 + 1 x^2 + 1 x + 0)

Nice little trick to store away for another time. Curious if there's a name for that specific technique.
 
Last edited:
  • #45
Thanks AC. It is a nice link. I will try to go through it at some point. People usually speak of "tricks" and I have known some tricks but those are really restricted to a handful of known ones. Once I get cought in one line of thought, that is the end of it. If I get the solution in that line of thought, then fine. Else I end up with giving up simply because it is hard to end that line of tought and open a new one which might lead me to the solution. This is another useful website
http://hcmop.wordpress.com/2012/03/23/how-to-approach-an-olympiad-problem-by-ho-jun-wei/

I think I will continue to do math simply because I love the subject. I am not become an average mathematician either but I will have the satisfaction that I tried. I wish I was as bright as those olympiad winners but I think I will nevertheless just try to learn and enjoy.

Thanks for your encouragement AC. I really appreciate it.
 
  • #46
Lovely solution. One way this might have been found is by actively looking for a form as the difference of two squares.
 
  • #47
Hi haruspex. Expressing a polynomial as a difference of squares is an old trick in the book. I am still amazed at the fact that I did not even attempt the solution in that line of thought. I had to look at a solution from another book to figure this out.

Thanks for all the help. You are really very knowledgeable.
 
  • #48
if x= 5^25, when you "double down" x^4 = 0x^4 + (5^25)x^3 this only works if you know what x is. The example with x=5 is incorrect as x is clearly not 5. It is a fine point.
 
Back
Top