In a nutshell, the Riemann's sum that represents the linear equation is A ≈ [[4 - (- 6)] / 5] · ∑ 2 [- 6 + i · [[4 - (- 6)] / 5]] - [[4 - (- 6)] / 5], for i ∈ {1, 2, 3, 4, 5}, whose picture is located in the lower left corner of the image.
How to determine the approximate area of a definite integral by Riemann's sum with right endpoints
Riemann's sums represent the sum of a finite number of rectangles of same width and with excess area for y > 0 and truncated area for y < 0, both generated with respect to the "horizontal" axis (x-axis). This form of Riemann's sum is described by the following expression:
A ≈ [(b - a) / n] · ∑ f[a + i · [(b - a) / n]], for i ∈ {1, 2, 3, ..., n}
Where:
- a - Lower limit
- b - Upper limit
- n - Number of rectangle of equal width.
- i - Index of the i-th rectangle.
Then, the equation that represents the approximate area of the curve is: (f(x) = 2 · x - 1, a = - 6, b = 4, n = 5)
A ≈ [[4 - (- 6)] / 5] · ∑ 2 [- 6 + i · [[4 - (- 6)] / 5]] - [[4 - (- 6)] / 5], for i ∈ {1, 2, 3, 4, 5}
To learn more on Riemann's sums: https://brainly.com/question/28174119
#SPJ1