2

Find all complex numbers that satisfies this equation

$(z - 6 + i)^3 = -27.$

I found one of them being $ z = 3 - i $

3 Answers3

1

Let $z-6+i=\omega$, then your equation change to find the solution of equation $\omega^3=-27$. this equation have the solution's $z_k=3(cos(\frac{\pi+2k\pi}{3})+isin(\frac{\pi+2k\pi}{3}))$ which $k=0,1,2$. Finally: $z=6-i+z_k$, are all solution's.

hamid kamali
  • 3,201
1

Hint:

Set $z-6+i=3u$ and find all complex numbers $u$ that satisfy $u^3=-1$.

drhab
  • 151,093
0

$-27=27e^{{\pi}i+2k\pi}$

$\sqrt[3]{27e^{{\pi}i+2k\pi}}=3e^{\frac{1}{3}\pi i+\frac{2}{3}k\pi}=z-6+i$

$z=3e^{\frac{1}{3}\pi i+\frac{2}{3}k\pi}+6-i, \forall k\in \mathbb{Z}$

Dasherman
  • 4,206