Why can't you divide by zero? - TED-Ed

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ค. 2024
  • Check out our Patreon page: / teded
    View full lesson: ed.ted.com/lessons/why-can-t-...
    In the world of math, many strange results are possible when we change the rules. But there’s one rule that most of us have been warned not to break: don’t divide by zero. How can the simple combination of an everyday number and a basic operation cause such problems?
    Lesson by TED-Ed, animation by Nick Hilditch.
    Thank you so much to our patrons for your support! Without you this video would not be possible! Craig Sheldon, Andrew Bosco, Nik Maier, Adi V, Hiroshi Uchiyama, Chris , Vik Nagjee, Della Palacios, Alexander Walls, سلطان الخليفي, Ibel Wong, Kiarash Asar, Aliyya Rachmadi, Max Shuai Tang, Jamerson Chingapanini, Al the Scottish Wildcat, Janelle , Sabrina Gonzalez, Malcolm Callis, and Aaron Henson.

ความคิดเห็น • 12K

  • @TEDEd
    @TEDEd  6 ปีที่แล้ว +3195

    Thank you so much to everyone who has joined us over on patreon.com/teded! Your support is helping bring free educational materials to curious, life-long learners around the world!
    If you're interested in getting involved in supporting our nonprofit mission, check out our Patreon page!

    • @CartoonNetworkGlitches
      @CartoonNetworkGlitches 6 ปีที่แล้ว +21

      0 Divided by 0 = 0

    • @Roach-zt6fc
      @Roach-zt6fc 6 ปีที่แล้ว +21

      In my mind, I say division is giving a fixed number of ice-cream to a fixed number of kids. If I have 10 ice-creams, and 5 kids I can give them to, how many ice-creams does one kid get? The answer is 10/5=2. However, if I have 10 ice-creams, but there aren't any kids that I can give them to, how many does one kid get? Well, we can't say zero OR 10, which means such an operation is undefined.

    • @ykrareih1559
      @ykrareih1559 6 ปีที่แล้ว +7

      What about Lelouch? He got divided by Zero lol

    • @magicmailman
      @magicmailman 6 ปีที่แล้ว +10

      If you divide by 0 it is 0 because say you have 10 cookies if you divided them between 2 people each person gets 5 well we all know that but if you have those 10 cookies to 0 people how many dose each person get well if you have no people to give them to then no one can take them there for each person gets 0 because know people can take them

    • @swallowedinthesea11
      @swallowedinthesea11 6 ปีที่แล้ว +8

      try: # Stay safe during the Coronavirus!
      10/0
      except:
      if ZeroDivisionError:
      print('Answer is INFINITY STONE!')

  • @echo.316
    @echo.316 4 ปีที่แล้ว +15696

    “1=2”
    *years of academy training wasted*

    • @VikasPoonia
      @VikasPoonia 4 ปีที่แล้ว +180

      It is not like that. I think he is trying to say something about the function that is how a 1/x function behaves when x tends to zero.

    • @tiredHooman
      @tiredHooman 4 ปีที่แล้ว +208

      Well
      0="0"
      0=[]
      But "0" is not equal to []

    • @nigaralizada7128
      @nigaralizada7128 4 ปีที่แล้ว +191

      @@tiredHooman I smell JavaScript here :D

    • @gamermapper
      @gamermapper 4 ปีที่แล้ว +34

      "1=2" = 0

    • @OBtheamazing
      @OBtheamazing 4 ปีที่แล้ว +16

      @@tiredHooman thats due to implicit conversions.
      0="0" assumes you accidental used "0" as CHAR.
      0=[] assumes that a number 0 is the same as a NULL
      "0"=[] doesnt work because a CHAR is a string of length 1 even regardless of what is in it and 1 does not equal 0
      this of it like this
      "0" = []
      is the same as asking
      "0000000000000000000" = []
      both are false

  • @KevinTyler123
    @KevinTyler123 2 ปีที่แล้ว +5152

    Math is quite interesting when you're not studying it for the test.

  • @shipweck6253
    @shipweck6253 ปีที่แล้ว +363

    Another interesting method is to use limits. If you look at a graph of 1/x, you’ll notice that the graph skyrockets up when approaching zero from the right, and plummets down when approaching zero from the left. This is because if we begin to approach zero from the right (or positive) side (by starting a 1 and then to 0.1 and then 0.01...), the answer approaches infinity. But when we approach zero from the left (or negative) side (from -1 to -0.1 to -0.01...) the answer approaches negative infinity. This means that if we were to assign a value to the graph when it reaches zero (yes I know you cannot do this), it would have to equal both positive and negative.

    • @commentarytalk1446
      @commentarytalk1446 ปีที่แล้ว +15

      In a sense that is a perfectly valid result. Do mathematicians not know how to use it (I suppose: "yet")? I'm sure they will find a big use for it if not already.

    • @hstochla
      @hstochla ปีที่แล้ว +18

      Which also means that it can’t be a function, because that would leave two outputs for the same x value

    • @HeyWh
      @HeyWh ปีที่แล้ว +4

      Yes.
      And if you try to find a solution to
      y = 8x +1
      16x - 2y = -2
      And do the math:
      16x + -2(8x + 1) = -2
      16x + -16x + -2 = -2
      0x = -2 - -2
      0x = -2 + 2
      0x = 0
      0x/0 = 0/0
      It comes out to:
      0/0 = ∞
      So the solution is infinitely many.
      Which, in my logic, proves n/0 = ±∞
      Depending if n is -i or i where i is an rational or irrational number.

    • @HeyWh
      @HeyWh ปีที่แล้ว +4

      @@hstochla it can also be a solution of two linear functions.
      Where there's the same slope and y-intercept.
      y = -x
      7x + 7y = 0
      Equations ↑
      Steps↓
      7x + 7(-x) = 0
      7x - 7x = 0
      0x = 0
      0x/0 = 0/0
      Solution ↓
      0/0 = ∞
      There are infinitely many solutions to this problem.

    • @advikg
      @advikg 11 หลายเดือนก่อน +3

      imo i don’t think this is the best way of looking at it as 1/x^2 goes to positive infinity from both the right and left, but you still can’t divide by 0

  • @nuzayerov
    @nuzayerov ปีที่แล้ว +71

    This can also very nicely be explained by using a y = 1/x graph. Where x approaching from positive x-axis to 0 gives us an Infinitely large positive number. While x approaching from negative x-axis to 0 gives us an infinitely large negative number. And 1/0 cannot be both positive and negative infinity at the same time.

  • @agareverie
    @agareverie 5 ปีที่แล้ว +3476

    Nice try, but we all know
    0 ÷ 0 = ERROR

    • @Wakwaw796
      @Wakwaw796 5 ปีที่แล้ว +27

      no. is 1

    • @bestovtime9175
      @bestovtime9175 5 ปีที่แล้ว +96

      @@Wakwaw796 so nothing : nothing = 1 nothingness??

    • @Wakwaw796
      @Wakwaw796 5 ปีที่แล้ว +3

      I dont know more... Lol

    • @myheartwillstopinjoy8142
      @myheartwillstopinjoy8142 5 ปีที่แล้ว +34

      @@Wakwaw796 no, 0÷0 isn't =1

    • @mominmustafa8164
      @mominmustafa8164 5 ปีที่แล้ว +30

      No its Syntax Error the OG

  • @wukennylee4926
    @wukennylee4926 5 ปีที่แล้ว +5655

    Wait, so "MATH ERROR" isn't a number ?

    • @myheartwillstopinjoy8142
      @myheartwillstopinjoy8142 5 ปีที่แล้ว +277

      I feel bad for ur math teacher 😂😂

    • @determineddaaf3
      @determineddaaf3 5 ปีที่แล้ว +210

      Wait this is math? I thought it was History.
      So I guess there wasn't a guy called "Infinity" who discovered Amerika...

    • @ascend1685
      @ascend1685 5 ปีที่แล้ว +109

      Wait...wasn’t the guy who discovered america called pi?

    • @hellotoaster4302
      @hellotoaster4302 5 ปีที่แล้ว +76

      No, that one discovered space.

    • @HoardEG
      @HoardEG 5 ปีที่แล้ว +114

      You've got it all wrong. Syntax error discovered the earth, and many many years in the future pi found the continent now known as "America". Before that, there was already "i"'s all over America, but they didn't count since they were technically imaginary. But nowadays, if you take 1 apple and eat 2 of it then you can take what's left (-1 apple) and use it's square root to bring back an i. However, this is highly illegal so don't credit me as the one who told you.
      (PS: MATH ERROR was the creator of earth)

  • @cubicalgamer2402
    @cubicalgamer2402 ปีที่แล้ว +102

    I tried something similar to this. Just as sqrt(-1) = i, I defined 1/0 as o. Then, I went as far as I could trying to figure out all the properties of this new number that I could. I had to bend quite a few rules and I still ran into a bunch of contradictions. I hope that someday, as my math knowledge grows, I can make o a number.

    • @a2izzard
      @a2izzard ปีที่แล้ว +5

      Can you tell me more about o?

    • @nutronstar45
      @nutronstar45 ปีที่แล้ว +5

      look up wheel theory

    • @familiamarquez3219
      @familiamarquez3219 ปีที่แล้ว +4

      Update for o?

    • @arpitpatel5814
      @arpitpatel5814 10 หลายเดือนก่อน +8

      Do update when you get there 🙏🏻

    • @justtheletterV274
      @justtheletterV274 8 หลายเดือนก่อน +1

      Your contribution will not be forgotten.

  • @mitragh7595
    @mitragh7595 5 หลายเดือนก่อน +15

    Math teacher here! Beautifully explained. Thank you for the great work 🙏

  • @gd131
    @gd131 3 ปีที่แล้ว +4793

    "Congratulations! You've earned 2nd place!"
    Me: "Let me tell you how 2=1."

    • @mahi-wb8ot
      @mahi-wb8ot 3 ปีที่แล้ว +50

      that's smart sjsjjs

    • @badam9656
      @badam9656 3 ปีที่แล้ว +12

      Gg

    • @dislikevale86
      @dislikevale86 3 ปีที่แล้ว +1

      How?

    • @ndegwajohn4140
      @ndegwajohn4140 3 ปีที่แล้ว +2

      gravity 9f a torus

    • @chaz2985
      @chaz2985 3 ปีที่แล้ว +5

      But the video literally just said that isnt possible

  • @cruithne_
    @cruithne_ 3 ปีที่แล้ว +3494

    My maths teacher has a shorter answer: "trust me, just don't"

    • @ikimiyu
      @ikimiyu 2 ปีที่แล้ว +27

      Lol

    • @wackyanimations3326
      @wackyanimations3326 2 ปีที่แล้ว +118

      thats solid advice tbh

    • @---kj1rl
      @---kj1rl 2 ปีที่แล้ว +7

      😭

    • @kstoeb
      @kstoeb 2 ปีที่แล้ว +75

      Actually as a maths-teacher myself, that's exactly what I'm doing ;-) But from now on I'm gonna show the argumentation of this video to at least my higher classes. Thanks.

    • @M1551NGN0
      @M1551NGN0 2 ปีที่แล้ว +28

      Mine says
      "Stick to CBSE syllabus"

  • @Kaldrin
    @Kaldrin ปีที่แล้ว +19

    I really liked the comparison with complex numbers and the multiplication by infinity, was very cool and clear, I never looked at this angle

  • @Damaris_Lane
    @Damaris_Lane ปีที่แล้ว +11

    Didn’t know I could enjoy maths. This was wholesome. Thanks Ted-Ed.

  • @LegendOfMario
    @LegendOfMario 5 ปีที่แล้ว +2296

    2:41
    "Why can't we take the square root of negative numbers, John?"
    "Because you just can't, Emmy."
    "What if I would call it "i"?"
    "Wait, how would that even make se-"
    *A WHOLE NEW WORLD OF MATH OPENS UP*

    • @14o1chan
      @14o1chan 5 ปีที่แล้ว +63

      Does 'i' mean 'imaginary' or 'impossible'?

    • @mohadeseh9736
      @mohadeseh9736 5 ปีที่แล้ว +114

      Cosmic Cyborg it’s imaginary

    • @14o1chan
      @14o1chan 5 ปีที่แล้ว +10

      @@mohadeseh9736 *got it

    • @LadyOfTheDog
      @LadyOfTheDog 5 ปีที่แล้ว +23

      AAA WHOLLLLEE NEW WORLDDD

    • @blackimbreon9451
      @blackimbreon9451 4 ปีที่แล้ว +4

      Guess what the square root of -1 is the square root of -1 aka i

  • @ThePinkRubber
    @ThePinkRubber 2 ปีที่แล้ว +2713

    Other animal : *eat, sleep, reproduce. Try to survive.
    Humans : "what if i divide 10 with 0"

  • @VeggieBoii
    @VeggieBoii ปีที่แล้ว +26

    I always thought that any number divided by 0 would equal 0 because any number times 0 is 0 and if you swapped the numbers around to divide it you'd get 0 ÷ any number is 0

    • @sheilak173
      @sheilak173 ปีที่แล้ว +1

      Opposite way! 0÷1=0 but 1÷0= ?

    • @VeggieBoii
      @VeggieBoii ปีที่แล้ว

      @@sheilak173 I guess it would also be 0?

    • @sheilak173
      @sheilak173 ปีที่แล้ว +1

      @@VeggieBoii pretty sure it's undefined

    • @abhilashasinha5186
      @abhilashasinha5186 ปีที่แล้ว

      infinity or something else

    • @sheilak173
      @sheilak173 ปีที่แล้ว

      @@abhilashasinha5186 yeah

  • @fuberlin1
    @fuberlin1 ปีที่แล้ว +3

    Finally! I can now in piece acceppt that this is not possible! Great explanation! Thank you!

  • @imnotsus132
    @imnotsus132 3 ปีที่แล้ว +3762

    *Everyone gangsta till they realize the only number in the whole world that has no value is the most complicated to understand*

    • @stixoimatizontas
      @stixoimatizontas 3 ปีที่แล้ว +146

      Because it's literally the image of a set of nothing.

    • @doriangrigorie7345
      @doriangrigorie7345 3 ปีที่แล้ว +150

      @@stixoimatizontas and "nothing" doesnt exist, there is always something everywhere, no matter how empty the place looks. We can apply every number into our reality more or less, but not 0

    • @altheamantes2041
      @altheamantes2041 3 ปีที่แล้ว +6

      HI

    • @user-lh5hl4sv8z
      @user-lh5hl4sv8z 3 ปีที่แล้ว +13

      @@doriangrigorie7345 What if the you’re unconscious and everything around you is nothing

    • @siegfriedstgo3545
      @siegfriedstgo3545 3 ปีที่แล้ว +11

      @@doriangrigorie7345 if you want to go from point a to b but you need to pass trought c and c is in the Middle, an the through d that is in the Middle of c-d and we apply that to our physical World, theres infinite SPACE un any direction, we are sorrounded by complete emptines
      Sorry if I have grammar errors, my native lenguage isnt english

  • @kimjongun9696
    @kimjongun9696 4 ปีที่แล้ว +4276

    When you realize that "0" is a portal to two different worlds one is positive and one is negative

    • @peaceluv3578
      @peaceluv3578 4 ปีที่แล้ว +117

      :0 the bizzaro world

    • @antoniobreaux1584
      @antoniobreaux1584 4 ปีที่แล้ว +199

      That’s deep dude

    • @josiah2070
      @josiah2070 4 ปีที่แล้ว +147

      r/showerthoughts

    • @a7a3lr5m6
      @a7a3lr5m6 3 ปีที่แล้ว +57

      It's portal like upside down!!

    • @loliprison7759
      @loliprison7759 3 ปีที่แล้ว +63

      This is a big brain moment

  • @felipe.hooper
    @felipe.hooper ปีที่แล้ว +12

    This is absolutely the best explanation that I've ever seen. Thank you very much!!

  • @grooviehoovie4179
    @grooviehoovie4179 9 วันที่ผ่านมา

    also relevant is that its approaching -infinity from the other side making the graph of 1/x asymptotic at 0

  • @billyk8397
    @billyk8397 6 ปีที่แล้ว +17731

    Yes, and the mitochondria is the powerhouse of the cell

    • @HB-jf6yq
      @HB-jf6yq 6 ปีที่แล้ว +553

      I despise comments like yours.

    • @Inthepurpledude
      @Inthepurpledude 6 ปีที่แล้ว +437

      Ahh. The first meme.

    • @immaderpo5218
      @immaderpo5218 6 ปีที่แล้ว +394

      Yes, and the ribosomes are the factories of the cell, generating proteins.

    • @TheCocaKolya
      @TheCocaKolya 6 ปีที่แล้ว +127

      -Why can't you?
      -yes.

    • @thecpt6265
      @thecpt6265 6 ปีที่แล้ว +190

      and the energy currency of the cells is ATP , or Adenosine Tri-Phosphate

  • @PresumedGecko20
    @PresumedGecko20 4 ปีที่แล้ว +3675

    "Imagine that you have zero cookies and you split them evenly among zero friends. How many cookies does each person get? See? It doesn't make sense. And Cookie Monster is sad that there are no cookies, and you are sad that you have no friends."
    -Siri
    September 17, 2014 - Present

    • @sainbaatar518
      @sainbaatar518 4 ปีที่แล้ว +89

      You are telling us about 0÷X=0 which is possible but we are talking about X÷0=Error here

    • @alberteinsteinscousin5966
      @alberteinsteinscousin5966 4 ปีที่แล้ว +7

      Infinitely small

    • @fakenio242
      @fakenio242 4 ปีที่แล้ว +5

      sans I was late to the party

    • @CookieGal-
      @CookieGal- 4 ปีที่แล้ว +35

      @@sainbaatar518 No he is talking about 0÷0. 0÷X is always 0. If you were to divide, say 2 by 0, you can never multiply 0 to get to 2. You would never share the 2 to anyone, and if you are inversing the multiplication to get 2 ÷ 0, you never had the 2 in the first place, so you couldn't possibly share it. You get caught in a loop, which is infinite, and I think that is why the logistical conclusion people come to when dividing by zero is infinity.

    • @PedroMartins-lv1um
      @PedroMartins-lv1um 4 ปีที่แล้ว +12

      @@sainbaatar518 0÷0 is also impossible, btw

  • @pallavij520
    @pallavij520 4 หลายเดือนก่อน +1

    I worked on the math work on division, multiplication and addition. 1:41 The thing is a example:12/2=6*2=12

  • @gggame4633
    @gggame4633 20 วันที่ผ่านมา

    When I was a kid, I used to think the following to explain why can't we divide by 0: "If little Timmy has 10 gums to share between 0 people, how many gums would little Timmy have?" I know that this is not an actually correct way to explain it, but I really liked how it creates a logical and even philosophical problem. Does Timmy even exist? The gums surely do, and they have to go to someone, but who if there is nobody to receive them? Math is really really interesting

  • @runonline4065
    @runonline4065 2 ปีที่แล้ว +1579

    ♾ next generation mathematicians breaking rule:
    The inverse of infinity is 8

    • @p3el_
      @p3el_ 2 ปีที่แล้ว +44

      Frickin' sideway 8, always breaking everything

    • @Bob_games100
      @Bob_games100 2 ปีที่แล้ว +7

      Sideways 8 is infinite :/

    • @mattynek2
      @mattynek2 2 ปีที่แล้ว +12

      That's more like half of inverse

    • @bhartiyacreature4950
      @bhartiyacreature4950 2 ปีที่แล้ว +1

      @@mattynek2 lol true

    • @BlastingRyan609
      @BlastingRyan609 2 ปีที่แล้ว +1

      @@Bob_games100 r/woooooosh

  • @huanglee3829
    @huanglee3829 3 ปีที่แล้ว +2540

    "Two plus two is four." - Big Shaq

  • @rainbowplazma3333
    @rainbowplazma3333 ปีที่แล้ว +3

    I see division as not only splitting it up but also repeated subtraction. Dividing a number by zero is asking how many zeros it takes to get that number to zero

  • @PrincePoison
    @PrincePoison หลายเดือนก่อน

    Basically, the dividend is the Y on a graph and the divisor is the X. Since Y is the dependent variable, it can only change value if X changes value. If X changes and Y doesn’t, than that is okay (0/1=0) however if Y somehow changes without X, than the laws have been broken. Therefore 1/0 =0. The reason Y is the dividend and X is the divisor is because Rise/Run is the slope of a line. You can have a line with 0 slope, but not a line going straight up forever. It would be the same as just a dot.

  • @jugchugeat1110
    @jugchugeat1110 3 ปีที่แล้ว +2364

    This one does not spark joy:
    you cant devide by zero
    This one sparks joy:
    Zero has no multiplicative inverse

  • @davidbowen6892
    @davidbowen6892 3 ปีที่แล้ว +1640

    Me: *solves the question*
    The whole universe: *collapses into itself*

    • @jpsned
      @jpsned 3 ปีที่แล้ว +6

      I've had that same notion for a long time, too. 😀

    • @HauNguyen-ih7vk
      @HauNguyen-ih7vk 3 ปีที่แล้ว +14

      Infinity × 0 = 0

    • @helldronez
      @helldronez 3 ปีที่แล้ว +29

      well it's easy actually, you cant divide 8 pizza to noone right? you can't share pizza if there's noone to share. so the answer is you can't.

    • @chalking2641
      @chalking2641 3 ปีที่แล้ว +13

      @@helldronez yeah but you can eat it all by urself tho

    • @helldronez
      @helldronez 3 ปีที่แล้ว +16

      @@chalking2641 thats true lmao, now i want 1 pizza damn

  • @enzocheung7254
    @enzocheung7254 7 หลายเดือนก่อน +1

    HEY ALL GUYS!!! i got i question, at the vedio explain 0*∞+0*∞,he combine (0+0) to multiply ∞ , the(0+0) equal to 2*0,so the consequence is 2*0*∞ equal to 2 in his defination!

  • @leventemolnar6818
    @leventemolnar6818 7 หลายเดือนก่อน

    one equation may be able to cover this.
    lim (x -> 0) 1/x
    lim (x -> 0) 1/0
    therefore, as x approaches 0, it gets closer to infinity.
    however, 1/0 may not be answered with real or imaginary values.
    some people say that 1/0 = +/- ♾️, as +♾️ is not a good estimate for 1/0.
    so… since 1/0 is impossible, just use limits to get closer to 0.

  • @ayushtiwari8190
    @ayushtiwari8190 3 ปีที่แล้ว +2992

    Me explaining my parents after getting my maths exam result:-
    Let me explain you how 20=0 and 100=0 . Therefore we conclude that 20=100. You must be satisfied now

  • @Xoplex
    @Xoplex 2 ปีที่แล้ว +866

    “That’s not necessarily wrong, it’s just not true”

    • @MayMayCentre
      @MayMayCentre 2 ปีที่แล้ว +57

      In our world of numbers.

    • @monsieurandiant
      @monsieurandiant 2 ปีที่แล้ว +45

      "He is not necessarily dead, only his heart isn't beating."

    • @barelyprotestant5365
      @barelyprotestant5365 2 ปีที่แล้ว +1

      @@MayMayCentre that presupposes a particular philosophy of numbers.

    • @czyruszamora5309
      @czyruszamora5309 2 ปีที่แล้ว +4

      I get that...true is not wrong

    • @thatrandomdev5039
      @thatrandomdev5039 2 ปีที่แล้ว +11

      I didn't lose, I merely failed to win!

  • @anishashee8511
    @anishashee8511 ปีที่แล้ว +4

    Square root of negative 1 is still called as imaginary number 😅 Btw very interesting and informative video. And one of the best thing about TED-ED is they literally make videos on every topic whether it's science, literature, economics anything.👍💙

    • @1three7
      @1three7 8 หลายเดือนก่อน

      One cool thing about i though is how it's used in quantum mechanics to describe the probabilistic wave function. It is used to get to exceptionally accurate numbers in the real world. It isn't just a weird math trick it is useful for tangible real world experiments which have given the most accurate scientific results in human history.

  • @llamalover02
    @llamalover02 7 หลายเดือนก่อน +1

    I accidentally divided by zero while doing homework when exhausted. My whole notebook burst into flames.

  • @NoBudjetFilms
    @NoBudjetFilms 2 ปีที่แล้ว +2919

    5 minutes of TED-Ed made math much more interesting than 13 years of school ever did.

    • @Dilindersinghc
      @Dilindersinghc 2 ปีที่แล้ว +11

      😏😂👍

    • @sunshinegirl20064
      @sunshinegirl20064 2 ปีที่แล้ว +11

      That's hella true

    • @getsetgaming3475
      @getsetgaming3475 2 ปีที่แล้ว +2

      True

    • @nihalr385
      @nihalr385 2 ปีที่แล้ว +22

      You just had a bad teacher

    • @fede_lcc2078
      @fede_lcc2078 2 ปีที่แล้ว +55

      Getting tired of these kind of comments. The people who made this cool video also had to go through boring math and study pain before being able to distill such knowledge in a video. You can't compare formal education with entertainment videos as if one could replace the other

  • @dakshadhar2305
    @dakshadhar2305 5 ปีที่แล้ว +8035

    Take 10$
    Divide it with all your friends
    Since you have no friends 10÷0= infinity
    Now you have infinite money
    PROBLEM SOLVED...

    • @wx971
      @wx971 5 ปีที่แล้ว +613

      Well You are present so divide it by 1 😂😂

    • @destroyercrush1052
      @destroyercrush1052 5 ปีที่แล้ว +156

      Utsav Mishra Unless you’re inside out. You wouldn’t count as 1 but -1

    • @fadhil4008
      @fadhil4008 5 ปีที่แล้ว +170

      Yeah, it'll be infinite money. But it isnt your money my dude

    • @fadhil4008
      @fadhil4008 5 ปีที่แล้ว +90

      If you aren't present yourself. You wouldn't get the money. Bcz at first, that money is for your friends only

    • @josephmarcolopez7824
      @josephmarcolopez7824 5 ปีที่แล้ว +47

      why there is no "HAHA" react???

  • @siewheilou399
    @siewheilou399 2 หลายเดือนก่อน

    1÷0 is indivisible, but I also read that 1/0 is used to represent infinity.
    And what is the standard in programming? When a 1÷0 or N÷0 situation occurred, what is the standard way to handle that? Return an error occurred and skip it or just skip it? or used an error capture algorithm?

  • @irm613
    @irm613 3 หลายเดือนก่อน +1

    If we have 1 cake and multiply it by 0, it means we made cacke disappear. If we divide 1 cake by 0 that means we divide cacke by nothing, we made division dissapear, defeating the whole purpose of dividing it. So its equasion that allways defeats its own purpose, its a non starter. Nothing happens if you divide by 0 because division can never start because it cancels itself.

  • @yuranival
    @yuranival 6 ปีที่แล้ว +1870

    That green-bearded man looked sad after hearing it was a story for another day. I would love to hear that story explained in such an affordable and picturesque way. Love your videos!!

    • @robertstuckey6407
      @robertstuckey6407 6 ปีที่แล้ว +50

      That was Bernard Riemann. He was a pretty melancholy person throughout his life. His mathematics is super neat though!

    • @sunflower9481
      @sunflower9481 6 ปีที่แล้ว

      Hahaha I didn't notice

    • @J48038
      @J48038 6 ปีที่แล้ว +16

      *all around me are familiar faces, worn out places*

    • @luciferangelica
      @luciferangelica 6 ปีที่แล้ว +1

      J tell it to your bunny friend, donnie darko, and get me the reimann method!

    • @ashokgite4210
      @ashokgite4210 6 ปีที่แล้ว +2

      0 comes in set of whole number.

  • @WholesomeLad
    @WholesomeLad 6 ปีที่แล้ว +576

    *Holds up no fingers
    "How many fingers am I holding up?"
    *"infinite"*

    • @wen5942
      @wen5942 5 ปีที่แล้ว +21

      Wholesome Lad made my day
      That i was about to end

    • @johnfreefirekennedy9711
      @johnfreefirekennedy9711 5 ปีที่แล้ว +24

      *wear infinity gauntlet*

    • @Razorcarl
      @Razorcarl 5 ปีที่แล้ว

      HhAHha

    • @cattoO_O
      @cattoO_O 5 ปีที่แล้ว +1

      Sans is dead and We killed him 😁😂

    • @giothefew4300
      @giothefew4300 5 ปีที่แล้ว

      XD

  • @KenWiggerAnotherAncientGamer
    @KenWiggerAnotherAncientGamer ปีที่แล้ว

    Thanks for sharing!

  • @jacksonmwangi6546
    @jacksonmwangi6546 2 ปีที่แล้ว

    Great explanation

  • @user-vt5ik1xi7l
    @user-vt5ik1xi7l 3 ปีที่แล้ว +873

    Teacher :- How can we kill students?
    Mathematicians :- Yes

    • @totallynotafanficreader7850
      @totallynotafanficreader7850 3 ปีที่แล้ว +41

      The length of the knife used to stab their students? 1 ÷ 0

    • @user-vt5ik1xi7l
      @user-vt5ik1xi7l 3 ปีที่แล้ว +9

      @@totallynotafanficreader7850 🤣

    • @Perririri
      @Perririri 3 ปีที่แล้ว +2

      Normie

    • @Buggy-sc6un
      @Buggy-sc6un 3 ปีที่แล้ว +2

      :-

    • @benurm2390
      @benurm2390 3 ปีที่แล้ว +1

      @@totallynotafanficreader7850 1 knife divided by 0 students because they all ran away

  • @wisteela
    @wisteela 13 วันที่ผ่านมา

    Very well explained. Subscribed.
    I've thought you could say if you divide by zero, you've not divided it, so it's still equal to the original number.

  • @chuckgaydos5387
    @chuckgaydos5387 2 หลายเดือนก่อน +1

    In calculus, we learn that we can divide by zero by sneaking up on it.

  • @Anto01243
    @Anto01243 5 ปีที่แล้ว +373

    -I'm gonna live dangerous from now.
    -How? Are you gonna go live alone, without anybody and be independent?
    -No, i'm gonna divide numbers by 0.
    - ...

    • @terminatroll-_-3269
      @terminatroll-_-3269 5 ปีที่แล้ว +7

      *divide by zero, start autocombustion*
      wha-

    • @kate00san
      @kate00san 4 ปีที่แล้ว

      be good, start stuff like hippasus created irrational numbers.

  • @faiq006
    @faiq006 3 ปีที่แล้ว +521

    When you have 5 minutes until your math test but you still want entertainment:

    • @waitwut.2749
      @waitwut.2749 2 ปีที่แล้ว +3

      Underrated comment 🙁

    • @animaldocumentary8423
      @animaldocumentary8423 2 ปีที่แล้ว +1

      @@waitwut.2749 underrated indeed

    • @rodanthekingofskies9446
      @rodanthekingofskies9446 2 ปีที่แล้ว +2

      Underrated confirmed it is indeed and underrated comment

    • @faiq006
      @faiq006 2 ปีที่แล้ว +1

      @@rodanthekingofskies9446 I agree

    • @faiq006
      @faiq006 2 ปีที่แล้ว +1

      @@waitwut.2749 yeahh

  • @Valhalla369
    @Valhalla369 18 วันที่ผ่านมา

    Actually, the answer at 1:12 was sufficient. 10 ÷ 2 equals how many times should 2 be added to itself to make 10.
    Therefore 10 ÷ 0 equals how many times should 0 be added to itself to make 10 which it is not possible.

  • @oliverdelacruz6024
    @oliverdelacruz6024 ปีที่แล้ว +4

    It is Illegal to Divide by Zero!

    • @therealms-9320
      @therealms-9320 25 วันที่ผ่านมา +1

      I’ve definitely should be in jail then. The amount of times when I was younger on the calculator and I put 0/0 is crazy.

  • @TheThunderBat
    @TheThunderBat 5 ปีที่แล้ว +456

    The multiplicative inverse could also be called
    “Reciprocal”

    • @AwaisKhan-mh6cd
      @AwaisKhan-mh6cd 5 ปีที่แล้ว +7

      exactly

    • @AYUSHGAMEROFFICIAL
      @AYUSHGAMEROFFICIAL 4 ปีที่แล้ว +3

      Both are same

    • @Anonymous-pr3gr
      @Anonymous-pr3gr 4 ปีที่แล้ว +2

      Not could. They are equal.

    • @medielijah
      @medielijah 4 ปีที่แล้ว +6

      Such a smartass comment...

    • @caringheart34
      @caringheart34 4 ปีที่แล้ว +3

      I thought that the multiplicative inverse is applied to whole numbers only and reciprocals to fractions... But yeah same answer.

  • @akshay3078
    @akshay3078 3 ปีที่แล้ว +319

    4:03: It's all zero?
    Always has been

    • @deadchannel5933
      @deadchannel5933 3 ปีที่แล้ว +17

      Wait, lemme fix it for you:
      "Wait, it's all zero?"
      *"Always has been"*
      **proccedes to pow pow**

    • @jaison7094
      @jaison7094 3 ปีที่แล้ว +3

      0
      ?!
      🔫

    • @king_ian_yt
      @king_ian_yt 3 ปีที่แล้ว

      Pico

    • @austinlincoln3414
      @austinlincoln3414 2 ปีที่แล้ว

      xD

  • @imacgra1
    @imacgra1 8 หลายเดือนก่อน

    [: anything divided by zero equals you forgot to buy the biscuits 0:00 :]

  • @vk4547
    @vk4547 ปีที่แล้ว +1

    For me it make sense if you write it differently, not “infinity = 1/0” but “0=1/infinity “ essentially the same but solves the problem with 1=2 cause there will be 2/infinity

  • @borkmaster2726
    @borkmaster2726 6 ปีที่แล้ว +541

    "Imagine that you have 0 cookies and you split them evenly among 0 friends. How many cookies does each person get? See, it doesn't make sense. And Cookie Monster is sad that there are no cookies. And you are sad that you have no friends." - Siri, 2018

    • @sakashrimpy
      @sakashrimpy 5 ปีที่แล้ว

      Eric Lee indeed

    • @janariver3450
      @janariver3450 5 ปีที่แล้ว

      My God Siri 😂😂😂😂

    • @emc246
      @emc246 5 ปีที่แล้ว

      @Eric Lee But she has probably said it at least once in 2018.

    • @Magnezium7
      @Magnezium7 5 ปีที่แล้ว +4

      Yes, I have 0 cookies and 0 friends

    • @yashshejwal7791
      @yashshejwal7791 5 ปีที่แล้ว

      Asked by Ramanujan ages ago

  • @Table_Down_Left737
    @Table_Down_Left737 2 ปีที่แล้ว +862

    “If you split 0 pieces of pizza between 1 friend how much would each friend get?" 0
    “If you split 1 piece of pizza between 0 friends how much would each friend get?" Wait a sec

    • @bootypluderer
      @bootypluderer 2 ปีที่แล้ว +544

      And If you split 1 friend between 2 people , you’ll be sent to federal prison.
      Math is hard.

    • @thepixelatedpie
      @thepixelatedpie 2 ปีที่แล้ว +92

      @@bootypluderer I actually laughed out loud when I read this

    • @soniahurtado9778
      @soniahurtado9778 2 ปีที่แล้ว +18

      1 because ur the only one left :)

    • @aisonjosephthomas6854
      @aisonjosephthomas6854 2 ปีที่แล้ว +36

      @@soniahurtado9778 he has no friends BRUH

    • @nickmorris6020
      @nickmorris6020 2 ปีที่แล้ว +8

      The universe ceases to exist

  • @MacElMasMancoDeTodos
    @MacElMasMancoDeTodos ปีที่แล้ว +1

    You break maths = Some great award and get taught on schools
    You break maths without being a mathematician = F in your exam.
    Well there's now rules for how to break rules, isn't it amazing

  • @naparpatche
    @naparpatche ปีที่แล้ว

    Ty for the answer

  • @AceW.Kermitcat
    @AceW.Kermitcat 5 ปีที่แล้ว +1691

    “Imagine you have zero cookies and you split them among zero friends how many cookies does each person get? See?
    It doesn’t make sense, and cookie monster is sad that there are no cookies, and you are sad because you have no friends.”

    • @teresabautista836
      @teresabautista836 5 ปีที่แล้ว +132

      Hi Siri

    • @meh7272
      @meh7272 5 ปีที่แล้ว +3

      Nah

    • @peacelover21
      @peacelover21 5 ปีที่แล้ว +36

      We can split infinite zero cookies among infinite zero friends

    • @darkjanissary5718
      @darkjanissary5718 5 ปีที่แล้ว +31

      It is simple:
      0 / 0 = 0

    • @funnyguy1059
      @funnyguy1059 5 ปีที่แล้ว +7

      Ace Kermitcat nice the Siri line of when you ask her what’s 0 divided by 0?

  • @user-qi3cp9ps6n
    @user-qi3cp9ps6n 4 ปีที่แล้ว +804

    Maths Teacher : "So, one equals two"
    Me: "Oddly enough, that's not mathematically wrong"

    • @chongjunxiang3002
      @chongjunxiang3002 4 ปีที่แล้ว +33

      Now that 2+2=5 is making sense.

    • @davidgumazon
      @davidgumazon 3 ปีที่แล้ว +4

      You can divide zero by reality warping
      The boundary between zero and something is division
      By that logic you can divide a nonexistence with existence
      Existence of Boundary

    • @aklsamaan7622
      @aklsamaan7622 3 ปีที่แล้ว

      *Listen!*
      Math is useless!
      Not everything, + × ÷ - are usefull, but things like 2x+3y=10, thats just useless, they tell us its usefull, but look at my mom and dad! They were the best in their classes and now they don't even think about math

    • @marcovoetberg6618
      @marcovoetberg6618 3 ปีที่แล้ว +14

      @@aklsamaan7622 Except of course that it isn't. Just because you, or your mom and dad cannot find uses for math doesn't mean there aren't any. Every time you drive your car or take an airplane or use your mobile phone or use any other piece of technology you are using the fruits of math.

    • @johannoas1
      @johannoas1 3 ปีที่แล้ว +1

      If you can explain it why it is not wrong, then maybe the teacher might give you some points.
      But usually you use the given rules of "normal" maths where it is in fact wrong for your problem

  • @daniel.sandberg.5298
    @daniel.sandberg.5298 2 หลายเดือนก่อน

    Division requires a legitimate amount of something. Since 0 is absent of content, such operation is dismissed by the arithmetic contradiction the number possess

  • @ralphcantor4605
    @ralphcantor4605 12 วันที่ผ่านมา

    i remember watching this when i was in 4th grade bruh ig i can now make a slight critique with how u couldve improved on the visuals there in some of the math parts, i wouldve appreciated that back then lmao

  • @aammirati91
    @aammirati91 2 ปีที่แล้ว +624

    The best explanation I've seen is when you graph the negative numbers too. You'll see that at zero the y value tends toward both positive and negative infinity at the same time

    • @fahrenheit2101
      @fahrenheit2101 2 ปีที่แล้ว +28

      Yeah I was annoyed that they didn't flag it up.

    • @luk1416
      @luk1416 ปีที่แล้ว +2

      That's how my Algebra teacher explained it

    • @animezoneamv9116
      @animezoneamv9116 ปีที่แล้ว +1

      @@luk1416 You have separate teachers for algebra and geometry?

    • @luk1416
      @luk1416 ปีที่แล้ว +8

      @@animezoneamv9116 I'm not taking a geometry class

    • @jackmatchett1805
      @jackmatchett1805 ปีที่แล้ว +2

      so 0?

  • @FrostyAUT
    @FrostyAUT 5 ปีที่แล้ว +296

    "Riemann, a mathematician so wise and so powerful, he could influence mathematics to divide ... by zero."
    "Can this power be learned?"
    "Not from this video."

    • @thoggerspass6282
      @thoggerspass6282 5 ปีที่แล้ว +9

      Ironic, he could save others from being divided by zero, but not himself.

    • @Dayserking
      @Dayserking 4 ปีที่แล้ว +1

      I know what’s troubling you, listen to me. Don’t continue to be a pawn of real numbers!

    • @lampoilropebombs0640
      @lampoilropebombs0640 4 ปีที่แล้ว

      I just generated the exact same thought as a 7th grader

  • @awalkoflife6721
    @awalkoflife6721 ปีที่แล้ว +1

    That's why you cook the brisket all at once, then slice it once cooked. Because 0 people shows up until it's cooked.

  • @elenashasherina4417
    @elenashasherina4417 5 หลายเดือนก่อน

    imagine if there was no 0:
    • there would be no such thing here like this
    • we will not be able to get the number itself by adding zer- ohh sorry
    • if we were to calculate the number itself from the number, we would get an error, for example:
    x-x=0 (if 0 was not deleted from math)
    x-x=error (if 0 was deleted from math)
    • round numbers like 10 will disappear and be like 1, 2 or other. 23000 and other can be 23. So, you can from 726540 get 72654 or from 40505 get 455

  • @supercanadian0640
    @supercanadian0640 6 ปีที่แล้ว +1535

    I tried to divide by zero once
    Had to find another univerve soon after mine was destroyed

    • @TheIndogamer
      @TheIndogamer 6 ปีที่แล้ว +20

      I tried the same but I ended up making another universe

    • @Inthepurpledude
      @Inthepurpledude 6 ปีที่แล้ว +7

      Raihan Purboyo oh u must've divided by infinity then.

    • @zzzzz28
      @zzzzz28 6 ปีที่แล้ว

      Brb amma type 0÷0 in cal

    • @hafsa.boumihafsaboumi1705
      @hafsa.boumihafsaboumi1705 6 ปีที่แล้ว

      The Ace Of Spades so did I and then I tried to look for new eyes cuz mine were plucked by the teacher X)

    • @geralferald
      @geralferald 6 ปีที่แล้ว

      Identity of Rick Sanchez confirmed

  • @FBurck
    @FBurck 2 ปีที่แล้ว +766

    This is how my algebra Professor explained it and I still remember till to this day. Probably the best math teacher I have ever had.

    • @wren_.
      @wren_. ปีที่แล้ว

      what if we make 1/0 equal some made up number? if 1/0=U, problem solved

    • @Main_Nahin_Bataunga
      @Main_Nahin_Bataunga ปีที่แล้ว +4

      Looks like he once counted zebra. After counting all he counted Allzebra.🤣🤣🤣

    • @Xgil2Play
      @Xgil2Play 7 หลายเดือนก่อน +3

      Yet another example that explaining "why", is the best way to teach.

  • @ZeroKung2309
    @ZeroKung2309 ปีที่แล้ว +2

    I enjoy watching this alot more than learning at school for exam

    • @Bruhh221
      @Bruhh221 2 หลายเดือนก่อน +1

      hi :3 UwU

    • @Bruhh221
      @Bruhh221 2 หลายเดือนก่อน +1

      upload more video ☹️☹️☹️

  • @pmr-playmakereview8738
    @pmr-playmakereview8738 ปีที่แล้ว

    I think we should use þ (thorn) as the symbol to represent the multiplicative inverse of 0, and we could use it in such a way like this:
    1/0 = þ
    476/0 = 476þ
    0/0 = 0þ (or just 0)
    x/0 = xþ
    þ/0 = þ^2

  • @ahlpym
    @ahlpym 5 ปีที่แล้ว +157

    I sometimes get a bit of amusement out of testing how various caculators respond to division by 0. Most just say "Error", but my favourite response has to be "MyScript Calculator", which uses hand-drawn symbols as input:
    The app recognises hand-drawn symbols and translates them to computer-written symbols, but when I write something like "0/0", it autocompletes to "0/(0+?)", as if the calculation is incomplete. Basically, the app just assumes that I'm not done writing the expression, and refuses to give any answer until I do. It makes the app seem so sassy.
    "Oh, you have a 0 in the denominator? Well, that doesn't make any sense, so you MUST not be finished writing yet. Go ahead and write some more. I'm waiting."

    • @user-ut7wi1if9q
      @user-ut7wi1if9q 5 ปีที่แล้ว +3

      Love that

    • @HunterZx
      @HunterZx 5 ปีที่แล้ว +5

      That's because of discrete maths, a computer can't divide by 0 (basically if you have the algorithm will go into an infinite loop, and the quotient will grow larger and larger until it exhausts all available memory and your computer is going to die), so basically it's a way to prevent an error and the destruction of your device haha

    • @Rick-od8oh
      @Rick-od8oh 5 ปีที่แล้ว +1

      hilarious

    • @starfire_xi
      @starfire_xi 5 ปีที่แล้ว +1

      Lol awesome

    • @winterrain1947
      @winterrain1947 5 ปีที่แล้ว +1

      Sounds like your calculator is related to KITT

  • @Hilmemes669
    @Hilmemes669 6 ปีที่แล้ว +206

    It's just a bug. Maybe in the next universe update, we can divide by zero.

    • @kappapond
      @kappapond 6 ปีที่แล้ว +2

      Hilmi Dzul Lol

    • @diamondkane5101
      @diamondkane5101 6 ปีที่แล้ว +23

      Don't push the glitch the universe might crash

    • @MrKahlil1001
      @MrKahlil1001 6 ปีที่แล้ว +1

      This comment deserves like 300, 500 likes like the rest of those witty perceptions to this video

    • @yu5016
      @yu5016 6 ปีที่แล้ว

      Omg I saw herobrine.

    • @minhaophu3289
      @minhaophu3289 6 ปีที่แล้ว +1

      +Scientific Skyfire Δ did someone take your money?

  • @corbalord
    @corbalord 9 หลายเดือนก่อน

    Another way to look at it is as you approach 0 from the positive side, you reach infinity. As you approach 0 from the negative side, you reach negative infinity. 1/0.01=100 and 1/-0.01=-100. This means dividing something by 0 would both be infinity and negative infinity. This is not possible and in calculus, this type of point is always considered to not exist.

  • @peanutbill2.033
    @peanutbill2.033 ปีที่แล้ว

    ted ed: fully explains y u cant divide by zero
    me as a kid: u cant because u have nobody to share the cookies with

  • @cup_check_official
    @cup_check_official 6 ปีที่แล้ว +1333

    because there's a fine line between a numerator and a denominator...

    • @cedricmalfoy2311
      @cedricmalfoy2311 6 ปีที่แล้ว +6

      Software Man haha

    • @ok-wi7kt
      @ok-wi7kt 6 ปีที่แล้ว +64

      Software Man Back into the cave you go

    • @mikhailhemmings3789
      @mikhailhemmings3789 6 ปีที่แล้ว +1

      Software Man nice

    • @aden3113
      @aden3113 6 ปีที่แล้ว

      hahaha

    • @Azure_Veins
      @Azure_Veins 6 ปีที่แล้ว +46

      And the division is clear in that..

  • @sophiad1703
    @sophiad1703 2 ปีที่แล้ว +50

    “If you divide by zero, the universe explodes”
    -my math teacher, 2021

    • @richarddeschambault3696
      @richarddeschambault3696 ปีที่แล้ว +2

      And the internet explodes with conspiracy theories!!!!

    • @Carrymejane
      @Carrymejane 2 หลายเดือนก่อน

      ​@@richarddeschambault3696nice!

  • @fumikato
    @fumikato ปีที่แล้ว

    im here to appreciate some amazing animation

  • @soundstudio7803
    @soundstudio7803 ปีที่แล้ว

    How to make a mathematician cry: 2:00

  • @mamacito1795
    @mamacito1795 2 ปีที่แล้ว +283

    "Imagine you know nothing about infinity" done and done.

    • @ikimiyu
      @ikimiyu 2 ปีที่แล้ว +3

      infinity ♾

    • @MegaSolo83
      @MegaSolo83 2 ปีที่แล้ว +2

      😂😂

    • @FLS9083
      @FLS9083 2 ปีที่แล้ว

      I mean all this mess created by humans anyway universe doesn't know anything

    • @skullmastergamer
      @skullmastergamer ปีที่แล้ว

      Since the time of the ancient Greeks, the philosophical nature of infinity was the subject of many discussions among philosophers. In the 17th century, with the introduction of the infinity symbol[1] and the infinitesimal calculus, mathematicians began to work with infinite series and what some mathematicians (including l'Hôpital and Bernoulli)[2] regarded as infinitely small quantities, but infinity continued to be associated with endless processes.[3] As mathematicians struggled with the foundation of calculus, it remained unclear whether infinity could be considered as a number or magnitude and, if so, how this could be done.[1] At the end of the 19th century, Georg Cantor enlarged the mathematical study of infinity by studying infinite sets and infinite numbers, showing that they can be of various sizes.[1][4] For example, if a line is viewed as the set of all of its points, their infinite number (i.e., the cardinality of the line) is larger than the number of integers.[5] In this usage, infinity is a mathematical concept, and infinite mathematical objects can be studied, manipulated, and used just like any other mathematical object.
      The mathematical concept of infinity refines and extends the old philosophical concept, in particular by introducing infinitely many different sizes of infinite sets. Among the axioms of Zermelo-Fraenkel set theory, on which most of modern mathematics can be developed, is the axiom of infinity, which guarantees the existence of infinite sets.[1] The mathematical concept of infinity and the manipulation of infinite sets are used everywhere in mathematics, even in areas such as combinatorics that may seem to have nothing to do with them. For example, Wiles's proof of Fermat's Last Theorem implicitly relies on the existence of very large infinite sets[6] for solving a long-standing problem that is stated in terms of elementary arithmetic.
      Yes, I copied that off of Wikipedia

    • @mamacito1795
      @mamacito1795 ปีที่แล้ว

      @@skullmastergamer wow. Amazing that u gave me all that info and I STILL know nothing about infinity

  • @digitalfootballer9032
    @digitalfootballer9032 5 ปีที่แล้ว +819

    Nothing can equal infinity, because infinity is not a number, but a concept. You can approach infinity, but you can't reach it because it isn't a real number.

    • @rixtrojan7833
      @rixtrojan7833 5 ปีที่แล้ว +74

      say something new, 'cause my maths teacher has told me that infinite times

    • @indomtm4x100
      @indomtm4x100 5 ปีที่แล้ว +18

      Infinite is a concept of how numbers wont stop or u can say forever

    • @1nkFalcon
      @1nkFalcon 5 ปีที่แล้ว +1

      🤔

    • @adammalik6453
      @adammalik6453 5 ปีที่แล้ว +5

      Steve infinity war

    • @shyshka_
      @shyshka_ 5 ปีที่แล้ว +4

      Is math artificial, or part of nature?

  • @eggdog4906
    @eggdog4906 ปีที่แล้ว +8

    I was wondering why they didn't just make new rules. 3 minutes in and my hopes and dreams are crushed XD

    • @tonysparks1682
      @tonysparks1682 ปีที่แล้ว

      I made new rules check this out lol...
      The recent discovery of net energy gain produced in a fusion reaction made me realize I discovered the formula for cold fusion a while ago. Here is the equation...
      0^a * 0^b = a * b
      This means...
      0^1 * 0^1 = 1 * 1
      Which means...
      0 * 0 = 1 * 1
      Which also means ...
      0 * 0 = 1
      I'm attempting to highlight there is a spectrum to what we call nothing or what we mathematically denote to be 0.
      Conceptually speaking, what we call/describe as nothing physically holds energy and this is proven by zero field energy or the fact that absolute zero still has yet to be discovered to naturally exist in this universe.
      This math is a product of my attempt to mathematically describe the energy stored in vacuums of space we tend to call nothing.
      Here is the math/formula that lead to this conclusion...
      x/0 = 0^x
      If you solve for x then...
      x = 0^x * 0
      If x = 1 then that means...
      1 = 0^1 * 0
      Which also means...
      1 = 0^1 * 0^1
      Because I'm still a mathematician, i will still acknowledge and say...
      1*1 = 1
      So due to the transitive property and continuing with the equation above, this must be true...
      1*1 = 0^1 * 0^1
      Which lead me to the conclusion...
      a * b = 0^a * 0^b
      Or...
      0^a * 0^b = a * b
      ( You should be aware I've taken Algebra 1 and 2 and AB Calculus and I'm still saying what I'm saying. If you disagree with my use of exponential notation, my algebraic logic is still sound.)
      Thank you
      -Tony Sparks😁😎🤑

    • @nutronstar45
      @nutronstar45 ปีที่แล้ว

      @@tonysparks1682 im currently trying to dissect this incoherent comment
      edit: your algebraic logic is basically nonexistent

    • @noahfields9046
      @noahfields9046 ปีที่แล้ว

      ​@@tonysparks1682
      > x/0 = 0^x
      This is wrong and any steps that involved it as a hypothesis are unsound.
      0^a * 0^b = a * b
      This is nonsensical. 0^a = 0 * 0 * ... [a times] ... 0 = 0. Your formula holds if and only if a * b = 0, and your second step - assuming a = b = 1 - is thus unsound.
      I don't know what algebra courses you've taken, but if they did not make the fact that this is completely incorrect mathematics clear, they weren't very good.

  • @qastra_
    @qastra_ ปีที่แล้ว +1

    I watched this while eating quesadillas. I still taste it.

  • @matrixphijr
    @matrixphijr 3 ปีที่แล้ว +724

    When he started talking about what multiplication and division _are,_ I thought he was going to touch on how if 2 x 5 = 10 and 10 ÷ 5 = 2, that means that if you add 2 five times, or have five groups of 2, you have 10, and if you separate 10 into 5 groups, you have 2 in each. So if you want to divide 10 by 0, that would be like saying you want to split 10 things into groups with 0 in them, and how many groups do you have? Or in reverse, how many groups of 0 things would it take to add up to 10? Well, neither one is physically possible.

    • @Llortnerof
      @Llortnerof 3 ปีที่แล้ว +95

      Physically possible is pretty irrelevant to math, though. That's something for physicists and engineers to worry about.
      You can define a math where dividing through 0 is possible. You're probably going to have to give up some other features the more common ones have, like the distributive property or multiplicative inverses, and it might not be terribly intuitive. But it is hardly impossible.
      Dividing by 0 isn't forbidden, it's just not defined in the default math most people learn.

    • @matrixphijr
      @matrixphijr 3 ปีที่แล้ว +22

      @@Llortnerof R/iamverysmart?
      Okay, but physicists and engineers _literally use math._ The reason math exists as it does is because of the world we live in. Universal constants in physics and astronomy were designed to allow us to mathematically calculate things we can't or don't have time or resources to study. And the results contribute to real-world projects.
      How do engineers build structures that can withstand hurricane force wind? Well, they have to calculate certain numbers and dimensions... with math. Force, vector, friction -- they're all real concepts translated into mathematical form in order to quantify them.
      Math does hold true because we made it that way. Sure, we could make it _not_ that way, but that wouldn't make much sense, literally or figuratively.
      So I really don't get the point of calling out my post by saying it's only one kind of math. Math is math. There's only one. If you wanted to "define a math" where other things are possible, that would mean changing math. Sure, you could say dividing by zero is possible, but when an apple falls from a tree, you wouldn't be able to calculate how long it takes to reach the ground.
      Also, when I say "physically possible," that's not the same as saying things are _impossible,_ just that they translate to real-world concepts. The square root of -1 is pretty impossible, but mathematicians still use it because it's useful in complex calculations. That's why there's a differentiation between those so-called "complex" numbers (some of which are real, some of which aren't) and just plain "real" numbers. Those are separate _branches_ of mathematics, if that's what you meant. I'm not really sure.

    • @Llortnerof
      @Llortnerof 3 ปีที่แล้ว +59

      ​@@matrixphijr You're still working in the realm of physicists and engineers, not math. Math is an entirely abstract, logical construct completely detached from physical reality.
      Your physical constants are merely how these things are represented in mathematical terms. They weren't devised so math could be used on them. They are the result of using math to describe these things.
      Math holds true because it is entirely based on logical conclusions from a set of predefined axioms.
      Defining a math does not mean "changing math". It means creating a new math. The regular math you're used to still exists besides it.
      Math is essentially a language. Defining a new math is similar to creating a new dialect.
      What you're calling "seperate branches" is all first semester university math. By second year a math student will already have dealt with maths way more complex than that and may well have built a simple one themself.
      And, uh... impossible literally means "not possible". So if you're saying something is not physically possible, you're saying it is physically impossible.

    • @matrixphijr
      @matrixphijr 3 ปีที่แล้ว +14

      @@Llortnerof It's no wonder you compare it to a language, since you're a master of twisting words.
      Look, I'm not having an argument about this. You realize you responded to a comment breaking down why 2 x 5 = 10 with a bunch of rambling nonsense about creating a new system of math where you can divide by zero? And frankly, my dude, there's a reason no one's done that already -- actually, two -- because it would have no bearing on reality and therefore no use whatsoever, and honestly, no one cares. To borrow your ideology, it would be like creating a language that no one speaks.

    • @Llortnerof
      @Llortnerof 3 ปีที่แล้ว +44

      @@matrixphijr All you're showing here is that you have a very limited understanding of math. Everything you're claiming is pointless? Has already been done, often multiple times, and at least once simply to show that it can be done.
      Including creating new languages nobody speaks. In fact, that's kinda the default for a newly created language since it is new and thus doesn't have any speakers yet. Hasn't stopped people from not only creating a propper grammar for, but also translating Shakespeare into its original Klingon.

  • @HDSQ
    @HDSQ 6 ปีที่แล้ว +295

    Suggested video title:
    How to disrupt the space-time continuum

  • @jamesmunson385
    @jamesmunson385 7 หลายเดือนก่อน +1

    Since anything times zero equals zero, the zero divided by zero would equal anything, and I could write an equation as 0x=0, and I could put in any number for x to make it true

  • @JohnYuFitness
    @JohnYuFitness 2 หลายเดือนก่อน

    The proof by contradiction was fun to watch in the end!

  • @whatsopanime
    @whatsopanime 6 ปีที่แล้ว +176

    Imagine you have zero cookies, and you split it evenly amongst 0 friends.. see it doesn't make sense! Now Cookie Monster is sad that he has no cookies, and you're sad that you have no friends..

    • @sgaming8450
      @sgaming8450 6 ปีที่แล้ว +14

      whatsopanime u copied that from siri.

    • @mixxer0512
      @mixxer0512 6 ปีที่แล้ว +1

      it doesn't matter how many cookies I have

    • @Hyenatime
      @Hyenatime 6 ปีที่แล้ว

      Gg no re

    • @moonz1149
      @moonz1149 6 ปีที่แล้ว +1

      whatsopanime you got that from Siri

    • @GAMMASTAR321
      @GAMMASTAR321 6 ปีที่แล้ว

      But why do we get 0 if any number is devided by infinity?

  • @alial-mofadda9582
    @alial-mofadda9582 5 ปีที่แล้ว +1041

    In Soviet Russia, zero divides by you

    • @deepaksinghairy7885
      @deepaksinghairy7885 5 ปีที่แล้ว +59

      Zero divides by WE

    • @glanni
      @glanni 5 ปีที่แล้ว +38

      @@deepaksinghairy7885 it's funny because everybody gets nothing

    • @deepaksinghairy7885
      @deepaksinghairy7885 5 ปีที่แล้ว +9

      @@glanni not everyone We gets nothing

    • @glanni
      @glanni 5 ปีที่แล้ว +4

      @@deepaksinghairy7885 please excuse my wrong use of words 🤣

    • @deepaksinghairy7885
      @deepaksinghairy7885 5 ปีที่แล้ว +5

      @@glanni not my instead use Our

  • @khushi11garg79
    @khushi11garg79 5 หลายเดือนก่อน

    The reason that in first equation 0*inf was 1 where as in second equation 0*inf was 2 is because the infinities in equation one and that in equation two are different
    Even if an infinty is an uncountable number, there can be bigger and smaller infinities
    If we keep the case of only one infinity this would be like
    (0*inf) + (0*inf) = 2
    2(0*inf) = 2
    (0*inf) = 2/2
    0*inf = 1

    • @AndresFirte
      @AndresFirte 4 หลายเดือนก่อน

      The definition of dividing a/b, is finding a number c such that b*c = a. (it’s actually a bit more complex but this definition helps for now). For example, 8/2 = 4, because 4*2 = 8.
      If you take 8/0, there’s no number that gives you 8 when multiplied by 0. So division by 0 is not defined.
      And in the context of Real numbers, infinity isn’t a number. So it’s not valid to use it. It would be like saying 5 + Blue

  • @Rororishin
    @Rororishin 2 หลายเดือนก่อน

    3:31
    Why wont there be 2 infinities? Wouldn’t the equation rearranged look like: 2(0+∞) = 2
    So therefore the equation would be correct and not have 1=2 ?

  • @bakuix
    @bakuix 5 ปีที่แล้ว +703

    5 x a = 5a so 5 x 0 = 50 math has left the chat

  • @dangun3468
    @dangun3468 6 ปีที่แล้ว +447

    Imagine that you have zero cookies and you split them evenly among zero friends. How many cookies does each person get? See? It doesn’t make sense. And Cookie Monster is sad that there are no cookies, and you are sad that you have no friends

    • @voicesinhead3577
      @voicesinhead3577 6 ปีที่แล้ว +24

      DanGun siri will find you, and it will get everything you want wrong....

    • @walidhussain7396
      @walidhussain7396 6 ปีที่แล้ว +6

      DanGun *Original*

    • @blueshanks1
      @blueshanks1 6 ปีที่แล้ว +8

      The answer to that question is 0. But that is wrong. What you said is 0÷1/5\6 a d that would be 0. However the problem is when 0 is the denominator. Eg 3/4/7÷0=error. Its not 0

    • @nicwow8424
      @nicwow8424 6 ปีที่แล้ว +2

      Math isn’t supposed always supposed to make sense :P

    • @nicwow8424
      @nicwow8424 6 ปีที่แล้ว

      X = Number of Friends C = Number of Cookies if X = 0 and C = 0 then X/C=1. It does make sense as 0 divided by itself would equal one. Any objections?

  • @floydmacintire
    @floydmacintire 6 หลายเดือนก่อน

    X/0 can be applied to calculating the surface area of a sphere as well as calculating the density of a singularity

  • @mansman2167
    @mansman2167 2 หลายเดือนก่อน

    Conceptually, it doesn't even make sense too ask "If I shared this amount among no people, how much would each person have?"

  • @shaozhe98
    @shaozhe98 6 ปีที่แล้ว +514

    This is quite helpful for my engineering maths

    • @krishanu1729
      @krishanu1729 6 ปีที่แล้ว +7

      Timothy Kong oh you young soul....

    • @thepunisher1665
      @thepunisher1665 6 ปีที่แล้ว +9

      Timothy Kong how?

    • @mmukulkhedekar4752
      @mmukulkhedekar4752 6 ปีที่แล้ว +2

      yeah how??...does it help???

    • @sgaxnikolaix661
      @sgaxnikolaix661 6 ปีที่แล้ว +1

      Same fam... 4th year Mechanical Engineer with two minors in Renewable Energy and Mathematics

    • @24canidkasi
      @24canidkasi 6 ปีที่แล้ว +3

      Not sure if bait, but limits of functions that divide by 0 are used everywhere in calculus, explicitly or not.

  • @Victor-zt4qf
    @Victor-zt4qf 5 ปีที่แล้ว +640

    If you could divide by zero you could do this:
    5*0=0
    7*0=0
    5*0=7*0 |÷0
    5=7
    And that doesn't make any sense.

    • @nicholaswilliams6475
      @nicholaswilliams6475 5 ปีที่แล้ว +26

      Yet the video said 1=2 COULD be possible so what's so implausible about 5=7? Also, say infinity is every number all at once for the sake of argument. Then that means 5= infinity and 7 = infinity which means 5=7 is rather infinity = infinity which makes sense right?

    • @Raghad-hc7nn
      @Raghad-hc7nn 5 ปีที่แล้ว +27

      It’s like saying 0x0=5

    • @googlegiggler2706
      @googlegiggler2706 5 ปีที่แล้ว +18

      But u just divided by 0 to eliminate the 0...

    • @lightningstudios113
      @lightningstudios113 5 ปีที่แล้ว +3

      0 ※ 0 = ⇔

    • @jen1376
      @jen1376 5 ปีที่แล้ว +5

      Do not forget BODMAS.

  • @hero0298
    @hero0298 6 หลายเดือนก่อน

    Siri, our beloved apple assistant, swiftly and elegantly explains this. Ask her

  • @DEBBIEBOOS
    @DEBBIEBOOS 10 หลายเดือนก่อน

    This shook my whole idea of maths and now my head is spinning.