SlideShare a Scribd company logo
1 of 6
Download to read offline
October 22, 2004 12:45 k34-appe Sheet number 1 Page number 41 cyan magenta yellow black
PAGE PROOFS
A41
a p p e n d i x e
ABSOLUTE VALUE
ABSOLUTE VALUE
E.1 definition. The absolute value or magnitude of a real number a is denoted
by |a| and is defined by
|a| =
a if a ≥ 0
−a if a < 0
Example 1
|5| = 5 −4
7
= − −4
7
= 4
7
|0| = 0
Since 5 > 0 Since − 4
7 < 0 Since 0 ≥ 0
Note that the effect of taking the absolute value of a number is to strip away the minus
sign if the number is negative and to leave the number unchanged if it is nonnegative.
Example 2 Solve |x − 3| = 4.
Solution. Depending on whether x − 3 is positive or negative, the equation |x − 3| = 4
can be written as
x − 3 = 4 or x − 3 = −4
Solving these two equations gives x = 7 and x = −1.
Example 3 Solve |3x − 2| = |5x + 4|.
Solution. Because two numbers with the same absolute value are either equal or differ
in sign, the given equation will be satisfied if either
3x − 2 = 5x + 4 or 3x − 2 = −(5x + 4)
Solving the first equation yields x = −3 and solving the second yields x = −1
4
; thus, the
given equation has the solutions x = −3 and x = −1
4
.
RELATIONSHIP BETWEEN SQUARE ROOTS AND ABSOLUTE VALUES
Recall from algebra that a number is called a square root of a if its square is a. Recall
also that every positive real number has two square roots, one positive and one negative; the
October 22, 2004 12:45 k34-appe Sheet number 2 Page number 42 cyan magenta yellow black
PAGE PROOFS
A42 Appendix E: Absolute Value
positive square root is denoted by
√
a and the negative square root by −
√
a. For example,
the positive square root of 9 is
√
9 = 3, and the negative square root of 9 is −
√
9 = −3.
Readers who may have been taught to write
√
9 as ±3 should stop doing so, since it is incorrect.
It is a common error to replace
√
a2 by a. Although this is correct when a is nonnegative,
it is false for negative a. For example, if a = −4, then
√
a2 = (−4)2 =
√
16 = 4 = a
A result that is correct for all a is given in the following theorem.
E.2 theorem. For any real number a,
√
a2 = |a|
proof. Since a2
= (+a)2
= (−a)2
, the numbers +a and −a are square roots of a2
. If
a ≥ 0, then +a is the nonnegative square root of a2
, and if a < 0, then −a is the nonnegative
square root of a2
. Since
√
a2 denotes the nonnegative square root of a2
, it follows that
√
a2 = +a if a ≥ 0
√
a2 = −a if a < 0
That is,
√
a2 = |a|. I
PROPERTIES OF ABSOLUTE VALUE
E.3 theorem. If a and b are real numbers, then
(a) | −a| = |a| A number and its negative have the same absolute value.
(b) |ab| = |a||b| The absolute value of a product is the product of the absolute values.
(c) |a/b| = |a|/|b| The absolute value of a ratio is the ratio of the absolute values.
We will prove parts (a) and (b) only.
proof (a). From Theorem E.2,
| −a| = (−a)2 =
√
a2 = |a|
proof (b). From Theorem E.2 and a basic property of square roots,
|ab| = (ab)2 =
√
a2b2 =
√
a2
√
b2 = |a||b| I
In part (c) of Theorem E.3 we did not
explicitly state that b = 0, but this must
be so since division by zero is not al-
lowed. Whenever divisions occur in
this text, it will be assumed that the de-
nominator is not zero, even if we do not
mention it explicitly.
The result in part (b) of Theorem E.3 can be extended to three or more factors. More
precisely, for any n real numbers, a1, a2, . . . , an, it follows that
|a1a2 · · · an| = |a1||a2| · · · |an| (1)
October 22, 2004 12:45 k34-appe Sheet number 3 Page number 43 cyan magenta yellow black
PAGE PROOFS
Appendix E: Absolute Value A43
In the special case where a1, a2, . . . , an have the same value, a, it follows from (1) that
|an
| = |a|n
(2)
GEOMETRIC INTERPRETATION OF ABSOLUTE VALUE
The notion of absolute value arises naturally in distance problems. For example, suppose
that A and B are points on a coordinate line that have coordinates a and b, respectively.
Depending on the relative positions of the points, the distance d between them will be b − a
or a − b (Figure E.1). In either case, the distance can be written as d = |b − a|, so we have
the following result.
a b
A B
(a)
b – a
b a
B A
(b)
a – b
Figure E.1
E.4 theorem (Distance Formula). If A and B are points on a coordinate line with
coordinates a and b, respectively, then the distance d between A and B is d = |b − a|.
This theorem provides useful geometric interpretations of some common mathematical
expressions:
expression geometric interpretation on a coordinate line
|x – a|
|x + a|
|x|
The distance between x and a
The distance between x and –a (since |x + a| = |x – (–a)|)
The distance between x and the origin (since |x| = |x – 0|)
INEQUALITIES WITH ABSOLUTE VALUES
Inequalities of the form |x − a| < k and |x − a| > k arise so often that we have summarized
the key facts about them in Table 1.
Table 1
inequality
(k > 0)
geometric
interpretation figure
alternative forms
of the inequality
|x – a| < k –k < x – a < k
a – k < x < a + k
x is within k
units of a.
a – k a a + k
k units k units
x
|x – a| > k x – a < –k or x – a > k
x < a – k or x > a + k
x is more than
k units away
from a. a – k a a + k
k units k units
x
The statements in Table 1 remain true
if < is replaced by ≤ and > by ≥, and
if the open dots are replaced by closed
dots in the illustrations.
Example 4 Solve
(a) |x − 3| < 4 (b) |x + 4| ≥ 2 (c)
1
|2x − 3|
> 5
Solution (a). The inequality |x − 3| < 4 can be rewritten as
−4 < x − 3 < 4
Adding 3 throughout yields
−1 < x < 7
October 22, 2004 12:45 k34-appe Sheet number 4 Page number 44 cyan magenta yellow black
PAGE PROOFS
A44 Appendix E: Absolute Value
which can be written in interval notation as (−1, 7). Observe that this solution set consists
of all x that are within 4 units of 3 on a number line (Figure E.2), which is consistent with
Table 1.
3-1 7
Figure E.2
Solution (b). The inequality |x + 4| ≥ 2 will be satisfied if
x + 4 ≤ −2 or x + 4 ≥ 2
Solving for x in the two cases yields
x ≤ −6 or x ≥ −2
which can be expressed in interval notation as
(−ϱ, −6] ∪ [−2, +ϱ)
Observe that the solution set consists of all x that are at least 2 units away from −4 on a
number line (Figure E.3), which is consistent with Table 1 and the remark that follows it.-6 -4 -2
Figure E.3
Solution (c). Observe first that x = 3
2
results in a division by zero, so this value of x
cannot be in the solution set. Putting this aside for the moment, we will begin by taking
reciprocals on both sides and reversing the sense of the inequality in accordance with
Theorem A.1(e) of Appendix A; then we will use Theorem E.3 to rewrite the inequality
1/|2x − 3| > 5 in a more familiar form:
|2x − 3| < 1
5
|2||x − 3
2
| < 1
5
Theorem E.3(b)
|x − 3
2
| < 1
10
We multiplied both sides by 1/|2| = 1/2.
− 1
10
< x − 3
2
< 1
10
Table 1
7
5
< x < 8
5
We added 3/2 throughout.
As noted earlier, we must eliminate x = 3
2
to avoid a division by zero, so the solution set is
7
5
< x < 3
2
or 3
2
< x < 8
5
which can be expressed in interval notation as 7
5
, 3
2
∪ 3
2
, 8
5
. (See Figure E.4.)
7
5
3
2
8
5
Figure E.4
AN INEQUALITY FROM CALCULUS
One of the most important inequalities in calculus is
0 < |x − a| < δ (3)
where δ (Greek “delta”) is a positive real number. This is equivalent to the two inequalities
0 < |x − a| and |x − a| < δ
the first of which is satisfied by all x except x = a, and the second of which is satisfied by
all x that are within δ units of a on a coordinate line. Combining these two restrictions, we
conclude that the solution set of (3) consists of all x in the interval (a − δ, a + δ) except
x = a (Figure E.5). Stated another way, the solution set of (3) is
(a − δ, a) ∪ (a, a + δ) (4)
a – d a a + d
d units d units
0 < |x – a| < d
Figure E.5
THE TRIANGLE INEQUALITY
It is not generally true that |a + b| = |a| + |b|. For example, if a = 1 and b = −1, then
|a + b| = 0, whereas |a| + |b| = 2. It is true, however, that the absolute value of a sum
October 22, 2004 12:45 k34-appe Sheet number 5 Page number 45 cyan magenta yellow black
PAGE PROOFS
Appendix E: Absolute Value A45
is always less than or equal to the sum of the absolute values. This is the content of the
following useful theorem, called the triangle inequality.
E.5 theorem (Triangle Inequality). If a and b are any real numbers, then
|a + b| ≤ |a| + |b| (5)
The name “triangle inequality” arises
from a geometric interpretation of the
inequality that can be made when
a and b are complex numbers. A
more detailed explanation is outside
the scope of this text.
proof. Observe first that a satisfies the inequality
−|a| ≤ a ≤ |a|
because either a = |a| or a = −|a|, depending on the sign of a. The corresponding inequal-
ity for b is
−|b| ≤ b ≤ |b|
Adding the two inequalities we obtain
−(|a| + |b|) ≤ a + b ≤ (|a| + |b|) (6)
Let us now consider the cases a + b ≥ 0 and a + b < 0 separately. In the first case, a + b =
|a + b|, so the right-hand inequality in (6) yields the triangle inequality (5). In the second
case, a + b = −|a + b|, so the left-hand inequality in (6) can be written as
−(|a| + |b|) ≤ −|a + b|
which yields the triangle inequality (5) on multiplying by −1. I
EXERCISE SET E
1. Compute |x| if
(a) x = 7 (b) x = −
√
2
(c) x = k2
(d) x = −k2
.
2. Rewrite (x − 6)2 without using a square root or absolute
value sign.
3–10 Find all values of x for which the given statement is
true.
3. |x − 3| = 3 − x 4. |x + 2| = x + 2
5. |x2
+ 9| = x2
+ 9 6. |x2
+ 5x| = x2
+ 5x
7. |3x2
+ 2x| = x|3x + 2| 8. |6 − 2x| = 2|x − 3|
9. (x + 5)2 = x + 5 10. (3x − 2)2 = 2 − 3x
11. Verify
√
a2 = |a| for a = 7 and a = −7.
12. Verify the inequalities −|a| ≤ a ≤ |a| for a = 2 and for
a = −5.
13. Let A and B be points with coordinates a and b. In each
part find the distance between A and B.
(a) a = 9, b = 7 (b) a = 2, b = 3
(c) a = −8, b = 6 (d) a =
√
2, b = −3
(e) a = −11, b = −4 (f ) a = 0, b = −5
14. Is the equality
√
a4 = a2
valid for all values of a? Explain.
15. Let A and B be points with coordinates a and b. In each
part, use the given information to find b.
(a) a = −3, B is to the left of A, and |b − a| = 6.
(b) a = −2, B is to the right of A, and |b − a| = 9.
(c) a = 5, |b − a| = 7, and b > 0.
16. Let E and F be points with coordinates e and f . In each
part, determine whether E is to the left or to the right of F
on a coordinate line.
(a) f − e = 4 (b) e − f = 4
(c) f − e = −6 (d) e − f = −7
17–24 Solve for x.
17. |6x − 2| = 7 18. |3 + 2x| = 11
19. |6x − 7| = |3 + 2x| 20. |4x + 5| = |8x − 3|
21. |9x| − 11 = x 22. 2x − 7 = |x + 1|
23.
x + 5
2 − x
= 6 24.
x − 3
x + 4
= 5
25–36 Solve for x and express the solution in terms of in-
tervals.
25. |x + 6| < 3 26. |7 − x| ≤ 5 27. |2x − 3| ≤ 6
October 22, 2004 12:45 k34-appe Sheet number 6 Page number 46 cyan magenta yellow black
PAGE PROOFS
A46 Appendix E: Absolute Value
28. |3x + 1| < 4 29. |x + 2| > 1 30. |1
2
x − 1| ≥ 2
31. |5 − 2x| ≥ 4 32. |7x + 1| > 3 33.
1
|x − 1|
< 2
34.
1
|3x + 1|
≥ 5 35.
3
|2x − 1|
≥ 4
36.
2
|x + 3|
< 1
37. For which values of x is x2 − 5x + 6
2
= x2
− 5x + 6?
38. Solve 3 ≤ |x − 2| ≤ 7 for x.
39. Solve |x − 3|2
− 4|x − 3| = 12 for x. [Hint: Begin by let-
ting u = |x − 3|.]
40. Verify the triangle inequality |a + b| ≤ |a| + |b| (Theorem
E.5) for
(a) a = 3, b = 4 (b) a = −2, b = 6
(c) a = −7, b = −8 (d) a = −4, b = 4.
41. Prove: |a − b| ≤ |a| + |b|.
42. Prove: |a| − |b| ≤ |a − b|.
43. Prove: |a| − |b| ≤ |a − b|. [Hint: Use Exercise 42.]

