Prime expression

Find the sum of all integers n n for which n 4 3 n 2 + 9 n^4 -3n^2 + 9 is a prime.


The answer is 0.

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.

3 solutions

Pi Han Goh
Nov 3, 2020

Disclaimer: This solution is incomplete. We do not know whether the number of solutions of n n is finite or not. If it is not, then my solution fails dramatically.


Let S S denote the set of all integers n n that satisfy the given condition. If n = t n = t is a solution, then so is n = t n = -t . The sum of elements this set S S must be 0 . \boxed0.

Is the set finite?

If the set is not finite, it's not reasonable to talk about the sum of its elements. Even if x -x is in the set for every element x x .

Richard Desper - 7 months, 1 week ago

Let me expand: an infinite sum is taken to be the limit of the partial sums. And a series that doesn't converge absolutely can approach all sorts of limits depending on how its terms are ordered. Since the set in question is a subset of the integers, either the set itself is finite, or its terms are arbitrarily large. If the terms are arbitrarily large, it will not converge absolutely, and there isn't a unique way to assign a value to the sum "of the set".

Richard Desper - 7 months, 1 week ago

Log in to reply

Well put. Let me put a disclaimer here by saying that I assumed that the number of solutions is finite.

Pi Han Goh - 7 months, 1 week ago
Chris Lewis
Nov 4, 2020

I did this the same way as @Pi Han Goh , but as an alternative, note that n 4 3 n 2 + 9 = ( n 2 + 3 n + 3 ) ( n 2 3 n + 3 ) n^4-3n^2+9=\left(n^2+3n+3 \right) \left(n^2-3n+3 \right)

so the quantity can only be prime if one of these is equal to ± 1 \pm1 ; this is only the case when n { 2 , 1 , 1 , 2 } n \in \{-2,-1,1,2\} (and all of these cases do indeed give primes).

Since f ( n ) = n 4 3 n 2 + 9 f(n) = n^4 - 3n^2 + 9 is aven, if f ( m ) f(m) is a prime, f ( m ) f(-m) is also the same prime. And f ( 0 ) = 9 f(0) = 9 is not a prime. Therefore, the sum of all n n such that f ( n ) f(n) is a prime is 0 \boxed 0 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...