Question Statement
In the figure, a sketch of the function y=21(0.2x2+x) is shown. Find:
(i) the area of region A (from x=1 to x=3).
(ii) the area of region B (from x=3 to x=4).
(iii) the area of the region from x=1 to x=4.
(iv) the area of the region from x=−1 to x=−4.
Background and Explanation
The area bounded by a curve y=f(x), the x-axis, and the vertical lines x=a and x=b is calculated using the definite integral ∫abydx. This requires applying the power rule for integration, ∫xndx=n+1xn+1, and evaluating the antiderivative at the bounds using the Fundamental Theorem of Calculus.
Solution
Region A corresponds to the area under the curve from x=1 to x=3. We set up the definite integral:
Area=∫13ydx=∫1321(0.2x2+x)dx
Factor out the constant 21 and split the integral into two terms:
=21(0.2)∫13x2dx+21∫13xdx
=101∫13x2dx+21∫13xdx
Apply the power rule for integration to find the antiderivatives:
=101[3x3]13+21[2x2]13
Evaluate at the upper bound (x=3) and lower bound (x=1):
=301(33−13)+41(32−12)
=301(27−1)+41(9−1)
=3026+48
Simplify the fractions:
=1513+2=1513+1530=1543≈2.87 sq. units
Region B extends from x=3 to x=4. Using the same antiderivatives:
Area=∫3421(0.2x2+x)dx
=101[3x3]34+41[2x2]34
=301(43−33)+41(42−32)
=301(64−27)+41(16−9)
=3037+47
Converting to decimal form for the final sum:
=1.233...+1.75=2.983 sq. units
(Exact value: 60179 sq. units)
This represents the total area covering both regions A and B. By the additive property of definite integrals:
Area=∫14ydx=∫13ydx+∫34ydx
Substituting the values from parts (i) and (ii):
=2.87+2.983=5.853 sq. units
Note: When calculating geometric area, we integrate from the lower limit to the upper limit. Here we integrate from x=−4 to x=−1 (since −4<−1). If the function lies below the x-axis in this interval, the integral will be negative, and we take the absolute value for the physical area.
Area=∫−4−121(0.2x2+x)dx
=101[3x3]−4−1+41[2x2]−4−1
=301((−1)3−(−4)3)+41((−1)2−(−4)2)
=301(−1−(−64))+41(1−16)
=301(63)+41(−15)
=2.1−3.75=−1.65
Since area is always positive, we take the absolute value:
∴Area=1.65 sq. units
- Definite Integral for Area: Area=∫abf(x)dx
- Power Rule: ∫xndx=n+1xn+1+C
- Fundamental Theorem of Calculus: ∫abf(x)dx=F(b)−F(a), where F is the antiderivative of f
- Additive Property: ∫acf(x)dx=∫abf(x)dx+∫bcf(x)dx
- Geometric Area: Always non-negative; take ∣integral∣ if the region is below the x-axis
Summary of Steps
- Set up the integral: Identify the bounds for each region and write ∫ab21(0.2x2+x)dx.
- Simplify the integrand: Factor out constants to get 101x2+21x.
- Integrate term by term: Apply the power rule to obtain antiderivatives 30x3+4x2.
- Evaluate bounds: Substitute upper and lower limits using F(b)−F(a) for each part.
- Calculate numerical values: Simplify fractions and sum the results.
- Handle negative regions: For intervals where the curve is below the x-axis (yielding a negative integral), take the absolute value to report the geometric area.
- Combine regions: For part (iii), add the areas of regions A and B obtained previously.