Diophantine equations
A Diophantine equation is any equation of the form
where:
-
is a polynomial with integer coefficients,
-
the variables are required to take integer values,
-
and usually (not necessarily ).
If is polynomial with integer coefficients, then it is called an algebraic Diophantine equation.
Ex:
Determine the number of integers 'n' for which n^2 + 19n + 92 is square.
Let n^2 + 19n + 92 = k^2
n^2 + 2.(19/2).n + 92 = k^2
(19/2)^2 = 361/4
92 - 361/4 = 7/4
=> n^2 + 2.(19/2).n + 361/4 + 7/4 = k^2
=> (n + 19/2)^2 = k^2 - 7/4
=> (2n + 19)^2 = 4k^2 - 7
=> 4k^2 - (2n + 19)^2 = 7
=> (|2k| + |2n + 19|)(|2k| - |2n + 19|) = 7
First factor is bigger so:
|2k| + |2n + 19| = 7
|2k| - |2n + 19| = 1
Add to get:
|2k| = 4 and |2n + 19| = 3
=> 2n + 19 = -+3
=> 2n = -19 -+ 3 => n = -11,-8 = Answer
Q. Find all unordered pairs of natural number, the difference of whose square is 45.
Solution:
a^2 - b^2 = 45
(a + b)(a - b) = 45
Here a,b are natural so no need to take modulus like the last question.
a+b is the bigger factor, so:
a + b = 45, a - b = 1 => a = 23, b = 22
a + b = 15, a - b = 3 => a = 9, b = 6
a + b = 9, a - b = 5 => a = 7, b = 2
Rest of the solutions would just flip a,b and the question says unordered so we just have these 3 answers.
Ex. Find all positive integers 'n' such that n^2 + 96 = perfect square.
Solution:
k^2 - n^2 = 96
(|k| + n)(|k| - n) = 96
Factor pair: 96,1 no solution as k,n should be integers.
Factor pair: 48,2 n = 23.
Factor pair: 32,3 not integer.
Factor pair: 24,4 n = 10.
Factor pair: 16,6 n = 5.
Total 4 answers.
Ex.
Find all the positive integers satisfying
Solution:
Divide both sides by xyz to get:
x^(y^z - 1).y^(z^x - 1).z^(x^y - 1) = 5
Since every term is integer => there are 3 ways to distribute integer factors across these 3 terms:
5,1,1
1,5,1
1,1,5
We can solve for one case and rest will be similar.
x^(y^z - 1) = 5 => x = 5, y^z - 1 = 1 => y^z = 2 => y = 2, z = 1
x = 5, y = 2, z = 1 which can be verified by putting these in the original equation.
Similarly other solutions will be:
y = 5, z = 2, x =1
z = 5, x = 2, y = 1.
Ex:
Find the natural numbers
Solution:x and y have to be perfect squares going by the given equations.
Let x = a^2, y = b^2.
a + b^2 = 7
a^2 + b = 11
Subtract:
a^2 - b^2 + b - a = 4
(a-b)(a + b - 1) = 4
Since both factors on LHS are integers, we can assign them factors of 4.
And a + b - 1 >= a - b so the first term will be having the bigger factor.
Case 1:
a - b = 1
a + b - 1 = 4
2a = 6 => a = 3 => b = 2
Case 2:
a - b = 2
a + b - 1 = 2
2a = 5 => a not integer. Ignore.
Answer: a = 3, b = 2
Ex: What is the largest n for which 4^27 + 4^1000 + 4^n is a perfect square?
Solution:
Answer:
-
Rewrite everything in powers of 2
-
Factor out the smallest power of 2
Rewrite everything in powers of 2
Factor out the smallest power of 2
Write
Because itself is a perfect square, the whole expression is a square iff
is a perfect square.
-
Use the only way three powers of 2 plus 1 form a square
A classical (and easily proved) identity tells us
Thus the only chance for to be a square is to match
.
So we must have the set of exponents equal to
.
-
Match the exponents — two possible cases
| Which exponent is largest? | Conditions that arise | Value of |
|---|---|---|
| largest () | and | |
| largest () | and |
No other match is possible, so the only admissible are and .
-
Take the largest
(A quick check: with the bracket becomes , exactly a perfect square, confirming the result.)
Comments
Post a Comment