1

In Wolfram Alpha this statement is false. But how? Because $(a)^{\frac{b}{c}}=(a^b)^{\frac{1}{c}}$. Is there any condition. Please tell me.

Henno Brandsma
  • 242,131

2 Answers2

0

Look here !!

What we know $(m)^{a/b}$=$(m^a)^{1/b}$ : always holds true, but we have different cases for negative $m$ that you will learn from my answer:

NOTE: $a/b$ is in simplest form.

Case 1: if $a$ is even, then $b$ will be odd which is sure, so u get a positive real value.

Case 2: if $a$ is odd and $b$ is also odd, so u get a negative real value.

Case 3: if $a$ is odd and $b$ is even, this is tricky here u get a undefined answer.

So for $Case 1$ and $Case 2$ $LHS=RHS$ always holds true and for third case you have undefined answer that you can read out why it is so.

See Images given below I have shown $Case 2$(that was asked by you) and $Case 3$ however you can try more on this.

Case 2:

enter image description here enter image description here

Case 3: enter image description here

kuspia
  • 195
0

We have that $(a)^{\frac{b}{c}}=(a^b)^{\frac{1}{c}}=(a^\frac1c)^{b}$ holds for any $a\ge 0$.

For the case $(-a)^{\frac{b}{c}}$ with $b$ and $c$ coprime we need to consider the following cases:

  • $b$ odd and $c$ even

$$\left[(-a)^b\right]^\frac1c=\left[(-1)^b\cdot(a^b)\right]^\frac1c=\sqrt[c] {(-1)^b}\cdot a^{\frac{b}{c}} $$

$$\left[(-a)^\frac1c\right]^b=\left[(-1)^\frac1c \cdot a^\frac1c\right]^b=\left(\sqrt[c] {-1}\right)^b\cdot a^{\frac{b}{c}} $$

  • $b$ even and $c$ odd

$$\left[(-a)^b\right]^\frac1c=\left[(-1)^b\cdot(a^b)\right]^\frac1c=\left[1\cdot(a^b)\right]^\frac1c=a^{\frac{b}{c}} $$

$$\left[(-a)^\frac1c\right]^b=\left[(-1)^\frac1c \cdot a^\frac1c\right]^b=\left(\sqrt[c] {-1}\right)^b\cdot(a)^{\frac{b}{c}} =(-1)^b \cdot (a)^{\frac{b}{c}}=a^{\frac{b}{c}}$$

  • $b$ odd and $c$ odd

$$\left[(-a)^b\right]^\frac1c=\left[(-1)^b\cdot(a^b)\right]^\frac1c=\left[(-1)\cdot(a^b)\right]^\frac1c=\sqrt[c] {-1}\cdot(a)^{\frac{b}{c}}=-\left(a^{\frac{b}{c}}\right)$$

$$\left[(-a)^\frac1c\right]^b=\left[(-1)^\frac1c \cdot a^\frac1c\right]^b=\left[(-1) \cdot a^\frac1c\right]^b=(-1)^b\cdot(a)^{\frac{b}{c}} =-\left(a^{\frac{b}{c}}\right)$$

Therefore for the given example

$$(-2)^{\frac{7}{5}}=-\left(2^{\frac{7}{5}}\right)$$

user
  • 154,566