Solving the Most Ridiculous Systems of Equations (ft. a cool theorem)

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

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

  • @baranxlr
    @baranxlr Год назад +320

    idk how to explain it but I feel like I'm listening to an actual fish

    • @XanderAnimations
      @XanderAnimations Год назад +10

      Bro i was thinking the same thing

    • @samueldeandrade8535
      @samueldeandrade8535 Год назад +4

      Yes, finally our prince is back. All hail Aquaman!!!

    • @lizzycoax
      @lizzycoax Год назад +10

      its kinda cute :3

    • @kraklakvakve
      @kraklakvakve Год назад +6

      There was a game called Fish Fillets where you controlled a big and a small fish to solve puzzles. The fish had some dialogue ...

    • @jjoonathan7178
      @jjoonathan7178 9 месяцев назад +1

      On the internet, nobody knows you're a fish.

  • @dementor3333
    @dementor3333 Год назад +183

    I love how you were able to use these problems as a vehicle to transition from one concept to another so smoothly! Not too mention how smooth the animation itself was! You've earned a sub from me

  • @diplomaticfish
    @diplomaticfish  Год назад +47

    We're back! We'll be doing a bit of upkeep on our channel in the next few days, so keep an eye out for that.
    Also we totally forgot to put the timestamp for Challenge Question 5, but the claim in question is at 23:54 - 23:58.

  • @shaloodie
    @shaloodie Год назад +74

    I was not expecting to watch one of the best math videos I've seen on this platform when I clicked on this video

  • @xsycamore_
    @xsycamore_ Год назад +134

    you guys always have the best production quality

  • @mikaay4269
    @mikaay4269 Год назад +6

    My brain is so educated and fried at the same time that I'm going to put on a fish channel on the TV and watch it with my cat

  • @panjak323
    @panjak323 Год назад +78

    The fact that result is all of sudden rational and not 4 is a crime.

    • @B3Band
      @B3Band Год назад +4

      4 is rational

    • @panjak323
      @panjak323 Год назад +6

      @@B3Band well but 4 is integer too, which fraction definitely is not.

    • @falquicao8331
      @falquicao8331 4 месяца назад +4

      The trick is that x^0 + y^0 + z^0 = 3, instead of zero.

    • @giacomopaoletti
      @giacomopaoletti 4 месяца назад +2

      And also so freaking close to 4

  • @m4rciano902
    @m4rciano902 Год назад +56

    I can tell this channel has a very bright future ahead

  • @Belti200
    @Belti200 Год назад +2

    This video gave me that bad feeling of knowing ill have to do a bunch of calculations to maybe get somewhere, even tho it was not me doing them, and i knew that it would get somewhere.

  • @line8748
    @line8748 Год назад +11

    Close to the most exciting mathematical journey I’ve had so far on yt!
    Thank you very much for your work! Good luck in SoME3!

  • @tailq
    @tailq Год назад +10

    Note that this method can be generalized to also apply to non-symmetric polynomials, called Buchberger's algorithm. I usually resort to heuristic when solving this kind of problem, but I am shocked by the fact that it becomes very succinct when all polynomials in question are symmetric.

  • @johnchessant3012
    @johnchessant3012 Год назад +12

    Great video! Proofs by descent always feel unreasonably powerful to me, and none more so than the proof in this video. It's just such beautiful logic

  • @sarahb3nyakar
    @sarahb3nyakar Год назад +12

    I wad actually shocked this video had so little views considering the production value and the great way you explained everything. Definitely subbing and hoping you get bigger in the future!

  • @lukapaun8497
    @lukapaun8497 Год назад +2

    i have always wondered how to solve these THANKS

  • @migueldomingos4570
    @migueldomingos4570 Год назад +7

    It doesn't generalize to the second system, but I think there is a different way for system 1 that doesn't find an explicit equation for one of the variables(and which I think avoids a lot of the computations). Notice that there are four ways to get x^4 + y^4 + z^4 somewhere in the expansion with what we already have:
    (1): (x+y+z)^4 = 3
    (2): (x^2+y^2+z^2)^2 = 4
    (3):(x+y+z)(x^3+y^3+z^3) = 1
    (4): (x^2+y^2+z^2)(x+y+z)^2 = 2
    Let us denote:
    S= x^4 + y^4 + z^4
    A= yx^3 + xy^3 + zy^3 + yz^3 + xz^3 + zx^3
    B=(xy)^2 + (zx)^2 + (yz)^2
    C = x^2yz + y^2xz + z^2xy
    By expanding (1) through 4 we get that:
    (1) = S +B = 3
    (2) = S + 2A = 4
    (3) = S + 6A + 4B + 12X = 1
    (4) = S + 2(A+B+C) = 2
    Solving this linear system we get the correction answer: S=25/6 x^4 + y^4 + z^4 = 25/6

    • @diplomaticfish
      @diplomaticfish  Год назад +7

      That's a great observation! This hints at another interesting fact: the so-called "power sums" x+y+z, x^2+y^2+z^2, and x^3+y^3+z^3 can also form any symmetric expression in 3 variables, just like the elementary symmetric polynomials can. In fact, when I was first writing the script for the video, I used your method to solve the first system, but I changed it later so it would lead more smoothly into the rest of the video.

    • @axiomaticsystem5197
      @axiomaticsystem5197 4 месяца назад

      My approach was much more bottom-up, because I've done a few of these before: Denoting polynomials by their "multidegree class", we have 100² = 200 + 2×110, so 110 = -½. 200×100 = 300 + 210, so 210 = -1. 100×110 = 210 + 3×111, so 111 = ⅙. 211 is also ⅙, and 200×110 = -1 = 310 + 211, so 310 is -7/6, and since 300×100 = 3 = 400 + 310, 400 must be 25/6.

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

    Solving the original problem is much, much simpler than what is shown in the video. Since all of the equations involved are symmetric, an approach using only symmetric equations can get you there with no cubics, no roots and only a few simple fractions. Here's a sketch:
    Call the three given equations I, II and III.
    Square I and combine it with II to learn that xy+yz+xz= -(1/2) (call this IV)
    Now, cube equation I and combine it with I, III and IV to get that xyz= 1/6 (it's slightly tricky but you can recombine and factor some things). Call this one V.
    Then, square equation II. Call this equation VI. It says: x^4+y^4+z^4+2x^2y^2+2y^2z^2+2x^2z^2=4
    Now take equation I to the 4th power. This involves some multinomial work, so it's a bit of a pain, but NO ROOTS are needed.
    Simplify this monster--you need to use I and II and IV and V to do it. You can get
    x^4+y^4+z^4+6x^2y^2+6y^2z^2+6x^2z^2=11/3
    Finally, take 3 times equation VI minus equation VII and you get the result.
    I did it in about 20 minutes. It took longer to type up this comment than to solve the problem. 🙂
    But it's a very nice video. Good job.

    • @diplomaticfish
      @diplomaticfish  Год назад +2

      Yep, this is a great way to do it! We're aware of simpler solutions, but we wanted to give this more complicated naive way to illustrate the benefit of taking advantage of the symmetry.

  • @viktoriously
    @viktoriously 4 месяца назад +1

    Hi! Nice video! Refreshing to listen to something original using only elementary math!
    I have been playing around with symmetrical variables my self.
    I came up with my own notation called symmetric exponentiation and it’s exactly like the s-terms.
    So when ever I have indices for variables in any problem where the indices are interchangeable without changing the system (thus the variables are symmetric)
    I used the notation s_n=x^(n) instead where x is the variable and using () to denote the symmetry just like one does in the Einstein notation sometimes.
    For instance, the problem of find the inscribed circle has the solution:
    r^2=x^(3)/x^(1)
    Have a very neat formula regarding inscribed and subscribed circles for polygons that would be fun to discuss with you!

  • @loretovazquez2526
    @loretovazquez2526 Год назад +2

    Great content guys, I wish you guys had 1000 more videos. They way you guys explain stuff is badass and really intuitive

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

      Thank you! They are a ton of work but we will be making more

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

      @diplomaticfish I bet, the math alone probably takes quite some time and then making the video animations and all that. And editing. Wish I could do stuff like that lol I'm only in Calc 2, striving to be like u guys

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

    1:58 pueberty hit him like a bus

  • @BurningShipFractal
    @BurningShipFractal Год назад +10

    Second video I’m excited
    (After watching) That’s amazing! Before I watched how to solve it, I just tried to solve for x, y, etc. and stuck. I did know we can solve without doing that, but I didn’t know it was more efficient.

  • @theseusswore
    @theseusswore Год назад +2

    incredibly useful method and you summed it up so, so neatly and so concisely that anyone with a basic understanding of algebra can grab it. amazing stuff, subbed

  • @micrapop_6390
    @micrapop_6390 Год назад +7

    Thank you so much. I learned about this during my first year of license and I never understood it deeply. I just knew vaguely that there was a link between the roots of polynomials and those very symmetrical systems of equations, but now I see clearly what there is in between. You have relieved me from an old frustration. Thank you ❤

  • @Jim-be8sj
    @Jim-be8sj Год назад +10

    Interesting video. The elementary symmetric polynomials S1,S2,S3,... are seemingly playing the roles of basis vectors in the space of symmetric polynomials and procedure for writing the symmetric polynomials in terms of the elementary symmetric polynomials looks a lot like the Graham-Schmidt method for obtaining an orthogonal basis of a vector space.

    • @diplomaticfish
      @diplomaticfish  Год назад +8

      That's a great observation! They aren't quite basis vectors because you need to take products of them with each other to get everything. But if you consider the set of all expressions of the form s1^a s2^b s3^c, where a, b, and c are nonnegative integers, this infinite set is exactly a basis for the space of symmetric polynomials.
      In the video, we only proved that this set spans the space. To prove it's a basis, you need to prove uniqueness of the representation (which is one of the challenge problems we posed!)

  • @pseudo_goose
    @pseudo_goose Год назад +24

    25/6 is pretty close to 4 though, I think we should get at least half credit for accuracy ;)

  • @yami_the_witch
    @yami_the_witch Год назад +2

    I feel like the fact that the value increases as the powers do is a dead giveaway that it's not an easy equation.

  • @avz1865
    @avz1865 Год назад +8

    I like how the fact that the polynomial is symmetric is only used in showing that d1>=d2>=d3>=d4. Subtle hypothesis usage is always fun

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

      agreed :)

    • @frimi8593
      @frimi8593 Год назад +3

      I was quite confused about why d1>=…>=dn and ended up writing a whole comment asking about it at which point I deduced a statement that would need to be true in order for d1>=…>=dn to be true and only then was I able to see how that statement followed from symmetry

    • @DanielKRui
      @DanielKRui 26 дней назад

      Yeah this was a crucial point that I think could have been emphasized more

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

    i sincerely feel very intimidated by the second system, i dont even wanna try to solve it

  • @EneldoSancocho
    @EneldoSancocho Год назад +4

    I was working with something related for years. This is a formula I got to:
    If p_n is the sum of the variables to the n'th power then. s_n*n=sum of [s_(n-k)*p_k*(-1^(k+1)] from k=1 to k=n
    Where s_0=1.
    It's basically the inverse statement of the theorem, which I didn't know existed by the way😂

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

      By the way that formula works when there are infinitely many variables (I don't remember if it works with finite) and it give a sequence of equalities such as. s_2=1/2*p_1^2-1/2*p_2
      Which in turn gives q sequence of sets of coefficients (1/2,-1/2 in the example above) that remain a mistery to me, I couldn't find a close formula for those

  • @pseudo_goose
    @pseudo_goose Год назад +4

    This is a really cool theorem, I think it would be pretty straightforward and fun to implement as a computer algorithm 😄

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

    Dude your production quality is so dang good bro
    Good luck for a million subs

  • @elicrotsn5085
    @elicrotsn5085 Год назад +2

    My mind was blown like twenty times and I haven't finished the video yet, I just finished watching the second system of equations. Beautiful stuff

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

    your video qualities are just awesome, try to be more consistent tho
    loved this concept and the way u explained it

  • @Iovemath
    @Iovemath 6 месяцев назад +1

    16:16 I think once we found all the elementary symmetric polynomials, it's no need to calculate the previous power sum but the 4th-power sum (w^4+x^4+y^4+z^4) by representing it with the elementary symmetric polynomials.

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

    I'll be honest, this video was pretty dry, having no fancy graphs or spinning animations. But I'll take this in a HEARTBEAT over a two hour lecture with all this madness filling six blackboards in a nearly illegible font.
    Thank you for making this video. The video being dry isn't a criticism - I think it has to be by the nature of the subject. You guys made it so much easier to digest than a university lecture ever could.

  • @pablogil168
    @pablogil168 Год назад +4

    Finally some good-ass motivation for learning conmutative ring theory...!!!! Well done man

  • @buldysk1537
    @buldysk1537 Год назад +2

    Great video. I have one question though. If we find a polynome that has all the variables as roots (such as the one at 4:13), does every variable have to be different root (meaning that i have total number of solutions equal to the number of permutations of the roots)? I ask because it is important when i want to know the real solutions x,y,z for such system.

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

      It depends on the system. Sometimes not all the roots of the polynomial will be distinct, so there will be less actual solutions than you'd expect. But there's a slick method for computing whether a polynomial has repeated roots or not without actually finding the roots: ( stackoverflow.com/questions/50546553/find-if-polynomial-has-multiple-roots )

  • @meirshomer4464
    @meirshomer4464 Год назад +3

    As an 11th grader in calc who is a super nerd when it comes to everything math and science and has really bad ocd this tickles my brain in all the right ways 😌
    Don’t question my wording

  • @surgeonsergio6839
    @surgeonsergio6839 Год назад +2

    Incredible video! I'm so jealous of the animation. How did you make it?

    • @mickeymoose636
      @mickeymoose636 Год назад +2

      Looks like they’re using manim, the 3blue1brown animation library

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

      yep! here is the link to that if you want to try yourself ( www.manim.community/ )

  • @Anonynomymon-fh8wy
    @Anonynomymon-fh8wy Год назад +1

    Cool stuff! Feels really good to understand the whole thing.

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

    Before watching: I have no idea how to solve it, but I think the first three eqns probably pin the solutions to (x, y, z) to just six possibilities. Maybe all of them give the same result for the sum of the fourth powers.

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

    reminds me of a roots of polynomials strategy that a markscheme once used and none of us could think of

  • @perpetualrabbit
    @perpetualrabbit Год назад +8

    This is how I did this:
    Squaring eq.1 and using eq.2, you get xy+xz+yz=-1/2. Then cube eq.1 to get cubes and mixed terms that are expressible in things you already have, and you get xyz=1/6. Last, multiply eq.1 and eq.3 to get 4th powers and mixed terms like x²(xy+xz) and their cyclical permutations. But x²(xy+xz) + two permutations = x²(-1/2 - yz) + two permutations. So now you can express x⁴+y⁴+z⁴ in terms of xyz, x+y+z, and x²+y²+z², all of which I already found numerical values for. So in the end I get 25/6.
    This way I did not have to go through the horrible expressions in the video around 3:54, involving cubes of the outcomes of the quadratic solving formula. At around 5:54 in the video it comes nice again, but to get there was quite painful unless you are using a symbolic computer solver.

    • @diplomaticfish
      @diplomaticfish  Год назад +2

      This is a good alternative method! We showed the hard way solving the first problem to emphasize the benefits of using the elementary symmetric polynomials.

  • @JoaoVictor-xi7nh
    @JoaoVictor-xi7nh 4 месяца назад +1

    dude I did not expect to just stumble into some cool math I've never heard of. are there any books recommended for going deeper into this?

    • @diplomaticfish
      @diplomaticfish  4 месяца назад +1

      I found this video interesting: ruclips.net/video/3imeTgGBaLc/видео.html
      From there, you can read any good book on Galois theory.

  • @foopthethird5784
    @foopthethird5784 Год назад +3

    Omg, this is legit one of the greatest videos I have seen in RUclips, how tf does it not have 100k likes?!?

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

    This is so well done that I love it.
    Congratulations.

  • @Ivan.999
    @Ivan.999 Год назад +1

    You guys deserve more sub .
    Keep up the good work .
    You earned a sub❤

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

    I like that it's about a bit so well known topic and explains it well 😇

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

    Just as for your video on Euler's number e, I am again mesmerized by the way how you go through all the steps. Please go on like this. I am very curious about how this will go on.

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

    at 23:45 If we only try to cancel the terms with highest multidegree then wouldn't that cause some terms with not decreasing left out ?

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

      Good question! It turns out that since what we're subtracting is a symmetric polynomial, it not only cancels the term with highest multidegree, but also all "symmetric variants" of that term. If you try a small example you can see what I mean explicitly.

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

    It is amazing

    Thank you very much❤

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

    With Newton's identity is very simple. Set S_n=x^n+y^n+z^n and s_1=x+y+z, s_2=x*y+x*z+y*z and s_3=x*y*z then , x,y,z are roots of polynomial (in t) t^3-s_1*t^2+s_2*t-s_3. Then if t=x,y or z t^3=s_1*t^2-s_2*t+s_3 and t^4=s_1*t^3-s_2*t^2+s_1*t.
    Note that s_1^2=S_2+2*s_2. Therefore we obtain the system
    s_1=S_1=1,S_2=2,S_3=3,
    S_2=s_1^2-2*s_2, (s_2=?)
    S_3=s_1*S_2-S_1*s_2+3*s_3 (s_3=?)
    S_4=s_1*S_3-s_2*S_2+s_3*S_1.
    It is simple, and fast

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

    Absolutely fantastic content!!! You rocked my Sunday!

  • @mathmachine4266
    @mathmachine4266 5 месяцев назад

    I often end up using resultants to solve these kinds of problems. Basically, there's this operation you can perform on two polynomials, and the result will be 0 if and only if they share at least one common root. It's called a resultant. So, assuming you represent the polynomials in terms of z, if you take the resultant between the first and second, and then the resultant between the first and third, now you have two polynomials in terms of x and y that must be 0. You continue this process, constructing polynomials that must be 0 and whittling it down until you only have one polynomial in terms of one variable.
    The reason to do it this way is because this time we got lucky. This time, we could do substitutions using the quadratic equation. But if you have to solve one variable in terms of the other using a cubic, things are much more difficult. If you have to solve a quintic or higher, you most likely can't do anything, but you still know the end result has to be the solution to a polynomial (which can be efficiently solved using numerical methods). So using resultants would allow us to put the end result into a polynomial.
    I'm pretty sure that as you get more and more variables, with a higher and higher degree, and your coefficients aren't necessarily integers or rationals, then you have to probably do something different. Because at that point, this would be the equivalent of trying to find eigenvalues using polynomials.

  • @BurningShipFractal
    @BurningShipFractal Год назад +7

    I think you should change the channel picture, which is blue “d”, to the fish on 27:50

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

    2:10 Why didn't you plug them into the first equation (x + y + z = 1)?

    • @aze4308
      @aze4308 Год назад +2

      Nevermind, it simplifies to show you the crazy fact that 0 = 0 (mind blown)

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

    Method for solution of multiple algebraic equations is available by software using algorithm to find the Groebner basis.

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

    Loved the video, laughted at the outro 😂

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

    I used basic algebraic identities to solve the first system. The second system though needed way more than that.

  • @lunaticluna9071
    @lunaticluna9071 Год назад +3

    this is really good!! lovely interesting topic, so beautiful and really well explained!!

  • @kylecow1930
    @kylecow1930 Год назад +2

    honestly this is a great exercise, i doubt this is the most efficient method but:
    i got 25/6 by expanding 1=(x+y+z)^4=x^{4}+4x^{3}y+4x^{3}z+6x^{2}y^{2}+12x^{2}yz+6x^{2}z^{2}+4xy^{3}+12xy^{2}z+12xyz^{2}+4xz^{3}+y^{4}+4y^{3}z+6y^{2}z^{2}+4yz^{3}+z^{4}
    which i then split up by coefficients lets call those with a 1 A, 4 B, 6 C, 12 D
    so the equation is now 1=A+4B+6C+12D where we're looking for A;
    to find B =x^{3}y+x^{3}z+xy^{3}+xz^{3}+yz^{3}+y^{3}z by considering (x3+y3+z3)(x+y+z) we rewrite it as B=(x3+y3+z3)(x+y+z)-A=3-A
    to find C = x^{2}y^{2}+x^{2}z^{2}+y^{2}z^{2} we consider (x2+y2+z2)^2 leading to C=((x2+y2+z2)^2-A)/2=2-A/2
    to find D = x^{2}yz+xy^{2}z+xyz^{2} we can factor out an xyz leaving us with just, xyz
    to find what xyz is im not sure if i did the best thing but if you cube 1=(x+y+z) you get x3+y3+z3+3(x2y+x2z+xy2+xz2)+6xyz where the thing in the brackets is just (x2+y2+z2)(x+y+z)-x3-y3-z3 which equals -1 so to find xyz you just have 1=3-3+6xyz, xyz=1/6 so D=1/6
    we then plug that back into the beggining 1=A+4(3-A)+6(2-A/2)+12(1/6) which rearranges to A=25/6

    • @azahorszky
      @azahorszky Год назад +2

      I used the same method and got 61/12, so probably made a slight arithmetic error somewhere. I still like this way because you only need to know how to expand (or use wolframalpha to skip the grind) and then use some clever logic to group and factor the terms and substitute the given values whenever possible.

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

      Yes this is a great method! It hints at the fact that the power sums x+y+z, x^2+y^2+z^2, and x^3+y^3+z^3 can also form any symmetric expression in x, y, and z, just like the elementary symmetric polynomials can.

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

    Awesome explanation. Was wondering if the coefficients such as 3, 4 and 6 obtained can be further generalized in this theorem, using Binomial Coefficients, (i.e binomial theorem with values ³C¹, ⁴C¹, ⁴C²) based on number of variables and respective powers to which they are raised.

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

      Yep! These are related to the so-called multinomial coefficients ( en.wikipedia.org/wiki/Multinomial_theorem )

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

    Watched all the video this deserves a subscribe

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

    For this type of symmetric polynomials there is Newton formulas
    I used them to calculate coefficients of characteristic equation using trace and matrix multiplication

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

    Amazing production

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

    Respect to people who understood that video

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

    When you already know everything the math teacher is saying, so you need something to pass the time.

  • @tedsmith9726
    @tedsmith9726 Год назад +7

    Great video! That's a monster of a method for determining the polynomial in terms of the elementary symmetryic sums though. Is there a computationally faster approach?

    • @diplomaticfish
      @diplomaticfish  Год назад +4

      Not to my knowledge. If you go into the problem knowing about the elementary symmetric sums, I think finding the polynomial is pretty quick. The main difficulty would be finding w^3+x^3+y^3+z^3, which we needed to find the sum of fourth powers. There's a collection of formulas called Newton Sums ( en.wikipedia.org/wiki/Newton%27s_identities ) that helps find these power sums quickly.

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

    In case anyone was wondering, if you have a system of n equations of n variables [a_1…a_n] where the kth is
    Sum { i=1,n} (a_i)^k=k
    following this pattern, the general solution for the sum of (k+1)th powers is 5^(n-1)/(n!)

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

    4+ 1/6
    ie 25/6??
    bro i literally solved using transformation of roots taking 10 mins and u did it in 4 seconds
    big hats off bro

  • @AJ-et3vf
    @AJ-et3vf Год назад +1

    Great video. Thank you

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

    They have a better way to find (sum root^n) = (sum root^(n-1))*s1 - (something). it have only N^2 term, rather than N^n term when you use (s1)^n

  • @frimi8593
    @frimi8593 Год назад +2

    Hopefully you’re still reading comments;
    I was not able to follow the part in the proof that showed that the highest multi degree term has its variables in descending order. I can see how the rest of the proof would follow from that statement, but I don’t see why that’s true for each step of the descent to multi degree 0. After all, because the polynomial is symmetric there must be a term that does not have its exponents in descending order whenever there’s a term in which the exponents aren’t all the same. That term must get subtracted off at some point in the process but by the logic of the proof it can never be the term of highest multidegree. The only solution to this would be if every ordering of ax_1^(e_1)…x_n^(e_n) appears in the product as_1^(d_1-d_2)…s_(n-1)^(d_(n-1)-d_n)s_n^d_n where {e_1,…,e_2} = {d_1,…,d_n} and ax_1^(d_1)…x_n^(d_n) is the highest multidegree term AND no ordering of bx_1^(e_1)…x_n^(e_n) appears in any other subtracted term.
    Now as I was typing this out I actually realized why it is true, but I haven’t formalized it and proving that statement above still feels like an important stage in the proof that got glossed over during the “exponents are always in descending order” Lemma

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

      If I'm understanding your comment correctly, it sounds like you agree with the following fact: If a polynomial is symmetric and contains a monomial like ax1^d1....xn^dn, then it must contain all symmetric variants of that monomial as ax1^en...xn^en, where the e's are a rearrangement of the ds. Thus, at least for the symmetric polynomial we start with, the exponents on the highest multidegree term must be in decreasing order.
      But the key fact is that at each step, we subtract off a product of the elementary symmetric polynomials, so we're subtracting off a symmetric polynomial from our symmetric polynomial. And the difference of two symmetric polynomials is again symmetric. Hence, the same logic we used to argue that the highest multidegree term of the initial polynomial must have exponents in decreasing order can also be used for any of the intermediary polynomials. We also know that the highest multidegree strictly decreases at each step, and any strictly decreasing sequence of nonnegative integers must eventually terminate at 0.
      It sounds like you were initially confused how terms with exponents not in decreasing order could ever get subtracted off. But you realized that they could get subtracted off if the as1^(d1-d2)...sn^dn handled all symmetric variants at once. This is not something that needs to be proven, because we already have a complete proof of the theorem above. Rather, it is a necessary consequence of the fact that we already know we have to end up with a constant.
      However, if you want a proof of that fact independent of the theorem, just note that as1^(d1-d2)...sn^dn is symmetric, so it will contain all symmetric variants of a particular monomial (all with the same coefficient). Hence, subtracting it will get rid of all the symmetric variants of the highest multidegree term all at once.
      Let me know if this answered your question, or if you have further thoughts!

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

      @@diplomaticfish this did indeed answer my question, thank you!

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

    Good content. I really wanted to know a rigurous and intuitive proof of the fundamental theorem of symetric polynomials long ago when I was in highschool because I encountered problems like the ones presented in this video which were really tough to solve to be honest and when I went to the solution of the book they used this theorem which seem very obvious to state, but hard to prove.

  • @arthurmoreira8096
    @arthurmoreira8096 4 месяца назад

    Thank you for such an amazing video!!

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

    Great Video ! quick question : what software did you use to produce this video ? maybe manim ?

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

      Yep, we used ManimCE ( www.manim.community/ )

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

    Wow excelente aporte

  • @mie5953
    @mie5953 Год назад +2

    well done, thanks for such an interesting video

  • @benbookworm
    @benbookworm 9 месяцев назад +2

    I kept waiting for quaternions to make their entrance.

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

    I gave it a go first before seeing the method and did this to get the answer 25/6:
    expanding (x + y + x)^2 = x^2 + y^2 + z^2 + 2(xy + xz + yz)
    solve for xy + xz + yz = -1/2
    expanding (x + y + z)^3 = x^3 + y^3 + z^3 + 3(x + y + z)(xy + xz + yz) - 3xyz
    solve for xyz = 1/6
    expanding (xy + xz + yz)^2 = (xy)^2 + (xz)^2 + (yz)^2 + 2xyz(x + y + z)
    solve for (xy)^2 + (xz)^2 + (yz)^2 = -1/12 (hello complex numbers?)
    then finally expanding...
    (x + y + z)^4 = x^4 + y^4 + z^4 + 4(x^2 + y^2 + z^2)(xy + xz + yz) + 8xyz(x + y + z) + 6[(xy)^2 + (xz)^2 + (yz)^2]
    and solve for x^4 + y^4 + z^4 = 25/6
    think can modify this method by just expanding
    (x + y + z)(x^2 + y^2 + z^2)...
    (x + y + z)(x^3 + y^3 + z^3)...
    but now i look at the systematic way of doing it and it's much easier and idk why i didnt see that initially

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

      Yes this is a great alternative method! If you've heard of Newton's identities ( en.wikipedia.org/wiki/Newton%27s_identities ), they are a more systematic and general set of formulas for carrying out this method.

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

      first time hearing about this method. can see how it's very similar to what i did here in a general form. i just remembered while i was in high school, i was solving one of the waterloo CMC questions in a book i have:
      x + y + z = 0
      xyz = -2
      solve for x^3 + y^3 + z^3
      and used a similar approach here in your problem to solve for it, remembering the strange factoring. but for the 2nd problem you present, it's way more confusing to look at. I could do the same approach probably for that one. Now I think about it, I did do a contest question long ago while in school which involved a polynomial which all x, y, z where all roots of, and wanted to find x^5 + y^5 + z^5 and used the same method by multiplying the variable and subbing it back into itself to find the next sums of powers. I just can't seem to remember where that question was.
      I teach high school math and it's always great for me to be learning new things! thanks for sharing @@diplomaticfish

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

    Very good. I presume that Lagrange had formulated this when he was trying to come with his method of getting formulae for solutions to polynomials.

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

    Great video! Subbed

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

    Newton worked on the symmetric functions 1665-1666 and published Newton's theorem on symmetric polynomials 1707 in his Arithmetica Universalis. This theorem is the foundation stone of Galois theory.

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

    Reminds me of how the trace powers can be used to find a matrix's determinant.

  • @zhato3377
    @zhato3377 4 месяца назад

    2:13 THIS IS RIDICULOUS.

  • @birdbeakbeardneck3617
    @birdbeakbeardneck3617 4 месяца назад

    one week ago watched the 1st 20s of the video so only the first problem and found he answer and didn't check the answer, then went into a rabbit hole exploring symetric ploynomial expressions, what coefficient resulting product of any two basic elementary expressions, and wanted to find out if you always can find solution of sums of powers if you have enough symetrix expressions and if you can determine if you what you have, and got stuck hinking ithas to do with rings complicated combinatorics and partition numbers relted topics.
    i came back today and had a lot adun watching this, from a different solution to the first problem , to the variabkes being roots of single polynomial, to them being written in terms of elementary forms, similar to bases on vector spaxes, and a reduction strategy similar to the shaun substitution lemma for base conversion in vector spaces. also the quality and pacing and the right amount of examples make this even better. keep up the goodwork. i might try to code the algorithm at the end

  • @Bruh-el9js
    @Bruh-el9js Год назад +1

    What an amazing video

  • @RichConnerGMN
    @RichConnerGMN Год назад +3

    omg diplomatic fish!!

  • @hfs-lk5ip
    @hfs-lk5ip Год назад +1

    very neat and will use in comps :D

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

    the editing feels a lot like 3blue1brown but i like it, you put a lot of effort into it

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

      We use more or less his same python library :)

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

      @@diplomaticfish there's a python library that does this?? what people can do with python never fails to amaze me lol, good job on the video regardless

  • @ThanhNguyen-rz4tf
    @ThanhNguyen-rz4tf Год назад

    Thank you. I comment so RUclips would recommend me similar channel.

  • @AryanKumar-vo1ic
    @AryanKumar-vo1ic 10 месяцев назад

    suggested resources to delve deeper into the topic?

  • @rtheben
    @rtheben Год назад +2

    Great stuff dudes

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

    Why is the multidegree dependent on what way you order the variables?

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

      We defined the multidegree to be the number you get when you take the exponent on x_1, then on x_2, then on x_3, etc, until x_n, and concatenate them in that order. The order that x_1, x_2, etc appear in each term doesn't matter, as long as you stick to the aforementioned convention. However, it's easier to read off what the multidegree is if the x's are in the proper order.

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

      @@diplomaticfish it sucks that there isn't a more natural way to order it

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

    Ah yes, inhuman possibly solvable procedural solution.
    Thank god for computers heh

  • @seanhoward7343
    @seanhoward7343 4 месяца назад

    This may not be the point of the video, but I really want to track along with all of the algebra to simplify the initial systems and I am absolutely lost at the 2:30 time-stamp. How does +/- (1-z)*sqrt(-3z^2+2z-3) simplify to 0?!? What am I missing in that step?

    • @seanhoward7343
      @seanhoward7343 4 месяца назад +1

      Ah shoot, nevermind! It clicked, they cancel if you split the fractions up and distribute the coefficients. Back on track!

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

    Is it sufficient to show that products of the symmetric basis polynomials are linearly independent to show the expansion is unique?

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

    damn it's been a year
    can't wait for next video

  • @SakibHasan-ks2fe
    @SakibHasan-ks2fe Год назад +1

    Incredible video

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

    Very nice video! Can I ask what software you're using to make these animations? They were really well done.

    • @diplomaticfish
      @diplomaticfish  Год назад +2

      We used ManimCE ( www.manim.community/ ). It's a community-maintained version of the python library that 3b1b uses to animate his videos!

  • @눈성
    @눈성 Год назад

    Hello, I enjoyed your video. I am a Korean who is not good at English, so I write using a translator. Please understand that there may be awkward parts. In video 05:36, the sum of the left side is 2, the sum of the right side is 0. This is strange. Am I mistaken about something?

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

      I'm not sure how you got that the sum of the left side is 2. The sum of both sides should be zero. Can you explain more?

    • @눈성
      @눈성 Год назад +1

      @@diplomaticfish sorry, I mistook the value of (-1)+(-1)+(-1) for -1😅