Derivation of Newton's method for root finding. Join me on Coursera: imp.i384100.ne... Lecture notes at www.math.ust.hk... Paperback at www.amazon.com... Subscribe to my channel: www.youtube.com...
Пікірлер: 45
@David-cx3fc2 жыл бұрын
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 Жыл бұрын
Clear explanation and straight to point. Thank you!
@enriqueviveros722 ай бұрын
one of he best explanations out there
@rahulmalpekar12 ай бұрын
Excellent video sir💯
@mohammadabusayed1203Ай бұрын
Very good video
@louis85516 ай бұрын
Is this the same as the Newton Raphson Iterativ System? Thanks
@viva_la_nature2 жыл бұрын
Damn i'm actually learning
@willymuller9704 жыл бұрын
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?
@ProfJeffreyChasnov4 жыл бұрын
The square-root of 2 solves this equation.
@Jefferson_Conza3 жыл бұрын
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 :) kzbin.info/www/bejne/pWGzkmuLr7RpaKs
@yiwang34373 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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Ай бұрын
0:58 why function have no squaring in it?
@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?
@ProfJeffreyChasnov Жыл бұрын
Test convergence by comparing the last two iterations.
@chabotaluputa76658 ай бұрын
Thank you❤
@Arwa57ar Жыл бұрын
such a nice explanation, thank you very much.
@chabotaluputa76658 ай бұрын
Tour amazing ❤
@recklessvelociraptor2579Ай бұрын
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
@recklessvelociraptor2579Ай бұрын
or y getting squared
@OjulongClement10 ай бұрын
nice lesson thanks
@madhukavirajith20403 жыл бұрын
Thank you very much!
@blessingmutema27682 жыл бұрын
Prof you explain this very clear thank you SIR😊
@stephenmurichu45592 жыл бұрын
Thanks a lot
@fireflylyrics3528 Жыл бұрын
isn't there something wrong? aren't we supposed to substract aff xn then subtract f(x)/f'(x) ?
@joshuathemathsciencewizard45723 жыл бұрын
Bravo !
@elaheataei78052 жыл бұрын
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.
@0397luas2 жыл бұрын
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
@baxterkakulas37432 жыл бұрын
idk abt u guys but im droping 24/30 on this investigation
@bryanw9672 жыл бұрын
pretty solid
@正淯羅2 жыл бұрын
how can use matlab to deal with the differential without using syms for usual case?
@ProfJeffreyChasnov2 жыл бұрын
I always differentiate by hand.
@alimishina58213 жыл бұрын
Is this the same as Newton-Raphson method
@ProfJeffreyChasnov3 жыл бұрын
Yes
@twentytwan79653 ай бұрын
why does he look like skinny Mike Ehrmantraut from Breaking bad.
@GaryTuganАй бұрын
😂
@indistantdreams4 ай бұрын
Mike? Is that you?
@erebiporbs9790 Жыл бұрын
Why did you use x0= 1
@ProfJeffreyChasnov Жыл бұрын
Could use a different value.
@bonganimathebula32102 жыл бұрын
If you let f(x)=x - sqrt(2) you'll get a more accurate answer quickly (After the 1st iteration)