Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Pythagorean Equations and Pell's Equation: Solutions and General Forms, Slides of Linear Algebra

Pythagorean triples and their connection to Pell's equation. It includes theorems, examples, and methods for finding solutions. primitive solutions, fundamental solutions, and the negative Pell's equation.

What you will learn

  • How do you find the general solution for Pell's equation?
  • What is the difference between primitive and fundamental solutions in Pell's equation?
  • What is the connection between Pythagorean triples and Pell's equation?
  • How do you solve the negative Pell's equation?
  • What is a Pythagorean triple?

Typology: Slides

2021/2022

Uploaded on 08/05/2022

hal_s95
hal_s95 🇵🇭

4.4

(652)

10K documents

1 / 55

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Linear Diophantine Equations (LDEs)
Definition 1
An equation of the form
a1x1+a2x2+· ·· +anxn=b(1)
with a1,a2,...,an,bintegers, is called a linear Diophantine
equation (LDE).
Theorem 2
The LDE
a1x1+a2x2+· ·· +anxn=b
has a solution x1, ..., xnZif and only if gcd(a1,a2,...,an)|b
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37

Partial preview of the text

Download Pythagorean Equations and Pell's Equation: Solutions and General Forms and more Slides Linear Algebra in PDF only on Docsity!

Linear Diophantine Equations (LDEs)

Definition 1

An equation of the form

a 1 x 1 + a 2 x 2 + · · · + anxn = b (1)

with a 1 , a 2 ,... , an, b integers, is called a linear Diophantine equation (LDE).

Theorem 2

The LDE a 1 x 1 + a 2 x 2 + · · · + anxn = b

has a solution x 1 , ..., xn ∈ Z if and only if gcd(a 1 , a 2 ,... , an)|b

Quadratic Diophantine Equations (QDEs)

Definition 3

An equation of the form

∑^ n

i,j=

aij xi xj = b (2)

with aij , b integers, is called a quadratic Diophantine equation (QDE).

Example 4 (Pythagorean Equations)

The equation x^2 + y 2 = z^2

is a QDE. Any solution (x, y , z) of this equation for integers x, y , z is called a Pythagorean triple.

Pythagorean Equations

Theorem 5

Any primitive solution of

x 2

  • y 2 = z 2

is of the form

x = m 2 − n 2 , y = 2mn, z = m 2

  • n 2 (4)

Where m, n ≥ 1 are relatively prime positive integers.

Pell’s Equation

Definition 6

Pell’s equation has the form

x 2 − dy 2 = 1 (5)

where d not a perfect square.

Definition 7

We say that (x 0 , y 0 ) is a fundamental solution of Pell’s equation if x 0 , y 0 are positive integers that are minimal amongst all solutions.

Pell’s Equation

Theorem 8

Pell’s equation has infinitely many solutions. Given the solution (x 0 , y 0 ) the solution (xn+1, yn+1) is given by

 

xn+1 = x 0 xn + dy 0 yn, x 1 = x 0 , n ≥ 1

yn+1 = y 0 xn + x 0 yn, y 1 = y 0 , n ≥ 1

Example 9

The equation x^2 − 2 y 2 = 1, has the fund. sol. (x 0 , y 0 ) = (3,2). So

x 2 = x 2 0 +^ dy^

2 0 = 9 + 2.4 = 17,^ y^2 =^ y^0 x^0 +^ x^0 y^0 = 6 + 6 = 12

is also a solution: 17^2 − 2. 122 = 1.

General Solution of Pell’s Equation

Theorem 10

Let Pell’s equation x^2 − dy 2 = 1, have the fundamental solution (x 0 , y 0 ). Then (xn, yn) is also a solution, given by

  

xn =

[(x 0 + y 0

d) n

  • (x 0 − y 0

d) n ]

yn =

d

[(x 0 + y 0

d) n − (x 0 − y 0

d) n ]

Example 11

Solve x^2 − 2 y 2 = 1. The fund. sol. is (3,2). The general solution is:

xn =

[(3+

2)n+(3− 2

2)n], yn =

[(3+

2)n−(3− 2

2)n]

The General Form of Pell’s Equation

Theorem 13

Let ax^2 − by 2 = 1

have an integral solution. Let (A, B) solution for least positive A, B. The general solution is

xn = Aun + bBvn

(10)

yn = Bun + aAvn

Where (un, vn) is the general solution of Pell’s resolvent u^2 − abv 2 = 1.

The General Form of Pell’s Equation

Example 14

Solve

6 x^2 − 5 y 2 = 1 (11)

The fund. sol. is (x, y ) = (A, B) = (1, 1). The resolvent is u^2 − 30 v 2 = 1, with fund. sol. (u 0 , v 0 ) = (11, 2). The general solution of the resolvent is   

un =

[(11 + 2

30)n^ + (11 − 2

30)n]

vn =

[(11 + 2

n − (11 − 2

n ]

The general solution of Eq. (11) is

xn = un + 5vn, yn = un + 6vn

Training Problem 1

Problem 1

Find all integers n ≥ 1 such that 2 n + 1 and 3 n + 1 are both perfect squares.

Observe that

2 n + 1 = x 2 , 3 n + 1 = y 2 =⇒ 3 x 2 − 2 y 2 = 1,

with 3.2 = 6 not a square in Z. So solving this amounts to solving the general form of Pell’s equation.

The Negative Pell’s Equation

Definition 15

The negative Pell’s equation has the form

x 2 − dy 2 = − 1 (12)

where d not a perfect square.

Training Problem 2

Problem 2

Find all pairs (k, m) such that

1 + 2 + · · · + k = (k + 1) + (k + 2) + · · · + m.

Training Problem 2

Problem 2

Find all pairs (k, m) such that

1 + 2 + · · · + k = (k + 1) + (k + 2) + · · · + m.

Adding 1 + 2 + · · · + k to both sides of the above equality we get

2 k(k + 1) = m(m + 1) ⇐⇒ (2m + 1) 2 − 2(2k + 1) 2 = − 1.

Training Problem 3

Problem 3 (Romanian M. Olympiad, 1999)

Show that the equation x^2 + y 3 + z^3 = t^4 has infinitely many solutions x, y , z, t, ∈ Z with the greatest common divisor 1.

Training Problem 3

Problem 3 (Romanian M. Olympiad, 1999)

Show that the equation x^2 + y 3 + z^3 = t^4 has infinitely many solutions x, y , z, t, ∈ Z with the greatest common divisor 1.

Start from the equality

[1^3 + 2^3 + · · · + (n − 2)^3 ] + (n − 1)^3 + n^3 =

n(n + 1) 2

[

(n − 2)(n − 1) 2

] 2

  • (n − 1)^3 + n^3 =

n(n + 1) 2