00:01
Okay, so to determine this square root, what i'm going to do is i'm going to set this equal to x.
00:07
So x is equal to the square root of 23.
00:11
Then i'm going to square both sides, so x squared is equal to 23.
00:15
Then i'm going to bring 23 to the left hand side, which will give me x squared minus 23 is equal to 0.
00:22
So this is going to be my function.
00:24
So f of x is going to be equal to x squared minus 23.
00:29
I'm also going to take the derivative because i'm going to need that for my formulas later.
00:35
So f prime of x is equal to 2x.
00:38
Then for using newton's method to determine this, my formula that i'm going to use is x sub n plus 1 is equal to xn minus f of xn over f prime of xn.
01:00
Okay, so i want to use this.
01:02
So first i have to come up with a guess.
01:04
So i know that the square of 23 is in between the square of 16 and the square of 25.
01:09
So since i know it's now between 4 and 5, so i'm going to let my guess be 5.
01:14
So i'm going to set that equal to x0.
01:17
So x0 is equal to 5.
01:19
So to find x1, i'm going to use the formula that i wrote down here.
01:23
So x1 is equal to xn.
01:25
In this case, it's going to be x0, which is 5, minus f of x0...