Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I need some help on this question. How do I approach this question?

Find all complex numbers $z$ satisfying the equation

$$ (2z - 1)^4 = -16. $$

Should I remove the power of $4$ of $(2z-1)$ and also do the same for $-16$?

share|improve this question

2 Answers

up vote 0 down vote accepted

$(2z-1)^4=2^4e^{(2n+1)\pi i}$ where $n$ is any integer.

So, $$2z-1=2e^{\frac{(2n+1)\pi i}4}=z_n(say)$$ where $n$ can assume any $4$ in-congruent values $\pmod 4,$ the simplest set of values being $0,1,2,3.$

There will be $4$ roots as the given equation is quartic/biquadratic.

$$z_{2+r}=2e^{\frac{\{2(2+r)+1\}\pi i}4}=2e^{\frac{(2r+1)\pi i }4}e^{\pi i}=-z_r--->(1)$$ as $e^{i\pi}=-1$ (using Euler's Identity)

Putting $n=0,z_0=2e^{\frac{\pi i}4}=2\frac{1+i}{\sqrt 2}=\sqrt 2(1+i)$ (Using Euler's Identity)

Putting $n=1,z_1=2e^{\frac{3\pi i}4}=2\frac{1-i}{\sqrt 2}=\sqrt 2(1-i)$

Using $(1), z_2=-z_0,z_3=-z_1$

share|improve this answer

HINT: How many solutions does $x^4+16=0$ have?

$x_{1,2,3,4}= \sqrt{2}(\pm 1 \pm i)$, substitute $x$ with $2z-1$, solve for $z$ and you're done.

share|improve this answer
4? I don't really get your hint. Sorry for my incompetent, I am kind of weak in complex numbers. =( – Lawrence Wong Nov 20 '12 at 9:56
Write down the 4 solutions, substitute $x$ with $2z-1$, solve for $z$ and you're done. – draks ... Nov 20 '12 at 9:59
This method is good (the quickest way) for someone with some experience in complex numbers. But for someone who is learning it for the first time I would recommend understanding and being able to use lab bhattacharjee's method. – Adam Rubinson Nov 20 '12 at 11:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.