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