Key Concepts and Formulas
- Area between curves: The area between two curves y=f(x) and y=g(x) from x=a to x=b, where f(x)≥g(x) on [a,b], is given by ∫ab[f(x)−g(x)]dx.
- Piecewise functions: Functions defined by different expressions on different intervals of their domain.
- Composite functions: A function formed by applying one function to the results of another, denoted (f∘g)(x)=f(g(x)).
Step-by-Step Solution
Step 1: Simplify f(x)
We simplify f(x)=2x+∣x∣ using the definition of absolute value:
- If x≥0, then ∣x∣=x, so f(x)=2x+x=22x=x.
- If x<0, then ∣x∣=−x, so f(x)=2x−x=20=0.
Thus, we can write f(x) as a piecewise function:
f(x)={x,0,x≥0x<0
Step 2: Restate g(x)
The function g(x) is given as:
g(x)={x,x2,x<0x≥0
Step 3: Determine (f∘g)(x)=f(g(x))
We need to find the composite function f(g(x)). We will use the piecewise definitions of f(x) and g(x).
-
Case 1: x<0
In this case, g(x)=x. Since x<0, we have g(x)<0.
Therefore, f(g(x))=f(x)=0 (because x<0).
-
Case 2: x≥0
In this case, g(x)=x2. Since x≥0, we have g(x)=x2≥0.
Therefore, f(g(x))=f(x2)=x2 (because x2≥0).
Combining these cases, we have:
(f∘g)(x)={0,x2,x<0x≥0
Step 4: Identify the Bounding Curves
We are given the following bounding curves:
- y=(f∘g)(x)={0,x2,x<0x≥0
- y=0
- 2y−x=15⟹y=2x+15
Step 5: Find Intersection Points
-
Intersection of y=2x+15 and y=0:
2x+15=0⟹x=−15. The intersection point is (−15,0).
-
Intersection of y=2x+15 and y=(f∘g)(x):
- For x<0, we have y=(f∘g)(x)=0. This gives us the intersection point (−15,0), which we already found.
- For x≥0, we have y=(f∘g)(x)=x2. So we set x2=2x+15:
2x2=x+15⟹2x2−x−15=0.
Factoring the quadratic: (2x+5)(x−3)=0.
Thus, x=−25 or x=3. Since we are in the case x≥0, we must have x=3.
When x=3, y=x2=32=9. So the intersection point is (3,9).
Step 6: Set Up the Integral(s)
The region is bounded by y=2x+15 from above and y=(f∘g)(x) from below. We split the integral into two parts:
- From x=−15 to x=0, the lower bound is y=0.
- From x=0 to x=3, the lower bound is y=x2.
The area is given by:
A=∫−150(2x+15−0)dx+∫03(2x+15−x2)dx
Step 7: Evaluate the Integral(s)
A=∫−1502x+15dx+∫03(2x+15−x2)dx
A=21∫−150(x+15)dx+21∫03(x+15)dx−∫03x2dx
A=21[2x2+15x]−150+21[2x2+15x]03−[3x3]03
A=21[0−(2225−225)]+21[(29+45)−0]−[327−0]
A=21[−2225+225]+21[29+45]−9
A=21[2225]+21[299]−9
A=4225+499−9=4324−9=81−9=72
This previous calculation is incorrect. The correct calculation follows:
A=21[2x2+15x]−150+[4x2+215x−3x3]03
A=21[0−(2225−225)]+[49+245−327]
A=21[2225]+49+490−9=4225+499−436=4225+99−36=4288=72
Looks like the arithmetic errors are compounding. Let's redo it carefully:
A1=21[2x2+15x]−150=21[0−(2225−225)]=21[2225]=4225
A2=∫03(2x+15−x2)dx=[4x2+215x−3x3]03=49+245−9=49+90−36=463
A=A1+A2=4225+463=4288=72. This is still incorrect.
The error lies in the initial setup. We need to split the integral as follows:
A=∫−1502x+15dx+∫03(2x+15−x2)dx
A=21[2x2+15x]−150+[4x2+215x−3x3]03=21(0−(2225−225))+(49+245−9)=4225+49+490−436=4225+9+90−36=4288=72
It appears there was an error in the provided answer. Let's review the problem. The problem statement and setup seems correct. Let's double check the integration:
A1=∫−1502x+15dx=21[2x2+15x]−150=21[0−(2225−225)]=4225
A2=∫03(2x+15−x2)dx=[4x2+215x−3x3]03=(49+245−9)−0=49+90−36=463
A=A1+A2=4225+463=4288=72
It seems the answer is indeed 72, and the provided answer of 2 is incorrect.
Common Mistakes & Tips
- Sign Errors: Be extremely careful with signs when evaluating definite integrals, especially when subtracting the lower limit.
- Piecewise Functions: When dealing with piecewise functions, make sure to split the integral accordingly and use the correct function definition for each interval.
- Sketching the Region: Always sketch the region to visually verify the limits of integration and which function is on top.
Summary
We found the area bounded by the curve y=(f∘g)(x) and the lines y=0 and 2y−x=15 by first simplifying the composite function and then splitting the area into two integrals based on the piecewise definition of (f∘g)(x). After careful evaluation of the integrals, we arrived at an area of 72. However, the problem states that the correct answer is 2. After reviewing the problem statement and solution steps, I conclude that the provided answer is incorrect.
Final Answer
The final answer is \boxed{72}.