One to One Function: Understand h(x,y)=x/(y+1)

  • Context: Undergrad 
  • Thread starter Thread starter mohabitar
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
mohabitar
Messages
140
Reaction score
0
h(x,y)=x/(y+1)

I'm not understanding why this function is NOT one to one? How do I quickly see if this function is one to one? I am not getting the overall concept of this..
 
Physics news on Phys.org
A function is "one to one" if and only if different values of the arguments give different values of the function.
A function of two variables, f(x, y) is "one to one" if and only if f(x, y)= f(x', y') implies that x'= x and y'= y. That is not the case here.

[tex]h(2, 1)= \frac{2}{2}= 1[/tex]
[tex]h(5}{4}= \frac{5}{5}= 1[/tex]

In fact, any point on the line x= c(x+ y) gives h(x, y)= c.