Chapter 1: Limits
Section 1.7: Intermediate Value Theorem
Example 1.7.2
Suppose the temperature at midnight is 55°F, increases to a high of 85°F, then returns to 55°F at midnight the next day. Assuming that the temperature throughout the day is a continuous function of the time of day, show that there is at least one time in the morning when the temperature is the same as the temperature exactly 12 hours later.
Solution
The curve in Figure 1.7.2(a) represents a temperature profile Tt for one 24-hour period, where t is the number of hours past midnight. It starts at T=55 when t=0, reaches t=85, then returns to T=55 at t=24.
The black line represents a span of 12 hours. The endpoints sit at temperatures that are the same for two moments in time during the 24-hour period.
If Tt represents the temperature at time t, then the endpoints of the black line are solutions of the equation Ta+12=Ta, 0≤a≤12, or the alternative equation
Ta+12−Ta=0
P:=[[0,55],[3,60],[6,70],[9,77],[10,85],[12,80],[15,76],[18,66],[21,61],[24,55]]: S:=CurveFitting:-Spline(P,t,degree=3): p1:=plot(S,t=0..24,tickmarks=[12,default]): p2:=plot(68,t=5.03..17.35,color=black): plots:-display(p1,p2,labels=[t,T]);
Figure 1.7.2(a) Representative temperature profile for 1 day
Since the actual temperature function Tt isn't known, this equation can't be solved explicitly, so an argument built around it's behavior has to be used. As part of this argument, the Intermediate Value theorem will be invoked.
Define fa=Ta+12−Ta
If f0=0, then T12=T0, so the two times when the temperature is equal are t=0,12.
If f0≠0, then f12=T24−T12=T0−T12=−T12−T0=−f0 Now Tt is continuous (because temperatures are continuous), so fa is continuous, and f0⋅f12<0 because f12 and f0 have opposite signs. Hence, the Intermediate Value theorem can be applied to f and there is an a^≠0 for which fa^=0=Ta^+12−Ta^. Thus, the two times at which the temperatures are the same are a^ and a^+12.
<< Previous Example Section 1.7 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document