More Related Content

What's hot

2 5literal equations
2 5literal equations2 5literal equations
2 5literal equationsmath123a
 
Lesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic FunctionsLesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic FunctionsKevin Johnson
 
MIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsMIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsLawrence De Vera
 
Dmth3018 03
Dmth3018 03Dmth3018 03
Dmth3018 03pevetba
 
1.8 Absolute Value Equations and Inequalities
1.8 Absolute Value Equations and Inequalities1.8 Absolute Value Equations and Inequalities
1.8 Absolute Value Equations and Inequalitiessmiller5
 
129215 specimen-paper-and-mark-schemes
129215 specimen-paper-and-mark-schemes129215 specimen-paper-and-mark-schemes
129215 specimen-paper-and-mark-schemesKing Ali
 
07 properties of real numbers
07   properties of real numbers07   properties of real numbers
07 properties of real numbersethelremitio
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplicationitutor
 
Contextualized Lesson Plan in Math 7 Linear Equation in One Variable
Contextualized Lesson Plan in Math 7 Linear Equation in One VariableContextualized Lesson Plan in Math 7 Linear Equation in One Variable
Contextualized Lesson Plan in Math 7 Linear Equation in One VariableDepartment of Education - Philippines
 
3 4 absolute inequalities-algebraic-x
3 4 absolute inequalities-algebraic-x3 4 absolute inequalities-algebraic-x
3 4 absolute inequalities-algebraic-xmath123b
 
