6.5 Average Value of a Function/17: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(32 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
In a certain city the temperature (in Fahrenheit) t hours after a 9 AM was modeled by the function | |||
<math> | |||
T(t)=50+14\sin(\frac{\pi}{12}t) | |||
</math> | |||
Find the average temperature during the period 9 AM to 9 PM | |||
1. Use the Average Value from a to b: | |||
<math> | |||
f_{\text{avg}} = \frac{1}{b-a}\int_{a}^{b}f(x)\,dx | |||
</math> | |||
a=0 (start at 9 AM) b=12 (From 9 AM to 9 PM) | |||
<math> | |||
\frac{1}{12-0}\int_{0}^{12} 50+14\sin\left(\frac{\pi}{12}t\right)= \frac{1}{12}\int_{0}^{12} 50 + \underbrace{14\sin\left(\frac{\pi}{12}t\right)}_{ | |||
\begin{aligned} | |||
u &= \frac{\pi}{12}t\\dt\cdot\frac{du}{dt} &= dt\\ \frac{12}{\pi}du &= dt \\ integrate for\, 14\sin(u)\frac{12}{\pi}\\ \int14\sin(u)\frac{12}{\pi}\,du | |||
14\cdot\frac{12}{\pi}\int\sin(u)\,du \\ -\frac{168}{\pi}\cos(u) \\ -\frac{168}{\pi}\cos(\frac{\pi}{12}t) | |||
\end{aligned}} | |||
\,dt =\frac{1}{12}[50t-\frac{168}{\pi}\cos(\frac{\pi}{12}t)]\bigg|_{12}^{0}=\frac{1}{12}[(50)(12)-\frac{168}{\pi}\cos(\pi))(0-\frac{168}{\pi}\cos(0)] | |||
</math> | </math> | ||
\ | |||
< | |||
<math> | |||
=\frac{1}{12}[600-\frac{168}{\pi}(-1)+\frac{168}{\pi}(1)] =\frac{1}{12}[600+\frac{168}{\pi}+\frac{168}{\pi}]=\frac{1}{12}[600+\frac{336}{\pi}]= 50+\frac{336}{12\pi}=50+\frac{28}{\pi}= 59\text{F}^{\circ} | |||
</math> |
Latest revision as of 17:25, 1 December 2022
In a certain city the temperature (in Fahrenheit) t hours after a 9 AM was modeled by the function
Find the average temperature during the period 9 AM to 9 PM
1. Use the Average Value from a to b:
a=0 (start at 9 AM) b=12 (From 9 AM to 9 PM)