PDA

View Full Version : max, min, and avg temp


ACLerok
Sep20-04, 09:57 PM
Alright, I am given a function that approximates the outdoor temperature on a particular day where t is the time in hours after 9pm.
T(t)=50+14sin([pi*t]/12)

I am to find the max and min temps and average temps on tha day between 9am - 9pm. I know i am supposed to derive the given function to find the max and min temps but once i have the derived function, what am i supposed to do with it? The instructor didn't go in depth on how we are supposed to do it. Also, i know that to find the average temp you are supposed to integrate it and do

T_avg=(1/12)integral(0-12)T(t)dt

Is that all there is to it for finding the average temp?

Thanks.

Leong
Sep20-04, 10:07 PM
9 pm-9am ? t is the time in hours after 9 pm ....

ACLerok
Sep21-04, 05:43 PM
thats the way it says on the sheet. anyone else have any input?

Sirus
Sep21-04, 06:44 PM
To answer the first part of your question, think about what you are doing when you derive a function: you are finding a general equation in terms of a variable for the slope of the original function. What can you do with this equation to find the min/max values? (Huge hint: what is the slope equal to at those points?). Don't forget to verify to see which result is max and which is min.

ACLerok
Sep21-04, 07:43 PM
To answer the first part of your question, think about what you are doing when you derive a function: you are finding a general equation in terms of a variable for the slope of the original function. What can you do with this equation to find the min/max values? (Huge hint: what is the slope equal to at those points?). Don't forget to verify to see which result is max and which is min.

I guess the slope would be zero at those points. so i just compute the derivative of T(t)=50+14sin([pi*t]/12) and plug in 0 for t to find the max and mins?

Sirus
Sep21-04, 07:53 PM
No. You do not want to know the temp. at time=0. Remember, the derived equation represents the slope, and as you said yourself, the slope is zero at max/min points.

Leong
Sep21-04, 08:07 PM
Why don't you draw the graph to find the max and min?
Average has to do the integration.

ACLerok
Sep21-04, 10:33 PM
No. You do not want to know the temp. at time=0. Remember, the derived equation represents the slope, and as you said yourself, the slope is zero at max/min points.

alright.. im guessing i'm supposed to derive the T(t) equation, set that equal to 0 and find the high and low times and then plug those times back in the original equation? Thakns for all your help.

PS this is prolly wrong. as for graphing it, my teacher would prefer us not to.

wisky40
Sep21-04, 11:30 PM
sometimes it's not necessary to use calculus.
|sin(alpha)|< or = 1 => the maxium value for this function is sin(alpha)=1
and the minimum => sin(alpha)=-1from here you can use these value to obtain: for "T"max, T(t)= 50+14=64 and for "T"min, T(t)=50-14 =36.
wisky40

Leong
Sep22-04, 12:10 AM
ACLerok,
wisky40's way is the fastest to obtain the min. but derivative won't help you to find the max. from the graph i drew,the max happens when t is 6 hours after 9pm, means it happens at 3 am which is out of the range of the question which states from 9 am-9pm. i think for this period, the max is just 50 which happens at t = 12 and 24 corresponds to 9 am and 9 pm respectively.

ACLerok
Sep23-04, 09:48 PM
real quick. how would i evaluate the integral of sin[(pi*x)/12]?

is it just -cos[(pi*t)/12] ?

Leong
Sep24-04, 03:15 AM
real quick. how would i evaluate the integral of sin[(pi*x)/12]?

is it just -cos[(pi*t)/12] ?

No. It is

\frac{-cos\frac{\pi t}{12}}{\frac{\pi}{12}}