Difference between revisions of "2003 IMO Problems/Problem 2"
(→Solution 2) |
|||
(24 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
is a positive integer. | is a positive integer. | ||
− | == Solution == | + | == Solution 1 == |
The only solutions are of the form <math>(a,b) = (2n,1)</math>, <math>(a,b) = (n,2n)</math>, and <math>(8n^4-n,2n)</math> for any positive integer <math>n</math>. | The only solutions are of the form <math>(a,b) = (2n,1)</math>, <math>(a,b) = (n,2n)</math>, and <math>(8n^4-n,2n)</math> for any positive integer <math>n</math>. | ||
Line 31: | Line 31: | ||
+ | == Solution 2 == | ||
+ | First we can reformulate the original problem as | ||
+ | <cmath> \frac{a^2}{2ab^2-b^3+1} = k </cmath> | ||
+ | where <math>a</math>, <math>b</math>, <math>k</math> are all positive integers. | ||
+ | |||
+ | We split the solutions in 2 cases: | ||
+ | |||
+ | 1) Assume that <math>2ab^2-b^3+1>1</math>. Then we have | ||
+ | <cmath>2ab^2-b^3>0</cmath> | ||
+ | <cmath>b^2(2a-b)>0</cmath> | ||
+ | Since <math>b^2 > 0</math> for all positive integers <math>b</math>, we must also have <math>2a - b > 0</math>, or <math>b < 2a</math> for all positive integers <math>a</math>. | ||
+ | Therefore, the only possible value of <math>b</math> is <math>b = 1</math>. | ||
+ | |||
+ | When <math>b = 1</math>, we have | ||
+ | <cmath> \frac{a^2}{2ab^2-b^3+1} = \frac{a^2}{2a} = \frac{a}{2} = k . </cmath> | ||
+ | Therefore, <math>a = 2k</math> for all positive integers <math>k</math>. | ||
+ | |||
+ | Therefore, for <math>2ab^2-b^3+1>1</math>, the only solution is <math>(a, b) = (2k, 1)</math> for all positive integers <math>k</math>. | ||
+ | |||
+ | |||
+ | 2) a) Assume that <math>2ab^2-b^3+1=1</math>. Then we have | ||
+ | <cmath>2ab^2-b^3=0</cmath> | ||
+ | <cmath>b^2(2a-b)=0</cmath> | ||
+ | Therefore we have either <math>b=0</math> or <math>b=2a</math>. | ||
+ | |||
+ | Since we want <math>b</math> to be a positive integer, we must have <math>b=2a</math> for all positive integers <math>a</math>. | ||
+ | |||
+ | When <math>b=2a</math>, we have | ||
+ | <cmath> \frac{a^2}{2ab^2-b^3+1} = \frac{a^2}{8a^3-8a^3+1} = a^2 = k . </cmath> | ||
+ | Therefore, <math>k = a^2</math> for all positive integers <math>a</math>. | ||
+ | |||
+ | Therefore, for <math>2ab^2-b^3+1=1</math> we can have <math>(a, b) = (a, 2a)</math> for all positive integers <math>a</math>. | ||
+ | |||
+ | |||
+ | 2) b) Notice that we can reformulate | ||
+ | <cmath> \frac{a^2}{2ab^2-b^3+1} = k . </cmath> | ||
+ | as | ||
+ | <cmath> a^2=k(2ab^2-b^3+1). </cmath> | ||
+ | <cmath> a^2-2kb^2a+k(b^3-1)=0. </cmath> | ||
+ | |||
+ | Using properties of quadratic equations, we have | ||
+ | <cmath>a_1 + a_2 = 2kb^2</cmath> | ||
+ | <cmath>a_1 a_2 = k(b^3-1)</cmath> | ||
+ | From the results in part 2) a), we have <math>a_1 = a</math>, <math>b=2a</math>, and <math>k=a^2</math>, so now we have | ||
+ | <cmath>a + a_2 = 2a^2(2a)^2 = 8a^4</cmath> | ||
+ | <cmath>a a_2 = a^2((2a)^3-1) = 8a^5 - a^2</cmath> | ||
+ | Using either of the equations above, we have <math>a_2 = 8a^4 - a</math>. | ||
+ | |||
+ | Therefore, for <math>2ab^2-b^3+1=1</math> we can have <math>(a, b) = (8a^4 - a, 2a)</math> for all positive integers <math>a</math>. | ||
+ | |||
+ | |||
+ | Therefore, the only pairs of solutions for | ||
+ | <cmath> \frac{a^2}{2ab^2-b^3+1} = k . </cmath> | ||
+ | are <math>(a, b) = {(2k, 1), (a, 2a), (8a^4 - a, 2a)}</math> for all positive integers <math>a</math> and <math>k</math>. <math>\blacksquare</math> | ||
+ | |||
+ | RF | ||
== Resources == | == Resources == |
Latest revision as of 11:48, 18 August 2025
Contents
Problem
(Aleksander Ivanov, Bulgaria)
Determine all pairs of positive integers such that
is a positive integer.
Solution 1
The only solutions are of the form ,
, and
for any positive integer
.
First, we note that when , the given expression is equivalent to
, which is an integer if and only if
is even.
Now, suppose that is a solution not of the form
. We have already given all solutions for
; then for this new solution, we must have
. Let us denote
Denote
Since
, and
is a positive integer root of
, there must be some other root
of
.
Without loss of generality, let . Then
, so
or
which reduces to
It follows that
or
Since
and
are integers, this can only happen when
, so
can be written as
, and
. It follows that
Since
is the other root of
, it follows that
also satisfies the problem's condition. Therefore the solutions are exactly the ones given at the solution's start.
Solution 2
First we can reformulate the original problem as
where
,
,
are all positive integers.
We split the solutions in 2 cases:
1) Assume that . Then we have
Since
for all positive integers
, we must also have
, or
for all positive integers
.
Therefore, the only possible value of
is
.
When , we have
Therefore,
for all positive integers
.
Therefore, for , the only solution is
for all positive integers
.
2) a) Assume that . Then we have
Therefore we have either
or
.
Since we want to be a positive integer, we must have
for all positive integers
.
When , we have
Therefore,
for all positive integers
.
Therefore, for we can have
for all positive integers
.
2) b) Notice that we can reformulate
as
Using properties of quadratic equations, we have
From the results in part 2) a), we have
,
, and
, so now we have
Using either of the equations above, we have
.
Therefore, for we can have
for all positive integers
.
Therefore, the only pairs of solutions for
are
for all positive integers
and
.
RF
Resources
2003 IMO (Problems) • Resources | ||
Preceded by Problem 1 |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 3 |
All IMO Problems and Solutions |
- <url>Forum/viewtopic.php?p=262#262 Discussion on AoPS/MathLinks</url>