Chapter 1: Limits
Section 1.7: Intermediate Value Theorem
|
Example 1.7.2
|
|
Suppose the temperature at midnight is F, increases to a high of F, then returns to 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 for one 24-hour period, where is the number of hours past midnight. It starts at when , reaches , then returns to at .
|
•
|
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 represents the temperature at time , then the endpoints of the black line are solutions of the equation , , or the alternative equation
|
|
>
|
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 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
|
•
|
If , then , so the two times when the temperature is equal are .
|
•
|
If , then
Now is continuous (because temperatures are continuous), so is continuous, and because and have opposite signs. Hence, the Intermediate Value theorem can be applied to and there is an for which . Thus, the two times at which the temperatures are the same are and .
|
|
|
|
|
|
<< 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
|