6.1 Areas Between Curves/10: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[[<iframe src="https://www.desmos.com/calculator/0qbkuuhxbx?embed" width="500" height="500" style="border: 1px solid #ccc" frameborder=0></iframe>|right|500px|]]") |
No edit summary Tag: Manual revert |
||
(48 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[< | [[File:Desmos-graphs.png|right|500px|]] | ||
<math> | |||
\begin{align} | |||
& \color{green}\mathbf{y=1+\sqrt{x}} | |||
& \color{purple}\mathbf{y=\frac{3+x}{3}} \\ | |||
\\ | |||
\end{align} | |||
</math> | |||
<math> | |||
\begin{align} | |||
&1+\sqrt{x} = \frac{3+x}{3} \\ | |||
& 1+\sqrt{x}-\frac{3+x}{3} = 0 \\ | |||
& \frac{3+3\sqrt{x}}{3}-\frac{3+x}{3} = 0 \\ | |||
& 3+3\sqrt{x}-3+x = 0 \\ | |||
& 3\sqrt{x}+x = 0 \\ | |||
& 3\sqrt{x} = -x \\ | |||
& 9x = x^2 \\ | |||
& 9x-x^2 = 0 \\ | |||
& x(9-x) = 0 \\ | |||
& x = 0,9 | |||
\end{align} | |||
</math> | |||
<math> \int_{0}^{9} \left(1+\sqrt{x} - \frac{3+x}{3}\right)dx = \left[x + \frac{2x^\frac{3}{2}}3\right]\Bigg|_{0}^{9} - \frac{1}3\int_{0}^{9}\left(3+x\right)dx = \left[x + \frac{2x^\frac{3}{2}}3\right]\Bigg|_{0}^{9} - \left[\frac{{1}}3(\frac{{x^2}}3+3x)\right]\Bigg|_{0}^{9} = 9 + \frac{{2(27)}}3 - \frac{{9^2}}6 - 9 = \frac{54}3 - \frac{81}6 = \frac{108}6 - \frac{81}6 = \frac{27}6 = \frac{9}2 </math> |