6.1 Areas Between Curves/18: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
<math> | <math> | ||
\begin{align} | \begin{align} | ||
\int_{-3}^{-2}\left((x^2)-(8-x^2)\right)dx | \int_{-3}^{-2}\left((x^2)-(8-x^2)\right)dx | ||
\end{align} | \end{align} | ||
<\math> | <\math> |
Revision as of 18:03, 13 September 2022
(not done)
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \begin{align} \int_{-3}^{-2}\left((x^2)-(8-x^2)\right)dx \end{align} <\math> <math> \begin{align} \int_{-2}^{2} \left((8-x^2) - (x^2)\right)dx &= \int_{-2}^{2}\left(8-2x^2\right)dx \\[2ex] &= \left(8x-\frac{2x^3}{3}\right)\bigg|_{-2}^{2} \\[2ex] &= \left(8(2)-\frac{2(2)^3}{3}\right) - \left(8(-2)-\frac{2(-2)^3}{3}\right) \\[2ex] &= \left(16-\frac{16}{3}\right)-\left(-16+\frac{16}{3}\right) = 32-\frac{32}{3} = \frac{96}{3}-\frac{32}{3} \\[2ex] &= \frac{64}{3} \end{align} }