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.
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