Questions:
My attempt
a) Using this formula: $$A = \int_{a}^{b} (y_{top} - y_{bot})dx$$
Intercepts: y = y,
25 - $x^2$ = 9
0 = $x^2$ - 16
(x-4)(x+4) = 0, a = -4, b = 4
$$\int_{-4}^{4} (25-x^2-9)dx = \int_{-4}^{4} (-x^2+16)dx = -\frac{1}{3}x^3 + 16x\bigg|_{-4}^{4} = \frac{256}{3}$$ \
b) Using this formula: $$A = \int_{a}^{b} (y_{top} - y_{bot})dx$$
Intercepts: y = y,
$16-x^2 = -9$
$0 = x^2 - 25$
(x-5)(x+5), a = -5, b = 5
$$\int_{-5}^{5} (16-x^2+9)dx = \int_{-5}^{5} (-x^2+25)dx = -\frac{1}{3}x^3 + 25x\bigg|_{-5}^{5} = \frac{500}{3}$$
c) Using this formula: $$A = \int_{a}^{b} (y_{top} - y_{bot})dx$$
Intercepts: y = y,
$2x-x^2 = 2x^2 -4x$
$0 = x^2 -6x$
$0 = x(x-6)$, a = 0 b = 6
$$\int_{0}^{6} (2x-x^2-2x^2+4x)dx = \int_{0}^{6} (-3x^2+6x)dx = -\frac{3}{3}x^3 + \frac{6}{2} x^2\bigg|_{0}^{6} = -108$$
Am I doing it right?
