Maths Olympiad Prep

Library / /4 of 4

Number theory Difficulty 6.3 National olympiad Find the answer

Solve in Z2 \mathbb{Z}^2 the equation: x2(1+x2)=1+21y. x^2\left( 1+x^2 \right) =-1+21^y.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Consider the equation in integers Z2 \mathbb{Z}^2 :
x2(1+x2)=1+21y. x^2 (1 + x^2) = -1 + 21^y.

First, rewrite the equation as:
x2+x4=1+21y. x^2 + x^4 = -1 + 21^y.
Thus, we have:
x4+x2+1=21y. x^4 + x^2 + 1 = 21^y.

We're tasked with finding integer solutions (x,y)(x, y).

### Step-by-step Analysis:

1. **Case x=0 x = 0 :**

Substituting x=0 x = 0 gives:
04+02+1=1. 0^4 + 0^2 + 1 = 1.
Thus:
21y=1. 21^y = 1.
This implies:
y=0. y = 0.
Therefore, one solution is:
(x,y)=(0,0). (x, y) = (0, 0).

2. **Case x0 x \neq 0 :**

Simplify and rearrange the equation:
x2(x2+1)=1+21y. x^2(x^2 + 1) = -1 + 21^y.
This suggests testing small values of x x .

3. **Trial for x=1 x = 1 :**

Substituting x=1 x = 1 gives:
12(1+1)+1=3. 1^2(1 + 1) + 1 = 3.
21y=2. 21^y = 2.
No integer solution for y y .

4. **Trial for x=2 x = 2 :**

Substituting x=2 x = 2 gives:
22(4+1)+1=17. 2^2(4 + 1) + 1 = 17.
21y=17. 21^y = 17.
No integer solution for y y .

5. **Trial for x=±2 x = \pm 2 :**

Substituting x=2 x = 2 gives:
24+22+1=21. 2^4 + 2^2 + 1 = 21.
Thus:
21y=21. 21^y = 21.
This implies:
y=1. y = 1.
Therefore, two solutions are:
(x,y)=(2,1) and (2,1). (x, y) = (2, 1) \text{ and } (-2, 1).

To conclude, the integer solutions are:
(0,0),(2,1),(2,1). \boxed{(0, 0), (2, 1), (-2, 1)}.

These steps demonstrate how (x,y)(x, y) values satisfy the equation x2(x2+1)=1+21yx^2(x^2 + 1) = -1 + 21^y in Z2 \mathbb{Z}^2 .

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.