area between two curves

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
2,214
Find the area enclosed by the graphs \(\displaystyle y = 3 - x\) and \(\displaystyle y = x^2 - 9\).
 
Find the area enclosed by the graphs \(\displaystyle y = 3 - x\) and \(\displaystyle y = x^2 - 9\).
Let us find the intersection points.

\(\displaystyle 3 - x = x^2 - 9\)

\(\displaystyle x^2 - 9 - 3 + x = 0\)

\(\displaystyle x^2 + x - 12 = 0\)

\(\displaystyle (x + 4)(x - 3) = 0\)

\(\displaystyle x = 3\)
Or
\(\displaystyle x = -4\)

Then, the area is:

\(\displaystyle A = \iint dA\)


\(\displaystyle = \int_{-4}^{3}\int_{x^2 - 9}^{3 - x} dy \ dx\)


\(\displaystyle = \int_{-4}^{3}(3 - x - x^2 + 9) \ dx\)


\(\displaystyle = \int_{-4}^{3}(12 - x - x^2) \ dx\)


\(\displaystyle = \left(12x -\frac{x^2}{2} - \frac{x^3}{3}\right)\bigg|_{-4}^{3}\)


\(\displaystyle = \left(36 -\frac{9}{2} - \frac{27}{3}\right) - \left(-48 - \frac{16}{2} + \frac{64}{3}\right) = \frac{343}{6} = \textcolor{blue}{57.17}\)
 
Top