2

A vertical line crossing the x-axis at a point $a$ will meet the set in exactly one point $(a, b)$ if $f(a)$ is defined, and $f(a) = b$.

If the vertical line meets the set of points in two points then $f(a)$ is undefined?

Samama Fahim
  • 1,459
  • 4
  • 24
  • 39

3 Answers3

5

The highlighted proposition is one way of describing the vertical line test, which determines whether $f$ is a function.

If there is one and only point of intersection between $x = a$ and $f(x)$, then $f$ is a function.

If there are two or more points of intersection between $x = a$ and $f(x)$, then $f$ maps a given $x = a$ to two (or more) distinct values, $f(a) = b, f(a) = c, \; b \neq c$, and hence, fails to be a function, by definition of a function. $f$ may, however, a relation.

amWhy
  • 209,954
3

(Short answer)

No. Rather, we conclude $f$ is a relation, not a function.

Response to comment:

A real function of one variable is really saying three things:

  1. It's a real mapping. This means that the object in question is a mapping from $\mathbb{R}^n \to \mathbb{R}^n$. In "normal talk," this means that you can put any real number in, and you get real numbers out. The object in question doesn't accept complex numbers.
  2. It's a function. This means that every input has exactly one output. That is, you can't put in a number and be able to get out multiple numbers.
  3. It's of one variable. This means that there is only one value used for each input. An example of a multivariable function is $f(x, y, z) = xyz$. This is a function of 3 variables.

Does this help?

apnorton
  • 17,706
0

One definition of a function is Formal Dirichlet-Bourbaki definition. This defines a function $f: X\to Y$ to be any subset $S$ of the set $X\times Y$ satisfying that if $(x,y)\in S$ and $(x,y')\in S$, then $y = y'$.

In more vague terms: a function is a rule $f$ that assigns to each element of the domain $X$ exactly one element $y$ in the range. We write $y = f(x)$. So that means that if $x_1 = x_2$, then you will necessarily have $f(x_1) = f(x_2)$.

Now if we are talking about functions from (subsets of) the real numbers to the real numbers, then we have a graph. If in independent variable ($x$) is our horizontal axis and the dependent variable ($y$) our vertical axis, then we can talk about the vertical line test. The graph is then $\{(x,f(x))\mid x\in X\}$. If a vertical line intersects the graph in two points, then we have one value of $x$ corresponding to two distinct values of $y$. That is we have $f(x) = y_1$ and $f(x) = y_2$ say.

Thomas
  • 43,555