6.5 Average Value of a Function/1: Difference between revisions

From Mr. V Wiki Math
Jump to navigation Jump to search
(Created page with "Find the average value of the function on the given interval.")
 
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
Find the average value of the function on the given interval.
Find the average value of the function on the given interval.
<math>
f(x) = 4x-x^2, \quad (0, 4)
</math>
<math>
\begin{align}
f_{avg} &= \frac{1}{4-0} \int_{0}^{4} (4x-x^2) dx  \\[2ex]
&= \frac{1}{4} \int_{0}^{4} (4x-x^2) dx  \\[2ex]
&= \frac{1}{4} \left[\bigg( 4x-\frac{x^3}{3}\bigg)  \right]_0^4 \\[2ex]
&= \frac{1}{4} \bigg(8-\frac{8}{3}\bigg)-\bigg(-8+\frac{8}{3}\bigg) \\[2ex]
&= \frac{1}{4} \left[\bigg( \frac{32}{4}\bigg)  \right]  \\[2ex]
&= \frac{8}{3}
\end{align}
</math>

Latest revision as of 02:50, 29 November 2022

Find the average value of the function on the given interval.