Compute exact areas using the Fundamental Theorem of Calculus.
The definite integral โซ_a^b f(x) dx represents the net signed area between the curve y = f(x) and the x-axis from x = a to x = b. The Fundamental Theorem of Calculus (FTC) links differentiation and integration โ two seemingly unrelated operations.
A Riemann sum approximates the definite integral by dividing [a, b] into n subintervals of width ฮx = (bโa)/n and summing the areas of rectangles. As nโโ, the Riemann sum converges to the exact integral.
โซโยณ (xยฒ + 1) dx. F(x) = xยณ/3 + x. F(3) = 9 + 3 = 12. F(1) = 1/3 + 1 = 4/3. Integral = 12 โ 4/3 = 32/3.
Remember This!
The notation [F(x)]_a^b means F(b) โ F(a). Always subtract the value at the lower limit from the value at the upper limit, not the other way around.
Evaluate โซโยฒ (3xยฒ โ 2x) dx.