1.7 Inequalities
1.7 Inequalities1.7 Inequalities
1.7 Inequalitiessmiller5
 
16.1 Solving Quadratics by square roots
16.1 Solving Quadratics by square roots16.1 Solving Quadratics by square roots
16.1 Solving Quadratics by square rootsswartzje
 
8 maths-ncert-chapter-1
8 maths-ncert-chapter-18 maths-ncert-chapter-1
8 maths-ncert-chapter-1akstudy1024
 
3 2 absolute value equations-x
3 2 absolute value equations-x3 2 absolute value equations-x
3 2 absolute value equations-xmath123b
 

What's hot (20)

Unit .2
Unit .2Unit .2
Unit .2
 
2 5literal equations
2 5literal equations2 5literal equations
2 5literal equations
 
Lesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic FunctionsLesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic Functions
 
MIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsMIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: Equations
 
Dmth3018 03
Dmth3018 03Dmth3018 03
Dmth3018 03
 
P
PP
P
 
Unit .5
Unit .5Unit .5
Unit .5
 
1.8 Absolute Value Equations and Inequalities
1.8 Absolute Value Equations and Inequalities1.8 Absolute Value Equations and Inequalities
1.8 Absolute Value Equations and Inequalities
 
129215 specimen-paper-and-mark-schemes
129215 specimen-paper-and-mark-schemes129215 specimen-paper-and-mark-schemes
129215 specimen-paper-and-mark-schemes
 
