Given $ x^m=y^m ; so \; x=y \;or\; -y$ when m is even. Now $ 2^0 = 3^0 \; but \; 2 \neq 3 $ . How to reason mathematically

65 Views Asked by At

The question may sound silly but is there a simple logic to counter the paradox.I will be glad to know if there is. Thank You. Edit: x,y $\in R\;\; x,y \neq 0$, m is a integer. Now x = y when m is odd x = y or -y when m is even. and x and y cant be related when m = o.

I didn't mean to say there is a paradox. The question asked above is asked in one of my interview and I was asked to explain mathematically. I gave the above reply but they didn't seem to be satisfied. That is the reason I posted this question to know if there is any mathematical reason. Sorry if anyone thinks such questions shouldn't be posted and thank you everyone for taking their time in commenting.

3

There are 3 best solutions below

3
On

If $m \geq 2$ and $m$ is even, $x$ and $y$ are real, then $x^m=y^m \implies x=y$ or $x=-y$.

$x^0=1 ,\forall x \neq 0, x \in \mathbb{R}$.

There is no contradiction.

0
On

If they were interested in in hearing reasoning around why the claim "$x^m = y^m \implies |x| = |y|$ (if $m$ even)" fails, perhaps you could take a logarithm of each side and note that it is only possible to divide $m$ out of $$m \log(|x|) = m \log(|y|)$$ when $m$ is nonzero (and here we're also assuming that $x$ and $y$ are both nonzero). This is exactly the same reasoning as in other folks' answers, but it's possible that it might be more satisfying to an interviewer because it allows you to go into more detail about why $x^0 = y^0 \not \implies |x| = |y|$.

0
On

You can reason the same as why $2\neq3$ when $2\cdot0=3\cdot0$. This is because the step you performed is irreversible. It is not allowed to divide by zero to get $2=3$.

In the case $2^0=3^0$, to get a form $2=3$ you would need to take the $0$th root. But remember that $\sqrt[0]{2}=\sqrt[0]{3}$ is equivalent to $2^\frac10=3^\frac10$ with a division by zero, so that is not valid.