forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection-2-5.xml
More file actions
334 lines (300 loc) · 18.9 KB
/
section-2-5.xml
File metadata and controls
334 lines (300 loc) · 18.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<?xml version="1.0" encoding="UTF-8" ?>
<!-- <mathbook><book> -->
<section xml:id="AbsoluteValue" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The Absolute Value Function</title><introduction>
<p>
The absolute value function is used to model problems involving distance. Recall that the absolute value of a number gives the distance from the origin to that number on the number line.
</p>
<assemblage><title>Distance and Absolute Value</title>
<p>The distance between two points <m>x</m> and <m>a</m> is given by <m>\abs{x - a}</m>.</p>
</assemblage>
<p>
For example, the equation <m>\abs{x - 2} = 6</m> means "the distance between <m>x</m> and <m>2</m> is <m>6</m> units." The number <m>x</m> could be to the left or the right of <m>2</m> on the number line. Thus, the equation has two solutions, <m>8</m> and <m>-4</m>, as shown in <xref ref="fig-abs-x-minus-2-is-6" text="type-global"/>.
</p>
<figure xml:id="fig-abs-x-minus-2-is-6"><caption></caption><image source="images/fig-abs-x-minus-2-is-6" width="70%"><description>6 units from 2</description></image></figure>
<example xml:id="example-distances">
<p>Write each statement using absolute value notation. Illustrate the solutions on a number line.</p>
<ol label="a">
<li><m>x</m> is three units from the origin.</li>
<li><m>p</m> is two units from <m>5</m>.</li>
<li><m>a</m> is within four units of <m>-2</m>.</li>
</ol>
<solution>
<p>
First, restate each statement in terms of distance.
</p>
<ol label="a">
<li>The distance between <m>x</m> and the origin is three units, or <m>\abs{x} = 3</m>. Thus, <m>x</m> can be <m>3</m> or <m>-3</m>. See <xref ref="fig-abs-x-is-3" text="type-global"/>.
<figure xml:id="fig-abs-x-is-3"><caption></caption><image source="images/fig-abs-x-is-3" width="70%"><description>absolut value of x is 3</description></image></figure>
</li>
<li>The distance between <m>p</m> and <m>5</m> is two units, or
<m>\abs{p - 5} = 2</m>. If we count two units on either side of <m>5</m>, we see that <m>p</m> can be <m>3</m> or <m>7</m>. See <xref ref="fig-abs-p-minus-5-is-2" text="type-global"/>.
<figure xml:id="fig-abs-p-minus-5-is-2"><caption></caption><image source="images/fig-abs-p-minus-5-is-2" width="70%"><description>absolut value of p-5 is 2</description></image></figure>
</li>
<li>The distance between <m>a</m> and <m>-2</m> is less than four units, or <m>\abs{a - (-2)} \lt 4</m>, or <m>\abs{a + 2} \lt 4</m>. Count four units on either side of <m>-2</m>, to find <m>-6</m> and <m>2</m>. Then <m>a</m> is between <m>-6</m> and <m>2</m>, or <m>-6 \lt a \lt 2</m>.
See <xref ref="fig-4-units-from-negative-2" text="type-global"/>.
<figure xml:id="fig-4-units-from-negative-2"><caption></caption><image source="images/fig-4-units-from-negative-2" width="70%"><description>4 units from -2</description></image></figure>
</li>
</ol>
</solution>
</example>
<exercise xml:id="exercise-write-abs"><statement>
Write each statement using absolute value notation; then illustrate the solutions on a number line.
<ol label="a">
<li><m>x</m> is five units away from <m>-3</m>.</li>
<li><m>x</m> is at least six units away from <m>4</m>.</li>
</ol>
</statement></exercise>
</introduction>
<subsection><title>Absolute Value Equations</title>
<p>
We can use distances on a number line to solve simple equations such as
<me>\abs{3x - 6} = 9</me>
First, we factor out the coefficient of <m>x</m>, to get <m>\abs{3(x - 2)} = 9</m>. Because of the multiplicative property of the absolute value, namely that
<m>\abs{ab} = \abs{a}\abs{b}</m>, we can write the left side as
\begin{align*}
\abs{3}\abs{x - 2} \amp = 9 \\
3\abs{x - 2} \amp= 9 \amp\amp \text{Divide both sides by 3.}\\
\abs{x - 2} \amp = 3
\end{align*}
which tells us that the distance between <m>x</m> and <m>2</m> is <m>3</m> units, so the solutions are <m>x = -1</m> and <m>x = 5</m>.
</p>
<sidebyside widths= "50% 40%">
<paragraphs><p>Alternatively, we can use graphs when working with absolute values. For example, we know that the simple equation <m>\abs{x} = 5</m> has two solutions, <m>x = 5</m> and <m>x = -5</m>.</p><p> In fact, we can see from the graph in <xref ref="fig-abs-x-is-k" text="type-global"/> that the equation <m>\abs{x} = k</m> has two solutions if <m>k \gt 0</m>, one solution if <m>k = 0</m>, and no solution if <m>k \lt 0</m>.</p></paragraphs>
<figure xml:id="fig-abs-x-is-k"><caption></caption><image source="images/fig-abs-x-is-k"><description>4 units from -2</description></image></figure>
</sidebyside>
<example xml:id="example-abs-equation">
<ol label="a">
<li>
Use a graph of <m>y = \abs{3x - 6}</m> to solve the equation
<m>\abs{3x - 6} = 9</m>.</li>
<li>Use a graph of <m>y = \abs{3x - 6}</m> to solve the equation
<m>\abs{3x - 6} = -2</m>.</li>
</ol>
<solution>
<figure xml:id="fig-abs-3x-6"><caption></caption><image source="images/fig-abs-3x-6" width="30%"><description>absolute value of 3x-6</description></image></figure>
<ol label="a">
<li><xref ref="fig-abs-3x-6" text="type-global"/> shows the graphs of <m>y = \abs{3x - 6}</m> and <m>y = 9</m>. We see that there are two points on the graph of <m>y = \abs{3x - 6}</m> that have <m>y = 9</m>, and those points have <m>x</m>-coordinates <m>x = -1</m> and <m>x = 5</m>. We can verify algebraically that the solutions are <m>-1</m> and <m>5</m>.
\begin{align*}
x \amp = \alert{-1}\text{: }
~ ~ \abs{3(\alert{-1}) - 6} = \abs{-9} = 9\\
x \amp = \alert{5}\text{: }
~ ~ \abs{3(\alert{5}) - 6} = \abs{9} = 9
\end{align*}
</li>
<li>There are no points on the graph of <m>y = \abs{3x - 6}</m> with <m>y = -2</m>, so the equation <m>\abs{3x - 6} = -2</m> has no solutions.
</li>
</ol>
</solution>
</example>
<technology><title><!--<image source="images/icon-GC.jpg" width="8%"><description>Graphing Calculator</description></image>-->Solving Absolute Value Equations</title>
<p>We can use a graphing calculator to solve the equations in <xref ref="example-abs-equation" text="type-global"/>.</p>
<sidebyside widths="50% 40%"><p>
<xref ref="fig-GC-abs-3x-6" text="type-global"/> shows the graphs of
<m>Y_1 = \text{abs}(3X - 6)</m> and <m>Y_2 = 9</m> in the window
\begin{align}
\text{Xmin} \amp = -2.7 \amp\amp \text{Xmax} = 6.7\\
\text{Ymin} \amp = -2 \amp\amp \text{Ymax} = 12
\end{align}
We use the <c>Trace</c> or the <em>intersect</em> feature to locate the intersection points at <m>(-1, 9)</m> and <m>(5, 9)</m>.
</p>
<figure xml:id="fig-GC-abs-3x-6"><caption></caption><image source="images/fig-GC-abs-3x-6"><description>absolute value of 3x-6</description></image></figure>
</sidebyside>
</technology>
<exercise xml:id="exercise-GC-solve-abs-equation"><statement>
<ol label="a">
<li>Graph <m>y = \abs{2x + 7}</m> for <m>-12 \le x \le 8</m>.</li>
<li>Use your graph to solve the equation <m>\abs{2x + 7} = 11</m>.</li>
</ol>
</statement></exercise>
<p>
To solve an absolute value equation algebraically, we use the definition of absolute value.
</p>
<example xml:id="example-abs-algebraic">
<p>
Solve the equation <m>\abs{3x - 6} = 9</m> algebraically.
</p>
<solution>
We write the piecewise definition of <m>\abs{3x - 6}</m>.
<me>
\abs{3x-6} =
\begin{cases}
3x-6 \amp \text{if } 3x-6\ge 0 \text{, or } x\ge 2\\
-(3x-6) \amp \text{if } 3x - 6\lt 0 \text{, or }x\lt 2
\end{cases}
</me>
Thus, the absolute value equation <m>\abs{3x - 6} = 9</m> is equivalent to two regular equations:
<me>3x - 6 =9 \text{ or } -(3x - 6) = 9</me>
or, by simplifying the second equation,
<me>3x - 6 =9 \text{ or } 3x - 6 = -9</me>
Solving these two equations gives us the same solutions we found in <xref ref="example-abs-equation" text="type-global"/>, <m>x = 5</m> and <m>-1</m>.
</solution>
</example>
<p>
In general, we have the following strategy for solving absolute value equations.
</p>
<assemblage><title>Absolute Value Equations</title><p></p>
<p>
The equation
<me>\abs{ax + b} = c \hphantom{break} (c \gt 0)</me>
is equivalent to
<me>ax + b = c ~~\text{ or }~~ ax + b = -c</me>
</p>
</assemblage>
<exercise xml:id="exercise-solve-abs-algebraic"><statement>
Solve <m>\abs{2x + 7} = 11</m> algebraically.
</statement></exercise>
</subsection>
<subsection><title>Absolute Value Inequalities</title>
<p>
We can also use graphs to solve absolute value inequalities. Look again at the graph of <m>y = \abs{3x - 6}</m> in <xref ref="fig-abs-inequality" text="type-global"/>a. Because of the V-shape of the graph, all points with <m>y</m>-values less than <m>9</m> lie between the two solutions of <m>\abs{3x - 6} = 9</m>, that is, between <m>-1</m> and <m>5</m>. Thus, the solutions of the inequality <m>\abs{3x - 6} \lt 9</m> are <m>-1 \lt x \lt 5</m>. (In the Homework problems, you will be asked to show this algebraically.)
</p>
<p>
On the other hand, to solve the inequality <m>\abs{3x - 6} \gt 9</m>, we look for points on the graph with <m>y</m>-values greater than <m>9</m>. In <xref ref="fig-abs-inequality" text="type-global"/>b, we see that these points have <m>x</m>-values outside the interval between <m>-1</m> and <m>5</m>. In other words, the solutions of the inequality <m>\abs{3x - 6} \gt 9</m> are <m>x \lt -1</m> or <m>x \gt 5</m>.
</p>
<figure xml:id="fig-abs-inequality"><caption></caption><image source="images/fig-abs-inequality" width="75%"><description>abs-3x-6</description></image></figure>
<p>
Thus, we can solve an absolute value inequality by first solving the related equation.
</p>
<assemblage><title>Absolute Value Inequalities</title>
<p>
Suppose the solutions of the equation <m>\abs{ax+b}=c</m> are <m>r</m> and <m>s</m>, with <m>r \lt s</m>. Then
<ol>
<li>The solutions of <m>\abs{ax+b} \lt c</m> are
<me>r \lt x \lt s</me></li>
<li>The solutions of <m>\abs{ax+b} \gt c</m> are
<me>x \lt r ~~\text{ or }~~ x \gt s</me></li>
</ol>
</p>
</assemblage>
<example xml:id="example-abs-inequality">
<p>
Solve <m>\abs{4x - 15} \lt 0.01</m>.
</p>
<solution>
<p>First, we solve the equation <m>\abs{4x - 15} = 0.01</m>. There are two cases:
<me>
\begin{aligned}
4x - 15 \amp = 0.01 \amp \text{or} \amp\amp 4x - 15 \amp= -0.01 \\
4x \amp = 15.01 \amp\amp\amp 4x \amp = 14.99 \\
x \amp = 3.7525 \amp\amp\amp x \amp= 3.7475
\end{aligned}
</me>
Because the inequality symbol is <m>\lt</m>, the solutions of the inequality are between these two values: <m>3.7475 \lt x \lt 3.7525</m>. In interval notation, the solutions are <m>(3.7475, 3.7525)</m>.
</p>
</solution>
</example>
<exercise xml:id="exercise-solve-abs-algebraic2"><statement>
<ol label="a">
<li>Solve the inequality <m>\abs{2x + 7} \lt 11</m>.</li>
<li>Solve the inequality <m>\abs{2x + 7} \gt 11</m>.</li>
</ol>
</statement></exercise>
</subsection>
<subsection><title>Using the Absolute Value in Modeling</title>
<p>
In Example 5, we use the absolute value function to model a problem about distances.
</p>
<example xml:id="example-Marlene-highway">
<p>
Marlene is driving to a new outlet mall on Highway 17. There is a gas station at Marlene's on-ramp, where she buys gas and resets her odometer to zero before getting on the highway. The mall is only 15 miles from Marlene’s on-ramp, but she mistakenly drives past the mall and continues down the highway. Marlene's distance from the mall is a function of how far she has driven on Highway 17. See <xref ref="fig-Marlene-highway" text="type-global"/>.
</p>
<figure xml:id="fig-Marlene-highway"><caption></caption><image source="images/fig-Marlene-highway" width="80%"><description>highway 17 with gas station and mall</description></image></figure>
<ol label="a">
<li>Make a table of values showing how far Marlene has driven on Highway 17 and how far she is from the mall.</li>
<li>Make a graph of Marlene’s distance from the mall versus the number of miles she has driven on the highway. Which of the basic graphs from Section 2.2 does your graph most resemble?</li>
<li>Find a piecewise defined formula that describes Marlene’s distance from the mall as a function of the distance she has driven on the highway.</li>
</ol>
<solution>
<ol label="a">
<li><p>Marlene gets closer to the mall for each mile that she has driven on the highway until she has driven 15 miles, and after that she gets farther from the mall.</p><p>
<sidebyside><tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell>Miles on highway</cell>
<cell><m>0</m></cell>
<cell><m>5</m></cell>
<cell><m>10</m></cell>
<cell><m>15</m></cell>
<cell><m>20</m></cell>
<cell><m>25</m></cell>
<cell><m>30</m></cell>
</row>
<row>
<cell>Miles from mall</cell>
<cell><m>15</m></cell>
<cell><m>10</m></cell>
<cell><m>5</m></cell>
<cell><m>0</m></cell>
<cell><m>5</m></cell>
<cell><m>10</m></cell>
<cell><m>15</m></cell>
</row>
</tabular></sidebyside></p>
</li>
<li>
Plot the points in the table to obtain the graph shown in <xref ref="fig-abs-highway-distance" text="type-global"/>. This graph looks like the absolute value function defined in <xref ref="basic-functions" text="type-global"/>, except that the vertex is the point <m>(15, 0)</m> instead of the origin.
<figure xml:id="fig-abs-highway-distance"><caption></caption><image source="images/fig-abs-highway-distance" width="50%"><description>graph of distance from mall</description></image></figure>
</li>
<li>
Let <m>x</m> represent the number of miles on the highway and <m>f (x)</m> the number of miles from the mall. For <m>x</m>-values less than <m>15</m>, the graph is a straight line with slope <m>-1</m> and <m>y</m>-intercept at <m>(0, 15)</m>, so its equation is <m>y = -x + 15</m>. Thus,
<me>f (x) = -x + 15 \text{ when } 0 \le x \lt 15</me>
On the other hand, when <m>x \ge 15</m>, the graph of <m>f</m> is a straight line with slope <m>1</m> that passes through the point <m>(15, 0)</m>. The point-slope form of this line is
<me>y = 0 + 1(x - 15)</me>
so <m>y = x - 15</m>. Thus,
<me>f (x) = x - 15 \text{ when } x \ge 15</me>
Combining the two pieces, we obtain
<me>
f (x) =
\begin{cases}
-x + 15 \amp \text{when } 0\le x\lt 15\\
x - 15 \amp \text{when } x\ge 15
\end{cases}
</me>
The graph of <m>f (x)</m> is a part of the graph of <m>y = \abs{x - 15}</m>. If we think of the highway as a portion of the real number line, with Marlene’s on-ramp located at the origin, then the outlet mall is located at <m>15</m>. Marlene's coordinate as she drives along the highway is <m>x</m>, and the distance from Marlene to the mall is given by <m>f (x) = \abs{x - 15}</m>.
</li>
</ol>
</solution></example>
<exercise xml:id="exercise-Marlene-highway"><statement>
<ol label="a">
<li>Use the graph in <xref ref="fig-abs-highway-distance" text="type-global"/> from <xref ref="example-Marlene-highway" text="type-global"/> to determine how far Marlene has driven when she is within <m>5</m> miles of the mall. Write and solve an absolute value inequality to verify your answer.</li>
<li>Write and solve an absolute value inequality to determine how far Marlene has driven when she is at least <m>10</m> miles from the mall.</li>
</ol>
</statement></exercise>
</subsection>
<subsection><title>Measurement Error</title>
<p>
If you weigh a sample in chemistry lab, the scale’s digital readout might show <m>6.0</m> grams. But it is unlikely that the sample weighs <em>exactly</em> <m>6</m> grams; there is always some error in measured values.</p>
<p> Because the scale shows the weight as <m>6.0</m> grams, we know that the true weight of the sample must be between <m>5.95</m> grams and <m>6.05</m> grams: If the weight were less than <m>5.95</m> grams, the scale would round down to <m>5.9</m> grams, and if the weight were more than <m>6.05</m> grams, the scale would round up to <m>6.1</m> grams. We should report the mass of the sample as <m>6 \pm 0.05</m> grams, which tells the reader that the error in the measurement is no more than <m>0.05</m> grams.
</p>
<p>
We can also describe this measurement error, or <term>error tolerance</term><idx>error tolerance</idx>, using an absolute value inequality. Because the measured mass m can be no more than <m>0.05</m> from <m>6</m>, we write
<me>\abs{m - 6} ≤ 0.05</me>
Note that the solution of this inequality is <m>5.95 \le m \le 6.05</m>.
</p>
<example xml:id="example-tolerance-chip-and-dosage">
<ol label="a">
<li>The specifications for a computer chip state that its thickness in millimeters must satisfy <m>\abs{t - 0.023} \lt 0.001</m>. What are the acceptable values for the thickness of the chip?</li>
<li>The safe dosage of a new drug is between <m>250</m> and <m>450</m> milligrams, inclusive. Write the safe dosage as an error tolerance involving absolute values.</li>
</ol>
<solution>
<ol label="a">
<li>The error tolerance can also be stated as <m>t = 0.023 \pm 0.001</m> millimeters, so the acceptable values are between <m>0.022</m> and <m>0.024</m> millimeters.</li>
<li>The safe dosage <m>d</m> satisfies <m>250 \le d \le 450</m>, as shown in <xref ref="fig-dosage-tolerance" text="type-global"/>.
<figure xml:id="fig-dosage-tolerance"><caption></caption><image source="images/fig-dosage-tolerance" width="80%"><description>safe dosage</description></image></figure>
The center of this interval is <m>350</m>, and the endpoints are each <m>100</m> units from the center. Thus, the safe values are within <m>100</m> units of <m>350</m>, or
<me>\abs{d - 350} ≤ 100</me>
</li>
</ol>
</solution></example>
<exercise xml:id="exercise-tolerance-temperature"><statement>
The temperature, <m>T</m>, in a laboratory must remain between <m>9\degree</m>C and <m>12\degree</m>C.
<ol label="a">
<li>Write the error tolerance as an absolute value inequality.</li>
<li>For a special experiment, the temperature in degrees celsius must satisfy <m>\abs{T - 6.7} ≤ 0.03</m>. Give the interval of possible temperatures.</li>
</ol>
</statement></exercise>
</subsection>
<xi:include href="./summary-2-5.xml" /> <!-- summary -->
<xi:include href="./section-2-5-exercises.xml" /> <!-- exercises -->
</section>
<!-- </book> </mathbook> -->