0

In short, I have a formula $ \frac{2}{3}((-2)^{\frac{n}{2}}-1) $

I need to get rid of (n/2). I have to make sure that I only raise the number with degree n, the integer part, not n/2. Any ideas?

ASB
  • 3,999

2 Answers2

2

$$(-2)^{\frac{n}{2}}=(-2)^{\frac{1}{2}n}=((-2)^{\frac{1}{2}})^n=(\sqrt{-2})^n=(\sqrt{-1}\cdot\sqrt{2})^n=(i\cdot\sqrt{2})^n$$

barak manos
  • 43,109
0

$$\frac{2}{3}\left((-2)^{\frac{n}{2}}-1\right) = \frac{2}{3}\left(\sqrt{(-2)^n}-1\right)$$

DanielV
  • 23,556