What is a co-domain? I always see functions expressed something like this:
f : [5, inf) -> R, f(x) = 2 + sqrt(x - 5)
So you can see from this function that the domain is [5, inf) and the range is [2, inf). But the range isn't written down; only the domain and co-domain are.
What is the co-domain? Why is it just R? Can you please give me an example of a function where the co-domain isn't R?
i think the co-domain is the set of possible values which may be produced, when the specific domain is applied to the equation. the range is the ACTUAL values which are produced. e.g.
if dom was [1,4], and the codomain was [1,10], and your equation is, say, y=x+1,
then your range is, [2,3,4,5].
so codomain is like what may possibly be obtained, whereas range is the actual/obtained values you get when you 'plug' your x-values into the equation.
the codomain thus wont = R when you have:
f:[1,2,3,4,5] --> [1,2,3,4,5,6,7,8,9,10], f(x) = x+1