Possible Non-negative Integer Solutions to 3^x + 5^y = 7^z + 1

  • Context: Graduate 
  • Thread starter Thread starter K Sengupta
  • Start date Start date
  • Tags Tags
    Power Puzzle
Click For Summary

Discussion Overview

The discussion centers around finding all possible non-negative integer solutions to the equation 3^x + 5^y = 7^z + 1. Participants explore various mathematical approaches, methodologies, and reasoning related to the equation, including modular arithmetic and difference equations.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant claims to have derived two solutions: (0,0,0) and (1,1,1), while expressing uncertainty about the existence of other solutions.
  • Another participant disputes the validity of (0,0,0) as a solution.
  • Concerns are raised regarding the assumption that y must be odd based on the case where z=1, suggesting that this does not provide a general result for y.
  • A proposed methodology involves parametrizing the exponents in terms of one another, leading to a limit analysis that suggests only finitely many solutions exist for given parameters.
  • Another participant suggests using a difference equation to analyze the behavior of the function defined by the original equation, indicating that it may be monotonic and thus limiting the number of solutions.
  • There are discussions about the implications of various transformations and modular reductions applied to the equation, with participants attempting to clarify and refine each other's reasoning.

Areas of Agreement / Disagreement

Participants express differing views on the validity of certain solutions and the implications of their mathematical reasoning. No consensus is reached regarding the existence of additional solutions beyond those initially proposed.

Contextual Notes

Participants note limitations in their reasoning, including assumptions made during modular reductions and the need for further exploration of the implications of their proposed methodologies. Some steps in the mathematical reasoning remain unresolved.

K Sengupta
Messages
113
Reaction score
0
Determine all possible non-negative integer solutions to the equation:

3^x + 5^y = 7^z + 1


[ Comment:

* I have only been able to derive (x,y,z) = (0,0,0); (1,1,1) as two of the solutions to the given problem.

* It can be shown that each of x, y and z must be odd ( whenever x,y and z are positive) and x=4p+1, y=4q+1 for non-negative integers p and q.

* I have not been able to derive any other solution or able to conclusively prove the non-existence of any other solutions apart from the ones mentioned above.

Proposed Methodology

Considering x=0, we obtain; 5^y = 7^z; implying y=z=0.
Similarly, considering y=0 and x=0 in turn, we respectively obtain, (x,z)=0 and (y,z) =(0,0)
Hence, if at least one of x, y and z is 0; then, it follows that :
(x,y,z) = (0,0,0)

For z=1, we obtain; 3^x+ 5^y = 8; which is feasible only if :
(x,y,z) = (1,1,1)

Now, reducing both sides of the given equation to Mod 3; we obtain:
2 ^y = 2 ( Mod3 ).; so that y must be odd.
so, 3^x + 5 = 7^z + 1 ( Mod 8).
Since, 3^x = 1, 3(mod 8) and 7^z = 1,7 (mod 8); it follows that both x and z must be odd.
Now, 3^x + 5^y = 7^z + 1 gives:
3^x + 5 = 7^y +1 (Mod 10).
Since, both x and z are odd; this is possible if only if x = 1+4p and z = 1+4q for non-negative integers p and q.

*** I am unable to proceed further.
** Consequently, I have not been able to derive solutions other than
(0,0,0); (1,1,1) or to prove that no solutions other than these two satisfies the provisions of the problem ].
 
Last edited:
Physics news on Phys.org
(0,0,0) isn't a solution.
 
1+1=1+1 seems reasonable enough to me AKG.

Whenever I see something like this, if I know what the answer is, and get completely stuck, it's a good idea to just plug the generic answer in and see how you could have gotten there in the first place.

For your conclusion that y was odd, you were using the assumption that z=1 in the first place, so you don't have a general result for y
 
On Today 06:00 AM; Office_Shredder wrote:

For your conclusion that y was odd, you were using the assumption that z=1 in the first place, so you don't have a general result for y

On Yesterday 02:01 PM ; K Sengupta wrote:

For z=1, we obtain; 3^x+ 5^y = 8; which is feasible only if :
(x,y,z) = (1,1,1)

