When doing horizontal integration... why do we write the function as a function of y with the x by itself? What is the high level point of that?
So here is my work. Is this right? I am asked to find the area enclosed between these equations:
$$ 4x + y^2 = 12, x = y$$
First thing's first is to graph it and find the points of intersection:
Point of intersection:
$$ \frac{12 - y^2}{4} = y$$
$$ 12 - y^2 = 4y$$
$$y^2 + 4y -12 = 0$$ $$(y - 2)(y+6) = 0$$ $$y = {2,-6}$$
So the points are $(2,2) , (-6, -6)$.
So the integral...why do we write it as a function of y? Can't we write it as a function of x still?:
$$ \int_{-6}^2 - y \, dy$$ $$= \int_{-6}^2 3 \cdot \frac{-1}{4} y^2 \, dy$$ $$= [ 3y - \frac{1}{4} \cdot \frac{y^3}{3} - \frac{y^2}{2} ]_{-6}^2$$
$$ 6 - \frac{2}{3} - 2 - (-18 + 18 -18) = 21 \frac{1}{3}$$
Does this look right? More importantly, why do we use the equation where y is the variable?
