11. What is the value of [x] + [-x] where x is a real number?

Advanced Engineering Mathematics
10th Edition
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Erwin Kreyszig
Chapter2: Second-order Linear Odes
Section: Chapter Questions
Problem 1RQ
icon
Related questions
Question
In “Elementary Number Theory & Its Applications” by Kenneth Rosen, in chapter 1.1, the following is defined: The greatest integer in a real number x, denoted [x] is the largest integer function less than or equal to x. That is, [x] is an integer satisfying: [x] ≤ x
We have s√2-s=s√2-t√√√2 = (st)√2. Because s√2 = 2t and s are both
integers, s√2-s=s√√2-t√√2=(st)√2 must also be an integer. Furthermore, it
is positive, because s√2-s=s(√2-1) and 21. It is less than s, because √2<2
so that √2-1<1. This contradicts the choice of s as the smallest positive integer in S.
It follows that √2 is irrational.
The sets of integers, positive integers, rational numbers, and real numbers are
traditionally denoted by Z, Z, Q, and R, respectively. Also, we write x € S to indicate
that x belongs to the set S. Such notation will be used occasionally in this book.
We briefly mention several other types of numbers here, though we do not return to
them until Chapter 12.
Definition. A number a is algebraic if it is the root of a polynomial with integer
coefficients; that is, & is algebraic if there exist integers ao, a₁,..., a, such that ana" +
++ao = 0. The number a is called transcendental is not algebraic.
an-10-1
Example 1.2. The irrational number √2 is algebraic, because it is a root of the
polynomial x2 -2.
Note that every rational number is algebraic. This follows from the fact that the number
a/b, where a and b are integers and b0, is the root of bx-a. In Chapter 12,
we will give an example of a transcendental number. The numbers e and are also
transcendental, but the proofs of these facts (which can be found in [HaWr08]) are beyond
the scope of this book.
The Greatest Integer Function
In number theory, a special notation is used for the largest integer that is less than or
equal to a particular real number.
Definition. The greatest integer in a real number x, denoted by [x], is the largest integer
less than or equal to x. That is, [x] is the integer satisfying
[x] ≤ x < [x] +1.
Example 1.3. We have [5/2] =2, [-5/2] =-3, [T]= 3, [-2]= -2, and [0] =0.
Remark. The greatest integer function is also known as the floor function. Instead of
using the notation [x] for this function, computer scientists usually use the notation [x].
The ceiling function is a related function often used by computer scientists. The ceiling
function of a real number x, denoted by [x], is the smallest integer greater than or equal
to x. For example, [5/2] = 3 and [-5/2] = -2.
The greatest integer function arises in many contexts. Besides being important in
number theory, as we will see throughout this book, it plays an important role in the
analysis of algorithms, a branch of computer science. The following example establishes
Transcribed Image Text:We have s√2-s=s√2-t√√√2 = (st)√2. Because s√2 = 2t and s are both integers, s√2-s=s√√2-t√√2=(st)√2 must also be an integer. Furthermore, it is positive, because s√2-s=s(√2-1) and 21. It is less than s, because √2<2 so that √2-1<1. This contradicts the choice of s as the smallest positive integer in S. It follows that √2 is irrational. The sets of integers, positive integers, rational numbers, and real numbers are traditionally denoted by Z, Z, Q, and R, respectively. Also, we write x € S to indicate that x belongs to the set S. Such notation will be used occasionally in this book. We briefly mention several other types of numbers here, though we do not return to them until Chapter 12. Definition. A number a is algebraic if it is the root of a polynomial with integer coefficients; that is, & is algebraic if there exist integers ao, a₁,..., a, such that ana" + ++ao = 0. The number a is called transcendental is not algebraic. an-10-1 Example 1.2. The irrational number √2 is algebraic, because it is a root of the polynomial x2 -2. Note that every rational number is algebraic. This follows from the fact that the number a/b, where a and b are integers and b0, is the root of bx-a. In Chapter 12, we will give an example of a transcendental number. The numbers e and are also transcendental, but the proofs of these facts (which can be found in [HaWr08]) are beyond the scope of this book. The Greatest Integer Function In number theory, a special notation is used for the largest integer that is less than or equal to a particular real number. Definition. The greatest integer in a real number x, denoted by [x], is the largest integer less than or equal to x. That is, [x] is the integer satisfying [x] ≤ x < [x] +1. Example 1.3. We have [5/2] =2, [-5/2] =-3, [T]= 3, [-2]= -2, and [0] =0. Remark. The greatest integer function is also known as the floor function. Instead of using the notation [x] for this function, computer scientists usually use the notation [x]. The ceiling function is a related function often used by computer scientists. The ceiling function of a real number x, denoted by [x], is the smallest integer greater than or equal to x. For example, [5/2] = 3 and [-5/2] = -2. The greatest integer function arises in many contexts. Besides being important in number theory, as we will see throughout this book, it plays an important role in the analysis of algorithms, a branch of computer science. The following example establishes
c) The product of a rational number and an irrational number is irrational.
d) The product of two irrational numbers is irrational.
5. Use the well-ordering property to show that √3 is irrational.
6. Show that every nonempty set of negative integers has a greatest element.
7. Find the following values of the greatest integer function.
a) [1/4]
c) [22/7]
b) [-3/4]
d) [-2]
00e) [[1/2] + [1/2]]
f) [-3+ [-1/2]]
8. Find the following values of the greatest integer function.
a) [-1/4]
c) [5/4]
e) [[3/2] + [-3/2]]
b) [-22/7]
d) [[1/2]]
f) [3- [1/2]]
9. Find the fractional part of each of these numbers:
a) 8/5
b) 1/7
c)-11/4
10. Find the fractional part of each of these numbers:
a) -8/5
b) 22/7
c) - 1
d) 7
d) -1/3
11. What is the value of [x] + [-x] where x is a real number?
12. Show that [x] + [x + 1/2] = [2x] whenever x is a real number.
13. Show that [x+y]≥ [x] + [y] for all real numbers x and y.
14. Show that [2x] + [2y] ≥ [x] + [y] + [x + y] whenever x and y are real numbers.
15. Show that if x and y are positive real numbers, then [xy] ≥ [x][y]. What is the situation when
both x and y are negative? When one of x and y is negative and the other positive?
16. Show that -[-x] is the least integer greater than or equal to x when x is a real number.
17. Show that [x + 1/2] is the integer nearest to x (when there are two integers equidistant from
x, it is the larger of the two).
18. Show that if m and n are integers, then [(x + n)/m] = [([x]+n)/m] whenever x is a real
number.
* 19. Show that [V[x]] = [√x] whenever x is a nonnegative real number.
* 20. Show that if m is a positive integer, then
[mx] = [x] + [x+ (1/m)] + [x+ (2/m)] ++ [x+ (m-1)/m]
whenever x is a real number.
21. Conjecture a formula for the nth term of {a} if the first ten terms of this sequence are as
follows.
a) 3, 11, 19, 27, 35, 43, 51, 59, 67, 75
b) 5, 7, 11, 19, 35, 67, 131, 259, 515, 1027
c) 1, 0, 0, 1, 0, 0, 0, 0, 1, 0
d) 1, 3, 4, 7, 11, 18, 29, 47, 76, 123
22. Conjecture a formula for the nth term of {a} if the first ten terms of this sequence are as
follows.
a) 2, 6, 18, 54, 162, 486, 1458, 4374, 13122, 39366
b) 1, 1, 0, 1, 1, 0, 1, 1, 0, 1
Transcribed Image Text:c) The product of a rational number and an irrational number is irrational. d) The product of two irrational numbers is irrational. 5. Use the well-ordering property to show that √3 is irrational. 6. Show that every nonempty set of negative integers has a greatest element. 7. Find the following values of the greatest integer function. a) [1/4] c) [22/7] b) [-3/4] d) [-2] 00e) [[1/2] + [1/2]] f) [-3+ [-1/2]] 8. Find the following values of the greatest integer function. a) [-1/4] c) [5/4] e) [[3/2] + [-3/2]] b) [-22/7] d) [[1/2]] f) [3- [1/2]] 9. Find the fractional part of each of these numbers: a) 8/5 b) 1/7 c)-11/4 10. Find the fractional part of each of these numbers: a) -8/5 b) 22/7 c) - 1 d) 7 d) -1/3 11. What is the value of [x] + [-x] where x is a real number? 12. Show that [x] + [x + 1/2] = [2x] whenever x is a real number. 13. Show that [x+y]≥ [x] + [y] for all real numbers x and y. 14. Show that [2x] + [2y] ≥ [x] + [y] + [x + y] whenever x and y are real numbers. 15. Show that if x and y are positive real numbers, then [xy] ≥ [x][y]. What is the situation when both x and y are negative? When one of x and y is negative and the other positive? 16. Show that -[-x] is the least integer greater than or equal to x when x is a real number. 17. Show that [x + 1/2] is the integer nearest to x (when there are two integers equidistant from x, it is the larger of the two). 18. Show that if m and n are integers, then [(x + n)/m] = [([x]+n)/m] whenever x is a real number. * 19. Show that [V[x]] = [√x] whenever x is a nonnegative real number. * 20. Show that if m is a positive integer, then [mx] = [x] + [x+ (1/m)] + [x+ (2/m)] ++ [x+ (m-1)/m] whenever x is a real number. 21. Conjecture a formula for the nth term of {a} if the first ten terms of this sequence are as follows. a) 3, 11, 19, 27, 35, 43, 51, 59, 67, 75 b) 5, 7, 11, 19, 35, 67, 131, 259, 515, 1027 c) 1, 0, 0, 1, 0, 0, 0, 0, 1, 0 d) 1, 3, 4, 7, 11, 18, 29, 47, 76, 123 22. Conjecture a formula for the nth term of {a} if the first ten terms of this sequence are as follows. a) 2, 6, 18, 54, 162, 486, 1458, 4374, 13122, 39366 b) 1, 1, 0, 1, 1, 0, 1, 1, 0, 1
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Similar questions
Recommended textbooks for you
Advanced Engineering Mathematics
Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated
Numerical Methods for Engineers
Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education
Introductory Mathematics for Engineering Applicat…
Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY
Mathematics For Machine Technology
Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,
Basic Technical Mathematics
Basic Technical Mathematics
Advanced Math
ISBN:
9780134437705
Author:
Washington
Publisher:
PEARSON
Topology
Topology
Advanced Math
ISBN:
9780134689517
Author:
Munkres, James R.
Publisher:
Pearson,