Some alternative examples to the question "Are there two irrational numbers $x$ and $y$ such that $x^y$ is rational?"

154 Views Asked by At

This question is a classic and is on Stack Exchange several times, but I am looking for some atypical answers. The basic question, as you all already know is, "Find two irrational numbers $a$ and $b$ such that $a^b$ is rational."

There are two very common answers. The first being the classic $(\sqrt{2}^{\sqrt{2}})^\sqrt{2} = 2$ argument (in which the irrationality of $\sqrt{2}^{\sqrt{2}}$ happens to be irrelevant) and the second being the $\sqrt{2}^{2\log_2(3)} = 2$ example. These are both trivial and traditional proofs, but are there any other examples not usually given? A bunch more examples would be nice. It would also be helpful to show that the two numbers $a$ and $b$ are irrational, as some of these proofs, like $\pi$ and $e$ are not elementary.

Cheers.

2

There are 2 best solutions below

1
On BEST ANSWER

It is easy to establish that $x^x$ is irrational when $x$ is a positive non-integer rational number (see for instance, https://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi?board=riddles_medium;action=display;num=1031393807). Consider the equation $$x^{x+n}=q\,,$$ where $n\ge 0$ is an integer and $q>0$ is a non-integer rational number (Note: A solution to this exists by the Intermediate Value Theorem).

Claim: $x$ is an irrational number

Proof: Suppose $x$ is a rational number, then we have $$x^x=x^{-n}q\,.$$ Thus, $x^x$ is a rational number and thus $x$ must be a positive integer; but $x^{-n}q$ cannot be an integer, which is absurd.

2
On

Let $x=e^{i\pi/\sqrt2}=\cos(\pi/\sqrt2)+i\sin(\pi/\sqrt2)$ and $y=\sqrt2$. We have that $x$ is irrational since $\sin(\pi/\sqrt2)\not=0$ (so $x$ isn't even real, much less rational), and $y$ is irrational by for the usual elementary reasons. And $x^y=e^{i\pi}=-1$ is rational.

Added later: I am tacitly using a definition of irrational number as a number that is not rational. I see however that the set of irrational numbers is often explicitly defined to be the subset of real numbers that are not rational. So this may or may not be a suitable example, depending on what you mean by irrational.