问题10.如果f,g,h是从R到R定义的三个函数,如下所示:
(i)f(x)= x 2
(ii)g(x)= sinx
(iii)h(x)= x 2 +1
找到每个函数的范围。
解决方案:
(i) We have,
f(x) = x2
Range of f(x) = R+ (set of all real numbers greater than or equal to zero)
= {x ∈ R+ | x ≥ 0}
(ii) We have
g(x) = sinx
Range of g(x) = {x ∈ R : -1 ≤ x ≤ 1}
(iii) We have
h(x) = x2 + 1
Range of h(x) = {x ∈ R : x ≥ 1}
问题11。设X = {1,2,3,4},Y = {1,2,5,9,11,15,16}
确定以下哪些集合是从X到Y的函数
(a)f 1 = {(1,1),(2,11),(3,1),(4,15)}
(b)f = {(1,1),(2,7),(3,5)}
(c)f = {(1,5),(2、9),(3、1),(4、5),(2、11)}
解决方案:
(a) We have,
f1 = {(1, 1), (2, 11), (3, 1), (4, 15)}
f1 is a function from X to Y
(b) We have,
f2 = {(1, 1), (2, 7), (3, 5)}
f2 is not a function from X to Y because there is an element 4 ∈ x which is not associated to any element of Y.
(c) We have,
f3 = {(1, 5), (2, 9), (3, 1), (4, 5), (2, 11)}
f3 is not a function from X to Y because an element 2 ∈ x is associated to two elements 9 and 11 in Y.
问题12。令A = {12、13、14、15、16、17}和f:A Z是由f(x)= x的最高素因数给定的函数。查找f的范围。
解决方案:
We have,
f(x) = highest prime factor of x.
Therefore,
12 = 3 × 4,
13 = 13 × 1,
14 = 7 × 2,
15 = 5 × 3,
16 = 2 × 8,
17 = 17 × 1
Therefore,
f = {(12, 3), (13, 3), (14, 7), (15, 5), (16, 2), (17, 17)}
Range (f) = {3, 13, 7, 5, 2, 17}
问题13:如果f:R⇢R由f(x)= x 2 +1定义,则求出f -1 {17}和f -1 {-3}。
解决方案:
We know that,
if f : A ⇢ 13
such that y ∈ 3. Then,
f-1 (y) = {x ∈ A : f(x) = y}. In other words, f-1 (y) is the set of pre-images of y.
Let f-1 (17) = x. Then, f(x) = 17
⇒ x2 + 1 = 17
⇒ x2 = 17 – 1 = 16
⇒ x = ±4
Let f-1 {-3} = x. Then, f(x) = -3
⇒ x2 + 1 = -3
⇒ x2 = -3 – 1 = -4
⇒ x =
Therefore, f-1 {-3} = 0
问题14.设A = {p,q,r,s},B = {1,2,3}。从A到B的以下哪个关系不是函数?
(a)R 1 = R 1 = {(p,1),(q,2),(r,1),(s,2)}
(b)R 2 = {(p,1),(q,1),(r,1),(s,2)}
(c)R 3 = {(p,1),(q,2),(p,2),(s,3)}
(d)R 4 = {(p,2),(q,3),(r,2),(s,2)}
解决方案:
We have
A = {p, q, r, s} and B = {1, 2, 3}
(a) Now,
R1 = {(p, 1), (q, 2), (r, 1), (s, 2)}
R1 is a function
(b) Now,
R2 = {(p, 1), (q, 2), (r, 1), (s, 1)}
R2 is a function
(c) Now,
R3 = {(p, 2), (q, 3), (r, 2), (s, 2)}
R3 is not a function because an element p ∈ A is associated to two elements 1 and 2 in B.
(d) Now,
R4 = {(p, 2), (q, 3), (r, 2), (s, 2)}
R4 is a function
问题15。设A = {9,10,11,12,13},设f:A⇢N由f(n)= n的最高质因数定义。找出f的范围。
解决方案:
We have,
f(n) = the highest prime factor of n.
Now,
9 = 3 × 3,
10 = 5 × 2,
11 = 11 × 1,
12 = 3 × 4,
13 = 13 × 1
Therefore,
f = {(9, 3), (10, 5), (11, 11), (12, 3), (13, 13)}
Clearly, range(f) = {3, 5, 11, 13}
问题16.函数f由下定义
关系f定义为
证明f是一个函数而g不是一个函数
解决方案:
We have,
and,
Now, f(3) = (3)2 = 9 and f(3) = 3 × 3 = 9
and, g(2) = (2)2 = 4 and g(2) = 3 × 2 = 6
We observe that f(x) takes unique value at each point in its domain [0,10]. However, g(x) does not take unique value at each point in its domain [0, 10].
Hence, g(x) is not a function.
问题17.如果f(x)= x 2 ,则找到
解决方案:
Given f(x) = x2
f(1.1) = 1.21
f(1) = 1
= 2.1
问题18:将函数f表示为:f(x)= x 3 +1作为有序对集合,其中x = {-1,0,3,9,7}。
解决方案:
f : X ⇢ R given by f(x) = x3 + 1
f(-1) = (-1)3 + 1 = -1 + 1 = 0
f(0) = (0)3 + 1 = 0 + 1 = 1
f(3) = (3)3 + 1 = 27 + 1 = 28
f(9) = (9)3 + 1 = 81 + 1 = 82
f(7) = (7)3 + 1 = 343 + 1 = 344
Set of ordered pairs are {(-1, 0), (0, 1), (3, 28), (9, 82), (7, 344)}