The Fundamental Theorem of Calculus#
How to Use Antiderivatives to Evaluate Definite Integrals#
The Fundamental Theorem of Calculus
Let \(f\) be a continuous function on \([a, b]\). Then
where \(F\) is any antiderivative of \(f\).
Notation
Example 1#
Area under a graph
Write the area under the graph of \(y=x^2\) on \([1,3]\) as a definite integral and then use the Fundamental Theorem of Calculus to evaluate it. Compare the result with the approximations found in Example 1 of the previous section.
Step 1: Write the area under the graph of \(y=x^2\) on \([1,3]\) as a definite integral.
Step 2: Find an antiderivative of \(x^2\).
Therefore, \(x^3/3\) is an antiderivative of \(x^2\), and can be used to evaluate the definite integral from Step 1.
Step 3: Apply the Fundamental Theorem of Calculus.
Therefore, the area under the graph of \(y=x^2\) on \([1,3]\) is \(26/3 = 8.\overline{6}\).
Step 4: Compare the result from Step 3 to the approximations found in Example 1.
The above calculations show that the area of the region is exactly \(8.\overline{6}\). The approximations we calculated in Example 1 of the previous section were \(10.75\) (using right Riemann sum), \(6.75\) (using left Riemann sum), and \(8.625\) (using the Midpoint Rule).
Example 2#
Evaluating a definite integral
Evaluate \(\displaystyle \int_1^2 \frac{x^2 + 4x^4}{x^3} ~dx\).
Step 1: Simplify the integrand by writing it as a sum.
Step 2: Find an antiderivative of \(\dfrac{1}{x} + 4x\).
Therefore, \(\ln|x| + 2x^2 \) is an antiderivative of \(\dfrac{1}{x} + 4x\), and can be used to evaluate the given definite integral.
Step 3: Apply the Fundamental Theorem of Calculus.
Example 3#
Evaluating a definite integral
Evaluate \(\displaystyle \int_{0}^{4} e^x ~dx\).
Step 1: Apply the Fundamental Theorem of Calculus.
Example 4#
Computing total revenue from marginal revenue
The daily marginal revenue function associated with selling \(m\) gadgets is given by \(R'(m)=0.2m + 50\), where \(R'(m)\) is given in dollars per unit.
Find the daily total revenue realized from the sale of the first 20 gadgets.
Find the additional revenue realized from the sale of the 21st through 50th gadgets.
Step 1: Apply the Fundamental Theorem of Calculus for the first case.
By the Fundamental Theorem of Calculus, the total revenue from the sale of the first 20 gadgets is given by
We evaluate the integral to get
Therefore, the total revenue from the sale of the first 20 gadgets is \(\$1,040\).
Step 2: Apply the Fundamental Theorem of Calculus for the second case.
Note that the additional revenue realized from the sale of the 21st through 50th gadgets is given by \(R(50) - R(20)\). This is because \(R(50)\) corresponds to the revenue generated from the sale of gadgets 1 through 50 and \(R(20)\) corresponds to the revenue generated from the sale of gadgets 1 through 20. When we subtract the two values, what remains corresponds to the revenue associated with gadgets 21 through 50.
By the Fundamental Theorem of Calculus, we have
Evaluating the integral, we get
Therefore, the sale of gadgets 21 through 50 generate an additional revenue of \(\$1,710.\)