Chapter 1: Limits
Section 1.7: Intermediate Value Theorem
|
Example 1.7.3
|
|
A simple closed path is walked in rugged terrain. Suppose the path is parametrized by , with . and suppose further that the heights along the path are given by . Prove that there are two points along the path where .
|
|
|
|
Solution
|
|
•
|
The astute reader will see that Examples 1.7.3 and 1.7.2 are essentially the same. In fact, the curve in Figure 1.7.2(a) serves as a representation of the height function in Figure 1.7.3(a). The starting and ending heights are taken as zero.
|
•
|
The curve in Figure 1.7.3(a) represents the heights .
|
•
|
The black line represents a span . The endpoints sit at two equal heights.
|
•
|
The endpoints of the black line are solutions of the equation , , or the alternative equation
|
•
|
Define
|
|
>
|
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=[[0="0",24="1"],[0]]):
p2:=plot(68,t=5.03..17.35,color=black):
plots:-display(p1,p2,labels=[s,h]);
|
|
Figure 1.7.3(a) Representative heights
|
|
|
|
•
|
If , then , so the heights are equal for and .
|
•
|
If , then
Assuming is continuous, so is continuous, and , the Intermediate Value theorem can be applied to and there is an for which . Thus, the heights are the same at and .
|
|
|
|
|
|
<< Previous Example Section 1.7
Next Chapter >>
© 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
|