Domain for index of Radical Sign

404 Views Asked by At

What is the domain of $\sqrt[x]{a}$, and is $\sqrt[x]{a}=a^{1/x}$ always true??

I was told that the domain of $\sqrt[x]{a}$ is natural numbers and the domain of $a^{1/x}$ is real numbers, so they are not identical. Is it true??

2

There are 2 best solutions below

3
On BEST ANSWER

It is not common to use the notation $\sqrt[a]{b}$ for operands other than

  • $a$ is an integer $\ge 1$, and
  • $b$ is a non-negative real.

Then $\sqrt[a]{b}$ means the unique non-negative real $x$ that solves $x^a=b$.

Since $\sqrt[1]{b}$ and $\sqrt[2]{b}$ have simpler notations, you would rarely write them explicitly -- but if you have an $\sqrt[n]{\phantom{a}}$ with a variable $n$, it should be unproblematic to allow $n$ to be $1$ or $2$.

You can certainly decide to use the notation for a wider range of operands. For $a$ and $b$ where you have a definition of $b^{1/a}$ that makes sense, it is generally harmless to define $\sqrt[a]{b}$ to mean that. It would be a nice touch to warn your readers that you're using this extended meaning, though.

(If you have $a$ and $b$ where $b^{1/a}$ doesn't make sense to you, then you could still define some meaning for $\sqrt[a]{b}$ if you want to -- but then you definitely need to present this meaning explicitly. And if you define things such that $\sqrt[a]{b}$ and $b^{1/a}$ both exist but are not equal, then the resulting chaos and confusion will be on you).

4
On

Were you also told to not split infinitives and that sentences shouldn't end with prepositions like "by" or "with"?

By convention we agree that $\root x \of a$ refers to the principal $x$th root of $a$. If $x$ is a positive real integer, then $a$ has precisely $x$ roots, and each of the other roots can be obtained by multiplying the principal root by the appropriate $x$th root of 1.

For example, $\root 4 \of 4$ is the principal root of $x^4 - 4$, which of course can be simplified to $\sqrt 2$, roughly 1.414213562373. The other roots are $-\sqrt 2$, $i \sqrt 2$ and $-i \sqrt 2$, which consist of $\sqrt 2$ multiplied by the quartic roots of 1 in turn: $-1$, $i$, $-i$.

And just to make sure I get some flack for this answer, I'm going to say these four roots can just as validly be expressed as $\sqrt 2$, $-\sqrt 2$, $\sqrt{-2}$ and $-\sqrt{-2}$.

In the case of $\sqrt{-2}$, it has two roots, and we can probably come to the agreement that it represents the principal root of 2 (which is $\sqrt 2$) multiplied by $i$.

Some people will be pedantic and tell you that $\sqrt{-2}$ is undefined and you really should write $i \sqrt 2$. But if everyone understands that's what you mean, then what is the problem?

If we agree that the radical symbol stands for a principal root, we should also agree that $a^{\frac{1}{x}}$ also stands for a principal root.

Lastly, I'd like to mention that, depending on your TeX installation, you may or may not be able to use \root x \of a instead of \sqrt[x]{a}. I personally prefer the former to the latter.