6.1 Areas Between Curves/16: Difference between revisions

From Burton Tech. Points Wiki
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]

Revision as of 20:35, 18 September 2022

6.1.16 graph.png

16)


5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 25 27