Hi Symmeatra,
Using sums to estimate areas, you'll use the general formula of
∑i=15 v(ti) * Δt
Start by finding Δt,
Δt = (b-a)/n
Δt = (13-3)/5 = 10/5 = 2
You can now find the x-values of the edges of each region you're summing by starting at the left end and repeatedly adding Δt until you reach the end of your interval.
3, 5, 7, 9, 11, 13
When using left endpoints, you'll use the first 5 values (and not the last) as your ti; when using right endpoints, you'll use the last 5 (and not the first).
a) Left endpoints:
∑i=15 v(ti) * Δt
= v(3) * Δt + v(5) * Δt + v(7) * Δt + v(9) * Δt + v(11) * Δt
b) Right endpoints:
= v(5) * Δt + v(7) * Δt + v(9) * Δt + v(11) * Δt + v(13) * Δt
You can find each value of v(t) by plugging the various ti into your given equation, v(t) = 4/t + 45
c) Add your two estimates from a) and b) and divide by 2.
I hope this helps. If you still have questions, please comment and ask!
Symmeatra H.
11/13/14