Key Concepts and Formulas
- Area under a curve: The area under the curve y=f(x) from x=a to x=b is given by the definite integral ∫abf(x)dx.
- Finding the minimum of two functions: The function min{f(x),g(x)} returns the smaller of the two function values at each x. To find the area under min{f(x),g(x)}, we need to determine the intervals where f(x)≤g(x) and g(x)≤f(x).
- Intersection of curves: To find the intersection points of two curves y=f(x) and y=g(x), we solve the equation f(x)=g(x).
Step-by-Step Solution
Step 1: Identify the Bounding Functions and Their Properties
We are given the functions f(x)=2x and g(x)=6x−x2.
- f(x)=2x is a straight line passing through the origin with a slope of 2.
- g(x)=6x−x2 is a downward-opening parabola. We can find its x-intercepts by setting g(x)=0: x(6−x)=0, so x=0 and x=6. The vertex is at x=−2ab=−2(−1)6=3, and g(3)=6(3)−32=18−9=9. Thus, the vertex is at (3,9).
- The region is defined by 0≤y≤min{2x,6x−x2}. The condition y≥0 limits the x values to where both 2x and 6x−x2 are non-negative.
Step 2: Find the Intersection Points of the Two Functions
To find where the functions intersect, we set f(x)=g(x):
2x=6x−x2
x2−4x=0
x(x−4)=0
So, x=0 or x=4. The corresponding y-values are f(0)=0 and f(4)=8. The intersection points are (0,0) and (4,8).
Step 3: Determine the Intervals Where Each Function is the Minimum
We need to determine which function is smaller in the intervals [0,4] and [4,6].
- For x∈(0,4), let's test x=2: f(2)=2(2)=4 and g(2)=6(2)−22=12−4=8. Since 4<8, f(x)≤g(x) in this interval. So min{2x,6x−x2}=2x.
- For x∈(4,6), let's test x=5: f(5)=2(5)=10 and g(5)=6(5)−52=30−25=5. Since 5<10, g(x)≤f(x) in this interval. So min{2x,6x−x2}=6x−x2.
Therefore,
min{2x,6x−x2}={2x,6x−x2,0≤x≤44≤x≤6
Step 4: Set Up the Definite Integral for the Area
The area A is given by the sum of the integrals over the intervals [0,4] and [4,6]:
A=∫042xdx+∫46(6x−x2)dx
Step 5: Evaluate the Integrals
- ∫042xdx=[x2]04=42−02=16
- ∫46(6x−x2)dx=[3x2−3x3]46=(3(62)−363)−(3(42)−343)=(108−72)−(48−364)=36−48+364=−12+364=3−36+64=328
Step 6: Calculate the Total Area A
A=16+328=348+28=376
Step 7: Calculate 12A
12A=12×376=4×76=304
Common Mistakes & Tips
- Careless algebraic errors when solving for intersection points. Always double-check your work.
- Forgetting to consider the condition y≥0, which restricts the region to the area above the x-axis.
- Incorrectly identifying the minimum function in each interval. Testing a point within the interval is crucial.
Summary
The area of the region is found by identifying the minimum of the two functions 2x and 6x−x2, splitting the integral at their intersection point, and summing the two resulting definite integrals. Finally, we multiply the total area by 12 to obtain the final answer.
The final answer is 304.