regnar
- 24
- 0
y= 1/2 x2 and y=-x2+6. I'm trying to find the area enclosed between the two functions and the answer is eight but I keep getting 16.
The discussion revolves around finding the area enclosed between the functions y = 1/2 x² and y = -x² + 6. The original poster mentions a discrepancy between their calculated area of 16 and the expected area of 8.
Some participants have provided guidance on checking the calculations and visualizing the functions to identify potential errors. There is an acknowledgment of a possible typo in the integration expression, but it is noted that the correct term was used later. The discussion is ongoing, with no explicit consensus reached on the correct area.
Participants mention the importance of checking for intersections between the functions within the specified bounds, which could affect the area calculation. There is also a suggestion to use LaTeX for clearer mathematical expressions.
regnar said:y= 1/2 x2 and y=-x2+6. I'm trying to find the area enclosed between the two functions and the answer is eight but I keep getting 16.
regnar said:I found the bounds to be 2 and -2.
int[(-x^2+6)-(1/2 x^2)]dx = int[(-3/2 x^2 + 6)]dx
I integrated it and got:
(-3/2)(x^3/3) + 6x + C = (-1/2)x^3 + 6
I used FTC part 2 and got:
[-1/2(8) + 12] - [-1/2(-8) - 12]
8 + 8 = 16