The following daily problem published earlier this week:
(2849) Prove that if n>1, then (n4+4n) is a composite number. |
The most common way to prove an integer is composite is to show that the target has two factors. Therefore, this problem is essentially a polynomial factorization exercise.
When the 4th power appears in a factorization problem, the Sophie Germain identity may be relevant. This identity is easy to prove.
(3863) (Sophie Germain's Identity) Prove a4+4b4=(a2+2b2−2ab)(a2+2b2+2ab). |
For example, for problem #2849: when n is odd, i.e. n=2m+1, the given expression can be factorized using the Sophie Germain identity:
n4+4n=(2m+1)4+42m+1=(2m+1)4+4×(2m)4=⋯
Application of this identity is also seen in solving some competition problems. One typical example appears in 1987 AIME:
(2850) Compute (104+324)(224+324)(344+324)(464+324)(584+324)(44+324)(164+324)(284+324)(404+324)(524+324) |
Harvard-MIT competition also has one in 2008:
(3271) Evaluate the infinite sum ∞∑n=1nn4+4. |