Tasks 06-02 - Definite Integrals & The Fundamental Theorem
Section 06: Integral Calculus
Problem 1: Basic Definite Integrals (x)
Evaluate the following definite integrals using the Fundamental Theorem of Calculus:
\(\int_0^3 4x \, dx\)
\(\int_1^2 x^2 \, dx\)
\(\int_0^4 (2x + 3) \, dx\)
\(\int_{-1}^{2} x^3 \, dx\)
\(\int_1^5 6 \, dx\)
\(\int_0^1 (x^2 - x + 1) \, dx\)
\(\int_0^3 4x \, dx = 2x^2 \Big|_0^3 = 2(9) - 2(0) = 18\)
\(\int_1^2 x^2 \, dx = \frac{x^3}{3} \Big|_1^2 = \frac{8}{3} - \frac{1}{3} = \frac{7}{3}\)
\(\int_0^4 (2x + 3) \, dx = [x^2 + 3x]_0^4 = (16 + 12) - (0) = 28\)
\(\int_{-1}^{2} x^3 \, dx = \frac{x^4}{4} \Big|_{-1}^{2} = \frac{16}{4} - \frac{1}{4} = \frac{15}{4}\)
\(\int_1^5 6 \, dx = 6x \Big|_1^5 = 30 - 6 = 24\)
\(\int_0^1 (x^2 - x + 1) \, dx = [\frac{x^3}{3} - \frac{x^2}{2} + x]_0^1 = \frac{1}{3} - \frac{1}{2} + 1 = \frac{5}{6}\)
Problem 2: Polynomial Integrals (x)
Evaluate these definite integrals:
\(\int_0^2 (3x^2 + 2x - 1) \, dx\)
\(\int_{-2}^{3} (x^2 - 4) \, dx\)
\(\int_1^4 (x^3 - x) \, dx\)
\(\int_0^3 (4x^3 - 6x^2 + 2x) \, dx\)
\(\int_0^2 (3x^2 + 2x - 1) \, dx = [x^3 + x^2 - x]_0^2 = (8 + 4 - 2) - 0 = 10\)
\(\int_{-2}^{3} (x^2 - 4) \, dx = [\frac{x^3}{3} - 4x]_{-2}^{3}\) \(= (9 - 12) - (-\frac{8}{3} + 8) = -3 - \frac{16}{3} = -\frac{25}{3}\)
\(\int_1^4 (x^3 - x) \, dx = [\frac{x^4}{4} - \frac{x^2}{2}]_1^4\) \(= (64 - 8) - (\frac{1}{4} - \frac{1}{2}) = 56 - (-\frac{1}{4}) = \frac{225}{4}\)
\(\int_0^3 (4x^3 - 6x^2 + 2x) \, dx = [x^4 - 2x^3 + x^2]_0^3\) \(= (81 - 54 + 9) - 0 = 36\)
Problem 3: Integrals with Roots and Powers (xx)
Evaluate the following:
\(\int_1^4 \sqrt{x} \, dx\)
\(\int_1^8 x^{2/3} \, dx\)
\(\int_1^4 \frac{3}{\sqrt{x}} \, dx\)
\(\int_1^2 \frac{1}{x^2} \, dx\)
\(\int_4^9 \frac{x + 1}{\sqrt{x}} \, dx\)
\(\int_1^4 \sqrt{x} \, dx = \int_1^4 x^{1/2} \, dx = \frac{x^{3/2}}{3/2} \Big|_1^4 = \frac{2}{3}[8 - 1] = \frac{14}{3}\)
\(\int_1^8 x^{2/3} \, dx = \frac{x^{5/3}}{5/3} \Big|_1^8 = \frac{3}{5}[32 - 1] = \frac{93}{5}\)
\(\int_1^4 \frac{3}{\sqrt{x}} \, dx = \int_1^4 3x^{-1/2} \, dx = 6x^{1/2} \Big|_1^4 = 6(2) - 6(1) = 6\)
\(\int_1^2 \frac{1}{x^2} \, dx = \int_1^2 x^{-2} \, dx = -x^{-1} \Big|_1^2 = -\frac{1}{2} - (-1) = \frac{1}{2}\)
\(\int_4^9 \frac{x + 1}{\sqrt{x}} \, dx = \int_4^9 (x^{1/2} + x^{-1/2}) \, dx\) \(= [\frac{2x^{3/2}}{3} + 2x^{1/2}]_4^9\) \(= (\frac{2(27)}{3} + 2(3)) - (\frac{2(8)}{3} + 2(2))\) \(= (18 + 6) - (\frac{16}{3} + 4) = 24 - \frac{28}{3} = \frac{44}{3}\)
Problem 4: Properties of Definite Integrals (xx)
Use the properties of definite integrals to answer the following:
Given that \(\int_0^5 f(x) \, dx = 12\), find \(\int_5^0 f(x) \, dx\).
Given that \(\int_1^4 g(x) \, dx = 8\) and \(\int_1^4 h(x) \, dx = 3\), find \(\int_1^4 [2g(x) - 3h(x)] \, dx\).
Given that \(\int_0^3 f(x) \, dx = 7\) and \(\int_3^6 f(x) \, dx = 5\), find \(\int_0^6 f(x) \, dx\).
Given that \(\int_0^8 f(x) \, dx = 20\) and \(\int_0^3 f(x) \, dx = 9\), find \(\int_3^8 f(x) \, dx\).
Evaluate \(\int_5^5 (x^3 + 2x^2 - 7x + 100) \, dx\) without computing any antiderivatives.
By the property of reversing limits: \(\int_5^0 f(x) \, dx = -\int_0^5 f(x) \, dx = -12\)
Using linearity: \(\int_1^4 [2g(x) - 3h(x)] \, dx = 2\int_1^4 g(x) \, dx - 3\int_1^4 h(x) \, dx\) \(= 2(8) - 3(3) = 16 - 9 = 7\)
By the additive property: \(\int_0^6 f(x) \, dx = \int_0^3 f(x) \, dx + \int_3^6 f(x) \, dx = 7 + 5 = 12\)
Using \(\int_0^3 f(x) \, dx + \int_3^8 f(x) \, dx = \int_0^8 f(x) \, dx\): \(9 + \int_3^8 f(x) \, dx = 20\) \(\int_3^8 f(x) \, dx = 11\)
When the limits are equal, the integral is always 0: \(\int_5^5 (x^3 + 2x^2 - 7x + 100) \, dx = 0\)
Problem 5: Signed Area Problems (xx)
For each function, calculate:
- The signed area (definite integral)
- The total (unsigned) area between the curve and the x-axis
\(f(x) = x\) from \(x = -3\) to \(x = 2\)
\(f(x) = x^2 - 4\) from \(x = 0\) to \(x = 3\)
\(f(x) = x - 2\) from \(x = 0\) to \(x = 4\)
For \(f(x) = x\) from \(-3\) to \(2\):
The function crosses zero at \(x = 0\).
Signed area: \(\int_{-3}^{2} x \, dx = \frac{x^2}{2} \Big|_{-3}^{2} = 2 - \frac{9}{2} = -\frac{5}{2}\)
Total area:
- Below x-axis (\(-3\) to \(0\)): \(|\int_{-3}^{0} x \, dx| = |\frac{9}{2}| = \frac{9}{2}\)
- Above x-axis (\(0\) to \(2\)): \(\int_{0}^{2} x \, dx = 2\)
- Total: \(\frac{9}{2} + 2 = \frac{13}{2}\)
For \(f(x) = x^2 - 4\) from \(0\) to \(3\):
The function crosses zero at \(x = 2\) (also at \(x = -2\), but outside our interval).
Signed area: \(\int_{0}^{3} (x^2 - 4) \, dx = [\frac{x^3}{3} - 4x]_{0}^{3} = (9 - 12) - 0 = -3\)
Total area:
- Below x-axis (\(0\) to \(2\)): \(|\int_{0}^{2} (x^2 - 4) \, dx| = |[\frac{x^3}{3} - 4x]_{0}^{2}| = |\frac{8}{3} - 8| = \frac{16}{3}\)
- Above x-axis (\(2\) to \(3\)): \(\int_{2}^{3} (x^2 - 4) \, dx = (9 - 12) - (\frac{8}{3} - 8) = -3 + \frac{16}{3} = \frac{7}{3}\)
- Total: \(\frac{16}{3} + \frac{7}{3} = \frac{23}{3}\)
For \(f(x) = x - 2\) from \(0\) to \(4\):
The function crosses zero at \(x = 2\).
Signed area: \(\int_{0}^{4} (x - 2) \, dx = [\frac{x^2}{2} - 2x]_{0}^{4} = (8 - 8) - 0 = 0\)
Total area:
- Below x-axis (\(0\) to \(2\)): \(|\int_{0}^{2} (x - 2) \, dx| = |[\frac{x^2}{2} - 2x]_{0}^{2}| = |2 - 4| = 2\)
- Above x-axis (\(2\) to \(4\)): \(\int_{2}^{4} (x - 2) \, dx = (8 - 8) - (2 - 4) = 0 + 2 = 2\)
- Total: \(2 + 2 = 4\)
Problem 6: Net Change Applications (xx)
Apply the Net Change Theorem to solve these problems:
A tank is being filled with water at a rate of \(r(t) = 50 - 2t\) liters per minute. How much water enters the tank during the first 10 minutes?
The marginal cost of producing \(x\) units is \(MC(x) = 0.04x + 5\) dollars. Find the increase in cost when production increases from 100 to 200 units.
A population of bacteria grows at a rate of \(P'(t) = 100e^{0.1t}\) bacteria per hour. What is the total increase in population during the first 5 hours? (Leave your answer in terms of \(e\).)
Water in tank: \(\int_0^{10} (50 - 2t) \, dt = [50t - t^2]_0^{10} = (500 - 100) - 0 = 400\) liters
Cost increase: \(\int_{100}^{200} (0.04x + 5) \, dx = [0.02x^2 + 5x]_{100}^{200}\) \(= (800 + 1000) - (200 + 500) = 1800 - 700 = \$1100\)
Population increase: \(\int_0^{5} 100e^{0.1t} \, dt = 100 \cdot \frac{e^{0.1t}}{0.1} \Big|_0^{5} = 1000[e^{0.5} - e^0] = 1000(e^{0.5} - 1)\)
Or approximately: \(1000(1.649 - 1) = 649\) bacteria
Problem 7: Business Applications (xxx)
A company’s marginal revenue and marginal cost functions are:
\[MR(x) = 120 - 0.4x\] \[MC(x) = 40 + 0.2x\]
where \(x\) is the number of units produced and sold.
Find the total revenue from selling the first 100 units, given that \(R(0) = 0\).
Find the total cost of producing the first 100 units, given that fixed costs are \(C(0) = 2000\).
Find the total profit from producing and selling the first 100 units.
At what production level does marginal revenue equal marginal cost? What does this represent?
Calculate the additional profit gained by increasing production from 100 units to the level found in part (d).
Total revenue (first 100 units): \(R(100) = R(0) + \int_0^{100} MR(x) \, dx = 0 + \int_0^{100} (120 - 0.4x) \, dx\) \(= [120x - 0.2x^2]_0^{100} = 12000 - 2000 = \$10,000\)
Total cost (first 100 units): \(C(100) = C(0) + \int_0^{100} MC(x) \, dx = 2000 + \int_0^{100} (40 + 0.2x) \, dx\) \(= 2000 + [40x + 0.1x^2]_0^{100} = 2000 + 4000 + 1000 = \$7,000\)
Total profit: \(P(100) = R(100) - C(100) = 10000 - 7000 = \$3,000\)
Optimal production (MR = MC): \(120 - 0.4x = 40 + 0.2x\) \(80 = 0.6x\) \(x = \frac{400}{3} \approx 133.33\) units
This represents the profit-maximizing production level where marginal profit equals zero.
Additional profit from 100 to 133.33 units: Additional profit = \(\int_{100}^{400/3} [MR(x) - MC(x)] \, dx\) \(= \int_{100}^{400/3} (80 - 0.6x) \, dx\) \(= [80x - 0.3x^2]_{100}^{400/3}\) \(= (80 \cdot \frac{400}{3} - 0.3 \cdot \frac{160000}{9}) - (8000 - 3000)\) \(= (\frac{32000}{3} - \frac{16000}{3}) - 5000\) \(= \frac{16000}{3} - 5000 = \frac{16000 - 15000}{3} = \frac{1000}{3} \approx \$333.33\)
Problem 8: Comprehensive Problem (xxx)
A company manufactures smart watches. Their production analysis reveals:
- Marginal cost: \(MC(x) = 50 + 0.02x\) dollars per watch
- Fixed costs: \(F = \$10,000\) per month
- Selling price: \(p = \$150\) per watch
- Maximum production capacity: 5,000 watches per month
Part A: Cost Analysis
Find the total cost function \(C(x)\).
Calculate the total cost of producing 2,000 watches.
Calculate the average cost per watch when producing 2,000 watches.
Part B: Revenue and Profit
Find the revenue function \(R(x)\) and profit function \(P(x)\).
Calculate the profit when producing and selling 2,000 watches.
How many watches must be produced to break even (profit = 0)?
Part C: Optimization
At what production level is profit maximized? What is the maximum profit?
If the company is currently producing 3,000 watches, should they increase or decrease production? Justify using marginal analysis.
Part A: Cost Analysis
Total cost function: \(C(x) = F + \int_0^x MC(t) \, dt = 10000 + \int_0^x (50 + 0.02t) \, dt\) \(= 10000 + [50t + 0.01t^2]_0^x = 10000 + 50x + 0.01x^2\)
Answer: \(C(x) = 0.01x^2 + 50x + 10000\)
Cost of 2,000 watches: \(C(2000) = 0.01(4000000) + 50(2000) + 10000\) \(= 40000 + 100000 + 10000 = \$150,000\)
Average cost at 2,000 watches: \(\overline{C}(2000) = \frac{C(2000)}{2000} = \frac{150000}{2000} = \$75\) per watch
Part B: Revenue and Profit
Revenue function: \(R(x) = 150x\)
Profit function: \(P(x) = R(x) - C(x) = 150x - (0.01x^2 + 50x + 10000)\) \(P(x) = -0.01x^2 + 100x - 10000\)
Profit at 2,000 watches: \(P(2000) = -0.01(4000000) + 100(2000) - 10000\) \(= -40000 + 200000 - 10000 = \$150,000\)
Break-even: \(P(x) = 0\): \(-0.01x^2 + 100x - 10000 = 0\) \(x^2 - 10000x + 1000000 = 0\)
Using quadratic formula: \(x = \frac{10000 \pm \sqrt{100000000 - 4000000}}{2} = \frac{10000 \pm \sqrt{96000000}}{2}\) \(x = \frac{10000 \pm 9798}{2}\)
\(x \approx 101\) or \(x \approx 9899\)
Since capacity is 5,000, break-even is at approximately 101 watches.
Part C: Optimization
Maximum profit: \(P'(x) = -0.02x + 100 = 0\) \(x = 5000\) watches
Since this equals capacity, the maximum is at capacity: \(P(5000) = -0.01(25000000) + 100(5000) - 10000\) \(= -250000 + 500000 - 10000 = \$240,000\)
Maximum profit: \(\$240,000\) at 5,000 watches
Marginal analysis at 3,000 watches:
- \(MC(3000) = 50 + 0.02(3000) = 50 + 60 = \$110\)
- Marginal Revenue \(= \$150\)
Since \(MR > MC\), producing one more watch adds \(150 - 110 = \$40\) to profit.
Recommendation: The company should increase production because marginal revenue exceeds marginal cost. They should continue increasing until they hit capacity (5,000 units).