2

I am trying to figure out a way to check a function if it is surjective from the graph of the function. I know that we can know about injective functions by drawing a line parallel to x-axis. I am new to this topic and this site as well. Is there any way to check if the range of the function is equal to the codomain?

Kangkan
  • 317

2 Answers2

0

Project the graph onto the $y$-axis and see whether the projection is the whole codomain (=surjective) or a propert part of it (=not surjective)

trying
  • 4,756
  • 1
  • 13
  • 23
0

If all line parallel to X-axis ( assuming codomain is whole Y axis) intersect with graph then function is surjective.

VICKY
  • 66