Marh algebra lesson
Marh algebra lessonMarh algebra lesson
Marh algebra lesson
 
07 properties of real numbers
07   properties of real numbers07   properties of real numbers
07 properties of real numbers
 
Unit .7
Unit .7Unit .7
Unit .7
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplication
 
Contextualized Lesson Plan in Math 7 Linear Equation in One Variable
Contextualized Lesson Plan in Math 7 Linear Equation in One VariableContextualized Lesson Plan in Math 7 Linear Equation in One Variable
Contextualized Lesson Plan in Math 7 Linear Equation in One Variable
 
3 4 absolute inequalities-algebraic-x
3 4 absolute inequalities-algebraic-x3 4 absolute inequalities-algebraic-x
3 4 absolute inequalities-algebraic-x
 
1.7 Inequalities
1.7 Inequalities1.7 Inequalities
1.7 Inequalities
 
16.1 Solving Quadratics by square roots
16.1 Solving Quadratics by square roots16.1 Solving Quadratics by square roots
16.1 Solving Quadratics by square roots
 
8 maths-ncert-chapter-1
8 maths-ncert-chapter-18 maths-ncert-chapter-1
8 maths-ncert-chapter-1
 
3 2 absolute value equations-x
3 2 absolute value equations-x3 2 absolute value equations-x
3 2 absolute value equations-x
 
Aieee aieee-maths-2009
Aieee aieee-maths-2009Aieee aieee-maths-2009
Aieee aieee-maths-2009
 

Viewers also liked

Chapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power SuppliesChapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power SuppliesPatty Ramsey
 
300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles Porter300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles PorterTXGroundwaterSummit
 
Appendex b
Appendex bAppendex b
Appendex bswavicky
 
eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center SnowSugar Video
 
Aquifer Storage and Recovery, Kelley Neumann
Aquifer Storage and Recovery, Kelley NeumannAquifer Storage and Recovery, Kelley Neumann
Aquifer Storage and Recovery, Kelley NeumannTXGroundwaterSummit
 
Chapter 1Into the Internet
Chapter 1Into the InternetChapter 1Into the Internet
Chapter 1Into the InternetPatty Ramsey
 
Appendex g
Appendex gAppendex g
Appendex gswavicky
 
Chapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power SuppliesChapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power SuppliesPatty Ramsey
 
PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3melechi
 
final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11Joe Humphreys
 
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water ResourcesWE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resourcesgrssieee
 
Offshore pipelines
Offshore pipelinesOffshore pipelines
Offshore pipelineshaiifa25
 
Ch3(working with file)
Ch3(working with file)Ch3(working with file)
Ch3(working with file)Chhom Karath
 
LiDAR Aided Decision Making
LiDAR Aided Decision MakingLiDAR Aided Decision Making
LiDAR Aided Decision MakingLidar Blog
 
