mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2005-04-11, 13:36   #1
Vijay
 
Apr 2005

2616 Posts
Red face Possible solutions to an equation:

What would the possible solution(s) to the following equation be:

(pq + r)^r = 2^(p + r^2)

where r is an even number.
Vijay is offline   Reply With Quote
Old 2005-04-11, 13:53   #2
akruppa
 
akruppa's Avatar
 
"Nancy"
Aug 2002
Alexandria

2,467 Posts
Default

q=(2^((p+r^2)/r)-r)/p according to Maple, and easy to check.

Alex
akruppa is offline   Reply With Quote
Old 2005-04-11, 14:44   #3
R.D. Silverman
 
R.D. Silverman's Avatar
 
"Bob Silverman"
Nov 2003
North of Boston

755610 Posts
Question

Quote:
Originally Posted by akruppa
q=(2^((p+r^2)/r)-r)/p according to Maple, and easy to check.

Alex
I would assume that this equation is Diophantine.

It is clear that pq+r must be a power of 2, say 2^m, whence mr = p+r^2
and thus m = (p+r^2)/r and thus p must be divisible by r.

Thus p = kr giving us m = k+r and qkr + r = 2^m, thus r must be
a power of two as well, (say) 2^h But this then yields qk 2^h + 2^h = 2^m
or qk+1 = 2^(m-h), Thus qk+1 must be a power of 2.
Putting this together, we get:

(2^h)^(2^h) (qk+1)^(2^h) = 2^(k2^h + 2^2h) I would expect solutions to be few and far between; I will look more closely later.
R.D. Silverman is offline   Reply With Quote
Old 2005-04-11, 15:13   #4
Vijay
 
Apr 2005

2×19 Posts
Default

Quote:
Originally Posted by R.D. Silverman
I would assume that this equation is Diophantine.

It is clear that pq+r must be a power of 2, say 2^m, whence mr = p+r^2
and thus m = (p+r^2)/r and thus p must be divisible by r.

Thus p = kr giving us m = k+r and qkr + r = 2^m, thus r must be
a power of two as well, (say) 2^h But this then yields qk 2^h + 2^h = 2^m
or qk+1 = 2^(m-h), Thus qk+1 must be a power of 2.
Putting this together, we get:

(2^h)^(2^h) (qk+1)^(2^h) = 2^(k2^h + 2^2h) I would expect solutions to be few and far between; I will look more closely later.
Thats true, this is a Diophantine equation.
I am currently investigationg and creating diophantine equations.
And you are quite right in your working, very clear indeed.

What's your opinion on Diophantine equations, do they interest you?
Vijay is offline   Reply With Quote
Old 2005-04-13, 03:00   #5
wblipp
 
wblipp's Avatar
 
"William"
May 2003
Near Grandkid

53·19 Posts
Default

One small solution is p=28, q=73, r=4.

It's easy to generate an infinite number of solutions from Mersenne factors, although they grow rather quickly.

When Robert Silverman left off, we have a solution for any choices of m. k, q, and h such that

m=k+2h and (kq+1)=2m-h

If we let z=m-h, we have a solution for any values of z, k, q, and h with

k=z-2h+h and kq=2z-1

Eliminating k, we see that we have a solution for any choice of z, q, and h with

q=(2z-1)/(z-2h+h)

z cannot be a prime number because the denominator is smaller than z and all factors of 2p-1 are of the form 2ap+1, and therefor larger than p.

So let z=xy and pick the denominator to be a factor of 2x-1.

So to generate a solution:
1. Pick a value for h.
2. Pick x to be a factor of 2h-h+1
3. Pick the denominator to be a factor of 2x-1
4. Solve for y from the denominator choice
5. z=x*y
6. Work backwards to p, q, and r.

For example
1. h=2
2. 2h-h+1=3, so pick x=3
3. 2x-1=7, so pick the denominator=7
4. y = 3
5. z = xy = 9
6. q = (2z-1)/denominator = 73
7. m = z+h = 11
8. k = denominator = 7
9. r = 2h= 4
10. p = kr = 28
wblipp is online now   Reply With Quote
Old 2005-04-13, 19:23   #6
Vijay
 
Apr 2005

2×19 Posts
Default

Quote:
Originally Posted by wblipp
One small solution is p=28, q=73, r=4.

It's easy to generate an infinite number of solutions from Mersenne factors, although they grow rather quickly.

When Robert Silverman left off, we have a solution for any choices of m. k, q, and h such that

m=k+2h and (kq+1)=2m-h

If we let z=m-h, we have a solution for any values of z, k, q, and h with

k=z-2h+h and kq=2z-1

Eliminating k, we see that we have a solution for any choice of z, q, and h with

q=(2z-1)/(z-2h+h)

z cannot be a prime number because the denominator is smaller than z and all factors of 2p-1 are of the form 2ap+1, and therefor larger than p.

So let z=xy and pick the denominator to be a factor of 2x-1.

So to generate a solution:
1. Pick a value for h.
2. Pick x to be a factor of 2h-h+1
3. Pick the denominator to be a factor of 2x-1
4. Solve for y from the denominator choice
5. z=x*y
6. Work backwards to p, q, and r.

For example
1. h=2
2. 2h-h+1=3, so pick x=3
3. 2x-1=7, so pick the denominator=7
4. y = 3
5. z = xy = 9
6. q = (2z-1)/denominator = 73
7. m = z+h = 11
8. k = denominator = 7
9. r = 2h= 4
10. p = kr = 28
Quite nicely worked out, but there does exist a smaller 'friendly' solution. Can anybody find the small solution?
Vijay is offline   Reply With Quote
Old 2005-04-14, 05:19   #7
wblipp
 
wblipp's Avatar
 
"William"
May 2003
Near Grandkid

1001010001112 Posts
Default

Quote:
Originally Posted by Vijay
Quite nicely worked out, but there does exist a smaller 'friendly' solution. Can anybody find the small solution?
There should be several smaller solutions. My example was intended to be small but informative. Tiny solutions make poor examples because everything tends to fold in on itself. I would expect the smallest solution to come from setting h=0. That leads to the choices

x=2 (it must be a factor of 2h-h+1=2)
k=1 (k and q must be factors of 2x-1=3)
y=1
z=2
q=3
m=2
r=1
p=1

For the tiny solution p=1, q=3, r=1, and the equation become 4=4.

Now for a reverse challenge - how many solutions can you find between this tiny solution and my example?
wblipp is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Solutions to a^2-ab+b^2 = 3^n carpetpool carpetpool 2 2017-02-09 06:41
Fedora 22 (or, Gnome 3) Annoyances - are there solutions? EdH Linux 16 2016-03-18 17:20
Number of Solutions to d(p) flouran Math 20 2009-09-08 05:48
Looking for solutions to w^2-n*x^2=z^2 jtavares Factoring 3 2005-04-11 19:25
Puzzles without solutions Orgasmic Troll Puzzles 12 2003-07-16 09:36

All times are UTC. The time now is 01:26.


Sun Jun 4 01:26:34 UTC 2023 up 289 days, 22:55, 0 users, load averages: 0.75, 0.94, 1.05

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