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
 
(3 intermediate revisions 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>


<math>\int_{3}^{-3} \left|(12-x^2) - (x^2-6) \right| dx </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>
\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}
</math>

Latest revision as of 20:12, 20 September 2022

Screen Shot 2022-09-20 at 1.07.09 PM.png