Asked by xiny

Consider the integral:

21
∫ x^3 dx
3

-Use Left Sum, Right Sum, Midvalue Sum, and Trapezoid Rule methods to approximate this integral with n = 3

-Find the exact value of this integral

Answers

Answered by mathhelper
I will do the exact value part, I don't know how your text or your notes
define "Left Sum, Right Sum, Midvalue Sum, and Trapezoid Rule methods"

∫ x^3 dx from 3 to 21
= [(1/4) x^4] from 3 to 21
= (1/4)(21^4) - (1/4)(3^4)
= 194481/4 - 81/4
= 48600 units^2
Answered by oobleck
As for the approximations, you have n=3, so you want three intervals, each of width (21-3)/3 = 6. That gives you
x<sub><sub>0</sub></sub>=3, x<sub><sub>1</sub></sub>=9, x<sub><sub>2</sub></sub>=15, x=<sub><sub>3</sub></sub>21

Left Sum:
2
∑ 6f(x<sub><sub>k</sub></sub>)
k=0

Right Sum:
3
∑ 6f(x<sub><sub>k</sub></sub>)
k=1

Midpoint Sum:
2
∑ 6f((x<sub><sub>k</sub></sub>+x<sub><sub>k+1</sub></sub>)/2)
k=0

Trapezoid Sum:
2
∑ 6(f(x<sub><sub>k</sub></sub>)+f(x<sub><sub>k+1</sub></sub>
))/2
k=0
There are no AI answers yet. The ability to request AI answers is coming soon!