00:01
So for this problem, we're going to be computing the remand sum using left -hand intervals for our function f -of -x on the sub -ineral from negative 2 to positive 2.
00:11
And so we're going to want to start by figuring out what our delta x is, or our step size.
00:16
And so delta x is essentially just our two endpoints of our sub -interval subtracted.
00:21
So if our sub -interval goes from a to b, where delta x is going to be b minus a.
00:26
So in this case, 2 minus negative 2, we'll give us 2 plus 2.
00:29
And we divide this by the number of sub intervals we want to have.
00:33
So in this case we have four, and we can see that this is going to end up just being 4 over 4.
00:38
So our step size is going to be 1.
00:41
And so from here we're going to be able to figure out the different x values that we could possibly compute here.
00:47
So we can go ahead and start with the left endpoint of our sub interval, which is negative 2.
00:53
And we're going to just increase by a step size of positive 1 each time.
00:57
So our possible values are negative 2, negative 1, 0, 1, and 2...