a beautiful prime number equation

  Рет қаралды 15,470

Michael Penn

Michael Penn

Күн бұрын

Пікірлер: 48
@ritwinnarra
@ritwinnarra 10 ай бұрын
At 9:51, we rule out the cases p = 19 or q = 19, which do *not* correspond to pq | 19. However, if p ≠ 19 and q ≠ 19, then pq | p-q+19, as he writes later on. tldr: Logic is sound; just ignore the pq | 19
@ВасилийЗайцев-н9ю
@ВасилийЗайцев-н9ю 10 ай бұрын
8:55 missed minus sign And that should be the place to stop
@kenahoo
@kenahoo 10 ай бұрын
At 10:00 you don't have to check cases, you already have pq|19 which can't happen because 19 is prime.
@martinnimczick839
@martinnimczick839 10 ай бұрын
He had pq|19*a and then checked, if p or q can be 19 ("pq|19" should be 19|pq). Both is not possible and therefore, pq|a.
@quite_unknown_1
@quite_unknown_1 10 ай бұрын
I mean this problem is way easier than you made it seem. Once p=2 and q=2 are dealt with, just use a size argument; clearly we need p=p+2, left hand side will be bigger than RHS by expansion of binomials for instance.
@fergalmdaly
@fergalmdaly 10 ай бұрын
Came here to say this. That said, it's nice to see a completely different argument.
@prag9582
@prag9582 2 ай бұрын
Case p >= 3, q >= 3: p^q-q^p = p*q^2 - 19 mod q => p = m*q-19 (FLT), for some integer m (I) p^q-q^p = p*q^2 - 19 mod q => q = n*p+19 (FLT), for some integer n (II) Now multiply (I) by n and (II) by m and replace the values of n*p and m*q to obtain the following equations: q = 19*(1-n)/(1-m*n) (III) p = 19*(m-1)*(1-m*n) (IV) Bounds for m and n can be obtained by observing that p = 19*(m-1)*(1-m*n) >= 3, producing: m*(19+3n)>= 22 => m>=1 (since m is not negative because p = m*q-19 >= 3 and q>=3) and also n>=-6 (since 19+3n >= 0 => 3n >= -19 > -21 => n > -7) By replacing the possible values in (III) and (IV) it is easy to check that no solution is possible: For n>=2, q=19*(1-n)/(1-mn) = 19*(1-2)/(1-2*m), which forces m = 1. But m cannot be 1, otherwise p = 0 (contradiction) For n=1, q = 0 (contradiction) The other cases can be checked as homework by the reader.
@krisbrandenberger544
@krisbrandenberger544 10 ай бұрын
@ 8:51 Should be p is congruent to -19 mod q.
@garyw.9628
@garyw.9628 10 ай бұрын
Thank you Michael. The difficult non-standard problems that you tackle on this channel are very stimulating ! ( But I missed the back flip this time ).
@divisix024
@divisix024 10 ай бұрын
Alternative way to see that if (p-1)(q-1)=3, q>=3: From the equation we know q is congruent to 19 mod p, which is equivalent to q=mp+19 for some integer m. Since p>=3, if m>=1, then q>=22, but q is prime, so q>=23 and then q-1>=22>20. Since p-1>=2, (p-1)(q-1)=3, but q is prime, so q=3, which means p is either 3 or 7 and eliminates q=3 and q=11. Now, p is congruent to -19 mod q, so if p=3, then q=11, which is already eliminated. If p=7, then q=13, which contradicts the correspondence above (if q=13, then p=6).
@Macieks300
@Macieks300 10 ай бұрын
8:55 It should be q | p-19. That changes |p-q+19| at 11:55 to |-p-q+19| which luckily doesn't change the logic that follows.
@goodplacetostop2973
@goodplacetostop2973 10 ай бұрын
15:54
@Blabla0124
@Blabla0124 10 ай бұрын
Hold on, something goes wrong at 8:54
@zachteitler9622
@zachteitler9622 9 ай бұрын
Since p divides q-19, then p < q. Since q divides p-19, then q
@brboLikus
@brboLikus 10 ай бұрын
I don't understand how there's anything left to check after 10:53. If pq | 19 (p-q+19), this implies either p or q must have 19 as a factor, and since they are prime, one has to be equal to 19. And since at that point we've already shown that having either one of them equal to 19 leads to a contradiction, why do we need to check the case where pq | p-q+19?
@garyw.9628
@garyw.9628 10 ай бұрын
I believe that your logic here is incorrect. If pq | 19 (p-q+19), it is possible that pq simply divides into (p-q+19) and the 19 factor in front is irrelevant. For example, consider the similar case of : pq | 19 (p-q+17). p=3 and q=5 is a solution of this equation, and neither one has 19 as a factor.
@brboLikus
@brboLikus 10 ай бұрын
You are completelly correct.
@emanuellandeholm5657
@emanuellandeholm5657 10 ай бұрын
We still know that p|(q - 19) and q|(p + 19). I believe Penn could have used this to rule out the small cases faster, but his work was solid enough.
@PhilippeLacoude
@PhilippeLacoude 10 ай бұрын
They should have used this problem at the Balkan M.O. 2019 instead of 2004 🙂
@khoitruongbao5118
@khoitruongbao5118 10 ай бұрын
Why?
@PhilippeLacoude
@PhilippeLacoude 10 ай бұрын
@@khoitruongbao5118 Tradition. A lot of the M.O. number theory problems contain the year's digits in the pb statement.
@TomFarrell-p9z
@TomFarrell-p9z 10 ай бұрын
So how do M.O.'s work? Is it team or individual? Is there a time limit? Is there partial credit? Do contestents work at desks or on the board? How many contestants? I would be totally flumaxed at one of these. I think I'm fairly good at applied math (when I need the answer as a physicist/engineer) but I'm not fast at it, and never do it the first time in public!
@blableu4519
@blableu4519 10 ай бұрын
​@@TomFarrell-p9zIn my country Belgium, the MO is individual with a 90min time limit for 30 questions, working on a desk. Since there are 3 stages in the BMO (qualifiers, semi-finals and finals), the starting number of contestants can be as many as possible, since only a fixed number of them can pass through to the higher stage. The questions are either MC or any number between 0 and 999 included. At the end, you simply submit your paper to be reviewed on the spot, so you can immediately have your score, and then get the results sent to the organisator. You get 5 points per good answer, 2 points per abstention, and 0 per wrong answer.
@mehdimarashi1736
@mehdimarashi1736 10 ай бұрын
@@TomFarrell-p9zIn the International M.O. there are always 6 questions. The first three questions are asked in the first day in a 4-hour exam, the second three on the second day in a second 4-hour exam. The answers are written on paper using pen or pencil. No notes or electronics allowed. The answers are graded for correctness, completeness, and creativity, and there are partial credits. The format (2 sessions of 3 questions in two consecutive days, 4 hours each) is fixed. By tradition, the first three questions are easier than the second, and normally as you go forward, the questions become more difficult. I believe that questions 2 and 4 are always about geometry, but I have not looked at many IMOs, so, it's just a guess. You have to be fast, but there is no social anxiety of presenting your solutions.
@thomashoffmann8857
@thomashoffmann8857 10 ай бұрын
14:30 what about p=5 and q=5? 4x4 is also less than 20.
@TheEternalVortex42
@TheEternalVortex42 10 ай бұрын
He already discussed that p cannot equal q
@GrimAxel
@GrimAxel 10 ай бұрын
Yeah, but 5^5-5^5 is still zero, which is definitely *not* equal to 5^3-19.
@theartisticactuary
@theartisticactuary 10 ай бұрын
11:20 pq divides 19 times a bracket. You show pq can't divide 19 and say that means pq must divide the bracket. Can't one of p and q divide 19 and the other divide the bracket?
@davode76166
@davode76166 10 ай бұрын
​@@theartisticactuaryif any one of them divides 19, the other must be 19. And he checked this case (both become 19)
@thomashoffmann8857
@thomashoffmann8857 10 ай бұрын
@@TheEternalVortex42 right... I missed that 👍
@Double_U_tau_Phi
@Double_U_tau_Phi 10 ай бұрын
Is this my lunch?
@titan1235813
@titan1235813 10 ай бұрын
Yes, Double U, it is your lunch
@Double_U_tau_Phi
@Double_U_tau_Phi 10 ай бұрын
@@titan1235813 I almost cracked my teeth trying to eat this video.
@titan1235813
@titan1235813 10 ай бұрын
@Double_U_tau_Phi then try going to the math dentist to get those teeth fixed
@PRIYANSH_SUTHAR
@PRIYANSH_SUTHAR 10 ай бұрын
@@titan1235813 Go to Michael for this
@alizokaee3480
@alizokaee3480 10 ай бұрын
It was something wrong in 8:54
@PRIYANSH_SUTHAR
@PRIYANSH_SUTHAR 10 ай бұрын
And that's a good place to STOMP 🦶😜
@gp-ht7ug
@gp-ht7ug 10 ай бұрын
Nice
@ciaopeople9664
@ciaopeople9664 10 ай бұрын
Endless ............................................................................... 😴😴😴
@hazalouldi7130
@hazalouldi7130 10 ай бұрын
pas de raison de dire pq÷19 car impossible
@OlympiadProblemsolving
@OlympiadProblemsolving 8 ай бұрын
kzbin.info/www/bejne/e3irn56KbbyiiaM
@s4623
@s4623 10 ай бұрын
15:22 you saw it here first! 15 x 15 = 75! 🤣
@mehdimarashi1736
@mehdimarashi1736 10 ай бұрын
huh? that's 3x5^2 = 15 x 5 = 75. He made two mistakes, this is not among them. One when he checked pq | 19 (not necessary, already impossible, 19 is prime), and the second when he mixed a +- sign. None of them breaks the solution.
@ciaopeople9664
@ciaopeople9664 10 ай бұрын
Booooooooring ..... 😪😪😪
this limit has a dangerous solution!!
17:01
Michael Penn
Рет қаралды 42 М.
This problem writer is clever.
17:42
Michael Penn
Рет қаралды 26 М.
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 1,7 МЛН
Solving a higher degree Diophantine equation
20:07
Michael Penn
Рет қаралды 19 М.
Why can't you multiply vectors?
51:16
Freya Holmér
Рет қаралды 425 М.
proof Ramanujan master theorem
11:33
MIA OCW
Рет қаралды 239
reciprocals of twin primes
15:11
Michael Penn
Рет қаралды 20 М.
How to find the 2319th digit of 1000!
24:31
Michael Penn
Рет қаралды 61 М.
what a nice Diophantine equation.
12:33
Michael Penn
Рет қаралды 10 М.
The Properties of Vector Differentiation
14:20
MathTheBeautiful
Рет қаралды 2 М.
The Oldest Unsolved Problem in Math
31:33
Veritasium
Рет қаралды 10 МЛН
on a method of summing divergent series.
19:34
Michael Penn
Рет қаралды 15 М.
e to the pi i for dummies
15:51
Mathologer
Рет қаралды 3,3 МЛН