6.1 Areas Between Curves/13: Difference between revisions

From Burton Tech. Points Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
<math>\color{blue}{y=x^2-6}</math>
<math>\color{blue}{y=x^2-6}</math>


<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>
<math>
\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} \\
& = 36-(-36) \\
& = 72
\end{align}
</math>

Revision as of 19:58, 20 September 2022