What is a Riemann sum?
A way to approximate the total area between a curve and the x-axis on a given range of x values
How is a Riemann sum calculated for the function f(x) on the range [a, b]?
The expanded formula is as follows:
A = {i=1, N}Σ{f(x(@i)) ⋅ [x(i) - x(i-1)]}
What is Δx usually set to when calculating a Riemann sum?
Δx(i) = x(i) - x(i-1)
Δx = (b-a)/N, for evenly spaced intervals
What is x(@i) usually set to when calculating a Riemann sum?
x(i-1)≤x(@i)≤x(i)
x(@i) = (x(i-1) + x(i))/2, so that it is the midpoint
What is a definite integral?
A way to calculate the total area between a curve and the x-axis on a given range of x values
How is a definite integral calculated for the function f(x) on the range [a, b]?
The expanded formula is as follows:
A = lim{N→+∞}{ {i=1, N}Σ{ f( x(i) )⋅((b-a)/N) }
A = lim{N→+∞}{ {i=1, N}Σ{ f(a + i⋅(b-a)/N)⋅(b-a)/N }
As N→+∞, Δx→0, thus allowing the sum of the subdivisions to become an arbitrarily close approximation of the true value of A.
What is the Fundamental Theorem of Calculus?
For any function f(x) that is continuous on [a, b] and any antiderivative F(x) {F’(x)=f(x)}, then:
If f(x) ≤ g(x) on the interval a ≤ x ≤ b, what can be said about the relationship of {a, b ∫ f(x) dx} and {a, b ∫ g(x) dx}?
{a, b ∫ f(x) dx} ≤ {a, b ∫ g(x) dx}
Given a function f(x), its absolute minimum N, and its absolute maximum M, what can be said about the value of {a, b ∫ f(x) dx}?
N(b - a) ≤ {a, b ∫ f(x) dx} ≤ M(b - a)
How is integration by substitution performed?