Tasks 06-03 - Area Problems & Basic Applications
Section 06: Integral Calculus
Problem 1: Area Under Curves (x)
Find the area under each curve on the given interval (all functions are non-negative on these intervals):
\(f(x) = 4x\) from \(x = 0\) to \(x = 3\)
\(f(x) = x^2 + 1\) from \(x = 0\) to \(x = 2\)
\(f(x) = 3x^2 - 2x + 5\) from \(x = 1\) to \(x = 4\)
\(f(x) = \sqrt{x}\) from \(x = 1\) to \(x = 9\)
\(\int_0^3 4x \, dx = 2x^2 \Big|_0^3 = 18 - 0 = 18\) square units
\(\int_0^2 (x^2 + 1) \, dx = [\frac{x^3}{3} + x]_0^2 = (\frac{8}{3} + 2) - 0 = \frac{14}{3}\) square units
\(\int_1^4 (3x^2 - 2x + 5) \, dx = [x^3 - x^2 + 5x]_1^4\) \(= (64 - 16 + 20) - (1 - 1 + 5) = 68 - 5 = 63\) square units
\(\int_1^9 \sqrt{x} \, dx = \int_1^9 x^{1/2} \, dx = \frac{2x^{3/2}}{3} \Big|_1^9\) \(= \frac{2}{3}(27 - 1) = \frac{52}{3}\) square units
Problem 2: Total Area with Sign Changes (xx)
For each function, find the total area (not signed area) between the curve and the x-axis on the given interval:
\(f(x) = x\) from \(x = -3\) to \(x = 4\)
\(f(x) = x^2 - 4\) from \(x = 0\) to \(x = 4\)
\(f(x) = x - 1\) from \(x = -1\) to \(x = 3\)
\(f(x) = x^2 - 2x\) from \(x = -1\) to \(x = 3\)
\(f(x) = x\) on \([-3, 4]\):
Zero at \(x = 0\).
- Below on \([-3, 0]\): \(|\int_{-3}^0 x \, dx| = |[\frac{x^2}{2}]_{-3}^0| = |0 - \frac{9}{2}| = \frac{9}{2}\)
- Above on \([0, 4]\): \(\int_0^4 x \, dx = [\frac{x^2}{2}]_0^4 = 8\)
- Total area = \(\frac{9}{2} + 8 = \frac{25}{2} = 12.5\)
\(f(x) = x^2 - 4\) on \([0, 4]\):
Zero at \(x = 2\) (also \(x = -2\), outside interval).
- Below on \([0, 2]\): \(|\int_0^2 (x^2 - 4) \, dx| = |[\frac{x^3}{3} - 4x]_0^2| = |\frac{8}{3} - 8| = \frac{16}{3}\)
- Above on \([2, 4]\): \(\int_2^4 (x^2 - 4) \, dx = [\frac{x^3}{3} - 4x]_2^4 = (\frac{64}{3} - 16) - (\frac{8}{3} - 8) = \frac{16}{3} - (-\frac{16}{3}) = \frac{32}{3}\)
- Total area = \(\frac{16}{3} + \frac{32}{3} = 16\)
\(f(x) = x - 1\) on \([-1, 3]\):
Zero at \(x = 1\).
- Below on \([-1, 1]\): \(|\int_{-1}^1 (x - 1) \, dx| = |[\frac{x^2}{2} - x]_{-1}^1| = |(\frac{1}{2} - 1) - (\frac{1}{2} + 1)| = |-\frac{1}{2} - \frac{3}{2}| = 2\)
- Above on \([1, 3]\): \(\int_1^3 (x - 1) \, dx = [\frac{x^2}{2} - x]_1^3 = (\frac{9}{2} - 3) - (\frac{1}{2} - 1) = \frac{3}{2} + \frac{1}{2} = 2\)
- Total area = \(2 + 2 = 4\)
\(f(x) = x^2 - 2x = x(x-2)\) on \([-1, 3]\):
Zeros at \(x = 0\) and \(x = 2\).
- Above on \([-1, 0]\): \(\int_{-1}^0 (x^2 - 2x) \, dx = [\frac{x^3}{3} - x^2]_{-1}^0 = 0 - (-\frac{1}{3} - 1) = \frac{4}{3}\)
- Below on \([0, 2]\): \(|\int_0^2 (x^2 - 2x) \, dx| = |[\frac{x^3}{3} - x^2]_0^2| = |\frac{8}{3} - 4| = \frac{4}{3}\)
- Above on \([2, 3]\): \(\int_2^3 (x^2 - 2x) \, dx = [\frac{x^3}{3} - x^2]_2^3 = (9 - 9) - (\frac{8}{3} - 4) = 0 + \frac{4}{3} = \frac{4}{3}\)
- Total area = \(\frac{4}{3} + \frac{4}{3} + \frac{4}{3} = 4\)
Problem 3: Exponential Integrals (x)
Evaluate the following integrals:
\(\int e^{2x} \, dx\)
\(\int 3e^{-4x} \, dx\)
\(\int_0^1 e^{3x} \, dx\)
\(\int_0^2 (e^x + 1) \, dx\)
\(\int_{-1}^{1} e^{-x} \, dx\)
\(\int (2e^{5x} - e^{-x}) \, dx\)
\(\int e^{2x} \, dx = \frac{1}{2}e^{2x} + C\)
\(\int 3e^{-4x} \, dx = 3 \cdot \frac{1}{-4}e^{-4x} + C = -\frac{3}{4}e^{-4x} + C\)
\(\int_0^1 e^{3x} \, dx = \frac{1}{3}e^{3x} \Big|_0^1 = \frac{1}{3}(e^3 - 1) \approx 6.36\)
\(\int_0^2 (e^x + 1) \, dx = [e^x + x]_0^2 = (e^2 + 2) - (1 + 0) = e^2 + 1 \approx 8.39\)
\(\int_{-1}^{1} e^{-x} \, dx = -e^{-x} \Big|_{-1}^{1} = -(e^{-1} - e^1) = e - e^{-1} = e - \frac{1}{e} \approx 2.35\)
\(\int (2e^{5x} - e^{-x}) \, dx = \frac{2}{5}e^{5x} + e^{-x} + C\)
Problem 4: Logarithmic Integrals (x)
Evaluate the following integrals:
\(\int_1^e \frac{1}{x} \, dx\)
\(\int_1^4 \frac{2}{x} \, dx\)
\(\int_2^6 \frac{3}{x} \, dx\)
\(\int_1^e \frac{5}{x} \, dx\)
\(\int \left(\frac{1}{x} + x\right) \, dx\)
\(\int_1^{e^2} \frac{1}{x} \, dx\)
\(\int_1^e \frac{1}{x} \, dx = \ln|x| \Big|_1^e = \ln e - \ln 1 = 1 - 0 = 1\)
\(\int_1^4 \frac{2}{x} \, dx = 2\ln|x| \Big|_1^4 = 2(\ln 4 - \ln 1) = 2\ln 4 \approx 2.77\)
\(\int_2^6 \frac{3}{x} \, dx = 3\ln|x| \Big|_2^6 = 3(\ln 6 - \ln 2) = 3\ln 3 \approx 3.30\)
\(\int_1^e \frac{5}{x} \, dx = 5\ln|x| \Big|_1^e = 5(1 - 0) = 5\)
\(\int \left(\frac{1}{x} + x\right) \, dx = \ln|x| + \frac{x^2}{2} + C\)
\(\int_1^{e^2} \frac{1}{x} \, dx = \ln|x| \Big|_1^{e^2} = \ln(e^2) - \ln 1 = 2 - 0 = 2\)
Problem 5: Mixed Integration (xx)
Evaluate the following integrals:
\(\int_0^4 (x^2 + e^x) \, dx\)
\(\int_1^e \left(x + \frac{1}{x}\right) \, dx\)
\(\int_0^2 (3e^{2x} - 4x) \, dx\)
\(\int_1^4 \left(\sqrt{x} + \frac{2}{x}\right) \, dx\)
\(\int_0^4 (x^2 + e^x) \, dx = [\frac{x^3}{3} + e^x]_0^4\) \(= (\frac{64}{3} + e^4) - (0 + 1) = \frac{64}{3} + e^4 - 1 \approx 21.33 + 54.6 - 1 = 74.93\)
\(\int_1^e \left(x + \frac{1}{x}\right) \, dx = [\frac{x^2}{2} + \ln|x|]_1^e\) \(= (\frac{e^2}{2} + 1) - (\frac{1}{2} + 0) = \frac{e^2}{2} + \frac{1}{2} = \frac{e^2 + 1}{2} \approx 4.19\)
\(\int_0^2 (3e^{2x} - 4x) \, dx = [\frac{3}{2}e^{2x} - 2x^2]_0^2\) \(= (\frac{3}{2}e^4 - 8) - (\frac{3}{2} - 0) = \frac{3}{2}(e^4 - 1) - 8 \approx 80.4 - 8 = 72.4\)
\(\int_1^4 \left(\sqrt{x} + \frac{2}{x}\right) \, dx = [\frac{2x^{3/2}}{3} + 2\ln|x|]_1^4\) \(= (\frac{2(8)}{3} + 2\ln 4) - (\frac{2}{3} + 0) = \frac{16}{3} - \frac{2}{3} + 2\ln 4\) \(= \frac{14}{3} + 2\ln 4 \approx 4.67 + 2.77 = 7.44\)
Problem 6: Business Rate Problems (xx)
A company’s marginal profit is \(MP(x) = 100 - 0.5x\) dollars per unit. Find the total profit from producing units 50 to 150.
The rate of oil production from a well is \(R(t) = 500e^{-0.1t}\) barrels per day. Find the total production during the first 10 days.
A factory’s production rate is \(P(t) = 80 + 20t - t^2\) units per hour. Find the total production during an 8-hour shift.
A company’s revenue rate is \(R'(t) = 2000 - 50t\) euros per day. Find the total revenue during days 1 through 20.
Total profit (units 50-150): \(\int_{50}^{150} (100 - 0.5x) \, dx = [100x - 0.25x^2]_{50}^{150}\) \(= (15000 - 5625) - (5000 - 625) = 9375 - 4375 = \$5,000\)
Oil production (10 days): \(\int_0^{10} 500e^{-0.1t} \, dt = 500 \cdot \frac{1}{-0.1}e^{-0.1t} \Big|_0^{10}\) \(= -5000(e^{-1} - e^0) = -5000(0.368 - 1) = 3,161\) barrels
Factory production (8 hours): \(\int_0^8 (80 + 20t - t^2) \, dt = [80t + 10t^2 - \frac{t^3}{3}]_0^8\) \(= 640 + 640 - \frac{512}{3} = 1280 - 170.67 = 1,109\) units
Revenue (days 1-20): \(\int_1^{20} (2000 - 50t) \, dt = [2000t - 25t^2]_1^{20}\) \(= (40000 - 10000) - (2000 - 25) = 30000 - 1975 = €28,025\)
Problem 7: Area and Economics Application (xxx)
A new product’s daily sales rate (units per day) follows the pattern:
\[S(t) = 200e^{-0.05t}\]
where \(t\) is days after launch.
Find the total sales during the first month (30 days).
Find the total sales during the second month (days 30 to 60).
What percentage of first-month sales are achieved in the second month?
After how many days will total cumulative sales reach 3,000 units?
What is the average daily sales rate during the first 30 days?
First month sales: \(\int_0^{30} 200e^{-0.05t} \, dt = 200 \cdot \frac{1}{-0.05}e^{-0.05t} \Big|_0^{30}\) \(= -4000(e^{-1.5} - 1) = -4000(0.223 - 1) = 4000(0.777) = 3,108\) units
Second month sales: \(\int_{30}^{60} 200e^{-0.05t} \, dt = -4000(e^{-3} - e^{-1.5})\) \(= -4000(0.050 - 0.223) = -4000(-0.173) = 692\) units
Percentage: \(\frac{692}{3108} \times 100\% = 22.3\%\)
Time to reach 3,000 units: \(\int_0^T 200e^{-0.05t} \, dt = 3000\) \(-4000(e^{-0.05T} - 1) = 3000\) \(e^{-0.05T} - 1 = -0.75\) \(e^{-0.05T} = 0.25\) \(-0.05T = \ln(0.25) = -1.386\) \(T = 27.7\) days
Average daily sales: \(\frac{3108}{30} = 103.6\) units per day
Problem 8: Comprehensive Problem (xxx)
A company launches a subscription service with the following characteristics:
- New subscriber rate: \(N(t) = 500 - 10t\) subscribers per month (for \(t \leq 50\))
- Churn rate (subscribers leaving): \(C(t) = 50 + 5t\) subscribers per month
- Monthly revenue per subscriber: €15
where \(t\) is months since launch.
Part A: Subscriber Analysis
Find the net subscriber growth rate function \(G(t) = N(t) - C(t)\).
During which month does net growth become zero (break-even growth)?
Calculate the net new subscribers gained during the first year (months 0-12).
Part B: Revenue Analysis
If the company starts with 1,000 subscribers, write a function for total subscribers \(S(t)\) at time \(t\).
Find the total subscriber-months during the first year. (Hint: This is \(\int_0^{12} S(t) \, dt\))
Calculate the total revenue for the first year.
Part C: Strategic Decisions
At what month should the company expect maximum total subscribers?
If marketing costs €5 per new subscriber acquired, what are total marketing costs for the first year?
Part A
Net growth rate: \(G(t) = N(t) - C(t) = (500 - 10t) - (50 + 5t) = 450 - 15t\)
Break-even growth: \(450 - 15t = 0 \implies t = 30\) months
Net subscribers (first year): \(\int_0^{12} (450 - 15t) \, dt = [450t - 7.5t^2]_0^{12}\) \(= 5400 - 1080 = 4,320\) net new subscribers
Part B
Total subscribers function: \(S(t) = 1000 + \int_0^t G(u) \, du = 1000 + \int_0^t (450 - 15u) \, du\) \(= 1000 + 450t - 7.5t^2\)
Total subscriber-months: \(\int_0^{12} (1000 + 450t - 7.5t^2) \, dt = [1000t + 225t^2 - 2.5t^3]_0^{12}\) \(= 12000 + 32400 - 4320 = 40,080\) subscriber-months
Total revenue: Revenue = €15 × 40,080 = €601,200
Part C
Maximum subscribers: \(S'(t) = G(t) = 450 - 15t = 0 \implies t = 30\) months
Maximum subscribers at month 30: \(S(30) = 1000 + 450(30) - 7.5(900) = 1000 + 13500 - 6750 = 7,750\) subscribers
Marketing costs: Total new subscribers = \(\int_0^{12} N(t) \, dt = \int_0^{12} (500 - 10t) \, dt\) \(= [500t - 5t^2]_0^{12} = 6000 - 720 = 5,280\) new subscribers
Marketing cost = €5 × 5,280 = €26,400