Kepler’s Impossible Equation

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 440

  • @WelchLabsVideo
    @WelchLabsVideo  Місяць тому +29

    Now is a great time to have a fresh look at this video’s sponsor KiwiCo - head to www.kiwico.com/welchlabs and use code WELCHLABS for 50% off your first monthly club crate or 20% off your first Panda Crate.

    • @stopper0203
      @stopper0203 Місяць тому +1

      Will your book be shipping outside America?

    • @Anon54387
      @Anon54387 Місяць тому +1

      I just factor out the E, set 1-e*sin to zero and call it a day.

    • @TheDavidlloydjones
      @TheDavidlloydjones Місяць тому

      @@Anon54387
      But be sure to make allowance for the fact that the kiwis are all upside down.
      Since -0 = 0, this is very often a wash.
      Also watch out for leap years. 2400 CE is going to be another weird one.

  • @revenevan11
    @revenevan11 Місяць тому +309

    As a space nerd who loves this sort of math, I'm astounded that I never realized how central Kepler's equation was to the historical development of calculus!

  • @akaHarvesteR
    @akaHarvesteR Місяць тому +572

    Oh man this brings back memories.
    KSP used three different methods to compute E. The Newton-Raphson method actually turned out to be very unreliable for several cases, and would often blow up.
    What worked pretty well was a binary partitioning method, where you start with a large correction and half the search space at each iteration. It was slower to converge, but almost always found a decent solution.
    There was also a dedicated solver for extreme eccentricities, and of course another one for hyperbolic cases.

    • @Tuned_Rockets
      @Tuned_Rockets Місяць тому +40

      Woah it's the man himself!

    • @VeganSemihCyprus33
      @VeganSemihCyprus33 Місяць тому +3

      You don't need to solve it, and that's how it is solved 👉 The Connections (2021) [short documentary] ❤

    • @ionre24
      @ionre24 Місяць тому +32

      I was wondering how you knew this and then I saw your username.
      I was working on a 2d orbital space game a few years ago and I wondered how KSP calculated orbits, and I guess now I know :)

    • @Bizob2010
      @Bizob2010 Місяць тому +7

      Woah :D.
      Would you approach it any differently today?

    • @jmr5125
      @jmr5125 Місяць тому +15

      Do you remember under what circumstances Newton's method failed to converge for elliptical orbits? I know that hyperbolic orbits are problematic, especially with high e, but I'm surprised that Newton's method would ever fail for elliptical orbits.

  • @QuantumHistorian
    @QuantumHistorian Місяць тому +299

    3:00 That's slightly off: the orbit is a parabola only at exactly e=1. For greater values of e it's a hyperbola. Not that having the right name for the right conic section is all that important here.

    • @PhoenixEditz69
      @PhoenixEditz69 Місяць тому +10

      Well coincidentally, our teacher today began teaching about parabola and when he said
      for e=1, locus is parabola
      There i got confused because in the video he mentioned something else😅

    • @isaacclark9825
      @isaacclark9825 Місяць тому +6

      @@PhoenixEditz69 If I recall correctly, a completely different approach is used for hyperbolic orbits. Parabolic orbits, which require e is exactly 1 are as rare as perfect circular orbits. We don't use Kepler's equation for that either, because we don't have to solve for E (eccentric anomaly) to get the true anomaly. We get the true anomaly directly from a much simpler equation.

    • @PhoenixEditz69
      @PhoenixEditz69 Місяць тому +1

      @@isaacclark9825 yeah i also think in actual life parabolic trajectories are rare as nothing is perfect and hyperbolas are more relevant
      I dont know if im correct but this could also be the reason why we study hyperbolic geometry and spherical geometry at higher level
      I haven't seen many people talk about parabolic geometry specially being a high school student😅
      Most of college stuff like multi variable calculus, differential equations, and astrophysics i have learnt through YT videos
      So finding right stuff sometimes become tricky
      Like why eccentricity can't be zero
      But rather it tends to zero🤔
      Though visualy it seems correct but mathematically it's counter-intuitive

    • @bobbyheffley4955
      @bobbyheffley4955 Місяць тому

      ​@@isaacclark9825e=0 for a circle

    • @JustRob96
      @JustRob96 Місяць тому

      @@isaacclark9825 ​​⁠​⁠​⁠”we get the true anomaly from a much simpler equation” - Yes, it’s on the screen at 09:07! Barker’s goes direct from true anomaly to time for parabolic orbits, with analytical solutions in both directions. Because the comets have such a high eccentricity, they can be approximated with a parabolic close to the Sun - hence Halley’s method mentioned at this point in the video
      For hyperbolic orbits you are right, we have a different equation, but it is similar in that it is also transcendental and requires similar numerical techniques to solve

  • @andrewmccandliss399
    @andrewmccandliss399 25 днів тому +42

    Using e for eccentricity is evil. Seeing a formula with e^n in it where e isn't euler's number shakes me to my core

    • @VerrouSuo
      @VerrouSuo 16 днів тому

      i do a lot of disk work in astrophysics and we use capital Σ as a parameter (surface mass density) and im still not used to it

    • @andrewmccandliss399
      @andrewmccandliss399 16 днів тому

      @@VerrouSuo That is weird, usually I see lowercase sigma for surface density. Using capital greek letters as parameters is very weird

    • @VerrouSuo
      @VerrouSuo 16 днів тому

      @ i always supposed its because lowercase σ is the stefan-boltzmann constant, but ive also always used σ_b for that anyway
      (incidentally its also the standard deviation, but while that comes up all the time when you analyze data, i never actually have to write it symbolically)

    • @CepheusMappy
      @CepheusMappy 15 днів тому

      Some use ε as eccentricity though...

    • @andrewmccandliss399
      @andrewmccandliss399 15 днів тому +1

      @@CepheusMappy Yes. That's what I've always seen used. It's an e without being the symbol for euler's number essentially.

  • @marcorademan8433
    @marcorademan8433 Місяць тому +136

    Keplers algorithm resembles a control system closed loop in discrete steps, where the error signal is fed back with a proportional gain of 1. Some gains can make the closed loop unstable. This is an early version of a P-controller! You can analyse stability in terms of the z-transform of the open and closed loops.

    • @logickedmazimoon6001
      @logickedmazimoon6001 Місяць тому +9

      so you can make a block diagram for this equation interesting.

    • @paramdandekar562
      @paramdandekar562 Місяць тому +3

      yeah lol when i saw that part that's exactly what I thought of too! now this has me wondering if newton's method can be expressed in control system terms too

    • @jaspervandenbosch3838
      @jaspervandenbosch3838 Місяць тому +1

      ​@paramdandekar562 It would be a PD method, since it involves both the output value at the time step (P) as well as its derivative (D)

    • @paramdandekar562
      @paramdandekar562 Місяць тому +1

      @@jaspervandenbosch3838 not exactly though right? PD is when U(s)/E(s) = Kd*s + Kp, whereas Newton's method has the derivative divided by the value?

    • @jaspervandenbosch3838
      @jaspervandenbosch3838 Місяць тому +1

      @paramdandekar562 Yeah, you're right it's not really a PD. I think it should be possible to express in terms of a control scheme though

  • @cheesedmacaroni
    @cheesedmacaroni Місяць тому +2042

    I have a beautiful solution to Kepler's equation, but it could not be contained within the margins of this comment section

    • @thesmartstickguy1145
      @thesmartstickguy1145 Місяць тому +113

      I get that reference

    • @sajjadakbar6649
      @sajjadakbar6649 Місяць тому +10

      Good Now i will look for your proof

    • @mrfarts5176
      @mrfarts5176 Місяць тому

      Ou must understand that Einsteins equations but be run assuming a flat earth. Well done...

    • @VeganSemihCyprus33
      @VeganSemihCyprus33 Місяць тому +6

      You don't need to solve it, and that's how it is solved 👉 The Connections (2021) [short documentary] ❤

    • @thesmartstickguy1145
      @thesmartstickguy1145 Місяць тому +12

      @@VeganSemihCyprus33 Lol. It's still an unsolved problem. Did you not watch the video?

  • @-_Nuke_-
    @-_Nuke_- Місяць тому +84

    I honestly think that this is one of the best channels in all of the internet, not just UA-cam.
    I feel blessed everytime I venture in the minds of the geniuses of our past.

    • @VeganSemihCyprus33
      @VeganSemihCyprus33 Місяць тому +1

      You don't need to solve it, and that's how it is solved 👉 The Connections (2021) [short documentary] ❤

    • @OrangeDurito
      @OrangeDurito 28 днів тому +1

      There is one guy named Michael MacKelvie who makes videos about sports which is at par with with the research, narrative style, and animation of this channel. That is also brilliant. Check it out!

  • @TristanPopken
    @TristanPopken Місяць тому +119

    I remember trying to solve this before knowing it was a famously difficuly/impossible problem, got to the exact form of M=E-esin(E), though with different variable names, and tried to use the taylor series to make an estimate. Worked well for low eccentricities, but lets not even talk about the high ones haha. Great video about this topic, so here is a comment for the algorithm :)

    • @maxmn5821
      @maxmn5821 Місяць тому +20

      Similar thing happened to me with x+log(x)=0
      For a while I refused to acknowledge the problem - this was just a boring heat exchanger, after all. Until wolfram alpha convinced me

    • @andrewzhang8512
      @andrewzhang8512 Місяць тому

      @@maxmn5821 lambert w function moment

    • @unflexian
      @unflexian Місяць тому

      ​@@maxmn5821similar experience, banging my head against a wall trying to invent the Lambert W function until i heard about it in a blackpenredpen video

    • @Sluppie
      @Sluppie Місяць тому +10

      Same. I was working on a programming project that needed to model orbits. The idea was that you had a "time slider" that you could move back and forth like a scroll bar to make the planets move around the star. I also needed to have a rocket ship that could apply thrust at specific points in time to alter orbits and transfer between different planets and the star. I thought that E would be an easy solve.
      I thought...
      I eventually just ended up taking the idea of a binary search tree and applying it to E, so that I could find it out via brute force. It worked pretty fast since I was using a computer, so I didn't worry about it too much beyond that.

    • @darrendrapkin4508
      @darrendrapkin4508 26 днів тому +1

      @@Sluppie I think you have discovered that simple, stable, numerical methods are preferable to more advanced ones, on a computer. I know someone who took thousands of terms of the Taylor Series for sin(x) to examine it for convergence. He found that even the error on a sine wave is a sine wave!

  • @Rubrickety
    @Rubrickety Місяць тому +26

    This Kepler series has been superb. (And let’s all take a moment to thank Grant Sanderson for making Manim open source! Its signature look and power is all over UA-cam these days.)

  • @MathwithMing
    @MathwithMing Місяць тому +40

    (Edit: the last paragraph)
    Superb work!! It always baffles me that Lagrange inversion isn't a standard topic in Calculus courses in universities. Most equations in science and engineering are "impossible" to solve in the sense that no closed-form solutions exist. Yes, we have powerful computers to quickly obtain highly accurate numerical solutions, but an approximate, analytic solution gives a much better qualitative picture. (perhaps it is difficult to justify convergence at elementary level, i.e., without complex analysis, but the inversion technique is just too good to miss out!)
    And thank you very much for providing reference btw. I'd like to add one more: Theory of Functions of a Complex Variables, by Soviet mathematician Alexei. I. Markushevich, translated by Richard A. Silverman. It has an extensive treatment on the technique of inversion of power series. In particular, the power series solution to Kepler's equation is covered in Example 3, page 99, Volume II. Markushevich's treatise is also extremely thorough (more so than western classic such as Ahlfors) and is the standard reference on complex analysis in the Russian-speaking world.
    PS. For those who wish to learn about Lagrange inversion but without a background in complex analysis, see pp151-155 Art.125,126 of the book "an Elementary Treatise on the Differential Calculus; Containing the Theory of Plane Curves, with Numerous Examples" by Benjamin Williamson. It is an old book and is available on the Internet Archive.

  • @qadirtimerghazin
    @qadirtimerghazin Місяць тому +262

    While watching the part about Kepler’s numerical approach, I thought “That’s what the Newton(-Raphson) method is for…” Turns out Newton came up with it specifically for this equation!

    • @VeganSemihCyprus33
      @VeganSemihCyprus33 Місяць тому +1

      You don't need to solve it, and that's how it is solved 👉 The Connections (2021) [short documentary] ❤

    • @oniondeluxe9942
      @oniondeluxe9942 Місяць тому +2

      I experienced exactly the same thoughts. 😮
      It’s so sad when I realize I have learned so many things through life, and still, my life is a failure.

  • @giannisr.7733
    @giannisr.7733 23 дні тому +2

    WAIT A MINUTE. I remember watching your whole series on imaginary numbers back when i was 16 and I knew nothing about them. You sparked my joy for maths and now here i am 6 years later struggling with my elecrtical engineering degree :(

  • @tomerpeled8922
    @tomerpeled8922 Місяць тому +415

    I solved it actually. Will post proof in a sec

    • @platymusPrime
      @platymusPrime Місяць тому +107

      It’s true, he showed it to me last night

    • @DevangPatil-i9f
      @DevangPatil-i9f Місяць тому +71

      It's true my professor told me about him

    • @Bombito_
      @Bombito_ Місяць тому +14

      ​@@platymusPrime¿In a dream with a Indian god?

    • @ryanschneer
      @ryanschneer Місяць тому +50

      Ok Fermat

    • @maloxi1472
      @maloxi1472 Місяць тому +16

      It's been 676 seconds 😢

  • @VaraNiN
    @VaraNiN Місяць тому +21

    16:52 Laplace such a good physicist he still attends lectures 4 years after his death :P

    • @lethargogpeterson4083
      @lethargogpeterson4083 Місяць тому +5

      Now THAT is dedication to accuracy. Your ghost is running out of academy meetings to issue errata.

    • @jannegrey
      @jannegrey Місяць тому +1

      And lot of dedication from Cauchy, given that he was abroad - banished from France at the time.

  • @thai-cheese
    @thai-cheese Місяць тому +3

    Watching this two weeks into a complex analysis course would add do much motivation

  • @janisir4529
    @janisir4529 Місяць тому +13

    A function not having analytic solution is indeed a good reason why it's hard to solve.

  • @siddharth-gandhi
    @siddharth-gandhi Місяць тому +17

    Bro is single handedly bringing back the science in science education channels on YT, nothing but bravos to you! Always excited to see what you teach nexy

  • @BernardLowe-v1w
    @BernardLowe-v1w Місяць тому +5

    Oh, man! Believe it or not, I just started taking a course on Numerical methods recently and only 2 days before, I had a lecture on the Newton-Raphson method in class. AND, I just started learning python animations with Manim! That's how you make your videos, right? You chose the perfect time to drop this, lol. I am starting to see just how much code and time you need to devote to get these beautiful animations. Thanks for the great vid!

  • @SpectatorAlius
    @SpectatorAlius 25 днів тому +5

    There is no mystery here.. Th\ss equation, like many others in physics, has no *closed form* solution. But we live in the era of computers, so we can approximate is numerically, something Kepler could do only in simple cases.

  • @benruniko
    @benruniko 14 днів тому

    I love your video on imaginary numbers. It helped me gain the intuition needed to work with them.
    I think one reason we may never find a perfect solution to Kepler’s equation is the fact there is no perfect formula to draw an ellipse. You can easily plot a circle with a single function but true ellipses… not to much. Not without multiple steps, iteration or some approximations. It would be very cool to discover one some day though

  • @Altair705
    @Altair705 Місяць тому +4

    My favorite method to solve it is the Halley method. It's similar to the Newton-Raphson method but also takes into account the second derivative, which makes the convergence faster. Generally speaking, that method is not very popular because the extra calculations needed to get the second derivative tend to offset the faster convergence, but in this case the second derivative of "E-e.sin(E)" is just "e.sin(E)", so no extra calculation is needed.
    In the end, the Halley method appears to be more efficient in the case of the Kepler equation, which makes me wonder why it's not more popular.

  • @SolarAlmanac
    @SolarAlmanac Місяць тому +2

    Ahhh, thank you so much. If only I had known all this when I started writing my astronomy code in high school :)
    PS. Last year I found Kepler's Equation in a strange place… in a _gardening_ problem.
    Given a length of chicken wire: Form the chicken wire into a circular arc (less than 2π radians) and place the ends against a straight exterior wall of the house. How large a sector of the circle (call it 2θ) should I use to maximize the enclosed area? … Well, when θ − sin θ appeared in the derivative, I said "No no no! That's Kepler's equation and can't be solved explicitly." By this time I knew better than to try! So I graphed it, and π/2 looked good, so I plugged it in, and yada yada yada the answer is: Semicircle.

  • @markuswx1322
    @markuswx1322 Місяць тому +2

    Years ago when learning how to compute implied interest rates and future cash flows based on the present value of an investment, I had no idea how closely these were related to fundamental problems in mechanics and other fields. Thanks for a very informative video.

  • @Calcprof
    @Calcprof Місяць тому +3

    Ah, playing with Gil Strang's Introduction to Applied Mathematics. I taught from this book many times in the 1990s.

  • @yan.weather
    @yan.weather Місяць тому +1

    So good to have these content… keeps studies exciting and broadens the context of material

  • @carultch
    @carultch Місяць тому +4

    I stumbled upon this equation when trying to solve the exact same thing, for a recent Walter Lewin problem about the transfer orbit to Mars. I wanted to make a Geogebra animation that showed the path of the rocket as a function of time, with Earth and Mars taking circular orbits at the same time. I derived the equation of this form, and realized there was no analytic solution, and implemented a first order use case of Newton's method to solve it.

    • @zimriel
      @zimriel 28 днів тому

      For my part I was trying to backtrack Mars' orbit (which is elliptic) from a point where the planet and my spacecraft would meet. I succeeded... some of the time.

  • @isaacclark9825
    @isaacclark9825 Місяць тому +1

    Wow. I have worked with this equation since I was a high school lad, even up until last year when I implemented a solution (for low eccentricitry orbits) in software last year I expected that the subject would interest only about four UA-cam viewers, but you have done much better than that!!

  • @maitland1007
    @maitland1007 Місяць тому +5

    This was really great. The only thing Id want more of is more explanation of the history/derivation of the equation. Maybe another video?

    • @WelchLabsVideo
      @WelchLabsVideo  Місяць тому +7

      I cover some of this here! ua-cam.com/video/Phscjl0u6TI/v-deo.html

    • @maitland1007
      @maitland1007 Місяць тому +2

      @@WelchLabsVideo Thanks.. just watched the first one.. my reaction is.. WOW!.. so amazingly well done! thanks!

    • @kellymoses8566
      @kellymoses8566 Місяць тому

      Veritasium has a good video about this.

  • @euromicelli5970
    @euromicelli5970 Місяць тому +13

    Not explicitly mentioned I presume for simplicity reasons, the Newton-Raphson method relies on the derivative of the function (see if you can spot it 7:03), which of course Kepler did not have but Newton very much did. Newton-Raphson remains to this day a very practical and useful numerical method (although it’s not the only one and it doesn’t work well for every kind of equation).

  • @ivoryas1696
    @ivoryas1696 Місяць тому +1

    10:20
    That... was pretty nice! Good point!
    I've honestly want to someday construct a mechanical integrator for similar purposes. 😅

  • @cameronspalding9792
    @cameronspalding9792 8 днів тому

    If we let f(E) = E-e*sin(E), then
    f(M-1)= (M-1)-e*sin(M)

  • @deer001
    @deer001 Місяць тому

    After watching your complex number series, I felt heartbroken that you stopped posting.I didn't even know you were back until a short of yours popped up!
    So glad you are back! Take love❤

  • @aljawad
    @aljawad Місяць тому

    Ahh, this brings back so many fond memories of my first experience in programming. Some 50 years ago when I started to plot cometary positions based on their orbital elements, I used a programmable calculator to hunt for the value of E, basically using iteration (my first Hewlett Packard calculator had only 49 steps). Eventually when I acquired my first computer (an Apple II), I wrote dedicated programs (initially in Basic, then Pascal) to tabulate an ephemeris of the positions. A fascinating book on the subject is Peter Colwell’s “Solving Kepler’s Equation”, which I highly recommend 👍🏼

  • @liamhagan4434
    @liamhagan4434 Місяць тому

    Hey man, really excited about the imaginary numbers book. Your series on imaginary numbers in 2016 was extremely impactful to me then and now. I still think about those videos often, and can’t wait to have this book in my possession!!

  • @phenixorbitall3917
    @phenixorbitall3917 Місяць тому +2

    Tbh...Cauchy is a real beast!
    This guy was disrespectacularly smart - no kidding

  • @ErwanLeGac
    @ErwanLeGac 25 днів тому

    You're reminding me my first steps in programmation (in BASIC!), when I tried to make a program to calculate the position of the planets...

  • @jedswift
    @jedswift 26 днів тому

    Fascinating history of a real problem being investigated by some truely awesome intellects. As an engineer, I just used dA/dt = C to estimate the position vs time on an orbital trajectory of a spacecraft in a geostationary transfer orbit from low Earth orbit. I just divided the orbit into 1º slices assuming straight lines for every slice resulting in an ellipse with 360 sides, made of triangles all with an easily calculatable areas summing to the total area of the eclipse. Linear interpolation on the little line segments worked just fine for positions not on even degrees. Turned out to be accurate within a second of the actual ~12 hr orbital period. All hail Excel :-).

  • @swamihuman9395
    @swamihuman9395 Місяць тому +3

    - I can't love this enough! :)

  • @Nabla_Squared
    @Nabla_Squared Місяць тому

    I love so much your videos, your style, explanations and the topics you choose are simply perfect. Excelent work!

  • @dendarius9906
    @dendarius9906 Місяць тому

    Kepler is one of my favorite. His equations are remarkable. Dark matter seem to enforce both his law of equal distance over equal time and newton law.

  • @ivicasmolic2221
    @ivicasmolic2221 Місяць тому

    Small remark: in order to get series in e via Lagrange inversion theorem, mentioned in the video cca 13:00, it is convenient to choose f(E) = (E-M)/sin(E) (note that f is analytic around M and f'(M) = 1/sin(E) is not zero) and look at the equation f(E) = e.

  • @astronomianova797
    @astronomianova797 3 дні тому

    Prussing and Conway's Orbital Mechanics book suggests using the Laguerre algorithm. I used it years ago when I wrote programs for astrodynamics. The Laguerre method was meant for solving polynomials of degree n. Although Kepler's Equation is not a polynomial, you can just use n=4, 5 or 6 and run the iterations. I verified what was said in the book; it converges quicker than Newton's method and converges for any initial guess (a bad first guess in Newton's method may lead to no convergence).

  • @EtotheFnD
    @EtotheFnD 23 дні тому +1

    Is okay to admit i enjoyed watching this entire video, shared the video to a discord I am in, but have NO IDEA HOW THE MATHEMATICS WORK?

  • @Locateson
    @Locateson 26 днів тому

    Bessel functions bring back happy memories, I wrote a planetary system simulator some time in 2002 and used that stuff extensively.

  • @fg786
    @fg786 Місяць тому +3

    5:13 Something is off with your line for M = 77,7°. It intersects the white curve at E >120° but when you zoom in the whole graph is shifting. It looks too low to be the value for E close to 90°. So it's up to you to figure out what's wrong here.

  • @officialjfendi
    @officialjfendi Місяць тому

    Amazing video! I'm actually taking a grad-level orbital mechanics class right now and had to implement a bunch of these algorithms that you mentioned in the video, this explains it in a really nice and conceptually palatable way so nice job :D. Such a fun topic haha

  • @exponentmantissa5598
    @exponentmantissa5598 Місяць тому

    Well done. I always like your stuff. - Retired Engineer

  • @StuartJdAntoine
    @StuartJdAntoine 17 днів тому

    E simplify in a scalar matrix to -sin(e) since that returns standard deviation of a log variance for any index in E. If E is an empty set, it returns -1.

  • @costbubbles8336
    @costbubbles8336 Місяць тому +1

    ive been waiting for this video for so long after seeing the yt short

  • @JustRob96
    @JustRob96 Місяць тому

    Here’s a fun idea. Imagine taking the Newton-Raphson method, and upgrading it to use higher order derivatives too. In general I believe this is known as Householder iteration.
    The trouble with this is that in order to use it, you have to compute those higher order derivatives. The rate of convergence for each iteration is higher, but the workload per iteration increases as well.
    Sometimes it can be worth it. For example, there’s a 2014 paper by a man named Izzo who uses this to solve Lambert’s problem from the field of… orbital mechanics! Suppose you have two position vectors of an asteroid and the times of measurement, can you calculate what the asteroid’s orbit must be? That’s Lambert’s problem

    • @zimriel
      @zimriel 28 днів тому

      Altair 705 here has pointed out that the second derivative is Halley's method, which here is just... e sinE.

  • @josephyoung6749
    @josephyoung6749 Місяць тому

    Didn't understand this the first time through but will watch again

  • @zeFresk
    @zeFresk Місяць тому

    This was so beautiful I almost teared up. Thank you for posting this video.

  • @0cgw
    @0cgw 27 днів тому

    If confronted with this equation I would rewrite it as a fixed point equation: E=f(E) where f(E)=M+e sin E. For e1 (hyperbolic orbits), we have E=g(E) where g(E)= sin⁻¹ [(E-M)/e] and the same approach should work at least if e is sufficiently large.

  • @patriciodasilva7902
    @patriciodasilva7902 26 днів тому

    Using Newton's method, we solved Kepler's equation for the given mean anomaly and eccentricity . The resulting value for the eccentric anomaly is approximately .
    This iterative method finds by gradually refining an initial estimate until it converges within a set tolerance, giving us an accurate solution for the position of the planet in its orbit.

  • @cparks1000000
    @cparks1000000 Місяць тому +3

    The Lagrange Inversion Formula looks super complicated but it's just Taylors Theorem at f(a) plus "calculating" the (higher) derivative(s) of the inverse function (i.e., prove that $(f^{-1})^{(n)}(f(a))= \lim_{x \to a} (d/dx)^{n-1}[(x-a)/(f(x)-f(a)]$)

  • @iccuwarn1781
    @iccuwarn1781 Місяць тому

    Fantastic video! You made the convergence of Taylor series so clear and easy to understand! =)

  • @jonquil3015
    @jonquil3015 Місяць тому

    Unbelievably good presentation!

  • @pizza8725
    @pizza8725 25 днів тому +1

    I might of done a mistake that simplified the problem bc I just solved E based on M
    The formula is E=-i*ln(-(2W(1÷2-e^(iM)÷2)-1)
    Where W is the W lambart function and i is the imaginary unit

  • @tune490
    @tune490 Місяць тому

    This is an amazing video! Thank you Stephen :D

  • @sage5296
    @sage5296 28 днів тому

    I remember I once tried to program in planetary motion based primarily on Kepler's law and subsequently gave up after several hours of trying. Fun times lol

  • @Elektrolite111
    @Elektrolite111 Місяць тому

    It would be nice to see a deep dive into the radius of convergence

  • @harryh4398
    @harryh4398 24 дні тому

    I thought this would be impossible for me to follow but apart from the first 22 mins and 41secs, it really wasn't too bad.

  • @itzmetanjim
    @itzmetanjim 13 днів тому

    4:15 it does work, the absolute value of the error is reducing , even though the sign is flipping. this is still converging (much more slowly though)
    edit: he said 'does not work *at all* "

  • @regulus8518
    @regulus8518 Місяць тому +3

    please do a video like this on the history behind runge kutta methods ode45 etc for differential equation solution ... it was very interesting to learn context behind newton raphson and how and why it was developed, it is used in electrical engineering for something called load flow analysis and allows for things like economic dispatch and maintainence on the grid without swictching the entire thing off

  • @xanterrx9741
    @xanterrx9741 Місяць тому

    Great video , thanks for making it

  • @pikkisir4664
    @pikkisir4664 Місяць тому +1

    I love your videos a lot

  • @icenarsin5283
    @icenarsin5283 Місяць тому

    Awesome video.... Thank you!

  • @bobnobrain
    @bobnobrain Місяць тому +1

    Yay it's finally out!!

  • @qadirtimerghazin
    @qadirtimerghazin Місяць тому +7

    8:57 “high curvature causes Newton's method to overshoot the correct answer” I assume this also refers to 6 iterations, as it was for the Kepler’s method? I wonder how many more NR iterations are actually needed to converge? In fact, if it’s done manually without a computer, it seems to me that it would be easier and faster to do a few more NR steps than compute all those really complicated series…

    • @jmr5125
      @jmr5125 Місяць тому

      @qadirtimerghazin Yes, Newton's method will generally converge -- sometimes it requires extra iterations.
      However, based on other comments in this video, there are specific enough values for which Newton's method *won't* converge, no matter how many iterations you use. When / how this occurs I do not know although I strongly suspect it has to do with eccentricity values close to (but below) 1 and a very poor initial guesses for E.

    • @qadirtimerghazin
      @qadirtimerghazin Місяць тому +1

      @@jmr5125 I didn’t have time to investigate this in detail, but our future overlord GPT 4o said that “Newton-Raphson method is widely used for solving Kepler’s equation because it converges very quickly for small and moderate eccentricities. For high eccentricities and problematic initial guesses, however, alternative or hybrid approaches might be necessary to ensure reliable convergence.”
      As a computational chemist, I’ve dealt with many cases when the NR method frustratingly just couldn’t converge trying to find a critical point on a highly multi-dimensional molecular potential surfaces, but it’s quite interesting that even this seemingly simple function can be challenging for the NR method…

  • @karlll3321
    @karlll3321 21 день тому +2

    ?? just divide by 1-e sin

  • @unflexian
    @unflexian Місяць тому

    zetamath video about analytic continuation is focused on the subject of the radius of convergence in the complex plane, and it's fantastic!

  • @PrimordialOracleOfManyWorlds
    @PrimordialOracleOfManyWorlds Місяць тому

    fantastically fascinating.

  • @amorphant
    @amorphant Місяць тому

    The music really adds gravitas.

  • @michaelpieters1844
    @michaelpieters1844 Місяць тому

    Amazing video! Where did you get all this information? Which sources did you consult or did you go to the original works of Kepler, Newton, Laplace ... themselves?

  • @lorenwilson8128
    @lorenwilson8128 Місяць тому

    Hailey expanded Newton's method to use the second derivative to correct for under or overshoot. It will converge significantly faster.

  • @wjalp
    @wjalp Місяць тому

    Kepler's method is very smart! 6:00 :))

  • @ruperterskin2117
    @ruperterskin2117 Місяць тому

    Cool. Thanks for sharing.

  • @saxtant
    @saxtant 25 днів тому

    It's equivalent to conservation of angular momentum, ellipse or circle, the energy is the same.

  • @rgerk
    @rgerk Місяць тому

    Maybe the solution will come if you use rational trigonometry, changing angles for spreads and distances for quadrances, avoiding square roots and transcendental functions.

  • @witsued
    @witsued Місяць тому +2

    Edmond Halley, like rally. J.K. Rowling, like bowling.

  • @tgrey_shift..mp334
    @tgrey_shift..mp334 26 днів тому

    The error correction portion reminds me of Bayes Theorem!
    Maybe its related to that some way?

  • @alliknowissuperposition2848
    @alliknowissuperposition2848 Місяць тому

    Finally, after a lot of teaser 😅

  • @einfisch-z9f
    @einfisch-z9f Місяць тому

    I understood nearly nothing but this sounds very interesting and important

    • @ExistenceUniversity
      @ExistenceUniversity 16 днів тому

      I don't understand why people are so proud of not understanding such that it needs to be shared. Did you try pausing and following along with a pen and paper? Why openly admit you don't understand?

  • @RickyMud
    @RickyMud Місяць тому +1

    I swear the algo has been hyping up this equation recently, unless that you guys doing it

  • @mumujibirb
    @mumujibirb Місяць тому

    4:10 I've seen people use a guess and check approah, i.e. they try a value and see if it's too small or large, then guess again
    So i think this is really just a natural extension, after all, -since sin(x) = x for small values-

  • @rb8049
    @rb8049 Місяць тому +1

    A Pade expansion including both poles and zeros is more general than a Taylor series expansion.

    • @mrhatman675
      @mrhatman675 Місяць тому +1

      It isn t really

    • @FadkinsDiet
      @FadkinsDiet Місяць тому

      Padé approximants are cool but not really more applicable except in special cases.

  • @Emry11
    @Emry11 Місяць тому +1

    In your imaginary numbers series you start with a false premise that is so rampant among academics and it is very sad and disappointing. Basically, there exist nothing called i=sqrt(-1)
    That is a non-existent definition and nowhere in math history any reliable source has ever defined it.
    The true and unique definition is i^2 = -1 and from that no one can possibly deduce i= sqrt(-1).
    To make this clear once for all, let's (just for the sake of argument!) assume that i=sqrt(-1) exist (again, it doesn't but we pretend it does!). Then we will have:
    -1 = i^2 = i*i = sqrt(-1) * sqrt(-1) = sqrt( -1 * -1) = sqrt (+1) = +1
    which wrongly implies -1 = +1
    Besides, try the Euler's equation itself: e^(ix) = Cos(x) + i Sin(x) and try to substitute i with sqrt(-1) and see if you get the same result which of course you don't because i is the complex number and can't be substituted by any other definition.
    Another obvious example would be e^(i * Pi) = -1. Try to substitute i with sqrt(-1) in that and see if
    e^(sqrt(-1) * Pi) will be equal to -1 which you won't be able to show.
    I hope that you and all others are now clear about this very common and unfortunate mistake and actually mis-definition of the complex number "i" and won't use that false definition from now on.
    Good Luck!

  • @davidrandell2224
    @davidrandell2224 Місяць тому

    “The Final Theory: Rethinking Our Scientific Legacy “, Mark McCutcheon for proper physics including the CAUSE of gravity, electricity, magnetism, light and well.... everything. Without the cause of gravity these models will remain incomplete. Newton/Einstein etc become obsolete mathematical projections. The Geometric Orbital Equation is: v^2R=K. K is the constant for different planets/sun’s etc.R=radius; v=velocity.

  • @davesilkstone6912
    @davesilkstone6912 20 днів тому

    Where's the function for the movement of the Earth? The model of the ellipse is taking the position of the p!anet in the sky as if the Earth was stationary, in the given time period the Earth has also moved around it's own orbit thus introducing an error between the calculation and the observation.

  • @VictorOrji-mz1jw
    @VictorOrji-mz1jw Місяць тому +2

    Is it me or does the graph at 4:58 like like a cumulative frequency curve

  • @souldrip2000
    @souldrip2000 Місяць тому +10

    at 16:47... it would have been quite difficult for Laplace to hear Cauchy's 1831 lecture at the French Academy of Sciences. (Laplace died in 1827.)

    • @primenumberbuster404
      @primenumberbuster404 Місяць тому +3

      Cauchy is like that one op anime character that basically does everything with style.

    • @thamiordragonheart8682
      @thamiordragonheart8682 Місяць тому +1

      He probably got the decade wrong while he was talking or something simple like that.

  • @Magicraft13
    @Magicraft13 Місяць тому

    Hi! Amazing video, I was wondering if an EU-shipping delivery will be available for your shop in a close future, I really want to buy some items :).
    Thanks for your astonishing work!

  • @manhhoanguc837
    @manhhoanguc837 Місяць тому +2

    Just use Bisected Direct Quadratic Regula Falsi. For M in range 0 to π, set the search range [a,b] of E to [0,π] and the start point to M. The same apply for the range [π,2π]. This has the same quadratic convergence rate as the N-R method, but will always converge for e very close to 1.(Even if e is 0.9998 or closer depends on the floating point precision.)
    If you tweak somewhat, it will also works for the hyperbolic case e>1, and for very large e > 50, and M > 10π or M

    • @FadkinsDiet
      @FadkinsDiet Місяць тому

      That requires many more steps to get the error down to acceptable levels, even if it is theoretically quadratic in the limit

    • @manhhoanguc837
      @manhhoanguc837 Місяць тому

      @@FadkinsDiet Nope, each step only requires one additional evaluation of the current function, without having to evaluate any of the derivatives like the harley families. For accuracy up to 12-13 decimal points, this method only requires 5-7 func evaluations.

  • @-Yousof-
    @-Yousof- Місяць тому

    Great content!

  • @SNDN_LN
    @SNDN_LN 19 днів тому

    7:34 "The lord Jefus Chrift..." 😂

  • @alexbennie
    @alexbennie 28 днів тому

    All the OGs of Real Analysis and Complex Analysis getting together on a question about horoscopes!
    Being able to tell precisely when Uranus aligns with Venus is useful. Especially if you are a Certified Genius (together or without the associated stereotypes) in a club... With your crush that's into, for example: Horoscopes.
    I do see a lot of mentions of Kepler's math in the more "Sciencey" Horoscope videos though... So it's plausible that he and they were not unfamiliar.
    Sooo, yah... He tried to measure the orbits of Mars and whatever, to impress a chick.
    You can't tell me that at least one of these Greats: Cauchy, Laplace, Lagrange, Bessel, et al... tried to pick up a chick by knowing the science behind her 'hobby'?

  • @RussellJones1961
    @RussellJones1961 Місяць тому +2

    I think you’ll find that Sir Edmund Halley’s name was actually …. Halley.

  • @tmst2199
    @tmst2199 Місяць тому

    He doesn't say that the reason for determining the area swept out in the circle is because we don't know the elepticity of the ellipse.

  • @RokStembergar
    @RokStembergar Місяць тому

    I don't know man, it really is just my gut feeling, at the face of it, but i really do believe 0.0(repeated)1 should be a thing