Primey Polynomial

Algebra Level 4

There exists a quintic ( 5 th 5^\text{th} degree) polynomial f ( x ) f(x) with f : N N f :\mathbb N\rightarrow \mathbb N of with integer coefficients such that for every prime p p there exists a prime q q and a natural number r r such that f ( p ) = q r f(p)=q^r .

Determine f ( 6 ) f(6) .


The answer is 7776.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Soumava Pal
Mar 16, 2016

Let us assume that f ( p ) = q r f(p)=q^r , where p , q p,q are distinct (assume) primes and r is a natural number.

Then t q r + 1 t*q^{r+1} divides f ( p + t q r + 1 ) f ( p ) f(p+t*q^{r+1})-f(p) , where t t is a non-negative integer.

(Since we know that a b a-b divides f ( a b ) f(a-b) for a polynomial with integer coefficients where a a and b b are integers, not both zero.)

So q r + 1 q^{r+1} and q r q^r both divide f ( p + t q r + 1 ) f ( p ) f(p+t*q^{r+1})-f(p) ,

Now we note that p p and q q being distinct primes, have their g.c.d as 1, so they are mutually coprime, so p p and q r + 1 q^{r+1} are also coprime. In fact, this enables us to say that the arithmetic progression with first term p p and the common difference q r + 1 q^{r+1} has infinitely many primes in it by Dirichlet's Theorem .

Now, so for infinitely many t t we will have p + t q r + 1 p+t*q^{r+1} =prime, since p + t q r + 1 p+t*q^{r+1} just represents the ( t 1 ) t h (t-1)^{th} term of the above mentioned arithmetic progression.

So f ( p + t q r + 1 ) f(p+t*q^{r+1}) will also be the power of some prime, let it be m n m^n , where m m is a prime.

Now we can see that q r q^r divides f ( p + t q r + 1 ) f ( p ) f(p+t*q^{r+1})-f(p) and q r q^r divides f ( p ) f(p) also as f ( p ) = q r f(p)=q^r , so q r q^r also divides f ( p + t q r + 1 ) f(p+t*q^{r+1}) , that is q r q^r also divides m k m^k

but since m m and q q are both primes, we have m = q m=q , and q r q^r divides q k q^k , so that we have r < = k r<=k .

But again, we know that q r + 1 q^{r+1} also divides the difference f ( p + t q r + 1 ) f ( p ) f(p+t*q^{r+1})-f(p) , that is q k q r q^k-q^r .

Now if q r + 1 q^{r+1} divides q k q^k then it also divides q r q^r . But that is not possible.

So q r + 1 q^{r+1} does not divide q k q^k . So we have q r q^r divides q k q^k but not q r + 1 q^{r+1} .

So we have q r = q k q^r=q^k .

Thus we have that any prime in the sequence of the arithmetic progression generating the prime numbers will be q r = c q^r=c only.

So the polynomial g ( x ) = f ( x ) c g(x)=f(x)-c has infinitely many roots, which means that the polynomial g(x) is constant, and identically equal to 0. But that means that we have f ( x ) = c f(x)=c where c is a constant. But that is certainly not true, because the degree of the polynomial is given to be 5.

So we have a contradiction!!

The contradiction arises due to our initial assumption that p and q are distinct primes.

So that must be wrong.

So we have f ( p ) = p r f(p)=p^r .

Now we endeavour to prove that f ( x ) = x 5 f(x)=x^5 actually.

We consider the sequence f ( p i ) / p i 5 f(p_{i})/{p_i}^5 and try to compute the limit of the sequence as i tends to infinity, where p i p_i refers to all the primes.

We know that the limit of this sequence is given by the leading coefficient of the polynomial f(x), say a 0 a_0 and it cannot be zero.

So we can say that after a certain natural number b, for all c>b, f ( p c ) = p 5 f(p_c)=p^5 , because if it is not so, then f ( p c ) = p u f(p_c)=p^u where u>5 would lead to the limit being infinity, and if u<5, then the limit would be 0.

Thus we have that the polynomial g ( x ) = f ( x ) x 5 g(x)=f(x)-x^5 has infinitely many roots, namely the primes p c , p c + 1 , . . . . {p_c, p_{c+1},.... } and so on, which is an infinite set, because there are infinitely many primes and the above set only excludes finite number of them from p 1 p_1 to p c 1 p_{c-1} .

But this means that this is a constant and since there are roots of this polynomial as well, the constant is zero.

So we have f ( x ) = x 5 f(x)=x^5 .

The interesting thing about this polynomial is that we know it's behaviour only for the prime numbers, but we can generalize it over the whole domain of real numbers.

Wow !!! Great solution ... Can you please tell me how to tackle infinite summation problems , if the infinite sum is convergent . @Soumava Pal

A Former Brilliant Member - 5 years, 3 months ago

Log in to reply

Well it depends on what kind of infinite sum you are looking at! If it is a geometric progression with first term a a and common ratio r r <1, the sum of the series is known to be a 1 r \frac{a}{1-r} .

For some infinite summations like the one needed here you can take the expression I am dropping a hint:

Take the sum of the series 1 + x + x 2 + x 3 + . . . . 1+x+x^2+x^3+.... or x + x 2 + x 3 + . . . . x+x^2+x^3+.... upto infinity, which can be derived from the formula for the sum of the infinite G.P. as given above.

Now try to differentiate both sides of the equality you get and you will get nice results..... you can also try multiplying suitable powers of x in intermediate steps. You can check the solution here to see what i mean.

You can also sandwich the infinite sum sometimes between two converging sums and then take the limit to infinity on both sides so that they are same, and thus prove that the sum is actually equal to the limit. But this method is usually applied when you have already figured out the value of the sum by some means before hand and you need to prove it somehow.

Soumava Pal - 5 years, 3 months ago

Log in to reply

Thanks ! Are all infinite summation problems need calculus ? or there is any algebraic method to solve them ?

A Former Brilliant Member - 5 years, 3 months ago

Log in to reply

@A Former Brilliant Member In some cases you can solve them with the help of the Generalized form of the Binomial Theorem , but in most of the cases you will not be given the summation directly in the required form and you may need to modify it by differentiating it. So calculus creeps in somehow or the other.

Moreover, calculus itself was brought into existence for playing about with the infintesimals and the infinite, so it is almost imperative that infinite summations will require calculus to solve them. Of course, there may exist some higher and more elegant algebraic machinery (techniques) to solve the infinite summation of which I am not aware at the moment, but if I were to guess, the basis of the higher machinery would lie in calculus as well. :)

Soumava Pal - 5 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...