Now, reducing both sides of the given equation to Mod 3; we obtain:
2 ^y = 2 ( Mod3 ).; so that y must be odd.

I would like to clarify that the term "reduction" in terms of the second paragraph inclusive of the above quote corresponds to reduction to Mod 3 of the original equation, that is, 3^x + 5^y = 7^z + 1 ( and not the equation 3^x+ 5^y = 8).

Consquently, we would indeed obtain 2^y= 2 (Mod 3); implying inter-alia that y must be odd.
 
Office_Shredder said:
1+1=1+1 seems reasonable enough to me AKG.
Oh sorry, I totally misread the question.
 
K Sengupta said:
Determine all possible non-negative integer solutions to the equation:

3^x + 5^y = 7^z + 1


[ Comment:

WTH I'll fumble with it for a while.

you could try parametrizing the exponents in terms of one of the others as

y = x+k, z = x+j

3^x+5^(x+k) = 7^(x+j) + 1

3^x + (5^x)(5^k) = (7^x)(7^j)+1

notice that [tex]\frac{3^x +5^x5^k}{7^x7^j+1}=1[/tex] is true for only finitely many x for any given (j,k) since the limit as x goes to infinity is zero. Now for any x we may have the upper bound

(3/7)^x + (5/7)^x*(5^k/7^j)<1 whenever

[1-(3/7)^x]/(5/7)^x > (5^k/7^j)

So I think you could sort of map out the region of possible (j,k) for any x. it's simplistic but it is a start.

Or try writing it base 3 and simplifying

3^x + (3+2)^y - (3*2+1)^z = 1

[tex]3^x+\sum_{i=0}^{y}3^i2^{y-i}-\sum_{i=0}^z(3*2)^i = 1[/tex]

I'll come back and work through the implications, I think you can show here that x, y, and z have to be equal.
 
Last edited:
K Sengupta said:
Determine all possible non-negative integer solutions to the equation:

3^x + 5^y = 7^z + 1

Ok, I slept on this I think I have a solution. First write the equation like this.

(1) [tex]3^x+5^y-7^z-1=0[/tex]

You already know that x=y=z = 0 or 1 are solutions. now to prove there are no more equal positive integer solutions conciser the difference equation

(2) [tex]\Delta(x+1:x)=(3^{x+1}-3^x)+(5^{x+1}-5^x)-(6^{x+1}-6^x) - 1[/tex]

simplifying gives

(3) [tex]\Delta(x+1:x)=2*3^x+4*5^x-5*6^x - 1[/tex]

Plug in x = 0 to verify the change between (x,y,z) = (0,0,0) and (x,y,z = (1,1,1)

(4) [tex]\Delta(1:0)=2+4-5 - 1[/tex]

So equation one is left unchanged by that move. However suppose we move from x=y=z =1 to x=y=z=2 we get

(5) [tex]\Delta(2:1)=6+20-30 - 1=5[/tex]

therefore x=y=z=2 is not a solution and in fact the discrete analog of the derivative of (1) is increasing. So show that from here on out

(6) For x=y=z>2 [tex]\Delta(x+2:x+1)>\Delta(x+1:x)[/tex]

Once that is done it implies that (1) is monotone increasing. so let's do it.

(7) [tex]2*3^{x+1}+4*5^{x+1}-5*6^{x+1}>2*3^x+4*5^x-5*6^x[/tex]

(8) [tex]4*3^x+16*5^x>25*6^x[/tex]

(9) [tex]\frac{4*3^x+16*5^x}{25*6^x}>1[/tex]

(10) [tex]\frac{4*3^x}{25*6^x}+\frac{16*5^x}{25*6^x}>1[/tex]

I am probably missing some details here because I am trying to figure in Tex, but I think you get the idea. But that is how you can analyze it. In fact you can use the difference equation to see when the derivative goes negative and then add up that chunk to see if it hits szero at the next crossing. Plot equation (1) as a function where x=y=z and you will see there are only probably two places where it crosses the origin. That should give you a clue. Then start with z and consider the curves x=y<z.
Then consider the curves x<y=z and x<y<z. For each of these you should be able to use graphical methods and difference equations to solve the problem. it doe seem pretty involved though, and probably there is a trick to it if it is a homework problem.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
7K