Newton's Method | Lecture 14 | Numerical Methods for Engineers

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

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

  • @David-cx3fc
    @David-cx3fc 2 года назад +10

    This is an amazing explanation. I took a Numerical Analysis course a couple years ago where we used it, but this really helped me gain a much deeper understanding. Thanks!!

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

    Clear explanation and straight to point. Thank you!

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

    one of he best explanations out there

  • @rahulmalpekar1
    @rahulmalpekar1 Месяц назад +1

    Excellent video sir💯

  • @louis8551
    @louis8551 5 месяцев назад +3

    Is this the same as the Newton Raphson Iterativ System? Thanks

  • @willymuller970
    @willymuller970 3 года назад +6

    Thanks for your good explanation.
    I am a bit puzzled with the expression of f(x)=x^2-2. How did you get that?
    I am wondering what if another value apart from sqrt of 2 is to be found, then that means we should also guess another expression of f(x) right?

    • @ProfJeffreyChasnov
      @ProfJeffreyChasnov  3 года назад +5

      The square-root of 2 solves this equation.

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

      Well, you need "to solve" for √2 right?
      Now, Newton's Method works for functions with template f(x)=0.
      So, in this case you do:
      x=√2
      x²=(√2)²
      x²=2
      x² - 2 = 0 (our function)
      Finally:
      f(x) = x² - 2 (which is the function that works for sqrt(2))
      If you speak Spanish (or if not, turn on captions), you can get another grasp in this video :)
      ruclips.net/video/o0Pa8UzO62I/видео.html

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

      Square root 2 is the answer to be found at y=0. The function X^2 +2 is only served as an example, other functions which has x=square root 2 at y =0 would do the same.

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

      x^2=2 => square root of x^2 = square root of 2, thus at the initial one instead of x^2=2, we just write x^2-2=0

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

      We will satisfy f(x) =0 if we use the equation f(x) = x² - 2, i.e., f(√2) = (√2)² - 2 = 2 - 2 = 0

  • @recklessvelociraptor2579
    @recklessvelociraptor2579 11 дней назад

    0:58 why function have no squaring in it?

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

    Damn i'm actually learning

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

    Prof you explain this very clear thank you SIR😊

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

    Hello, this video was really helpful, but I have one follow-up question. How do we determine the last iteration for a general case, or what conditions do we need a solution to satisfy in order to consider it as the most accurate?

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

    such a nice explanation, thank you very much.

  • @recklessvelociraptor2579
    @recklessvelociraptor2579 11 дней назад

    Why the root is intersection with x axis? I thought it graph of a function where x getting squared, so root depends on x value

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

    isn't there something wrong? aren't we supposed to substract aff xn then subtract f(x)/f'(x) ?

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

    Can you please explain the matter of selecting the right X0?
    such that if a sufficient x0 is not selected the assumption of (x-x0)^2 < |x-x0| is not true. How should I determine if a correct X0 is selected?
    I know the Burden book for Matlab coding gives an explanation of this by the Taylor polynomials series, yet it is not understandable.

    • @0397luas
      @0397luas 2 года назад +3

      You can choose any Xo. That's the point.
      So let Xo=sqrt(2), you can choose any number in between 0 and 2. It will have to be in between since 0

  • @mohammadabusayed1203
    @mohammadabusayed1203 13 дней назад

    Very good video

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

    Thank you very much!

  • @正淯羅
    @正淯羅 2 года назад

    how can use matlab to deal with the differential without using syms for usual case?

  • @baxterkakulas3743
    @baxterkakulas3743 2 года назад +2

    idk abt u guys but im droping 24/30 on this investigation

  • @alimishina5821
    @alimishina5821 2 года назад +1

    Is this the same as Newton-Raphson method

  • @twentytwan7965
    @twentytwan7965 2 месяца назад +1

    why does he look like skinny Mike Ehrmantraut from Breaking bad.

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

    Tour amazing ❤

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

    Thank you❤

  • @OjulongClement
    @OjulongClement 9 месяцев назад

    nice lesson
    thanks

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

    Thanks a lot

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

    Bravo !

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

    Why did you use x0= 1

  • @indistantdreams
    @indistantdreams 3 месяца назад

    Mike? Is that you?

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

    If you let f(x)=x - sqrt(2) you'll get a more accurate answer quickly (After the 1st iteration)

  • @pieroc.3440
    @pieroc.3440 8 месяцев назад

    Thank you very much!