Download Direct Proof – Rational Numbers Lecture 14 Section 4.2 Robb T. Koether

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Direct Proof – Rational Numbers
Lecture 14
Section 4.2
Robb T. Koether
Hampden-Sydney College
Thu, Feb 6, 2014
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
1 / 20
1
Rational Numbers
The Harmonic Mean
2
Special Rational Numbers
3
Intersecting Lines
4
Assignment
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
2 / 20
Outline
1
Rational Numbers
The Harmonic Mean
2
Special Rational Numbers
3
Intersecting Lines
4
Assignment
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
3 / 20
Rational Numbers
Definition (Rational Number)
A rational number is a real number that can be represented as the
quotient of two integers. That is, a real number r is rational if
∃a, b ∈ Z, r =
Robb T. Koether (Hampden-Sydney College)
a
.
b
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
4 / 20
Properties of Rational Numbers
Theorem
The sum of two rational numbers is a rational number.
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
5 / 20
Properties of Rational Numbers
Proof.
Let r and s be rational numbers.
Then there exist integers a, b, c, and d such that r =
a
b
and s = dc .
Then
a
c
+
b d
ad
bc
=
+
bd
bd
ad + bc
=
.
bd
r +s =
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
6 / 20
Properties of Rational Numbers
Proof.
ad + bc and bd are integers.
Furthermore, bd 6= 0 because b 6= 0 and d 6= 0.
Therefore, r + s is a rational number.
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
7 / 20
Outline
1
Rational Numbers
The Harmonic Mean
2
Special Rational Numbers
3
Intersecting Lines
4
Assignment
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
8 / 20
Properties of Rational Numbers
Definition (Harmonic Mean)
Let x and y be two nonzero real numbers with y 6= −x. The harmonic
mean h(x, y ) of x and y is the reciprocal of the average of their
reciprocals. That is,
1
h(x, y ) = 1 1 .
x
Note that
1
1
=
h(x, y )
2
and that
h(x, y ) =
Robb T. Koether (Hampden-Sydney College)
+y
2
1 1
+
x
y
2xy
.
x +y
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
9 / 20
Properties of Rational Numbers
Theorem
The harmonic mean of rational numbers, when defined, is a rational
number.
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
10 / 20
Properties of Rational Numbers
Proof.
Let r and s be nonzero rational numbers.
Let r =
a
b
and s =
c
d
for some integers a, b, c, and d.
Then a, b, c, and d are nonzero.
h(r , s) = 1
1
+ 1s
r
=
2rs
r +s
2
=
And
2·
a
b
a
b
+
c
d
c
d
·
=
2ac
.
ad + bc
2ac
is a rational number provided ad + bc 6= 0.
ad + bc
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
11 / 20
Properties of Rational Numbers
Theorem
Let 0.d1 d2 d3 . . . be the decimal representation of a real number a. If
the representation is repeating, that is, if there exists an integer n ≥ 1
and an integer m ≥ 1 such that
dn+i = dn+m+i
for all i ≥ 0, then a is rational.
How would we prove it?
Is the converse true?
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
12 / 20
Outline
1
Rational Numbers
The Harmonic Mean
2
Special Rational Numbers
3
Intersecting Lines
4
Assignment
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
13 / 20
Even Over Odd Rationals
Definition (Even Over Odd Rational)
A rational number
a
b
is called even over odd if a is even and b is odd.
Theorem
Let r and s be even-over-odd rational numbers. Then r + s, r − s, and
rs are also even-over-odd rational numbers.
Is
r
s
necessarily even over odd?
Is it possible that
r
x
Robb T. Koether (Hampden-Sydney College)
is even over odd?
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
14 / 20
Odd Over Even Rationals
Definition (Odd Over Even Rational)
A rational number
a
b
is called odd over even if a is odd and b is even.
If r and s are odd-over-even rational numbers, then what can we
say about r + s, r − s, rs, and sr ?
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
15 / 20
Outline
1
Rational Numbers
The Harmonic Mean
2
Special Rational Numbers
3
Intersecting Lines
4
Assignment
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
16 / 20
Intersecting Lines
Theorem
If two lines have distinct rational slopes and rational y -intercepts, then
they intersect at a point with rational coordinates.
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
17 / 20
Solve the System
Proof.
Let the lines be
L1 : y = m1 x + b1 ,
L2 : y = m2 x + b2 ,
where m1 , m2 , b1 , and b2 are rational and m1 6= m2 .
Solve the equations simultaneously to find the point of
intersection.
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
18 / 20
Solve the System
Proof.
We get
b2 − b1
,
m1 − m2
b1 m2 − b2 m1
y=
.
m1 − m2
x=
Justify the claim that these are rational numbers.
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
19 / 20
Outline
1
Rational Numbers
The Harmonic Mean
2
Special Rational Numbers
3
Intersecting Lines
4
Assignment
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
20 / 20
Assignment
Assignment
Read Section 4.2, pages 163 - 168.
Exercises 5, 7, 8, 14, 16, 22, 27, 28, 30, 33, page 168.
Robb T. Koether (Hampden-Sydney College)
Direct Proof – Rational Numbers
Thu, Feb 6, 2014
21 / 20
Related documents