A number theory proof

  Рет қаралды 233,207

blackpenredpen

blackpenredpen

Күн бұрын

Пікірлер: 437
@RasperHelpdesk
@RasperHelpdesk 6 жыл бұрын
At the point you showed a2 + b2 = 4(k2 + l2 + l) + 1 My thoughts went this way: a2 + b2 = 4c + 3 a2 + b2 = 4(k2 + l2 + l) + 1 4(k2 + l2 + l) + 1 = 4c + 3 4(k2 + l2 + l) = 4c + 2 k2 + l2 + l = c + 1/2 Since k and l are integers, (k2 + l2 + l) is an integer, but since c is an integer, c + 1/2 CAN'T be an integer, so there is no solution.
@kevinkerliu
@kevinkerliu 6 жыл бұрын
Tony James Me too! Anyone know if this is a valid solution as well? Seems so to me.
@damnzhaxual
@damnzhaxual 6 жыл бұрын
It is a correct and valid solution.
@blackpenredpen
@blackpenredpen 6 жыл бұрын
Tony James that is also ok!
@dylanogden9337
@dylanogden9337 6 жыл бұрын
Oh, now I get it. Thanks!
@MrLemonsChannel
@MrLemonsChannel 6 жыл бұрын
Couldn't a = 0 b = 0 and c = -3/4
@johnhumberstone9674
@johnhumberstone9674 6 жыл бұрын
My guess is that the people you teach face to face, have no idea how lucky they are.
@blackpenredpen
@blackpenredpen 6 жыл бұрын
Thank you!!!
@johnhumberstone9674
@johnhumberstone9674 6 жыл бұрын
Thank you for doing these, they are fantastic and I just love your style.
@johnhumberstone9674
@johnhumberstone9674 Жыл бұрын
@IonRuby Was that to me?
@kenanwood6916
@kenanwood6916 6 жыл бұрын
Can you do more number theory?
@blackpenredpen
@blackpenredpen 6 жыл бұрын
mathninja 62703 will try!
@harold3802
@harold3802 6 жыл бұрын
Yes please
@raghavvishwanath6570
@raghavvishwanath6570 6 жыл бұрын
I agree! bprp should have more number theory.
@sighmaniacrotmg6530
@sighmaniacrotmg6530 6 жыл бұрын
Yes!
@vector2817
@vector2817 6 жыл бұрын
I'd like to see more number theory as well!
@styzon
@styzon 6 жыл бұрын
For any integer x, x=0,1,2,3 modulo 4. If x=0 or 2 (mod 4), the x^2=0 (mod 4). If x= 1 or 3 (mod 4), the x^2=1 (mod 4), so the square of any integer is 0 or 1 modulo 4. Thus a^2,b^2 is either 0 or 1 module 4. So their sum is at most 2 module 4. If a^2+b^2=4c+3, then a^2+b^2=3 (mod 4), which is not possible. Thus we have no integer solutions.
@RyanLucroy
@RyanLucroy 6 жыл бұрын
styzon That's what I was thinking, too.
@yaminireddy5157
@yaminireddy5157 5 жыл бұрын
Same
@axton9521
@axton9521 5 жыл бұрын
My first intention too.
@santiagoarce5672
@santiagoarce5672 5 жыл бұрын
Had the same thoughts. By the way, it's modulus, mod for short (maybe you don't care, but maybe you aren't quite sure)
@isaacmammel9186
@isaacmammel9186 5 жыл бұрын
@@santiagoarce5672 it's definitely modulo, modulus is used in a little different syntax
@emmeeemm
@emmeeemm 6 жыл бұрын
That's fantastic! I did it basically the same way, except I did more algebra and worked it down to 2(k^2+l^2+l) = 2c+1 And then, I noticed that my left side was even and my right side was odd, so I concluded that there were no solutions. Going straight for the mod-4 observation was pretty slick!
@waatup
@waatup 6 жыл бұрын
I used modular arithmetic. When an integer n ≡ 0 or 2 (mod 4), n^2 ≡ mod 4; when n ≡ 1 or 3 (mod 4), n^2 ≡ 1 (mod 4). Then the sum of two integer squared can be congruent to mod 4, 1 (mod 4), or 2 (mod 4), but not 3 (mod 4). Therefore, a^2 + b^2 can't be equal to 4c+3 if a,b,c are all integers. Mod made it pretty simple and it took me only two minutes lol
@thespirgiestspirge
@thespirgiestspirge 3 жыл бұрын
Hey, same! I figured it in like a minute though.
@spiderjerusalem4009
@spiderjerusalem4009 2 жыл бұрын
From where would you suggest starting to learn number theory?
@billprovince8759
@billprovince8759 2 жыл бұрын
Ah! I just posted the same!
@aniruddhvasishta8334
@aniruddhvasishta8334 6 жыл бұрын
Just saying, any integer squares are either 1 or 0 mod 4, so this proof is easy if u know that.
@u.v.s.5583
@u.v.s.5583 6 жыл бұрын
Oh yes, high school olympiad way of expressing it. Year10, I believe, it was.
@jkid1134
@jkid1134 6 жыл бұрын
If you know anything about quadratic residues this fact is pretty immediately obvious. a^2 + b^2 = {0,1} + {0,1} (mod 4) = {0,1,2} mod 4 != 3 (mod 4)
@NerdKing9826
@NerdKing9826 6 жыл бұрын
Consider 3 squared plus 3 squared. This sum is 18 which is congruent to 2 mod 4, so your assertion is wrong. You can show that this is the case for many other pairs of odd numbers.
@antrose99
@antrose99 6 жыл бұрын
@@NerdKing9826 He said that any integer squares(referring to one integer squared) are congruent to either 1 or 0 (mod 4), using the rules of modular arithmetic we can thus conclude that the sum of any 2 integer squares is congruent to either 0, 1 or 2 (mod 4) which means that a^2 + b^2 cannot be equal to 4c + 3 (where a,b,c are integers) since 4c+3 is congruent to 3 (mod 4). Also the proof for his assertion is quite simple. There are two cases that needs to be considered, case 1: even integer and case 2: odd integer. Let k be a positive integer Case 1: (2k)^2 => 4(k^2) which is congruent to 0 (mod 4) Case 2: (2k+1)^2 => 4k^2 + 4k + 1 => 4(k^2 + k) + 1 which is congruent to 1 (mod 4) Hope this helped! :)
@NerdKing9826
@NerdKing9826 6 жыл бұрын
@@antrose99 you're right, but he said integer squares, not an integer squared or squared integers. I think what you're proving is what he meant, but I didnt read it that way. 👍
@nozack5612
@nozack5612 4 жыл бұрын
Or directly, since (k^2 + l^2 + 1) is an integer, denote it as d. Then 4d^2 + 1 = 4c^2 +3 4d^2 = 4c^2 +2 d^2 = c^2 + 1/2 Since d, c and their squares are all integers, they cannot differ by 1/2.
@leoitshere
@leoitshere 6 жыл бұрын
Suppose integer solutions exist, then take the congruence mod 4 a^2 + b^2 = 3 mod 4 But then mod 4 squares can only equal 1 or 0 (you can prove this by computation). That means that a^2 + b^2 can only be 0, 1 or 2 mod 4. Not 3. A contradiction. Thus, no solutions exist.
@t_kon
@t_kon 6 жыл бұрын
leoitshere you can prove that by euler's theorem...for overkill
@billprovince8759
@billprovince8759 2 жыл бұрын
Different approach: consider both sides of the equation mod 4, ie. (a^2 + b^2) mod 4 = (4c + 3) mod 4. Note that for any x, it can be decomposed as 4y + z, where z in {0,1,2,3}, and therefore x^2 mod 4 = (16y^2 + 8yz + z^2) mod 4. However, the r.h.s reduces to just z^2 mod 4. Since z in {0,1,2,3}, z^2 in {0,1}. Therefore, (a^2 + b^2) mod 4 is in {0,1,2}. However, (4c + 3) mod 4 = 3. From here, since 3 is not in {0,1,2}, we can conclude that there is no solution. One key trick I find for integer equations is to use modular arithmetic to eliminate variables. In this case, I used mod 4, because I knew that it would eliminate the variable c.
@baconman9418
@baconman9418 Жыл бұрын
Interestingly, there is a solution for the equation: a²-b² = 4c+3 In the case where a=2k and b=2l+1, a²-b² becomes: 4(k²-l²-l)-1 which we can re-write as 4(k²-l²-l)+(3-4) And rearranging this yields 4(k²-l²-l-1)+3 Therefore letting c = k²-l²-l-1 we find that a²-b²=4c+3
@ethanwolbert6153
@ethanwolbert6153 5 жыл бұрын
I subtracted 4c + 3 to the other side. a^2 + -(4c + 3) + b^2 = 0 Once you have that, the inly way for that to factor and have solutions is for -(4c +3) = 2ab. From there (a + b)^2 = 0. a = -b. Subbing in to the original equation, 2b^2 = 4c + 3 b^2 = 2c + 3/2 The right hand side of the equation is not an integer so therefore there are no solutions since b^2 must itself be an integer.
@Jonathan_Jamps
@Jonathan_Jamps 6 жыл бұрын
I highly recommend your math videos to my friends. Yeah!
@alexpagnetti585
@alexpagnetti585 6 жыл бұрын
"a is 2k, not like the 2k18 for the basketball games, but 2k" 😂
@blackpenredpen
@blackpenredpen 6 жыл бұрын
Yup1!! You got my reference!!!
@johnsmith8560
@johnsmith8560 3 жыл бұрын
once he wrote the 4(k^2+L^2+l) +1 i was like "awwwwww". It looks so obvious once he points it out but at the start I'm just wondering what the heck to do. Love the video.
@mohammadallahib4906
@mohammadallahib4906 3 ай бұрын
My answer to this is as follows: If a, b and c are integers this means if a^2+b^2=4c+3 then it is sufficient 4c+3 to be a square of a number according to pythagorean's triplets, then 4c+3 = k^2 for integer k, 4c=k^2 -3 then k^2=3 (mod 4) hence no such integer k, i.e. no integer c found such that a^2+b^2=4c+3.
@samuelbam3748
@samuelbam3748 6 жыл бұрын
Using mod 4 a and b can be 0,1,2 or 3. Squaring these give u 0,1 (2^2 = 4 = 0 and 3^2 = 9 = 1 using mod 4) So the left hand side can only be 0,1 or 2 but the right hand side is 3
@aman-qj5sx
@aman-qj5sx 6 жыл бұрын
Use congruency on 4. A square is always congruent to 0 or 1 on 4. 0^2=0 1^2=1 2^2=0 3^2=1 (0,1)+(0,1)=3 is impossible (mod 4)
@sahilhalarnkar5412
@sahilhalarnkar5412 5 жыл бұрын
The sum of two distinct squares gives a number of 4N+1 type. The RHS is a number of 4M+3 type. Therefore they can never be any pair of integers N and M for which the equation is valid.
@lwolstanholme
@lwolstanholme 3 жыл бұрын
you're my favourite maths youtuber hands down
@kinyutaka
@kinyutaka 6 жыл бұрын
Simple solution. Because either a or b must be odd and the other must be even, you can only adjust each of them by steps of 2. The difference between two squares that are separated by two is a multiple of 4 (four times the number between them, specifically), so if 1²+2²≠4C+3, then no solutions exist.
@googleuser4063
@googleuser4063 5 жыл бұрын
Simply divide both sides by 4 and you will get different remainders o both sides , therefore no integral solutions are there for a,b,c.
@aurelioreyes9565
@aurelioreyes9565 6 жыл бұрын
You can also use congruences to solve this problem. We know that each square is congruent with 0 or 1 mod 4. So you"ll have the next three cases. 1) That a^2 and b^2 are congruent with 0 => The sum is congruent with 0 2) That one of them are congruent with 0 and the other with 1=> That the sum is congruent with 1. 3) Both squares are congruent with 1 mod 4. And so we"ll have that the sum is congruent with 2. In neither case we have that sum of squares are congruent with 3 and so we can conclude that their isn't a,b,c integers such that a^2 + b^2 = 4c+3
@KnakuanaRka
@KnakuanaRka 6 жыл бұрын
Pretty simple: an even number 2a squared is 4a2=4(a2)=0 mod 4, while an odd number 2b+1 squared is 4b2+4b+1= 4(b2+b)+1=1 mod 4, so a square mod 4 is either 0 or 1. Therefore, the sum of two of them mod 4 is either 0 (0+0), 1 (0+1), or 2 (1+1). None of these are 3, so the sum of two squares can never be equivalent 3 mod 4, and the equation has no solutions.
@mannyheffley9551
@mannyheffley9551 4 жыл бұрын
What I did was added 2ab to bkth sides. Seeing that either a or b has to be even we can write any one of these as 2q. So, (a+b)^2=4(c+1+qb)-1 [since, 3=4-1] Then, As, (a+b)^2 is either of the form 4c or 4c+1. (Proved by using euclids division lemma on 2 and any integer a). It has no solutions.
@OonHan
@OonHan 6 жыл бұрын
Wait... so if it was 4c+5 instead, there would be a solution?? (Or at least 4c+(4n+1))
@blackpenredpen
@blackpenredpen 6 жыл бұрын
Oon Han yes. We can take c=5 and we can get 3^2+4^2=4(5)+5
@theoajuyah9584
@theoajuyah9584 6 жыл бұрын
Different odd-even pair of a & b values have a corresponding c, so there are infinitely many solutions. But are there any kind of types of 3-variable equations with one unique solution of a, b and c i.e if a where changed there would be no corresponding values of b and c that could satisfy the equation. The closest I've found is: a^2 + b^2 + c^2 = 35 I believe that(so long as a,b,c ∈ ℤ) it has only 2³ triples of solutions -> {1, 3 and 5}, where any of them could be their negative counterparts. I got it from places with more equations to be solved simultaneously so as to obtain a unique solution, e.g. a + b + c = 1 | a + b + c = 7 a^3 + b^3 + c^3 = 97 | a^3 + b^3 + c^3 = 151 {5, -3, -1} | {5, 3, -1} etc. I wonder however if 2 additional equations are necessary, as I think just 1 is sufficient. And if so, then why are only 2 equations needed to solve a set of simultaneous equations and not 3. I was thinking it's perhaps because they aren't linear. Anyway, can number theory answer this question?
@aidanhennessey5586
@aidanhennessey5586 6 жыл бұрын
There’d be a solution for every positive integer c
@aidanhennessey5586
@aidanhennessey5586 6 жыл бұрын
*every c where 4c+5 is prime and I think some where it’s not
@ethanbottomley-mason8447
@ethanbottomley-mason8447 6 жыл бұрын
More generally a^2 + b^2 = 4c + (4n + 1) will have solutions no matter the n because c can always change. a^2 when a is odd equals 4v + 1 and b^2 when b is odd equals 4g^2 which gives, 4v + 1 + 4g^2 = 4(c + n) + 1 subtract 1 from both sides, 4v + 4g^2 = 4(c + n) subtract 4(c + n) from both sides, 4(v + g^2 - c - n) = 0, v + g^2 = c + n which has infinite solutions.
@Lastrevio
@Lastrevio 5 жыл бұрын
a^2 + b^2 - 3 = 4c (a^2 +b^2 -3)/4 = c Then plug in values for c to be 1, 2, 3 etc. and you'll the a pattern in what a^2 + b^2 end up being, which you'll write as an arithmetic progression. And like in the video there will be a 2 remainder.
@VaradMahashabde
@VaradMahashabde 6 жыл бұрын
Alternate Proof for the impossibility of integer solutions for the given equation : *a* ² + *b* ² = 4 *c* + 3 Let's assume that, Given equation has integer solutions In the LHS, By the Pythagoras' theorem, a² + b² = m² , m ∈ *Z* Apply Euclid's division lemma to m, ( a = b*q + r, 0 ≤ r < b), m = 4q, or m = 4q + 1, or m = 4q + 2, or m = 4q + 3 Square all, m² = (4q)² = 16q² = 4(4q²) m² = (4q + 1)² = 16q² + 8q + 1 = 4(4q² + 2q) + 1 m² = (4q + 2)² = 16q² + 16q + 4 = 4(4q² + 4q + 1) m² = (4q + 3)² = 16q² + 24q + 9 = 4(4q² + 6q + 2) + 1 We can see that, none are of the form 4c+3 hence, if a,b,c ∈ *Z*, a² + b² ≠ 4q+3 10th grade math \ \😏\ I guess this is just long form of modulo arithmetic
@peterruf1462
@peterruf1462 4 жыл бұрын
My idea would be that every odd square is a-1* a+1 +1 that means either a+1 or a - 1 is divisible by 4(every second even number is) and a2 is therefore 1 greater than a multiple of 4. The even square needs to be 2 greater than a multiple of 4 because we will add both squares. But every even square is divisible by 4 because we multiply two even numbers and their factors include at least one 2 from each. The even square number has at least two 2s as factors and therefore is divisible by 4. Very nice little problem
@Animax590
@Animax590 2 ай бұрын
Given: a^2 + b^2 = c If c is Congruent to 1 mod 4 Then, a^2 + b^2 = P. ( This comes under some theorem ) Where P is a prime and it is possible to find real Integers a and b. We can also see that c which is 4c+3 is not a congruent to 1 mod 4. So, we can't find a & b. Though at first i know we cant find it but i still tried to non Prime ones ;(.
@mega1chiken6dancr9
@mega1chiken6dancr9 6 жыл бұрын
dang u r so good at math and u r making me love math!! i am in algebra 2 honors, and my teacher was working out that problem you had about sqrt of i and it was EXACTLY what you did so i was like HMMMMMM
@blackpenredpen
@blackpenredpen 6 жыл бұрын
hehehe
@alkankondo89
@alkankondo89 6 жыл бұрын
Great video! I myself am currently taking an undergraduate elective for my graduate degree in mathematics, so this video is timely and a good test of what I’ve learned. (Like you, I examined the possible solutions for "a-squared + b-squared", modulo 4.) Also - unrelated - I want to thank you, BlackPenRedPen, for featuring one of my comments at the end of your Brilliant.org symmetric integral video back in November. These past months have been particularly busy for me, and a frustration I have is that I don’t have as much time as I would like to watch your videos. Consequently, I didn’t realize my comment was featured until a couple days ago. But I’m almost done with my graduate degree, and I will finally be able to get back to doing math for-math’s-sake. Thanks again and keep making great videos! Also, you’re almost at 100k subs! Yay!!
@BLR1GBattlemaster
@BLR1GBattlemaster 5 жыл бұрын
Another way to show this is not possible is subtract 1 to both sides. Then, divide out 2 on both sides. You have 2 * (expression) = 2 * c + 1. Call expression an integer p. Now you have 2p = 2c + 1, which is a contradiction. Since, an even # doesn't equal an odd #.
@Myrus_MBG
@Myrus_MBG 5 жыл бұрын
I added 2ab to both sides: a^2+2ab+b^2=4c+3+2ab The left side is now a perfect square: (a+b)^2=4c+1+2ab Then I subtracted ab from both sides: (a+b)^2-2ab=4c+1 We have two cases: (a+b)^2 is even: even+2ab is still even but 4c+1 is always odd, so (a+b)^2 cannot be even (a+b)^2 is odd: an even plus an odd is the only way to be an odd number This means either a or b is odd So 2ab is divisible by 4, and I will call it 4d Now if (a+b)^2 is odd, then a+b is odd, and (2x+1)^2 = 4x^2+4x+1= 4(x^2+x)+1 Then we have 4d + 4(x^2+x)+1 is a multiple of 4 plus 1 but not a multiple of 4 plus 3 so (a+b)^2 cannot be odd Therefore it cannot be an integer
@Re-lx1md
@Re-lx1md 6 жыл бұрын
a^2 + b^2 = 4c+3 has no integer solutions since we know that a^2 + b^2 = c^2 has integer solutions. substituting c^2 into the original equation gives c^2 = 4c+3, which has no integer solutions for c. not sure if this makes sense but it was my first thought
@mrjnutube
@mrjnutube 6 жыл бұрын
I personally enjoyed the video. It was very clear and especially for people like me who are just entering the realm of number theory. As always, there will be one or two who'll miss the point all together. It is not unusual for some spectator to think he can play soccer better than the actual player. Moreover, there's that category of an observer who looks at the pointing finger rather than the object (moon) being pointed at. KEEP UP THE GOOD WORK!!!
@andresxj1
@andresxj1 6 жыл бұрын
1:42 was a reference to Mathologer?
@blackpenredpen
@blackpenredpen 6 жыл бұрын
Andy Arteaga it's a well known thing tho. I googled it.
@andresxj1
@andresxj1 6 жыл бұрын
blackpenredpen I didn't mean any offense! Just wondering if you were a Mathologer viewer!
@blackpenredpen
@blackpenredpen 6 жыл бұрын
Oh no Andy, I didn't feel offended. In fact I have heard that Simpsons joke many times in the past (usually when the fermats last theorem was brought up). I actually have seen many of his videos. They are great!
@oluwagbogoajimoko9035
@oluwagbogoajimoko9035 3 жыл бұрын
This has been a good start for my number theory journey.
@soshakobyan5870
@soshakobyan5870 4 жыл бұрын
Hello ! There is an easy way to prove it, so just make sure the left side give us reminder 0,1, or 2 and right side give us reminder 3, so we got contradiction.That it. Thank you.
@aidanhennessey5586
@aidanhennessey5586 6 жыл бұрын
I just said that 4c+3 is a prime in the Gaussian integers, as proved by Euler, yet a^2+b^2 can be factored into Gaussian integers a+bi and a-bi, so they cannot be the equal with a,b,c £Z
@93683409
@93683409 4 жыл бұрын
"Integer" is a noun, "integral" can be both a noun and an adjective. When used as an adjective, it is used to describe a group of numbers that only consist of integers. When used as a noun, it means the result of integration. "Integer solutions" and "integral solutions" are both grammaticality correct but the latter sounds more like natural English.
@nullplan01
@nullplan01 6 жыл бұрын
My solution (before watching the video): Take the entire equation mod 4. Then a² + b² = 3 (mod 4). So the only possible inputs to this equation are 0..3, since it is a mod 4 equation. And order does not matter since the LHS does not change if you swap the assignments for a and b. So I looked at all possible pairs of numbers mod 4 with a
@keescanalfp5143
@keescanalfp5143 5 жыл бұрын
Thanks! We would think this way of solution did cost you years and again years of your life time. All possible pairs. And you are already done? Impossible. Unless you happened to forget a couple of them. And in the case I'm misunderstanding you, please could you show which pairs you did explore and how.
@louiswouters71
@louiswouters71 6 жыл бұрын
I would just show that all squares mod 4 are either 0 or 1 mod 4. But I might have to explain modular arithmetic. And fermats little theorem on the side.
@TooMuchBlue
@TooMuchBlue 6 жыл бұрын
I found another way to show it's not possible before looking at your solution, but yours is way more short and elegant :)
@Nomnomlick
@Nomnomlick 6 жыл бұрын
Well you're looking for the sum of 2 squares to be 3 mod 4 but it's impossible because a square is either 0 or 1 mod 4 (0 mod 4 stays 0 when squared, 1 stays 1, 2 becomes 0 and 3 becomes 1). So the sum of 2 square can only be 0,1 or 2 mod 4.
@kye4840
@kye4840 6 жыл бұрын
I took this as a modulus question: find a^2 (mod 4) = 1 and b^2 (mod 4) = 2 After brute forcing the first 12 squares, I couldn’t find the latter, and thus I conclude my proof
@louiswouters71
@louiswouters71 6 жыл бұрын
Weird strategy that is
@mariothethird5624
@mariothethird5624 Жыл бұрын
It's actually really simple! By the Pythagorean theorem a^2+b^2=c^2 so you get the equation c^2=4c+3 move to the left hand side you get c^2-4c-3=0 and the solutions are c~4.65 and c~-0.65 which are not integer solutions thus proving that the equation a^2+b^2=4c+3 Has no integer solutions.. (this is a joke btw)
@abdullahal-ahmati5030
@abdullahal-ahmati5030 6 жыл бұрын
My solution: The right side will always be odd, so the left side needs to have one even and one odd square. a = 2x, b = (2y - 1) 4x^2 + 4y^2 - 4y + 1 = 4c + 3 1 = 3 (mod 4) which is a contradiction, so no such numbers exist.
@jenkinx9826
@jenkinx9826 6 жыл бұрын
I did the following: Let a,b,c be integers Let a,b be even numbers then a^2 + b^2 is an even number Since 4c+3 is odd, a^2 + b^2 =/= 4c+3 It seems shorter an more straightforward to me what u guys think ?
@thiantromp6607
@thiantromp6607 6 жыл бұрын
Jenkinx the question doesn't state that a and be are even.
@Hypertore
@Hypertore 5 жыл бұрын
Quadratic residues modulo 4 are 0 and 1, which basically proves it.
@Roq-stone
@Roq-stone 4 жыл бұрын
Martin P Sometimes in Mathematics you will be requested to do such proofs, especially at the university level, and it will take more than 10 minutes.
@intrawachira
@intrawachira 4 жыл бұрын
Impossible by modulo L.H.S congruence 0,1,2 (mod4) R.H.S congruence 3 (mod 4)
@aalekhpatel8995
@aalekhpatel8995 6 жыл бұрын
Another way to solve this in a few lines would be as follows: Consider the quadratic residues modulo 4: 0^2 = 0 (mod 4) 1^2 = 1 (mod 4) 2^2 = 0 (mod 4) 3^2 = 1 (mod 4) But we know that 4c+3 = 3 (mod 4). Now, as you can see, no two of the quadratic residues can add up to 3, thus there are no integer solutions to a^2 + b^2 = 4c+3. Papa Flammy and BPRP, please rate my number theoretic proof!
@ablaelhidaoui4026
@ablaelhidaoui4026 4 жыл бұрын
This is great!!!
@peterromero284
@peterromero284 4 жыл бұрын
Wow, this might be the first one of the problems from this channel that I’ve gotten right!
@christopherellis2663
@christopherellis2663 6 жыл бұрын
C=1/4, a=b=2^(1/2) 4=4
@sanelprtenjaca9776
@sanelprtenjaca9776 5 жыл бұрын
This one could be done in 3 seconds almost without any special analysis of the problem... So, L: Can be a² + b² ≡ 0 or ≡ 1 or ≡ 2 (mod 4). R: 4c² + 3 ≡ 3 (mod 4). Contradiction.
@RandomDays906
@RandomDays906 4 жыл бұрын
If you write down the Caley table for Z4, you see that n^2 mod 4 is either 0 or 1. So a^2 + b^2 mod 4 can only be either 0, 1, or 2, but NOT 3.
@thestovietunion790
@thestovietunion790 5 жыл бұрын
I solved it using mod 4: a mod 4 = 0 => a^2 mod 4 = 0^2 = 0 a mod 4 = 1 => a^2 mod 4 = 1^2 = 1 a mod 4 = 2 => a^2 mod 4 = 2^2 = 0 a mod 4 = 3 => a^2 mod 4 = 3^2 = 1 We can see that the only results we get with a perfect square mod 4 are 0 & 1, we need (a^2+b^2) mod 4 to be 3, but the maximum we can get to is 2. Hence why it's impossible to find any integer solutions for a^2+b^2=4c+3.
@bobbob-jf9hs
@bobbob-jf9hs 6 жыл бұрын
Your videos are fantastic, keep them up!
@TheodoreBrown314
@TheodoreBrown314 4 жыл бұрын
My thoughts: A and B mustn’t both be odd or even. Let’s say a is even. A^2 is divisible by 4, which can be canceled by the 4c All odd numbers are either expressible as (4x-1) or (4x+1) (4x+1)^2 = 16x^2 + 8x + 1 (4x-1)^2 = 16x^2 - 8x + 1 16x^2 and 8x both can be canceled by 4c So I eventually get to “1 = 4c + 3”, which is impossible if C must be an integer
@spiderjuice9874
@spiderjuice9874 6 жыл бұрын
a^2 + b^2 = 4c + 3 means that LHS = a^2 + b^2, RHS = 4c + 3 RHS = 2(2c+1)+1 (take out factor of 2) which is odd LHS must also be odd so define a=2n and b=2m+1 Therefore, a^2 = (2n)^2 = 4n^2 and b^2 = (2m+1)^2 = 4m^2 + 4m + 1 making LHS = 4n^2 + 4m^2 + 4m + 1 Therefore a^2 + b^2 = 4c + 3 becomes 4n^2 + 4m^2 + 4m + 1 = 2(2c+1) + 1 Subtract 1 from both sides: 4n^2 + 4m^2 + 4m = 2(2c+1) Take out factor of 4 from LHS: 4(n^2 + m^2 + m) = 2(2c+1) Divide both sides by 2: 2(n^2 + m^2 + m) = 2c + 1 And you see that LHS is even while RHS is odd: contradiction. I think this is all correct.
@zrfireks
@zrfireks 6 жыл бұрын
I immediately just looked at each side's remainders when dividing by four. Any perfect square can only leave a remainder of 0 or 1. Therefore the LHS leaves a remainder of 0, 1 or 2, but the RHS leaves a remainder of 3. Thus, the answer is no.
@hades12686
@hades12686 4 жыл бұрын
In mod 12, 4c + 3 is either 7, 11, or 3. Squares are either 1, 4, 9, or 0 and you can't add 1, 4, 9, or 0 together with themselves to get 7, 11, or 3 mod 12. But yeah, mod 4 is a lot easier to see.
@chengzhou8711
@chengzhou8711 6 жыл бұрын
I didn’t pause the video. I’m just here to enjoy the show.
@anticorncob6
@anticorncob6 6 жыл бұрын
0^2=0, 1^2=1, 2^2=4, 3^2=9 Always a multiple of 4 or one more than a multiple of 4. So the sum of two perfect squares can t be 3 more than a multiple of 4.
@trueriver1950
@trueriver1950 6 жыл бұрын
Any one tempted to use Pythagoras when you saw a^2 + c^2 ???? We know a^2 + b^2 = c^2 so c^2 = 4c + 3 c^2 - 4c - 3 = 0 which does not have integer solutions... 》wink《
@blackpenredpen
@blackpenredpen 6 жыл бұрын
True River but a^2+b^2 doesn't always equal c^2 tho
@Roq-stone
@Roq-stone 4 жыл бұрын
True River That’s cool. At least you’re thinking like a maths scientist. Great going.
@Roq-stone
@Roq-stone 4 жыл бұрын
blackpenredpen True. But he also is saying if it has a c^2 solution, then it wouldn’t be a 4c + 3 format. For a,b,c integers.
@sneedle252
@sneedle252 3 жыл бұрын
1:43 by using which thing? Thanks.
@judedamianhorner6948
@judedamianhorner6948 5 жыл бұрын
I simply thought 4c + 3 = 3 (MOD 4) a = 0,1,2,-1 (MOD 4) a^2 = 0,1,0,1 (MOD 4) No way to add two of these such that it equals 3 so a^2 + b^2 ≠ 4c + 3
@amangupta02
@amangupta02 6 жыл бұрын
Where do you teach?
@jakubabram9606
@jakubabram9606 3 жыл бұрын
Substitute c squared for a squared plus b squared and solve for c.
@vanessakitty8867
@vanessakitty8867 6 жыл бұрын
A touch of number theory. Thank you.
@vibhavaggarwal237
@vibhavaggarwal237 6 жыл бұрын
Sir you gave a great explanation. But I have a suggestion. You should present some hard problems rather than elementary ones. But if your goal is to help maximum peolple then you are doing a great job.
@adamhamaimou255
@adamhamaimou255 6 жыл бұрын
For any given integer x, it's square will always be 4k or 4k+1. So the sum of two squared integers will either be equal to 4k' or 4k'+1 or 4k'+2 but never 4k'+3. Therefore there is no solution to this equation in Z. Your proof is correct but a^2+b^2 is not always 4k+1.
@AwesomepianoTURTLES
@AwesomepianoTURTLES 6 жыл бұрын
Zouhair Adam Hamaimou It’s 4k+1 if one square is even and one is odd, not generally between any two squares
@josebeleno1213
@josebeleno1213 6 жыл бұрын
You proved that a^2 + b^2 = 4n+1 but if one of them is even and the other one is odd. But once I saw a problem and in the solutions one person said: "It is a well-known fact that the sum of two coprime perfect squares is the product of 2 and/or prime numbers of the form 4n+1". How can you show that?
@Tehom1
@Tehom1 5 жыл бұрын
You can generalize that to the subset of the rationals with odd denominators. (Edited. I should have said "even" instead of "multiple of 4" - I forgot that mod 4 has a non-trivial ideal of {0,2}, so you can't invert n/2. Brain fart; I'm used to working with finite fields but this isn't GF(4))
@keescanalfp5143
@keescanalfp5143 5 жыл бұрын
? Well, how do you mean that?
@Tehom1
@Tehom1 5 жыл бұрын
@@keescanalfp5143 I mean that for any rational {a,b,c} with odd denominators, we are reducing them to elements of mod 4 and performing the same proof. Correction: I should have said "even" instead of "multiple of 4" - I forgot that mod 4 has a non-trivial ideal of {0,2}, so you can't invert n/2. Brain fart; I'm used to working with finite fields but this isn't GF(4). I get the impression that the reduction of fractions to mod 4 is unfamiliar, so I'll try to explain: Suppose we have b in lowest terms as n/(4m+3) . Then we have n * 1/(4m+3). In mod 4, 1/(4m+3) is congruent to 1/3; as proof, notice that we need an element that, multiplied by 4m+3, gives 1, and in mod 4 all 4m+3 are congruent to 3. So now we just need 1/3 mod 4, but that's just 3. The reduction of 1/(4m+1) is even easier: It's congruent to 1. The other rationals {n/4m, n/(4m+2)} have even denominators, which we ruled out. Then we perform the same argument as before, QED.
@geetaagarwal4622
@geetaagarwal4622 5 жыл бұрын
My solution take : Take mod 4 sun of squares cannot leave ramainder 3 No solution
@PureMathGuy
@PureMathGuy 6 жыл бұрын
Is it not trivial since every square = 0 or 1 modulo 4, so the sum of two squares is in the set {0,1,2} modulo 4 while the RHS = 3 modulo 4?
@ATeima-kk5ps
@ATeima-kk5ps Жыл бұрын
Finally an easy problem :). I did it by taking both sides mod 4 a^2+b^2 ≡ 3 (mod 4) There are, without loss of generality, 2 cases case 1) a^2 ≡ 0 (mod 4), b^2 ≡ 3 (mod 4) case 2) a^2 ≡ 1 (mod 4), b^2 ≡ 2 (mod 4) case 1 is impossible: assume there exist b where b^2 ≡ 3 (mod 4) b^2 - 1 ≡ 2 (mod 4) (b - 1)(b + 1) ≡ 2 (mod 4) but, since b is odd, b - 1, b + 1 are even, so (b-1)(b+1) ≡ 0 (mod 4), therefore a contradiction. case 2 is impossible: It is easily observable that an odd squared cant be a multiple of 4, so now we know b ≡ 0 (mod 2), so let b = 2x, where x is some odd integer that means b^2 = 4x^2, so b^2 ≡ 0 (mod 4), therefore a contradiction Now since the 2 cases are impossible, therefore there are no integer solutions that satisfy a^2+b^2=4c+3
@theflaggeddragon9472
@theflaggeddragon9472 6 жыл бұрын
Could you do Galois theory and number theory?
@urojony3177
@urojony3177 2 жыл бұрын
„Sum a^2+b^2 is odd, so one term must be even and the other must be odd, because even+odd=odd” Well, technically speaking, this reasoning isn't correct. It should be something like this: „Sum a^2+b^2 is odd, so one term must be even and the other must be odd, because even+even=even and odd+odd=even”
@sardarbekomurbekov1030
@sardarbekomurbekov1030 6 жыл бұрын
Very useful techniques to verify possible results
@renegado2630
@renegado2630 6 жыл бұрын
Please never stop making videos
@dysfunctional7319
@dysfunctional7319 6 жыл бұрын
I honestly have no idea what an integer is but if a=2 b=3^1/2 and c=1. 2^2+3(root three squared)=4=3. I probably made a mistake, maybe I can't use irrational numbers.
@thiantromp6607
@thiantromp6607 6 жыл бұрын
Spec clearlyconfused An integer is a whole number.
@Drestanto
@Drestanto 6 жыл бұрын
What is the name of the song played at the end of the video??
@rosebuster
@rosebuster 6 жыл бұрын
I paused the video when you said, I solved quickly and then I watched the rest of the video. And... I have nothing else to share. I did it exactly the same way. I even also used the letters k and l. No prize for originality for me. :(
@blackpenredpen
@blackpenredpen 6 жыл бұрын
Maks Rosebuster oh wow that's kinda cool that we used the same letters.
@saxerpillar5128
@saxerpillar5128 6 жыл бұрын
@@blackpenredpen I feel like it's kinda common to use the letters k, l and so on when you're doing modular arithmetic. Just a feeling though.
@Roq-stone
@Roq-stone 4 жыл бұрын
Maks Rosebuster Thus you can sue BpRp for copyright infringement. 😆
@Arabinda_Ghosh
@Arabinda_Ghosh 6 жыл бұрын
We notice that a^2 +b^2-3 is divisible by 4 so either a^2-3 or b^2-3 is divisible by 4 so a^2(or b^2)=3(mod4) this is is not possible as the square of an integer 0 or 1(mod4) hence no solution
@kintendo8285
@kintendo8285 2 жыл бұрын
or a simple way to proof it is -3 then /4 and you have written on the left side: (a²+b²)/4 -3/4 =c and because all three must be integers (or i understood so) c cant be an integer because of the -3/4
@soutriksarangi5580
@soutriksarangi5580 6 жыл бұрын
A square integer is of the form 4K or 8K+1...which means a^2+ b^2 is 0/1/2 mod 4...but RHS is 3 mod 4...isn't this way much precise?
@melonenlord2723
@melonenlord2723 2 жыл бұрын
What would it mean for solution, if question would say 4c+1 instead of 4c+3 on lhs and so both of them would be 4 mod 1 at the end?
@cipherunity
@cipherunity 6 жыл бұрын
It was a good idea to use modulo operator to prove that the given equation has no integral solution.
@TyuMarco
@TyuMarco 5 жыл бұрын
Is 4c+3=c^2 a good way to answer that there isn’t any integer solution?
@Aleksandr-fw4ok
@Aleksandr-fw4ok 5 жыл бұрын
No
@doctorb9264
@doctorb9264 4 жыл бұрын
excellent lesson.
@ivansincic7304
@ivansincic7304 6 жыл бұрын
A little different and harder claim to prove: if a and b are relatively prime positive integers, a^2+b^2 has no divisors of the form 4k+3.
@kerdabolt5651
@kerdabolt5651 6 жыл бұрын
I'm probably wrong but I just thought of a random solution (a=6)(b=square root of 3)(c=9) My thought is a2 (or b2) is equal to 4c means that the other is equal to 3 Now we have a2=4c and b2=3 The lowest whole number solution to the first is 6 squared = 4(9) or 36=36 And for b2=3 just take the Square Root of both making b=the square root of 3 Now you have 6(6) + square of 3(square of 3)= 4(9) + 3 36+3=36+3 I think this isn't viable but this is before I've watched the video
@Alphabetatralala
@Alphabetatralala 6 жыл бұрын
For those interested to know what can be done with this, please take a look at Fermat's Christmas Theorem.
@GusPintarKalianGoblok
@GusPintarKalianGoblok 6 жыл бұрын
What a best lesson. It seems will be great and so much fun to be your student. ☺☺☺
@ExplosiveBrohoof
@ExplosiveBrohoof 6 жыл бұрын
n^2 always takes the form 4k or 4k+1: there are no solutions.
@alexkidy
@alexkidy 6 жыл бұрын
Seems the prove of Fermat's Theorem. I like it, nice to see !
@joelbraun8584
@joelbraun8584 5 жыл бұрын
Hey!! Did you get this question from DrFrostMaths number theory sheet? I'm certain I saw this question there before.
@blackpenredpen
@blackpenredpen 5 жыл бұрын
joel braun Oh this is actually a well known fact. The sum of two squares can only be congruent to 0,1 or 2 (mod 4). I didn’t use mod in this video since I didn’t have a video on modular arithmetic then.
@joelbraun8584
@joelbraun8584 5 жыл бұрын
@@blackpenredpen Got it :)
@MA-bm9jz
@MA-bm9jz 6 жыл бұрын
Would it be easier to try mod4?Since all squares are either 1 or 0 mod4
2 legit proofs & 1 false proof
11:25
blackpenredpen
Рет қаралды 164 М.
finding ALL pythagorean triples (solutions to a^2+b^2=c^2)
12:18
blackpenredpen
Рет қаралды 200 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
Former McDonald's Worker Does a Number Theory Proof
10:21
blackpenredpen
Рет қаралды 242 М.
The Secret of Floppy Paper - Numberphile
7:04
Numberphile
Рет қаралды 404 М.
A cool number theory problem!
10:41
Michael Penn
Рет қаралды 26 М.
Something Strange Happens When You Keep Squaring
33:06
Veritasium
Рет қаралды 8 МЛН
Why There's 'No' Quintic Formula (proof without Galois theory)
45:04
not all wrong
Рет қаралды 550 М.
Animation vs. Math
14:03
Alan Becker
Рет қаралды 77 МЛН
are you tired of the a^b vs b^a questions?
12:42
blackpenredpen
Рет қаралды 928 М.
The Limit (do not use L'Hospital rule)
12:08
blackpenredpen
Рет қаралды 695 М.
A Problem WolframAlpha Didn't Solve, But You Can (615 + x^2 = 2^y)
8:11
MindYourDecisions
Рет қаралды 1,3 МЛН
Proof by Contradiction (1 of 2: How does it work?)
8:34
Eddie Woo
Рет қаралды 78 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН