6.1 Areas Between Curves/16: Difference between revisions
Jump to navigation
Jump to search
(Created page with "right|350px| 16) <math> \begin{align} & \color{red} \mathbf{y=x^3-x} & \color{royalblue}\mathbf{y=3x} \\ \end{align} </math> <math> \begin{align} x^3-x &= 3x \\ x^3 &=4x \\ x^2(x) &=4(x) \\ x^2 &=4 \\ x &= \pm2 \\[2ex] \int_{-2}^{2} [(x^3-x)-(3x)]dx \\ =\int_{-2}^{2} [x^3-4x]dx \\[2ex] =\left[\frac{x^4}{4}-2x^2\right]\Bigg|_{-2}^{2}\\[2ex] =\frac{(2)^4}{4}-2(2)^2-\left(\frac{(-2)^4}{4}-2(-2)^2\right)\\[2ex] =\frac{16}{4}-2...") |
No edit summary |
||
Line 21: | Line 21: | ||
x^2 &=4 \\ | x^2 &=4 \\ | ||
x &=\sqrt{4}\\ | |||
x &= \pm2 \\[2ex] | x &= \pm2 \\[2ex] |