Lecture 1, Real Numbers Absolute Value

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Lecture 1 : Real Numbers, Absolute Value.

Real Numbers
We can represent the real numbers by the set of points on a line. The origin corresponds to the number
0. Numbers to the right of 0 are positive or > 0 and numbers to the left of 0 are negative or < 0.

The set of Real numbers is denoted by R and contains all of the following number types:

• The natural numbers (or counting numbers) denoted by N = {1, 2, 3, 4, . . . }.

• The integers (or whole numbers) denoted by Z = {· · · − 3, −2, −1, 0, 1, 2, 3, . . . }.


a
• The rational numbers (or fractions) denoted by Q = the set of all numbers of the form b
where a
and b are integers.

• The irrational numbers. These are numbers which do not √ fit any of the above descriptions, in
particular, they are not rational. Numbers such as π and 2 fit this description.

Letting A ⊂ B denote that the set A is a subset of B, we see that N ⊂ Z ⊂ Q ⊂ R.

1
Intervals
An important property of the real numbers is that they are totally ordered, so we can compare any two
real numbers, a and b, and make a statement of the form a ≤ b or b ≤ a, with strict inequality if a 6= b. 7

Given any two points on the real line, a and b, we call the set of points between a and b an interval.
7 6

When discussing these intervals, it is important to indicate whether we are including one or both endpoints.
We also have the concept of intervals that extend to the ends of the number line +∞ and −∞. We list 6
5

the notations for each type of interval and their graphs below. (The statement {x|a ≤ x ≤ b} should 4

be read as “the set of all x such that a is less than or equal to x which is less than or equal to b” (the 3

symbol | denotes ”such that”)). We can represent intervals in three ways: 4 7


2

Notation Set Description Graphical Representation


3
6
1

7
9.5 5
–2 2 2 4 6 8

(a, b) {x|a < x < b} 9


a b
8.5 6
4– 1

18

7.5 3– 2
5
9.5

7
9
–2 –3 2 4 6 8

[a, b] {x|a ≤ x ≤ b}
6.5

6
2
4
8.5
a b
8
–1 –4
5.5 1
7.5
3
5 7
–5
–2
4.5 6.5
–2 2 2 4 6 8

(a, b] {x|a < x ≤ b} 4


–6
6
a b
– 33.5 – 5.5
1
1
5
3 –7
6.5
2.5 4.5
4.5
–2
–4
4
–2 2
4 2 4 6 8

6 [a, b) {x|a ≤ x < b} 1.5 –


3.5
3
a b
– 5 –3.5
13
1

2.5
0.5 – 43

5.5 –6
–2
2
4.5
[a, ∞) {x|a ≤ x < ∞} –1

– 0.5 –
2.5
1.5

5
1 a 2 3 4 5 6 7 8

1
4
– 1– 32
5 –7 0.5
3.5
–6
– 1.5 1.5

(a, ∞) {x|a < x < ∞} –1


– 2– 4
– 0.5
1
3 1
a 2 3 4 5 6 7 8

4.5
3
– 2.5 – 7
–1
2.5

– 3–
0.5
–5
1.5
2

–2

4 –1 1.5 1 2 3 4 5 6

2.5 (−∞, b] {x| − ∞ < x ≤ b} –– 6


– 0.5
2.5

1
b
–3

–1
3.5 – 7 0.5

2
– 1.5
–1 1 2 3 4 5 6
9

3
(−∞, b) {x| − ∞ < x < b} – 2 – 0.5 b
8.5
– 2.5 –1

1.5
8

7.5 (−∞, ∞)
2.5 {x| − ∞ < x < ∞} – 3 – 1.5
entire number line.
–2
7 – 3.5

Example Sketch12the following intervals


6.5 –4
– 2.5

6 –3
– 4.5

5.5

0.5
1.5
(1, 3), (1, 3], [1, ∞), – 3.5 (−∞, 3).
5
–4

4.5
– 4.5

4 1 4.5

(1, 3) – 1 1 2 3
3.5
4

3
0.5 3.5

– 0.5
2.5

3
2

2.5
1.5

–1 –1 1 2 3 4 5 6 7 8
(1, 3] 1 2

– 0.5
0.5 1.5

[1, ∞) –1
– 1.5
– 0.5
1 2 3 4
1
5 6 7

–1 0.5
–1

(−∞, 3) – 1.54
–2
– 1.5
–3 –2 –1

– 0.5
1 2 3

–2

– 2.5 –1

– 2.5
–3
–2 – 1.5
2
–2

– 2.5 – 2.5
–3
–3
Example Graph the intervals [1, 7), (0, ∞), (−∞, −1], [−1, 3].

3
Absolute Value
The absolute value of a real number a is denoted by |a| and it is the distance from a to the origin 0 on
the number line. The absolute value is always positive. We can give a formula for the absolute value of
the number, which depends on whether a is positive or negative. Because of this we have to make two
statements to describe the formula.
Definition If a is a real number, the absolute value of a is

a if a ≥ 0
|a| =
−a if a < 0

Example Evaluate |2|, | − 10|, |5 − 9|, |9 − 5|.

Algebraic properties of the Absolute Value

1. |a| ≥ 0 for all real numbers a.

2. |a| = | − a| for all real numbers a.

3. |ab| = |a||b|, the absolute value of the product of two numbers is the product of the absolute
values.

4. ab = |a| , the absolute value of the quotient of two numbers is the quotient of the absolute values.

|b|

7−10
Example Evaluate 21 and || − 2| − | − 4||.

Distance Between Two Points on The Real Line.


If a and b are real numbers, then the distance between the points a and b on the real line is

d(a, b) = |b − a|.

Example Find the distance between the numbers −2 and 4.

You might also like