Introduction to PHP - SDPHP
Introduction to PHP - SDPHPIntroduction to PHP - SDPHP
Introduction to PHP - SDPHPEric Johnson
 
PHP - Introduction to PHP - Mazenet Solution
PHP - Introduction to PHP - Mazenet SolutionPHP - Introduction to PHP - Mazenet Solution
PHP - Introduction to PHP - Mazenet SolutionMazenetsolution
 
Ch5(ms access with php)
Ch5(ms access with php)Ch5(ms access with php)
Ch5(ms access with php)Chhom Karath
 
Chapter 7 Multimedia
Chapter 7 MultimediaChapter 7 Multimedia
Chapter 7 MultimediaPatty Ramsey
 

Viewers also liked (20)

Chapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power SuppliesChapter 4 Form Factors Power Supplies
Chapter 4 Form Factors Power Supplies
 
300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles Porter300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles Porter
 
Appendex b
Appendex bAppendex b
Appendex b
 
eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center
 
Aquifer Storage and Recovery, Kelley Neumann
Aquifer Storage and Recovery, Kelley NeumannAquifer Storage and Recovery, Kelley Neumann
Aquifer Storage and Recovery, Kelley Neumann
 
Chapter 1Into the Internet
Chapter 1Into the InternetChapter 1Into the Internet
Chapter 1Into the Internet
 
Appendex g
Appendex gAppendex g
Appendex g
 
Chapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power SuppliesChapter 4 Form Factors & Power Supplies
Chapter 4 Form Factors & Power Supplies
 
PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3PHP 5.3 Part 1 - Introduction to PHP 5.3
PHP 5.3 Part 1 - Introduction to PHP 5.3
 
final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11
 
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water ResourcesWE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
 
Offshore pipelines
Offshore pipelinesOffshore pipelines
Offshore pipelines
 
Intermediate PHP
Intermediate PHPIntermediate PHP
Intermediate PHP
 
Ch3(working with file)
Ch3(working with file)Ch3(working with file)
Ch3(working with file)
 
LiDAR Aided Decision Making
LiDAR Aided Decision MakingLiDAR Aided Decision Making
LiDAR Aided Decision Making
 
Introduction to PHP - SDPHP
Introduction to PHP - SDPHPIntroduction to PHP - SDPHP
Introduction to PHP - SDPHP
 
PHP - Introduction to PHP - Mazenet Solution
PHP - Introduction to PHP - Mazenet SolutionPHP - Introduction to PHP - Mazenet Solution
PHP - Introduction to PHP - Mazenet Solution
 
Ch5(ms access with php)
Ch5(ms access with php)Ch5(ms access with php)
Ch5(ms access with php)
 
Chapter 7 Multimedia
Chapter 7 MultimediaChapter 7 Multimedia
Chapter 7 Multimedia
 
Emoji International Name Finder
Emoji International Name FinderEmoji International Name Finder
Emoji International Name Finder
 

Similar to Appendex e

Similar to Appendex e (20)

MIT Math Syllabus 10-3 Lesson 8: Inequalities
MIT Math Syllabus 10-3 Lesson 8: InequalitiesMIT Math Syllabus 10-3 Lesson 8: Inequalities
MIT Math Syllabus 10-3 Lesson 8: Inequalities
 
inequalities
 inequalities inequalities
inequalities
 
MATHS SYMBOLS - OTHER OPERATIONS (1)
MATHS SYMBOLS - OTHER OPERATIONS (1)MATHS SYMBOLS - OTHER OPERATIONS (1)
MATHS SYMBOLS - OTHER OPERATIONS (1)
 
Resolver inecuaciones 2009.pdf
Resolver inecuaciones 2009.pdfResolver inecuaciones 2009.pdf
Resolver inecuaciones 2009.pdf
 
Inequalities
InequalitiesInequalities
Inequalities
 
1.3 solving equations t
1.3 solving equations t1.3 solving equations t
1.3 solving equations t
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM
 
Notes and-formulae-mathematics
Notes and-formulae-mathematicsNotes and-formulae-mathematics
Notes and-formulae-mathematics
 
Mathematics formulas
Mathematics formulasMathematics formulas
Mathematics formulas
 
Bmb12e ppt 1_1
Bmb12e ppt 1_1Bmb12e ppt 1_1
Bmb12e ppt 1_1
 
Lemh104
Lemh104Lemh104
Lemh104
 
Numeros reales y plano numerico
Numeros reales y plano numericoNumeros reales y plano numerico
Numeros reales y plano numerico
 
Las absolute inequalities
Las absolute inequalitiesLas absolute inequalities
Las absolute inequalities
 
Module For Mathematics
Module For Mathematics Module For Mathematics
Module For Mathematics
 
Unidad ii matemática ANA VIRGUEZ
Unidad ii matemática ANA VIRGUEZ Unidad ii matemática ANA VIRGUEZ
Unidad ii matemática ANA VIRGUEZ
 
