6.1 Areas Between Curves/12: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<math> \begin{align} & \color{red}\mathbf{y=x^2} & \color{royalblue}\mathbf{y=4x-x^2} \\ & x=0 & x=2 \\ \end{align} </math> <math>\int_{0}^{2} \left|(8-x^2) - (x^2)\right|dx </math> <math> \begin{align} 8-x^2 &= x^2 \\ -2x^2 &= -8 \\ x^2 &= 4 \\ x &= \pm2 \end{align} </math> <math>\int_{-3}^{3} \left|(8-x^2) - (x^2)\right|dx = \int_{-3}^{-2}\left((x^2)-(8-x^2)\right)dx + \int_{-2}^{2} \left((8-x^2) - (x^2)\right)dx + \int_{2}^{3}\left((x^2)-(8-x^2)\right)dx =...") |
No edit summary |
||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:Desmos graph 6.1.12.png|right|350px|]] | |||
<math> | <math> | ||
\begin{align} | \begin{align} | ||
Line 11: | Line 12: | ||
<math>\int_{0}^{2} \left | <math>\int_{0}^{2} \left[(4x-x^2) - (x^2)\right] dx</math> | ||
<math> | <math> | ||
\begin{align} | \begin{align} | ||
4-x^2 &= x^2 \\ | |||
-2x^2 &= | 4x-2x^2 &= 0 \\ | ||
x | 2x(2-x) &= 0 \\ | ||
x &= | x &= 0& x = 2 | ||
\end{align} | \end{align} | ||
</math> | </math> | ||
<math>\int_{ | <math>\int_{0}^{2} \left[(4x-x^2) - (x^2)\right]dx = \int_{0}^{2} (4x)dx</math> | ||
<math> | <math> | ||
\begin{align} | \begin{align} | ||
&= \left[\frac{4x^2}{2}\right]\Bigg|_{0}^{2} \\[2ex] | |||
&= \left[2x^2\right]\Bigg|_{0}^{2} \\[2ex] | |||
&= \left[\frac{ | &= \left[2(2)^2\right]-\left[2(0)^2\right] = 8-0 \\[2ex] | ||
&= 8 | |||
&= \left[ | |||
&= \left[ | |||
&= | |||
\end{align} | \end{align} | ||
</math> | </math> |