How should indeterminate be depicted on a Cartesian plane?

68 Views Asked by At

I've got a student in a senior year maths class, who is adamant that it is incorrect to depict it as a hole, even though this is the standard way of depicting it.

I couldn't find any problems with his reasoning. So I've asked him to put his reasoning down in a paper, so someone who knows more than me about this topic can get to the bottom of it. Link below:

http://www.slideshare.net/MrIndererminate/indeterminate-is-not-synonymous-with-undefined

3

There are 3 best solutions below

8
On

Note that just because all numbers "are equally valid" for the answer of $\frac00$ does not many any of them valid. In fact, an implication of his argument is that all answers are equally invalid.

Additionally, we define operations as functions (this will be important in a minute). Give your student an example from number theory:

Let the successor function be defined as thus:

$$s(n)=n+1$$

And so we define addition $n+k$ as $n$ plugged into the successor function $k$ times.

But there is a definition of a function that becomes very important here. A function, for each unique input, must have a single output (this output can be undefined).

So we can define:

$$\frac xy=d(x,y)= \begin{cases} z\text{ s.t. } zy=x, & \text{if } x,y \neq 0\\ \text{undefined}, & \text{if } x,y = 0\\ \end{cases}$$

Because otherwise, without that second case, we can't define division as a function, and we can't define it as an operation, and I think you can see the algebraic implications of that.

Another example is the square root function - $\sqrt{x}\geq0$ for all $x>0$, but doesn't it make sense that the square root should give us two answers, one for the positive, and one for the negative? No. Because we want operations to be functions. And so, we define the output to be the principal square root, the one that, if you plot it on the complex plane with polar coordinates, has the smallest $\theta$ value. When dealing with real numbers, this is always the positive number.

And that, in a nutshell, is why $\frac00$ is undefined. Tell your student that following this path of reasoning - i.e. holding to a point without understanding its implications - will make it impossible for him to get anywhere in the field of math - abstract algebra, real analysis, they'd all fall apart with his defintion. We wouldn't even have the rational numbers well defined. Mathematicians aren't idiots - we have our reasons.

In one sense, I'm being arrogant by calling myself a mathematician. But in another sense, anyone who pursues math voluntarily is a mathematician, and that questioning is exactly what makes math awesome.

But he does probably need to stop spouting off "revolutionary" theories about basic math facts.

0
On

Imagine we want to calculate $\dfrac{0}{0}$.

From the sequence below, we can conclude that $\dfrac{0}{0} = 0 $

$\dfrac{0}{0.1} = 0, \dfrac{0}{0.01} = 0, \dfrac{0}{0.001} = 0, \dfrac{0}{0.0001} = 0,$

But from the sequence below, we can conclude that $\dfrac{0}{0}=1$

$\dfrac{0.1}{0.1} = 1, \dfrac{0.01}{0.01} = 1, \dfrac{0.001}{0.001} = 1, \dfrac{0.0001}{0.0001} = 1$

So it is not possible to understand what is $\dfrac{0}{0}$. even though the limit of the function $f(x) = \dfrac{x}{x}$ at $x\to 0$ can be calculated, but we cannot say anything about $\dfrac{0}{0}$, which means it's undefined.

0
On

There's nothing special about $\frac{0}{0}$ compared to $\frac{1}{0}$ or any other "divided by zero" number in this case. Division by zero is simply undefined: you can't do it. The reason you can't divide by zero is basically what the student explains, and is to do with the fact you can't get a unique result. But this doesn't mean any answer will do, this means that dividing by zero is an illegal operation. I can't make sense of $\frac{1}{0}$ any more than I can make sense of $\frac{1}{\text{cats and dogs}}$.

This means the function $f(x) = \frac{x^2 - 1}{x - 1}$ is not defined for all values of $x$, it's actually undefined when $x = 1$, since the equation does not make sense. A more explicit way of writing it would be $$f(x) = \begin{cases} \frac{x^2 - 1}{x-1} & \text{when } x \neq 1 \end{cases}$$ $f$ does not specify what to do when $x = 1$, and this is why we plot it with a "hole".

This is the same as, for example, the equation of a semicircle $g(x) = \sqrt{1 - x^2}$: the formula only makes sense for $-1 \leq x \leq 1$. When you plot the function $g(x)$, you plot only the semicircle, with no extra horizontal or vertical lines. Questions such as "what is the value of $g(x)$ at $x = 2$?" don't make sense, since $g(x)$ does not give a rule that works for that value of $x$.

The "removable" singularity is a red herring. You can "patch" the function $f(x) = \frac{x^2 - 1}{x - 1}$ up by specifying what to do when $x = 1$, and clearly the reasonable thing to do here is to patch the hole with the value $2$. But this is now a different function:

$$h(x) = \begin{cases} \frac{x^2 - 1}{x-1} & \text{when } x \neq 1 \\ 2 & \text{when } x = 1\end{cases}$$

You may observe that $h(x)$ is also given by the simpler formula $h(x) = x + 1$. But $h$ is not the same function as $f$, since $h$ knows what to do when given $x = 1$, while $f$ does not.