Prove: Number of Diagonals of a Polygon

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 102

  • @RasperHelpdesk
    @RasperHelpdesk 6 лет назад +29

    Could use inductive proof too.
    First, check for base case of n = 3. In a triangle there are 0 diagonals. And (3)(3-3)/2 = 3*0/2 = 0, so initial condition works.
    Assume n sided polygon and add another vertex. The vertex can draw a diagonal to all of the original vertices except the two it borders so that is adding (n-2). It also allows a diagonal to be drawn between the two vertices it borders as they no longer share an edge, so that is adding 1.
    Diagonals for n+1 = Diagonals for n + (n-2) + 1
    D = (n)(n-3)/2 + (n-2) + 1
    D = (n2 - 3n) / 2 + (n-2) + 1
    D = [n2 -3n + 2n - 4 + 2] /2
    D = [n2 - n - 2] /2
    D = [(n+1)(n-2)] /2
    D = [(n+1)(n+1 - 3)] /2
    And there we have that if true for the n case it is true for n+1, so true for all n >= 3

    • @fatcat373
      @fatcat373 4 года назад +1

      Tony James wot

    • @jesst7867
      @jesst7867 3 года назад +1

      i dont understand

    • @Dophuthanh
      @Dophuthanh 2 года назад

      this helps a lot, thanks

    • @MiyakoChankny
      @MiyakoChankny 5 дней назад

      Tanks for confusing me more😅

  • @bhoborlina5266
    @bhoborlina5266 4 года назад +26

    I love the way you say diagonals. Btw, great video!

  • @achintv6602
    @achintv6602 3 года назад +4

    Outstanding mind blowing awesome sir 👌👌🙏🙏

  • @RiteshKumar-bp8dm
    @RiteshKumar-bp8dm Месяц назад

    I would be very pleased if you don't stop making videos like this 😄

  • @КристианКръстев-ь6г
    @КристианКръстев-ь6г 4 года назад +9

    This video was extremely helpful and I can actually explain this too using your method because I understood it! THANK YOU!

  • @willbishop1355
    @willbishop1355 6 лет назад +6

    Number of pairs of points - number of sides
    = (n choose 2) - n
    = n * (n - 1)/2 - n
    = (n^2 - n - 2n) / 2
    = n * (n - 3) / 2

    • @willbishop1355
      @willbishop1355 4 года назад

      ​@@Ash12345p Each pair of points forms either a side or a diagnoal. If they're adjacent it's a side, otherwise a diagonal.

    • @fatcat373
      @fatcat373 4 года назад

      Will Bishop help

  • @RiteshKumar-bp8dm
    @RiteshKumar-bp8dm Месяц назад

    Wow such a great explanation of the formula 👏 ❤

  • @unicock8268
    @unicock8268 4 года назад +6

    thanks for purging me from this problem😂, love from India!!!!

  • @pritikumaritiwary4850
    @pritikumaritiwary4850 Год назад +1

    A big thumbs-up 😊

  • @akarsha-madhugiri
    @akarsha-madhugiri 4 года назад +1

    Tqsm ...math is becoming easy by your grace ..
    God bless u ...

  • @avinashtelgote4399
    @avinashtelgote4399 4 года назад +2

    Thanks for helping.😊😊

  • @reachtosurabhi
    @reachtosurabhi 5 лет назад +2

    A Superb Explanation !

  • @adithyannair922
    @adithyannair922 Месяц назад

    Amazing explanation sir

  • @binodkumarchoudhary1372
    @binodkumarchoudhary1372 3 года назад +2

    Thank you sir for this video. I didn't know how this formula made so I wanted to know its proof and your video explain everything that I wanted to know.

  • @harshini5345
    @harshini5345 6 лет назад +7

    Thank you sooooooo much sir , you made me understand everything😅
    God bless ya

  • @anubhabjha6632
    @anubhabjha6632 4 года назад +3

    Great help sir💕

  • @musicalbeats3588
    @musicalbeats3588 4 года назад +2

    Thanks for helping us

  • @JaxRaizenYT
    @JaxRaizenYT Год назад

    Yo wait I have an idea, how about you do one vertice, so for example. Every vertices has 5 diagonals, why not put that on every vertices?
    (Wont work on Concave polygons though)

  • @rzalsgrli6802
    @rzalsgrli6802 3 года назад +3

    Perfect explanation 👍

  • @Yperrr
    @Yperrr 4 года назад +1

    [C(n,2)= n!/2*(n-2)!]-n
    The -N at the end excludes the possibility of taking 2 contiguous vertex

    • @alexisgiovanebinas6032
      @alexisgiovanebinas6032 4 года назад

      wow! can you explain how you come up with that?

    • @Yperrr
      @Yperrr 4 года назад +1

      @@alexisgiovanebinas6032 Sure, i'll try to be as clear as possible.
      To make a diagonal you need to take 2 vertex of a polygon, these vertex don't have to be contiguous (indeed if they are you'll make a side).
      Then i thought of all the possible ways you could arrange N vertex in groups of 2 and since the order isn't important (Taking vertex 1 and 4 would be the same as taking vertex 4 and 1) i thought of combinations.
      I applied the formula to a simple polygon like the pentagon and it didn't work at fist cuz i considered also the groups of contiguous vertex which, indeed, are the same as the number of Sides so i just subtracted N. And there you are

    • @alexisgiovanebinas6032
      @alexisgiovanebinas6032 4 года назад +1

      @@Yperrr thanks a lot. Appreciated it!

  • @RR-oc3sn
    @RR-oc3sn 3 года назад

    Super vedio 👍

  • @hemaverma2006
    @hemaverma2006 4 года назад +1

    Yeah very helpful but it would be confusing for some so you should have written the formula like N x N-3/2 where n is equal to number of sides

  • @lavendermongoose9590
    @lavendermongoose9590 3 года назад +1

    i was completely confused in class.. this video explained everything perfectly! Thankyou so much!!!

  • @happinessismust1994
    @happinessismust1994 4 года назад +1

    Really loving your solution........

  • @kennie6628
    @kennie6628 4 года назад +3

    Thank you so much sir...
    Really helped me a lot.

  • @HazbinBrainRot
    @HazbinBrainRot 7 месяцев назад

    THANK YOU SO MUCH! I understand!

  • @ranveersingh.
    @ranveersingh. Год назад +1

    Very good explanation

  • @MarCamus
    @MarCamus 11 месяцев назад +1

    Thank you for the explanation

  • @ranjeetashrivastava6479
    @ranjeetashrivastava6479 4 года назад +1

    It was really really helpful.. thanks for uploading this video... I was searching for this since a long time

  • @divyakcdivyakc4724
    @divyakcdivyakc4724 4 дня назад

    The number of diagonals from a single vertex is n-3 .pls explain this concept

  • @anextraordinarilybeautiful8881
    @anextraordinarilybeautiful8881 Год назад +1

    Love the explanation ❤

  • @chococookie8675
    @chococookie8675 3 года назад +1

    Thank youu for such a simple explanation !😃

  • @renumaan9059
    @renumaan9059 4 года назад +3

    Thank u brother it helped me a lot

  • @jesst7867
    @jesst7867 3 года назад

    GOD BLESS YOU
    THANK YOU SO MUCH
    I'm going to use this

  • @deepjyoti5610
    @deepjyoti5610 3 года назад

    A new proof
    If n point are given
    Then total no. Of line passing through that. Is nc2 but we also counted sided along with diagonal so substract no. Of sides 'n'
    Then no of diagonal =nc2-n
    Which simplifies into n(n-3)/2

  • @Thanos7562-x
    @Thanos7562-x 4 года назад

    Very very much thanks to make this video.

  • @shaswatarath3736
    @shaswatarath3736 4 года назад +2

    thanks bro for the explanation

  • @Dasmitun2023
    @Dasmitun2023 5 лет назад +1

    thanks..very nice explanation

  • @Omar-of4tz
    @Omar-of4tz 5 лет назад

    Well consider a polygon with n sides_ since a diagonal is a line going through two vertices therefore
    # diagonals=nC2 - n since sides also follows from the definition

    • @Omar-of4tz
      @Omar-of4tz 4 года назад

      Geometrically: the definition of nC2 is: given n distinct noncollinear points how many lines can we make each passing through two points..if we suppose these points are the vertices of a polygon. nC2= #diagonals + #sides.

  • @shivanighodake5514
    @shivanighodake5514 3 года назад +3

    Thank SIR 😊😊😊
    I DON'T KNOW THAT TRICK

  • @rahulpv4416
    @rahulpv4416 4 года назад +2

    thank u sir so much sir

  • @terencesanjose5919
    @terencesanjose5919 3 года назад

    Are you indian or chinese who lives in america? This really helps me!

  • @shreyankburge4445
    @shreyankburge4445 4 года назад +1

    Thq soooo much for ur help

  • @ishanvispute1787
    @ishanvispute1787 3 года назад +1

    Thank you so much❤❤❤❤❤❤

  • @itouchbro
    @itouchbro Месяц назад

    Helped alot thanks

  • @vibhu3584
    @vibhu3584 3 года назад

    what happens when n is odd or the polygon has an odd number of sides

  • @raghadayman4381
    @raghadayman4381 6 лет назад +5

    thank you, this was really helpful

  • @CyberInstinct
    @CyberInstinct 4 года назад +1

    Thanks

  • @piratemin1943
    @piratemin1943 3 года назад +1

    thanks!

  • @nishantmarkam4576
    @nishantmarkam4576 4 года назад

    Thanks you for understanding a question 🥰🥰🥰

  • @Emmanuel-xr3pt
    @Emmanuel-xr3pt 4 года назад +1

    Thanks mate

  • @anujarora0
    @anujarora0 6 лет назад +3

    Wow👏👏👏👏👏

  • @aryanshimobe5986
    @aryanshimobe5986 3 года назад +1

    IN A SIMPLY WAY YOU UNDERSTAND

  • @rahulmirdha7704
    @rahulmirdha7704 3 года назад +1

    Thanks sir ❤️

  • @803aashkakotadia6
    @803aashkakotadia6 2 года назад

    Thanks 👍

  • @dr.mahbubdvmmba4212
    @dr.mahbubdvmmba4212 2 года назад

    Thank you sir

  • @adityanarayanparida7524
    @adityanarayanparida7524 3 года назад +1

    I had proved this many years ago when I was 13 years old .

  • @thecreativekanha5181
    @thecreativekanha5181 Год назад

    very very thank you

  • @mayamariot3885
    @mayamariot3885 4 года назад

    U helped me so much thank you!:)

  • @Thevisitinggamer078
    @Thevisitinggamer078 Год назад

    Thank you for your video sir😅😅😅😅😊

  • @rowenasanjose1589
    @rowenasanjose1589 3 года назад

    Thank you😘

  • @jobypj607
    @jobypj607 3 года назад

    Super

  • @BasketballSoccerBros
    @BasketballSoccerBros 2 месяца назад

    thank you

  • @manasshhh
    @manasshhh 3 года назад

    Thank u sir it really worked and I understand each and evrey thing's

  • @jhaangjhaango3936
    @jhaangjhaango3936 3 года назад

    👌🕺

  • @srilathainduru7640
    @srilathainduru7640 4 года назад

    By using n(n-3)/2 is very easy to do

  • @Chairman1717
    @Chairman1717 5 лет назад +1

    Why not using combination method to prove? Seem like easier(in my opinion)

  • @callumstewart5891
    @callumstewart5891 6 лет назад +10

    You didn't prove it though; you just tried examples and generalised it. I was expecting a proof by induction.

    • @LetsSolveMathProblems
      @LetsSolveMathProblems  6 лет назад +15

      It is not a formal proof, but it does contain all the necessary ingredients to make it an informal one. I preferred the informal one in this case because the target audience for this particular video was middle schoolers and some high schoolers. It is often the case that too much formality obscures the simplicity and fundamental nature of the proof--I thought my target audience would most benefit from a more intuitive explanation.

  • @harshini5345
    @harshini5345 6 лет назад +1

    Ps. Pls post more videos😂😂

  • @user-sf7qz5kg3b
    @user-sf7qz5kg3b 5 лет назад +1

    nC2 - n

  • @Academicresearch1972
    @Academicresearch1972 6 лет назад

    😘👌video

  • @saurabhshukla729
    @saurabhshukla729 3 года назад

    S=(n-2) where is come -2

  • @harshini5345
    @harshini5345 6 лет назад +1

    Thank you sooo much

  • @utkarshmishra3133
    @utkarshmishra3133 5 лет назад +1

    Sir for covex polygon

  • @gurnidhsingh8680
    @gurnidhsingh8680 4 года назад

    What about a septagon

  • @gustavosoarification
    @gustavosoarification Год назад

    thankk youu

  • @amenaidebrown7218
    @amenaidebrown7218 5 лет назад +1

    why do you multiply n by (n-3)? thank you!

    • @CyberInstinct
      @CyberInstinct 4 года назад

      ( What i understood )
      (n-3) will get all possible diagonal of one vertex and then we have to multiple it by n again because we need to get all diagonals from all vertex(s) so n×n-3 but we have to do -3 part first and then multiply so n(n-3) and this will get us all possible diagonals but counted from both sides so we don't want to count 1 diagonal 2 times so divide the answer of n(n-3) by 2 so this forms the formula n(n-3/2). Hope you have understood

    • @cakenice-cream2515
      @cakenice-cream2515 3 года назад

      N means number of sides :)

  • @austinbao
    @austinbao 4 года назад

    Budget khan academy

  • @KrishnavKaushal
    @KrishnavKaushal 2 года назад

    I think you r a Chinese by your accent.......

  • @tannyvalenciano5651
    @tannyvalenciano5651 6 лет назад

    not integer, variable

  • @AshutoshKumar-vo6ek
    @AshutoshKumar-vo6ek 6 лет назад

    okay

  • @AdarshKumar-wy8zw
    @AdarshKumar-wy8zw 2 месяца назад

    Thanks bro for the explanation

  • @shivendrasingh1403
    @shivendrasingh1403 4 года назад +1

    Thanks

  • @Badmashkhan-np4hl
    @Badmashkhan-np4hl 3 года назад

    Thank you sir

  • @Unplannedmoves
    @Unplannedmoves Год назад

    nC2- n