Solving Diophantine Equation in Z[i] - x^2 + 4 = y^3

  • Thread starter Galileo
  • Start date
In summary: This norm is a generator for the equation u^2+v^2=b^3. If you multiply out the norm and solve for u and v, you should be able to find a solution.
  • #1
Galileo
Science Advisor
Homework Helper
1,995
7
This problem is working on my nerves. I`m trying to find all integer solutions to the equation [itex]x^2+4=y^3[/itex] using the PID of Gaussian integers Z.

My thoughts.
By inspection (2,2) is a solution.
Suppose (x,y) is a solution. I write the equation as [itex](x+2i)(x-2i)=y^3[/itex].
I now look at the ideal (x+2i,x-2i)=(d) with d a generator. d divides x+2i and x-2i, so it also divides the difference 4i.

What I want is to find conditions under which x+2i and x-2i are coprime in Z. Then I can show that (under the conditions) x+2i has to be a third power in Z and that no solutions exist (under this condition).

Any help is appreciated.
 
Physics news on Phys.org
  • #2
Last cry for help...:frown:
 
  • #3
This may be too late, but anyways:

If d is a divisor of of x+2i and x-2i, then d divides 4i like you said. What can you then say about the norm of d? If x is odd, what does this say about the norm of x+2i?

If x is even, consider the original equation mod 8. You should be able to reduce it to something easier to handle.
 
  • #4
Thanks shmoe.
Here's what I came up with.
Let (x,y) be a solution. Because d|4i we have N(d)|N(4i)=16=2^4. So N(d) is 1,2,4,8 or 16. We also have d|x+2i so N(d)|x^2+4.
Suppose x is odd, then x^2+4 is odd and N(d) must be 1 so d is a unit. Then (d)=Z and (x+2i) and (x-2i) are coprime. Then x+2i and x-2i will not have any common irreducible factors, so they must both be equal to a third power in Z, because every unit is too and their product is y^3.
We then get the equation:
[tex]x+2i=(a+bi)^3=a(a^2-3b^2)+(3a^2-b^2)bi[/tex]
If [itex]b=1[/itex], then [itex]3a^2-1=2[/itex] so [itex]a=\pm 1[/itex], yielding [itex]x=\pm 2[/itex], giving the solutions (2,2) and (-2,2).
(Although I should not count these, because I assumed x is odd :confused:)
For b=-1 and b=2 there are no solutions, but for b=-2 I get [itex]x=\pm 11[/itex] with the solutions (11,5) and (-11,5) :smile:

If x is even then y must be even and thus y^3 congruent 0 mod 8. So [itex]x^2 \equiv 4 \pmod 8[/itex]. So x=2 or x=6 (mod 8), but I`m not sure what to do with that.
 
Last edited:
  • #5
Galileo said:
If [itex]b=1[/itex], then [itex]3a^2-1=2[/itex] so [itex]a=\pm 1[/itex], yielding [itex]x=\pm 2[/itex], giving the solutions (2,2) and (-2,2).
(Although I should not count these, because I assumed x is odd :confused:)
For b=-1 and b=2 there are no solutions, but for b=-2 I get [itex]x=\pm 11[/itex] with the solutions (11,5) and (-11,5) :smile:

Correct. The even solutions will appear again, don't worry.:smile:

Galileo said:
If x is even then y must be even and thus y^3 congruent 0 mod 8. So [itex]x^2 \equiv 4 \pmod 8[/itex]. So x=2 or x=6 (mod 8), but I`m not sure what to do with that.

You can write x=2a, where a is odd, and y=2b. Stuff into your equation and what can you say?
 
  • #6
shmoe said:
Correct. The even solutions will appear again, don't worry.:smile:
You can write x=2a, where a is odd, and y=2b. Stuff into your equation and what can you say?

Stuffing... I get [itex]a^2+1=2b^3[/itex].
So I'd say I get another diophantine equation
Well, at least I know a is odd, from which follows that b must also be odd. If b was even the right side would be 0 mod 4 while the left is 2 mod 4.

After puzzling I feel like I`m reducing possible solutions, but I still have an infinite number of options. I may be going the wrong way, but I let a=2m+1 and b=2k+1 and got: m(m+1)=k(4k^2+6k+3). Two solutions are ofcourse k=m=0 and k=0, m=-1, corresponding to (x,y)=(2,2) and (x,y)=(-2,2).
 
  • #7
From this point: [itex]a^2+1=2b^3[/itex] you can do some factoring over Z. Try to get something like u^2+v^2=b^3. It might help to notice this is expressing b^3 as the norm of an element in Z.
 

FAQ: Solving Diophantine Equation in Z[i] - x^2 + 4 = y^3

What is a Diophantine equation?

A Diophantine equation is a type of polynomial equation in which only integer solutions are considered. It is named after the ancient Greek mathematician Diophantus.

What is Z[i]?

Z[i] is the set of complex numbers whose real and imaginary parts are both integers. In other words, it is the set of complex numbers of the form a + bi, where a and b are integers and i is the imaginary unit.

How do you solve a Diophantine equation in Z[i]?

To solve a Diophantine equation in Z[i], we use techniques from number theory such as modular arithmetic, factorization, and the Euclidean algorithm. We also make use of the unique properties of Z[i] as a ring, such as the fact that it is a Euclidean domain.

What is the significance of the equation x^2 + 4 = y^3?

This equation is a special type of Diophantine equation known as a Mordell curve. It has been studied extensively in number theory and has connections to other areas of mathematics such as elliptic curves and modular forms.

Are there any applications of solving Diophantine equations in Z[i]?

Yes, there are many real-world applications of solving Diophantine equations in Z[i]. For example, they have been used in cryptography and coding theory to create secure communication systems. They also have applications in physics and engineering, such as in the study of lattice structures and crystallography.

Similar threads

Back
Top