0

What's the restriction (for $a, p, q$) when I use the following in proof?

$a^{p/q}=(a^{1/q})^{p}$

The calculus book give a list said:

$a$ $real$, $q$ $odd$ --------------- $a^{1/q}$, called the $q$th root of $a$, is the number $b$ such that $b^{q}=a$

$a$ $nonnegative$, $q$ $even$ ---- $a^{1/q}$ is the nonnegative number $b$ such that $b^{q}=a$

$rational$ $exponents$ -------- $a^{p/q}=(a^{1/q})^{p}$

I'm mess up by these restrictions.

1 Answers1

1

In the context of complex numbers, the left side is $$\exp\left(\frac{p}{q} \log(a)\right)$$ and the right is $$\eqalign{\exp\left(p \log(a^{1/q})\right) &= \exp\left(p \log\left(\exp\left(\frac{\log(a)}{q}\right)\right)\right)\cr &= \exp\left(p \left(2 \pi i n + \frac{\log(a)}{q}\right)\right) \cr &= \exp(2\pi i np) \exp\left( \frac{p}{q} \log(a)\right)}$$ where $n$ is any integer. There is always at least one branch ($n=0$) of the right side that makes this true, while if $p$ is an integer it is always true.

Robert Israel
  • 448,999