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

In summary: x=y=z=2;3^x+5^y-7^z-1=53^x+5^y-7^z-1>5x cannot be equal to y or z and so does not satisfy the equation.
  • #1
K Sengupta
113
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-existance 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
  • #2
(0,0,0) isn't a solution.
 
  • #3
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
 
  • #4
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.
 
  • #5
Office_Shredder said:
1+1=1+1 seems reasonable enough to me AKG.
Oh sorry, I totally misread the question.
 
  • #6
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:
  • #7
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.
 

What is a Non-negative Power Puzzle?

A Non-negative Power Puzzle is a mathematical problem that involves finding the value of a number raised to a power, while also satisfying certain conditions such as being a non-negative integer.

What is the purpose of a Non-negative Power Puzzle?

The purpose of a Non-negative Power Puzzle is to exercise critical thinking and problem-solving skills, as well as to practice mathematical concepts such as exponents and non-negative numbers.

How do you solve a Non-negative Power Puzzle?

To solve a Non-negative Power Puzzle, you must first identify the given conditions and use them to narrow down the possible solutions. Then, you can use mathematical operations such as addition, subtraction, multiplication, and division to determine the correct value of the number raised to the power.

What are some common strategies for solving a Non-negative Power Puzzle?

Some common strategies for solving a Non-negative Power Puzzle include trial and error, creating a table of possible solutions, and using algebraic equations to represent the given conditions.

How can solving Non-negative Power Puzzles benefit individuals?

Solving Non-negative Power Puzzles can improve critical thinking skills, strengthen problem-solving abilities, and enhance mathematical understanding. It can also provide a sense of accomplishment and satisfaction when a challenging puzzle is successfully solved.

Similar threads

Replies
17
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Replies
4
Views
930
  • Math POTW for Secondary and High School Students
Replies
3
Views
871
Replies
1
Views
747
  • Math POTW for Secondary and High School Students
Replies
1
Views
861
  • Calculus and Beyond Homework Help
Replies
5
Views
290
  • Linear and Abstract Algebra
Replies
17
Views
4K
  • Calculus and Beyond Homework Help
Replies
6
Views
810
Back
Top