6.5 Average Value of a Function: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 20: | Line 20: | ||
== Solutions == | == Solutions == | ||
Mr. V solutions: <br> | Mr. V solutions: 2<br> | ||
[[6.5 Average Value of a Function/1|1]] | [[6.5 Average Value of a Function/1|1]] | ||
Revision as of 17:32, 7 September 2022
Lecture
Lecture notes
1. Average Value from a to b:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle f_{\text{avg}} = \frac{1}{b-a}\int_{a}^{b}f(x)\,dx }
2. Average Rate of Change from a to b:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \text{slope} = m = \frac{f(b)-f(a)}{b-a} }
Examples
Solutions
Mr. V solutions: 2