Every integer of the form n^4+4, with n>1, is composite?

Math100
Messages
813
Reaction score
229
Homework Statement
Establish the following statement:
Every integer of the form n^4+4, with n>1, is composite.
Relevant Equations
None.
Proof: Suppose a=n^4+4 for some a##\in\mathbb{Z}## such that n>1.
Then we have a=n^4+4=(n^2-2n+2)(n^2+2n+2).
Note that n^2-2n+2>1 and n^2+2n+2>1 for n>1.
Therefore, every integer of the form n^4+4, with n>1, is composite.
 
Physics news on Phys.org
Math100 said:
Homework Statement:: Establish the following statement:
Every integer of the form n^4+4, with n>1, is composite.
Relevant Equations:: None.
Proof: Suppose a=n^4+4 for some a##\in\mathbb{Z}## such that n>1.
Then we have a=n^4+4=(n^2-2n+2)(n^2+2n+2).
Note that n^2-2n+2>1 and n^2+2n+2>1 for n>1.
Therefore, every integer of the form n^4+4, with n>1, is composite.
If you add double sharps then you get automatically the correct form:

Math100 said:
Homework Statement:: Establish the following statement:
Every integer of the form ##n^4+4##, with ##n>1##, is composite.

Proof: Suppose ##a=n^4+4## for some ##a \in\mathbb{Z}## such that ##n>1.##
Then we have ##a=n^4+4=(n^2-2n+2)(n^2+2n+2).##
Note that ##n^2-2n+2>1## and ##n^2+2n+2>1## for ##n>1.##
Therefore, every integer of the form ##n^4+4##, with ##n>1##, is composite.

Here is my version for comparison:

\begin{align*}
n^4+4&=n^4+4n^2+4 - 4n^2=(n^2+2)^2 -4n^2\\
&=((n^2+2)-2n)((n^2+2)+2n)
\end{align*}
Since ##n^2+2n+2 > n^2-2n+2>1## for all ##n>1##, ##n^4+4## has a non-trivial factorization, i.e. is composite.
 
  • Like
Likes nuuskur and Math100
fresh_42 said:
If you add double sharps then you get automatically the correct form:
Here is my version for comparison:

\begin{align*}
n^4+4&=n^4+4n^2+4 - 4n^2=(n^2+2)^2 -4n^2\\
&=((n^2+2)-2n)((n^2+2)+2n)
\end{align*}
Since ##n^2+2n+2 > n^2-2n+2>1## for all ##n>1##, ##n^4+4## has a non-trivial factorization, i.e. is composite.
Sorry, but I don't understand 'double sharps'. What does this mean?
 
Math100 said:
Sorry, but I don't understand 'double sharps'. What does this mean?
Type ## a= n^4+4 ## instead of a=n^4+4.
 
fresh_42 said:
Type ## n^4 ## instead of n^4.
Thank you, now I got it!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top