00:01
So here we're told that newton's method is this sequence given by xn plus 1 is equal to xn minus f of xin over f prime of xin.
00:17
And essentially what it does is it takes some initial starting value, which we call x not.
00:24
And if we have where f of x is differentiable and we have some other favorable conditions, then this.
00:33
Sequence we just listed should approach to a zero of our function f or in other words when we take that value and plug it into f we should get closer and closer to zero so at first what we want to show or we want to find that the recursion formula for f of x is equal to x squared minus a when a is strictly greater than zero and then given that x not is one and a is 3, we want to calculate successive terms of the sequence until it begins to just repeat or seems to repeat.
01:17
And what we want to do is decide what number is being approximated and we want to explain why.
01:25
So let's go ahead and first calculate what f prime of x should be.
01:32
So let's just go ahead and do that down here.
01:35
So f prime of x is going to be d by d x of x squared.
01:42
Minus a.
01:45
Well, the derivative of x squared is going to be 2x.
01:48
The derivative of a is zero since it's a constant.
01:52
Now let's go ahead and plug f of x and f prime of x into our recursion formula up here.
02:03
So we get x -n minus, well f of x was x squared minus a.
02:11
And then we found here that f -prime of x was 2 over x.
02:17
Now we can go ahead and divide x into here, and we'll get, oh, this should be xn, sorry.
02:28
So xn minus, and now dividing the xn into everything, we'd get one half xn minus a over xn, like that.
02:46
So this is what they wanted us to show in part a.
02:54
So that's the end of part a.
02:59
And then, after we've shown that, we want to start with x not equal to 1 and a is equal to 3 and calculate a few of the terms.
03:14
All right, so i'm just going to go ahead and maybe just do it for the first two terms.
03:18
And then on the second page, i'll have some values for us using an excel spreadsheet...