Forgot password?
 Register account
View 349|Reply 1

[数论] 求助数论题

[Copy link]

3

Threads

5

Posts

43

Credits

Credits
43

Show all posts

TripleIntegrals Posted 2022-3-21 22:50 |Read mode
求 $12^x-5^y=19$ 的所有正整数解。
谁有什么好的解法可以分享一下嘛。

3159

Threads

7941

Posts

610K

Credits

Credits
63770
QQ

Show all posts

hbghlyj Posted 2022-3-22 03:10
exponential diophantine equation
$12^x-5^y=144-125$
$144(12^{x-2}-1)=125(5^{y-3}-1)$
$144|5^{y-3}-1⇒y\equiv3\pmod{12}$, 设$y=3+12m$
$125|12^{x-2}-1⇒x\equiv2\pmod{100}$, 设$x=2+100 n$
$$144(12^{100n}-1)=125(5^{12m}-1)$$
若$3|m$,则$27|5^{36}-1⇒27|5^{12m}-1$,然而$27\nmid144$,矛盾.故$3\nmid m$.①
开始计算:
$11|12^{100n}- 1⇒11|5^{12m}-1⇒5|m$
$7|5^{60}-1⇒7|5^{12m}-1⇒7|12^{100n}-1⇒3|n$
(20593是素数)$20593|12^{300} - 1⇒20593|12^{100n}-1$$⇒20593|5^{12m}-1⇒1716|m⇒3|m$,与①矛盾.
综上,$x=2,y=3$是唯一解.


计算用的代码:
In[1]:=
          MultiplicativeOrder[5^12, 11]
Out[1]:=
          5
In[2]:=
          MultiplicativeOrder[12^100, 7]
Out[2]:=
          3
In[3]:=
          MultiplicativeOrder[5^12, 20593]
Out[3]:=
          1716
In[4]:=
          Divisible[1716, 3]
Out[4]:=
          True

Mobile version|Discuz Math Forum

2025-5-31 11:05 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit