1
Take the function you want to check. For example, you might want to check f(t) = t-3/t+2.
- 2Make functions f(x) and f(y) from f(t). To do this, change the variable t first to xand then to y. That way, you can perform the test with two different variables. So, in this example:
- f(x) = x-3 / x+2
- f(y) = y-3 / y+2
- 3Set your two functions as equal. In this example, then: x-3 / x+2 = y-3 / y+2
- 4Simplify the equation by cross multiplication. Cross multiplying the above equation results in an equation that looks like this: (x-3)(y+2) = (y-3)(x+2)
- 5Simplify further by eliminating the parentheses. Multiplying the terms yields the following equation: yx+2x-3y-6 = yx-3x+2y-6
- 6Continue simplifying. Keep simplifying as follows:
- yx+2x-3y-6 = yx-3x+2y-6
- 2x-3y = -3x+2y
- 2x+3x = 2y+3y
- 5x = 5y
- x = y
- 7Check whether x comes out equal to y. If so (like in the example above), the function is indeed one to one. If not, the function is not one to one.
- wikihow
0 comments:
Post a Comment