0.3.e,ine,det.
0.3.e,ine,det.0.3.e,ine,det.
0.3.e,ine,det.
 
Ats maths09
Ats maths09Ats maths09
Ats maths09
 
Solution of linear equation & inequality
Solution of linear equation & inequalitySolution of linear equation & inequality
Solution of linear equation & inequality
 
Numeros reales y_plano_numerico1.1_compressed
Numeros reales y_plano_numerico1.1_compressedNumeros reales y_plano_numerico1.1_compressed
Numeros reales y_plano_numerico1.1_compressed
 

More from swavicky

More from swavicky (12)

Ch02
Ch02Ch02
Ch02
 
Ch01
Ch01Ch01
Ch01
 
Ch07
Ch07Ch07
Ch07
 
Ch04
Ch04Ch04
Ch04
 
Ch02
Ch02Ch02
Ch02
 
Ch01
Ch01Ch01
Ch01
 
Appendex
AppendexAppendex
Appendex
 
Appendex h
Appendex hAppendex h
Appendex h
 
Appendex f
Appendex fAppendex f
Appendex f
 
Appendex d
Appendex dAppendex d
Appendex d
 
Appendex c
Appendex cAppendex c
Appendex c
 
Appendex a
Appendex aAppendex a
Appendex a
 

Appendex e

  • 1. October 22, 2004 12:45 k34-appe Sheet number 1 Page number 41 cyan magenta yellow black PAGE PROOFS A41 a p p e n d i x e ABSOLUTE VALUE ABSOLUTE VALUE E.1 definition. The absolute value or magnitude of a real number a is denoted by |a| and is defined by |a| = a if a ≥ 0 −a if a < 0 Example 1 |5| = 5 −4 7 = − −4 7 = 4 7 |0| = 0 Since 5 > 0 Since − 4 7 < 0 Since 0 ≥ 0 Note that the effect of taking the absolute value of a number is to strip away the minus sign if the number is negative and to leave the number unchanged if it is nonnegative. Example 2 Solve |x − 3| = 4. Solution. Depending on whether x − 3 is positive or negative, the equation |x − 3| = 4 can be written as x − 3 = 4 or x − 3 = −4 Solving these two equations gives x = 7 and x = −1. Example 3 Solve |3x − 2| = |5x + 4|. Solution. Because two numbers with the same absolute value are either equal or differ in sign, the given equation will be satisfied if either 3x − 2 = 5x + 4 or 3x − 2 = −(5x + 4) Solving the first equation yields x = −3 and solving the second yields x = −1 4 ; thus, the given equation has the solutions x = −3 and x = −1 4 . RELATIONSHIP BETWEEN SQUARE ROOTS AND ABSOLUTE VALUES Recall from algebra that a number is called a square root of a if its square is a. Recall also that every positive real number has two square roots, one positive and one negative; the
  • 2. October 22, 2004 12:45 k34-appe Sheet number 2 Page number 42 cyan magenta yellow black PAGE PROOFS A42 Appendix E: Absolute Value positive square root is denoted by √ a and the negative square root by − √ a. For example, the positive square root of 9 is √ 9 = 3, and the negative square root of 9 is − √ 9 = −3. Readers who may have been taught to write √ 9 as ±3 should stop doing so, since it is incorrect. It is a common error to replace √ a2 by a. Although this is correct when a is nonnegative, it is false for negative a. For example, if a = −4, then √ a2 = (−4)2 = √ 16 = 4 = a A result that is correct for all a is given in the following theorem. E.2 theorem. For any real number a, √ a2 = |a| proof. Since a2 = (+a)2 = (−a)2 , the numbers +a and −a are square roots of a2 . If a ≥ 0, then +a is the nonnegative square root of a2 , and if a < 0, then −a is the nonnegative square root of a2 . Since √ a2 denotes the nonnegative square root of a2 , it follows that √ a2 = +a if a ≥ 0 √ a2 = −a if a < 0 That is, √ a2 = |a|. I PROPERTIES OF ABSOLUTE VALUE E.3 theorem. If a and b are real numbers, then (a) | −a| = |a| A number and its negative have the same absolute value. (b) |ab| = |a||b| The absolute value of a product is the product of the absolute values. (c) |a/b| = |a|/|b| The absolute value of a ratio is the ratio of the absolute values. We will prove parts (a) and (b) only. proof (a). From Theorem E.2, | −a| = (−a)2 = √ a2 = |a| proof (b). From Theorem E.2 and a basic property of square roots, |ab| = (ab)2 = √ a2b2 = √ a2 √ b2 = |a||b| I In part (c) of Theorem E.3 we did not explicitly state that b = 0, but this must be so since division by zero is not al- lowed. Whenever divisions occur in this text, it will be assumed that the de- nominator is not zero, even if we do not mention it explicitly. The result in part (b) of Theorem E.3 can be extended to three or more factors. More precisely, for any n real numbers, a1, a2, . . . , an, it follows that |a1a2 · · · an| = |a1||a2| · · · |an| (1)
  • 3. October 22, 2004 12:45 k34-appe Sheet number 3 Page number 43 cyan magenta yellow black PAGE PROOFS Appendix E: Absolute Value A43 In the special case where a1, a2, . . . , an have the same value, a, it follows from (1) that |an | = |a|n (2) GEOMETRIC INTERPRETATION OF ABSOLUTE VALUE The notion of absolute value arises naturally in distance problems. For example, suppose that A and B are points on a coordinate line that have coordinates a and b, respectively. Depending on the relative positions of the points, the distance d between them will be b − a or a − b (Figure E.1). In either case, the distance can be written as d = |b − a|, so we have the following result. a b A B (a) b – a b a B A (b) a – b Figure E.1 E.4 theorem (Distance Formula). If A and B are points on a coordinate line with coordinates a and b, respectively, then the distance d between A and B is d = |b − a|. This theorem provides useful geometric interpretations of some common mathematical expressions: expression geometric interpretation on a coordinate line |x – a| |x + a| |x| The distance between x and a The distance between x and –a (since |x + a| = |x – (–a)|) The distance between x and the origin (since |x| = |x – 0|) INEQUALITIES WITH ABSOLUTE VALUES Inequalities of the form |x − a| < k and |x − a| > k arise so often that we have summarized the key facts about them in Table 1. Table 1 inequality (k > 0) geometric interpretation figure alternative forms of the inequality |x – a| < k –k < x – a < k a – k < x < a + k x is within k units of a. a – k a a + k k units k units x |x – a| > k x – a < –k or x – a > k x < a – k or x > a + k x is more than k units away from a. a – k a a + k k units k units x The statements in Table 1 remain true if < is replaced by ≤ and > by ≥, and if the open dots are replaced by closed dots in the illustrations. Example 4 Solve (a) |x − 3| < 4 (b) |x + 4| ≥ 2 (c) 1 |2x − 3| > 5 Solution (a). The inequality |x − 3| < 4 can be rewritten as −4 < x − 3 < 4 Adding 3 throughout yields −1 < x < 7
  • 4. October 22, 2004 12:45 k34-appe Sheet number 4 Page number 44 cyan magenta yellow black PAGE PROOFS A44 Appendix E: Absolute Value which can be written in interval notation as (−1, 7). Observe that this solution set consists of all x that are within 4 units of 3 on a number line (Figure E.2), which is consistent with Table 1. 3-1 7 Figure E.2 Solution (b). The inequality |x + 4| ≥ 2 will be satisfied if x + 4 ≤ −2 or x + 4 ≥ 2 Solving for x in the two cases yields x ≤ −6 or x ≥ −2 which can be expressed in interval notation as (−ϱ, −6] ∪ [−2, +ϱ) Observe that the solution set consists of all x that are at least 2 units away from −4 on a number line (Figure E.3), which is consistent with Table 1 and the remark that follows it.-6 -4 -2 Figure E.3 Solution (c). Observe first that x = 3 2 results in a division by zero, so this value of x cannot be in the solution set. Putting this aside for the moment, we will begin by taking reciprocals on both sides and reversing the sense of the inequality in accordance with Theorem A.1(e) of Appendix A; then we will use Theorem E.3 to rewrite the inequality 1/|2x − 3| > 5 in a more familiar form: |2x − 3| < 1 5 |2||x − 3 2 | < 1 5 Theorem E.3(b) |x − 3 2 | < 1 10 We multiplied both sides by 1/|2| = 1/2. − 1 10 < x − 3 2 < 1 10 Table 1 7 5 < x < 8 5 We added 3/2 throughout. As noted earlier, we must eliminate x = 3 2 to avoid a division by zero, so the solution set is 7 5 < x < 3 2 or 3 2 < x < 8 5 which can be expressed in interval notation as 7 5 , 3 2 ∪ 3 2 , 8 5 . (See Figure E.4.) 7 5 3 2 8 5 Figure E.4 AN INEQUALITY FROM CALCULUS One of the most important inequalities in calculus is 0 < |x − a| < δ (3) where δ (Greek “delta”) is a positive real number. This is equivalent to the two inequalities 0 < |x − a| and |x − a| < δ the first of which is satisfied by all x except x = a, and the second of which is satisfied by all x that are within δ units of a on a coordinate line. Combining these two restrictions, we conclude that the solution set of (3) consists of all x in the interval (a − δ, a + δ) except x = a (Figure E.5). Stated another way, the solution set of (3) is (a − δ, a) ∪ (a, a + δ) (4) a – d a a + d d units d units 0 < |x – a| < d Figure E.5 THE TRIANGLE INEQUALITY It is not generally true that |a + b| = |a| + |b|. For example, if a = 1 and b = −1, then |a + b| = 0, whereas |a| + |b| = 2. It is true, however, that the absolute value of a sum
  • 5. October 22, 2004 12:45 k34-appe Sheet number 5 Page number 45 cyan magenta yellow black PAGE PROOFS Appendix E: Absolute Value A45 is always less than or equal to the sum of the absolute values. This is the content of the following useful theorem, called the triangle inequality. E.5 theorem (Triangle Inequality). If a and b are any real numbers, then |a + b| ≤ |a| + |b| (5) The name “triangle inequality” arises from a geometric interpretation of the inequality that can be made when a and b are complex numbers. A more detailed explanation is outside the scope of this text. proof. Observe first that a satisfies the inequality −|a| ≤ a ≤ |a| because either a = |a| or a = −|a|, depending on the sign of a. The corresponding inequal- ity for b is −|b| ≤ b ≤ |b| Adding the two inequalities we obtain −(|a| + |b|) ≤ a + b ≤ (|a| + |b|) (6) Let us now consider the cases a + b ≥ 0 and a + b < 0 separately. In the first case, a + b = |a + b|, so the right-hand inequality in (6) yields the triangle inequality (5). In the second case, a + b = −|a + b|, so the left-hand inequality in (6) can be written as −(|a| + |b|) ≤ −|a + b| which yields the triangle inequality (5) on multiplying by −1. I EXERCISE SET E 1. Compute |x| if (a) x = 7 (b) x = − √ 2 (c) x = k2 (d) x = −k2 . 2. Rewrite (x − 6)2 without using a square root or absolute value sign. 3–10 Find all values of x for which the given statement is true. 3. |x − 3| = 3 − x 4. |x + 2| = x + 2 5. |x2 + 9| = x2 + 9 6. |x2 + 5x| = x2 + 5x 7. |3x2 + 2x| = x|3x + 2| 8. |6 − 2x| = 2|x − 3| 9. (x + 5)2 = x + 5 10. (3x − 2)2 = 2 − 3x 11. Verify √ a2 = |a| for a = 7 and a = −7. 12. Verify the inequalities −|a| ≤ a ≤ |a| for a = 2 and for a = −5. 13. Let A and B be points with coordinates a and b. In each part find the distance between A and B. (a) a = 9, b = 7 (b) a = 2, b = 3 (c) a = −8, b = 6 (d) a = √ 2, b = −3 (e) a = −11, b = −4 (f ) a = 0, b = −5 14. Is the equality √ a4 = a2 valid for all values of a? Explain. 15. Let A and B be points with coordinates a and b. In each part, use the given information to find b. (a) a = −3, B is to the left of A, and |b − a| = 6. (b) a = −2, B is to the right of A, and |b − a| = 9. (c) a = 5, |b − a| = 7, and b > 0. 16. Let E and F be points with coordinates e and f . In each part, determine whether E is to the left or to the right of F on a coordinate line. (a) f − e = 4 (b) e − f = 4 (c) f − e = −6 (d) e − f = −7 17–24 Solve for x. 17. |6x − 2| = 7 18. |3 + 2x| = 11 19. |6x − 7| = |3 + 2x| 20. |4x + 5| = |8x − 3| 21. |9x| − 11 = x 22. 2x − 7 = |x + 1| 23. x + 5 2 − x = 6 24. x − 3 x + 4 = 5 25–36 Solve for x and express the solution in terms of in- tervals. 25. |x + 6| < 3 26. |7 − x| ≤ 5 27. |2x − 3| ≤ 6
  • 6. October 22, 2004 12:45 k34-appe Sheet number 6 Page number 46 cyan magenta yellow black PAGE PROOFS A46 Appendix E: Absolute Value 28. |3x + 1| < 4 29. |x + 2| > 1 30. |1 2 x − 1| ≥ 2 31. |5 − 2x| ≥ 4 32. |7x + 1| > 3 33. 1 |x − 1| < 2 34. 1 |3x + 1| ≥ 5 35. 3 |2x − 1| ≥ 4 36. 2 |x + 3| < 1 37. For which values of x is x2 − 5x + 6 2 = x2 − 5x + 6? 38. Solve 3 ≤ |x − 2| ≤ 7 for x. 39. Solve |x − 3|2 − 4|x − 3| = 12 for x. [Hint: Begin by let- ting u = |x − 3|.] 40. Verify the triangle inequality |a + b| ≤ |a| + |b| (Theorem E.5) for (a) a = 3, b = 4 (b) a = −2, b = 6 (c) a = −7, b = −8 (d) a = −4, b = 4. 41. Prove: |a − b| ≤ |a| + |b|. 42. Prove: |a| − |b| ≤ |a − b|. 43. Prove: |a| − |b| ≤ |a − b|. [Hint: Use Exercise 42.]