Question related to Pell's Equation

  • Thread starter gonzo
  • Start date
In summary, the binomial expansion allows us to quickly confirm that x^2 - 5 y^2 = N(x + y \sqrt{5}) = N((\alpha + \beta \sqrt{5})^n) is divisible by 2 exactly once. This can be done just using algebraic number theory, or using the fact that a+b* is not divisible by 2 if a, b are odd. However, if a==9 and b==1, the first term inside the parenthesis is 24=8x3 and the second term equals 32. Thus, the term with sqrt5 is now even after division by 8.
  • #1
gonzo
277
0
For [itex]\alpha[/itex] and [itex]\beta[/itex] odd integers and X,Y integers, we have the following (by collecting terms):

[tex]
(\alpha + \beta \sqrt{5})^n = x + y \sqrt{5}
[/tex]

My question is how do we know that x and y are both divisible by exactly [itex]2^{n-1}[/itex]? (no more and no less 2's in each)

I can show this with integer ring theory, but I wanted a more concrete and direct way to show this.

I'm looking for some inherrent numerical property rather than a proof by induction, if there is one that is easy to understand.

Thanks.
 
Physics news on Phys.org
  • #2
Well, when I look at it, the intuitive content is that [itex]\alpha + \beta \sqrt{5}[/itex] is divisible by 2 exactly once. ([itex](\alpha + \beta \sqrt{5}) / 2[/itex] is an algebraic integer, if [itex]\alpha, \beta[/itex] are odd!) So if you raise it to the n-th power, you should get something divisible by 2 exactly n times.

Of course, I don't remember if [itex]\mathbb{Z}[(1 + \sqrt{5})/2][/itex] is a UFD. :frown: Maybe bad things can happen when we raise to powers. So, let's try using norms to prove it!

[tex]N(\alpha + \beta \sqrt{5}) = \alpha^2 - 5 \beta^2 \equiv 4 \mod 8[/tex]

In particular 2 divides the norm exactly twice. So, if we raise to the n-th power, we get:

[tex]x^2 - 5 y^2 = N(x + y \sqrt{5}) = N((\alpha + \beta \sqrt{5})^n) = N(\alpha + \beta \sqrt{5})^n \equiv 2^{2n} \mod{2^{2n + 1}}[/tex]

In particular, [itex]x^2 \equiv 5 y^2 \mod{2^{2n}}[/itex]. 5 isn't a perfect square modulo 2^k unless k < 3. This proves that [itex]x^2 \equiv y^2 \equiv 0 \mod{2^{2n - 2}}[/itex]. Thus, 2 divides each of x and y at least n-1 times. A quick exhaust of the four possibilities proves that neither can be divisible by 2^n.
 
Last edited:
  • #3
Right, I could see it with integer ring theory (I'm also mostly concerned when [itex](\alpha + \beta \sqrt{5}) / 2[/itex] is a unit, which means raising it to a power is still a unit and has the same form).

But I was looking for something inherent in the binomial expansion maybe, leavign out norms and rings.
 
  • #4
D'oh! I thought that was "inherent numerical property". :frown:

Okay, forget norms are involved, and pretend someone suggested "multiply by the conjugate". :smile: That's something you learned to try way back in calculus, or even before that! I would have considered [itex](\alpha - \beta \sqrt{5})^n[/itex], even long before I knew anything about algebraic number theory. The only problem is that I would have first tried adding the conjugates (trace), rather than multiplying. (norm)
 
Last edited:
  • #5
I guess I'm looking for a lower level understanding of this result. You can think of it as confirming the results of using norms and units and such.

But maybe I'm looking for something that just isn't available? Happens sometimes.
 
  • #6
The way I see this example (and a great many other examples) is that the proof really is entirely elementary: norms and such simply gives you the idea.

Algebraic number theory told me that [itex](\alpha^2 - 5 \beta^2)^n = (x^2 - 5 y^2)^n[/itex] might be a useful identity. Once I knew that, the proof was entirely elementary. If I wanted, I could even give an elementary proof of the identity: that [itex](\alpha - \beta \sqrt{5})^n = x - y \sqrt{5}[/itex] is something I would have immediately known long before I knew anything about algebraic number theory... just from my experience with binomial expansions!
 
  • #7
I have my own way of looking at this. Take the form a+b*, where for the sake of writing b* =bsqrt(5), and a, b odd. Then it is clear for the first term, a+b*, it is not divisible by 2, since it would have to divide both terms. The second term is (a^2+5b^2) + (2ab)*. Obviously the second term is divisible by 2^1.

Now the third term is interesting and the form is going to be:
a(a^2+15b^2)+b*(3a^2+5b^2). I look at this Mod 2^4, where a and b can only have the values 1 or 9. If they both have the same value, then a^2 +15b^2 is divisible by 16, but 3a^2+5b^2 is divisible by 8, and so in this case the third term is divisible by 2^3.

However if the terms are such that a==9 and b==1, then the first term inside the parenthesis is 24=8x3, and the second term equals 32, this causes the term with sqrt5 to now be even after division by 8, where as before it was the other way. Reversing the values a=1, b=9 produces 136=8*17 inside the parenthesis for the first term and the sqrt(5) term gives 48 = 3x16.

So that in above case, the general result is still true for the third term, it is divisiible by 2^3, but which term after this divison is even or odd changes from the first case where both terms are the same. (And in either case by employing Mod 16, we know that 8 is the highest term to divide it.)

So the cases so far is n=1, divisor is 2^0; n=2, divisor is 2^1; n=3, divisor is 2^3.

Since at n=3 the general form is (2^3)(2u+v*). In this case, I have chosen the first part to be even, but it does not matter. Then clearly multiplying: (2^3)(2u+v*)(a+b*) will give us one odd term and so there is no increase in powers of two for n=4.

But, in the case of n=5, we have (2^3)(2u+v*)(a+b*)^2, the last term in parenthesis is, as before, a^2+5b^2 +(2ab)*, this adds exactly one power of 2 so that n=5 gives division by 2^4.

Now in the case for n=6 we have 2^6(2u+v*)^2. In this case, examing the squared term, we will arrive at an odd term on sqrt5, therefor reversing the even odd situation, but supplying no change in the powers of 2, and not changing the situation for n=7 and n=8, from what happened with n=4 and n=5.

The only case now to consider for the induction is the case for a power of 3 where we have (2U+V*)(S+2T*), but this again will result in one term in the product, which is odd and so supplying no more powers of two, and not effecting the following two cases.

Thus we have the result on the powers of 2: If it is of the form 3N, then the highest power of 2 dividing is 2^(3N). In the case of 3N+1, the highest power is 2^3N, and in the case of 3N+2, the result is divisible by 2^(3N+l).
 
Last edited:
  • #8
I think I have the ambiguity in this case figured out. According to my book, a quadratic integer where D is of the form 1+4k, which includes 5, is of this form: [tex] \frac{a+b\sqrt5}{2}[/tex] where a and b have the same parity.

So that in the case from the standpoint of a quadratic integer, we want the form for a, b, chosen odd and divided by 2 to be as the form in the above equation shows.

Now the problem occurs that when we have a case of 3N, we can divide all the powers of 2 out, but what is left lacks the same parity, so the correct form is: [tex]\frac{2m+2s\sqrt5}{2}[/tex]

So from the standpoint of a QUADRATIC INTEGER we have a perfectly symmetric case, raising it to the Nth power allows us division by 2^N, with the stipulation that the final answer has a denominator of 2, and the terms show parity.

According to my book, the most general form without regard for parity is of the form
s+t(u), where [tex]u=\frac{1+\sqrt 5}{2} [/tex]
 
Last edited:

1. What is Pell's Equation?

Pell's Equation is a diophantine equation of the form x^2 - Ny^2 = 1, where N is a positive non-square integer and x and y are positive integers.

2. Who discovered Pell's Equation?

The equation was named after the English mathematician John Pell, but it was actually discovered by Indian mathematician Brahmagupta in the 7th century.

3. What is the importance of Pell's Equation in mathematics?

Pell's Equation has been studied extensively in number theory and has applications in other areas such as cryptography and elliptic curves.

4. How is Pell's Equation solved?

There are various methods for solving Pell's Equation, including continued fractions, Chakravala method, and the use of fundamental solutions. The solutions can also be found using computer algorithms.

5. Are there any famous applications of Pell's Equation?

One famous application is in the construction of Pellian triangles, which are used in the construction of regular polygons. The equation has also been used in the development of algorithms for solving other diophantine equations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
10
Views
269
  • Linear and Abstract Algebra
Replies
9
Views
1K
  • Linear and Abstract Algebra
2
Replies
41
Views
3K
  • Advanced Physics Homework Help
Replies
0
Views
234
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
18
Views
1K
  • Precalculus Mathematics Homework Help
Replies
20
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
905
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
  • Advanced Physics Homework Help
Replies
4
Views
402
Back
Top