6.1 Areas Between Curves/13: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<math>\color{red}{y=12-x^2}</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> | <math> | ||
\begin{align} | \begin{align} | ||
&\ | 12-x^2 &= x^2-6 \\ | ||
18 &= 2x^2 \\ | |||
& | 9 &=x^2 \\ | ||
& | \pm3 &= x | ||
\end{align} | |||
</math> | |||
<math> | |||
\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} \\ | |||
& = [(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) \\ | |||
& = 72 | |||
\end{align} | \end{align} | ||
</math> | </math> |