LM 7.7 Flashcards
1
Q
What is the trapezoidal rule?
A
The integral from a to b of f(x) can be approximated by Δx/2[f(x0) + 2f(x1) + 2f(x2)+…+2f(xn-1) + f(xn)} where Δx = (b-a)/n and xi = a + iΔx
2
Q
What is Simpson’s Rule?
A
The integral from a to b of f(x) can be approximated by Δx/3[f(x0) + 4f(x1) + 2f(x2) + 4f(x3)+…+2f(xn-2) + 4f(xn-1)+ f(xn)} where n is even and Δx = (b-a)/n
3
Q
What is the midpoint rule?
A
The integral from a to b of f(x) can be approximated by Δx[f(x1) + f(x2) + …f(xn)} where Δx = (b-a)/n and xi = 1/2(xi-1 + xi) = midpoint of 2 x values