00:01
So in this problem, what we're being asked to do is to approximate the square root of 7 by finding ace of 4.
00:07
So we're giving this recursive formula, and n represents a radican inside our square root.
00:13
So end will be 7.
00:15
So in order to find ace of 4, we have to find ace 1, ace 2, and a7 3.
00:21
Well, a .1 is equal to n divided by 2.
00:24
Remember, n is equal to 7.
00:25
So we'll have 7 divided by 2, which is equal to 3 .5.
00:30
Now to find a sub 2, now we can use our a sub m formula.
00:34
So to find a sub 2, it's going to equal to 1 1⁄2 times the quantity of, well, we'd have a subn minus 1.
00:42
Well, that would be 2 minus 1, which is 1.
00:45
So essentially it's our a sub 1 value, which is 3 .5.
00:49
Remember, a sub n minus 1 means your previous term.
00:53
Then we're dividing it by n divided by a subn minus 1.
00:56
So n, which is 7, divided by a sub n minus 1, the previous term, which is 3 .5.
01:04
Now we'll go ahead and simplify.
01:06
Well, 7 divided by 3 .5 is 2.
01:09
2 plus 3 .5 is 5 .5, and 1 1⁄2 times 5 .5 is equal to 2 .75.
01:17
So that's our a sub 2 term.
01:20
Next, we have to find a sub 3.
01:22
So we're going to substitute 3 into our formula...