6.1 Areas Between Curves/19: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
19) | 19) | ||
<math>\ | <math> | ||
\begin{align} | |||
& \color{red} \mathbf{x=4+y^2} | |||
& \color{royalblue}\mathbf{x=2y^2} \\ | |||
\end{align} | |||
</math> | |||
<math> | |||
\begin{align} | |||
4+y^2 &= 2y^2 \\ | |||
4 &=y^2 \\ | |||
y &=\sqrt{4} \\ | |||
y &= \pm2 \\ | |||
\int_{-2}^{2} [(4+y^2)-(2y^2)]dy \\ | |||
=\int_{-2}^{2} [4-y^2]dy \\ | |||
=4y-\frac{y^3}{3} \int_{2}^{-2} | |||
\end{align} | |||
</math> | |||