You need to get the area under the given curve, hence, you need to evaluate the limit as the number of rectangles under the curve approaches to infinite.
You need to consider the width of rectangle as `Delta x` and the height of rectangle as `f(x_i)` .
You need to evaluate in case of n rectangles such that:
`Delta x = (12-5)/n =gt Delta x = 7/n`
You need to evaluate the area of rectangle using the right points such that:
`A = f(x_i)*Delta x`
`x_i = 5 + i*Delta x =gt x_i = 5 + i*7/n`
Substituting `x_i ` in `f(x_i)` yields:
`f(x_i) = (ln(5 + (7i)/n))/(5+(7i)/n)`
`A = f(x_i)Delta x = (ln(5 + (7i)/n))/(5+(7i)/n)*(7/n)`
Hence, evaluating the area under the curve as the number of rectangles approaches to infinite yields:
`A = lim_(n-gtoo) sum_(i=1)^n(7ln(5 + (7i)/n))/(5n+7i)`
See eNotes Ad-Free
Start your 48-hour free trial to get access to more than 30,000 additional guides and more than 350,000 Homework Help questions answered by our experts.
Already a member? Log in here.