6.1 Areas Between Curves/13: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
<math>\color{blue}{y=x^2-6}</math> | <math>\color{blue}{y=x^2-6}</math> | ||
[[File:Screen Shot 2022-09-20 at 1.07.09 PM.png|right|500px]] | |||
<math>\int_{-3}^{3} \left|(12-x^2) - (x^2-6) \right| dx </math> | <math>\int_{-3}^{3} \left|(12-x^2) - (x^2-6) \right| dx </math> | ||
Line 18: | Line 18: | ||
<math> | <math> | ||
\begin{align} | \begin{align} | ||
\int_{-3}^{3} \left|(12-x^2) - (x^2-6) \right| dx &= (12x-\frac{1}{3}x^3) - (\frac{1}{3}x^3 - 6x) \Bigg|_{-3}^{3} \\ | \int_{-3}^{3} \left|(12-x^2) - (x^2-6) \right| dx &= [(12x-\frac{1}{3}x^3) - (\frac{1}{3}x^3 - 6x)] \Bigg|_{-3}^{3} \\ | ||
& = [(12(3) - \frac{1}{3}(3)^3) - (\frac{1}{3}(3)^3-6(3) )] - [(12(-3) - \frac{1}{3}(-3)^3) - (\frac{1}{3}(-3)^3-6(-3) )] \\ | |||
& = 36-(-36) \\ | & = 36-(-36) \\ | ||
& = 72 | & = 72 | ||
\end{align} | \end{align} | ||
</math> | </math> |