Go to LEM.MA/LA for videos, exercises, and to ask us questions directly.
@pflintaryan83364 жыл бұрын
this guy not only teaches but also inspires. The way he explains, it feels nothing in the world is more important. Massive respect!! :)
@samirkhan6195 Жыл бұрын
Thank you, Gauss, for revealing this incredible method to the world, and thank you, @MathTheBeautiful, for explaining it in such a beautifully amazing way.
@mohamedradwan3887 жыл бұрын
I am a computer science student, but I really enjoy watching these lectures to understand terms that I hear all the time, such as Laplacian and Gaussian quadruture.
@ozzyfromspace4 жыл бұрын
This is easily one of the most beautiful methods of numerical analysis 😭❤️
@georgeorourke71567 жыл бұрын
This lecture has a very suttle argument (especially from 4 min 30 on) that initially missed me completely. When you arrived at the point where you had ∫p(x) = ∫r(x) I told myself Ah! now we just need to go back to the previous lecture to solve the integral. I initially was confused why you worried about the zeros of the Legendre polynomials since, by the inner product argument, that integral was zero. I then realized that the whole point of choosing the zeros of the Legendre polynomial was A) because R(x) = P(x) at those points and B) the coefficients ωi of Ln have been calculated once and for all.Therefore the evaluation the integral of p(x) becomes simply the sum ωi * P(gi) where gi are the zeros of the Ln Legendre polynomial - I mention this should someone else have the same hesitation as I did. Last question - at the end of te previous lecture (11:40) you stated that the problem with the method presented in that lecture was the very significant variation in the magnitude of the coefficients. Is the use of the zeros of Ln better because the coefficients have been determined and we do not need to rederive them or is there really less variation - in which case why? As always thank you for a very interesting presentation.
@gideonbuckwalter41287 жыл бұрын
I'm still confused about the professor's argument, so thank you for elaborating. You're saying that not only is ∫p(x)dx = ∫r(x)dx for all x (this makes sense to me), but p(gi) = r(gi) if gi is a zero of Ln, is that right? Why are we so interested in r(x)? From what I've seen you don't have to *do* any polynomial division when you're actually using Gaussian Quadrature to integrate, so I assume it's just part of the proof, but why?
@mengkezhan39196 жыл бұрын
Hi! r(x)-(n-1)th order is at lower order than p(x)-(2n-1)th order. Hence, for (n-1)th order polynomial, we have less coefficients to evaluate. Eg. of p(x) is order 3 (cubic,n=2), we only need to evaluate a linear polynomial r(x) at the same x. According to professor's last lecture (the matrix), only two weights are required as a linear polynomial has only 2 unknown coefficients(r(x)=w1+w2x1). After obtaining the two coefficients, we can always use that to obtain exact p(x) -- also by integrating r(x), we can exactly integrate p(x)
@mengkezhan39196 жыл бұрын
Gideon Buckwalter As for why there is a need to divide by ln(x), it is to construct the orthogonal integral such that ln(x) will have higher order than q(x). Since we want to have lowest order for integration(r(x)), min order for Ln(x) and r(x) would be nth such that q(x) will have lower order than Ln(x)
@User-cv4ee5 жыл бұрын
I was wondering exactly about this. Thanks!!
@Merthalophor4 жыл бұрын
@@gideonbuckwalter4128 I'm guessing you've since figured it out, but I thought I'd answer anyway for possible future viewers. You indeed don't need to do any polynomial division. It's a bit more complicated to argue rigorously, but basically it boils down to this: Remember that we have a set {c_i} and a set {w_i} such that our quadrature for any function is simply the sum of f(c_i)*w_i over all i, no matter what the function is. We know that this quadrature is exact for polynomials of degree
@User-cv4ee6 жыл бұрын
Just WOOOOOW!! How did these mathematicians had the vision to go that far?
@MathTheBeautiful6 жыл бұрын
I always think about this, too.
@adarshkishore66664 жыл бұрын
Thanks, great video! Btw, I think I can give an analogy to explain why the weights behave nice. In one of the previous videos (Why {1,X,x^2} is a terrible basis), you had explained the nice feature of orthogonal basis which makes it less error prone compared to an arbitrary basis. The Legendre polynomials are also orthogonal with respect to the inner product and thus they approximate better than arbitrary non-orthogonally polynomials. That may be the reason why the weights are nicer
@perivarfriborg39163 жыл бұрын
This is beautiful, I'm lost for words.
@stratpap6373 жыл бұрын
You are a very good teacher and you enjoy teaching with your heart!!Congratulations!!
@MathTheBeautiful3 жыл бұрын
Thank you - much appreciated!
@jvdcaki1925 жыл бұрын
Awesome lecture. I studied this at class but I did not understand anything. Your videos are much more interesting
@coffeedotbean3 жыл бұрын
The amount of times I had to pause the video and go hold up hold up hOLD UP FOR A MOMENT
@bernhardriemann3821 Жыл бұрын
how do you get the roots of the legendre polynomials?
@MathTheBeautiful Жыл бұрын
Good question. Numerically.
@grantsmith36532 жыл бұрын
Gotta love Pavel Grinfeld
@MathTheBeautiful2 жыл бұрын
Haha, Gauss did all the work and I get all the love
@grantsmith36532 жыл бұрын
@@MathTheBeautiful did Gauss make this video? No. Did he make Lemma? I think not. I certainly respect Gauss but I'm a huge fan of you and your work independent of Gauss
@konstantinosnikoloutsos34025 жыл бұрын
I understood everything but Legendre polynomials looks really arbitrary. Thank you for your video by the way. You are a special teacher!
@MathwithMing5 жыл бұрын
Konstantinos Nikoloutsps they aren’t arbitrary. Watch the first lecture on the topic. The natural basis functions, {1, x, x^2,...} aren’t orthogonal so we apply the Gram Schmidt procedure to them in order to produce a set of orthogonal basis. And Legendre polynomials are the result
@ozzyfromspace4 жыл бұрын
I’m gonna try this tonight! I’m so excited to code this marvelous idea from scratch 😊🔥🙏🏽🎊❤️💯🙌🏽😭👏🏽🥳
@CJMilsey7 жыл бұрын
What an awesome idea!
@User-cv4ee5 жыл бұрын
Great teaching, good video editing! Perfect
@MesbahSalekeen2 жыл бұрын
p(x) is the polynomial that we are trying to integrate, r(x) is the remainder. What about f(x)?
@georgeorourke71567 жыл бұрын
I am guessing that number theory may have guided Gauss in the derivation of this method. The idea of "dividing" by Ln may have come from two numbers being equal mod something - in this case mod Ln....just an afterthought.
@shifagoyal82213 жыл бұрын
Logically buildinging concepts step by step.Upload more videos.
@TeamNolex24 күн бұрын
Danke!
@cantkeepitin7 жыл бұрын
Is there also an optimum rule if we only assume continuity, like |x|? How much we can gain over rectangular rule with equidistant samples of same weight? Or whay about integration from a to inf.
@lafeikconta11564 жыл бұрын
Incredible explanation. Loved it
@g7sky6 жыл бұрын
it took me a min to get the Joke at 1:33 nice move lol
@jameswilson82706 жыл бұрын
I couldn't figure it out
@MathTheBeautiful6 жыл бұрын
The spin move.
@jameswilson82706 жыл бұрын
@@MathTheBeautiful Oh ok, I was looking for something in the content that related to basketball. Nice lecture, by the way. Gaussian quadrature is awesome!
@iphykelvin86984 жыл бұрын
I have a question. Why can we use this for any interval of integration [a,b] and not for only [-1,1]. Thanks
@marsag31184 жыл бұрын
You can map any interval to [-1, 1] but you have to use that one because that’s the interval over which the orthogonality for Legendre polynomials holds.
@hemnathl4 жыл бұрын
First of all thanks for the lecture sir. can any one please explain why we should choose polynomial of degree 2n-1.
@alexcwagner3 жыл бұрын
The idea is that you have some function that isn't really a polynomial at all, but can be approximated by a polynomial if you choose a high enough degree. I don't think there's anything particularly magic about it being of an odd degree (since 2n-1 is odd), but that's just how the algorithm works out. If you thought your function was well-approximated by a 4th degree polynomial, it'll work just fine as a 5th degree, so go with n=3.
@kadrikocer50214 жыл бұрын
Thank you, Carl Friedrich Gauss .
@kottelkannim49194 жыл бұрын
Don't forget the apostle :-)
@moritzbecker57033 жыл бұрын
Thank you very much for your wonderful lecture. I wish I was one of your students.
@MathTheBeautiful3 жыл бұрын
Thank you for the kind words and you *are* one of my students :)
@moritzbecker57033 жыл бұрын
@@MathTheBeautiful You are right, Sir :)
@DiegoM1495 жыл бұрын
Thank you so much for this video !!!!
@piyushbishi6588 Жыл бұрын
Brilliant
@OnTheThirdDay7 жыл бұрын
That was pretty cool.
@nanfengliu10277 жыл бұрын
what a smart idea to use Legendre polynomials.
@B904-b4z6 жыл бұрын
Kind of understand an example would of really helped
@MayankGoel447Ай бұрын
This was really elegant!
@evanparshall13234 жыл бұрын
In the previous video, you used 4 points to integrate up to a 3rd degree polynomial. Why is it now that you use n points to integrate up to a 2n-1 polynomial?
@MathTheBeautiful4 жыл бұрын
Well, that's the brilliance of Gaussian elimination. There are few of them, but they are very cleverly placed.
@alexcwagner3 жыл бұрын
[Note: I'm answering this question mostly because trying to explain it will help me understand it better, myself.] He explains it pretty well, but you might need to watch it a few times to see where the trick is. The idea is that he takes a 2n-1 degree polynomial and re-represents it as the product of an n degree and an n-1 degree, plus some n-1 degree. But, since he chose the n degree to be a Legendre polynomial, and since an n degree Legendre polynomial is orthogonal with all polynomials of lower degree, we know that that part of the integral is zero, so we only need to calculate the integral of the remaining n-1 degree polynomial, and for that, we only need n points. TL;DR: He used Legendre polynomials to reduce the problem from a 2n-1 degree polynomial to an n-1 degree polynomial.
@cem34062 жыл бұрын
Thank you for that great lecture :)
@MathTheBeautiful2 жыл бұрын
Thank you! Part of the credit belong to Gauss.
@oberonthefirst88867 жыл бұрын
awesome
@lovemath9807 ай бұрын
I thank you for the video. But honestly it did not tell the whole story. Gauss found what we now call the Gaussian quadrature for polynomials of order up to 7, using continued fraction (according to Wikipedia). Then, Jacobi discovererd the connection between Gauss points (x_i) and roots of Legendre polynomials. So, Gauss did not use linear algebra!