Determine whether f is a function from Z to R if (a) f(n) = ±n (b) f(n) = √ n2 + 1 (c) f(n) = 1 n2−4
1
Expert's answer
2020-09-02T18:20:35-0400
(a). We have to check well defineness of f to be a function in domain and range set..
Now, for n1.n2∈Z such that n1=n2 , thus
Case-I: if f(n)=n then f(n1)=n1=n2=f(n2)
Case-II: if f(n)=-n, then f(n1)=−n1=−n2=f(n2)
Thus, both cases are well defined. Neveretheless, the function f should assign each n to a single value instead of two different values. Thus f(n)=±n is not a function.
(b) As, f(n)=n2+1 , Now consider n1=n2∈Z
Thus, n12=n22⟺n12+1=n22+1⟺n12+1=n22+1⟺f(n1)=f(n2)f(n1)=n12+1 is well defined.
Hence, f is a function.
(c).Given f(n)=n2−4 , thus for n1=n2∈Z⟹f(n1)=n12−4=n22−4=f(n2)
Comments