Answer:The temperature at 4 AM is 41 degrees.
Explanation:
We have an average temperature of 45 degrees and a high of 53 degrees. That makes the midline 45 and the amplitude 8.
We could spend some time trying to figure out how to get a graph in which x=0 corresponds to midnight. However; that is not necessary. We can use any sinusoidal function we want, as long as we understand which part of the graph corresponds to what hour of the day.
So with midline 45 and amplitude 8, let's choose a simple function:
f%28x%29+=+45%2B8sin%28x%29
The time at which we are to find the temperature, 8 AM, is 8 hours before 4 PM, which is the time when the temperature is maximum. 8 hours is 1/3 of a day, so we want to find the temperature 1/3 of a cycle before 4 PM.
Since we are using a sine function with no horizontal shift, the time of maximum temperature, 4 PM, corresponds to 1/4 of the way through a cycle, at pi/2.
We want to go back 1/3 of a cycle, or (2/3)pi, from pi/2; that puts us at -pi/6.
That makes it easy to find the temperature at 4 AM without a calculator:
45%2B8%2Asin%28-pi%2F6%29+=+45%2B8%28-.5%29+=+45-4+=+41
The temperature at 4 AM is 41 degrees.