Determine if these are functions

  • Thread starter Thread starter nicnicman
  • Start date Start date
  • Tags Tags
    Functions
AI Thread Summary
The discussion revolves around determining whether specific mathematical expressions qualify as functions based on their definitions. The first expression, F: Z→Z where F(x) = 4/7x + 1, is debated; some argue it is not a function because it does not yield integers for all integer inputs. The second expression, G: R→R, is deemed not a function due to multiple outputs for the input zero, while the third expression, h: R→R, is confirmed as a function. Participants emphasize the importance of correctly defining domains and codomains in function definitions. Clarity in notation is also highlighted, as it affects the interpretation of the expressions.
nicnicman
Messages
132
Reaction score
0
Hello everyone,
I just want to make sure I'm doing these problems correctly. Here they are

Are the following functions?

1. F : Z→Z where F(x) = 4/7x + 1
Answer: Not a function. F(1) is not an integer.

2. G : R→R where G(x) = {2x + 2 if x ≥ 0, x - 3 if x ≤ 0
Answer: Not a function, because x is not well-defined. For G(0) there are two outputs.

3. h : R→R where h(x) = { x^3 if x > 3, 2x - 3 if x ≤ 3
Answer: Function

Any suggestions are welcome.

Thanks.
 
Physics news on Phys.org
That's correct.
 
Thanks for the help!
 
Just a nitpick- in 1 F certainly IS a function, just not from Z to Z.
 
Good point. Maybe I should specify. Would something like this work?
For Z→Z, F(x) = 4/7x + 1 is not a function.
 
nicnicman said:
Good point. Maybe I should specify. Would something like this work?
For Z→Z, F(x) = 4/7x + 1 is not a function.
For once, I disagree with Halls. F:Z→Z was part of the definition you were given, so the definition as a whole is not a valid definition of a function.
 
haruspex said:
For once, I disagree with Halls. F:Z→Z was part of the definition you were given, so the definition as a whole is not a valid definition of a function.

I agree with this. The domain and the codomain are an essential part of a function.
 
nicnicman said:
Hello everyone,
I just want to make sure I'm doing these problems correctly. Here they are

Are the following functions?

1. F : Z→Z where F(x) = 4/7x + 1
Answer: Not a function. F(1) is not an integer.

2. G : R→R where G(x) = {2x + 2 if x ≥ 0, x - 3 if x ≤ 0
Answer: Not a function, because x is not well-defined. For G(0) there are two outputs.

3. h : R→R where h(x) = { x^3 if x > 3, 2x - 3 if x ≤ 3
Answer: Function

Any suggestions are welcome.

Thanks.

In 1: be careful, use parentheses. It makes a difference whether you mean F(x) = (4/7)x + 1 or F(x) = 4/(7x) + 1. In the first case F(x) is an integer whenever x is an integer multiple of 7, but in the second case F(x) is never an integer for any nonzero integer value of x.

RGV
 
Ray, since the domain and codomain are defined as Z→ Z wouldn't either case, F(x) = (4/7)x + 1 or F(x) = 4/(7x) + 1, still have to produce an integer for every integer x?

Also, the function should have been written as F : Z→ Z where F(x) = (4/7)x + 1.
 
Last edited:
Back
Top