Function Summary Fixed
Function Summary Fixed
A function is one-to-one (injective) if each output value corresponds to exactly one input value.
This function is NOT one-to-one because different inputs can result in the same output.
This function IS one-to-one because each input has exactly one corresponding output.
A function is onto (surjective) if every element in the target set has a corresponding element in the
domain.
a. f: R -> R, f(x) = 2x - 3
This function IS onto because for every y in R, we can find an x that satisfies f(x) = y.
This function is NOT onto because it does not cover negative numbers in R.
a. f: R -> R, f(x) = x + 1
- Injective: Yes
- Surjective: Yes
- Bijective: Yes
b. f: R -> R, f(x) = 2x
- Injective: Yes
- Surjective: Yes
- Bijective: Yes
Summary:
1. One-to-One Functions:
- b. f(x) = x is one-to-one.
2. Onto Functions:
- a. f(x) = 2x - 3 is onto.