How can I solve the complex number equation x^4 + 14 = 0?

AI Thread Summary
To solve the equation x^4 + 14 = 0, the first step is to rewrite it as z^2 + 14 = 0, leading to z^2 = -14. The roots can be expressed using the fourth roots of unity and the fourth root of 14, resulting in x = e^(2πik/4)√[4]{14} for k = 0, 1, 2, 3. Additionally, the discussion highlights the importance of using the complex plane to find the square roots of j and -j, which are essential for determining the final solutions. The conversation concludes with appreciation for the shared explanations that clarified the problem-solving process.
greg997
Messages
105
Reaction score
2
Hi there, I ve got problem with this equation.

x^4+ 14 = 0

I tried like this:

X^2 = z

z^2 +14 = 0
z^2 = -14
z= sqr-14
z= j 3.74

then back to x

x^2 = j.374

and now what can i do??
 
Last edited by a moderator:
Physics news on Phys.org
Consider using the roots of unity.

i.e.

x^4 - 14 = 0

x = e^\frac{2 \pi i k}{4} \sqrt[4]{14} ; k = 0, 1, 2, 3

That's from memory. You'll need to double check it.
 
Both are correct, these answers are the same.
 
Messed up again! greg997, I meant to click on quote but accidently clicked on "edit".
I hope I have re-established what you had originally.

greg997 said:
Hi there, I ve got problem with this equation.

x^4+ 14 = 0

I tried like this:

X^2 = z

z^2 +14 = 0
z^2 = -14
z= sqr-14
z= j 3.74
You should have z=-j sqrt(14).

then back to x

x^2 = j.374

and now what can i do??
The two sqrts of j are \sqrt{2}/2+ j\sqrt{2}/2 and -\sqrt{2}- j\sqrt{2}/2 and the two sqrts of -j are -\sqrt{2}/2+ j\sqrt{2}/2 and \sqsrt{2}/2- j\sqrt{2}/2. Multiply those by the fourth root of 14..
The two sqrts of j are \sqrt{2}/2+ j\sqrt{2}/2 and -\sqrt{2}- j\sqrt{2}/2 and the two sqrts of -j are -\sqrt{2}/2+ j\sqrt{2}/2 and \sqsrt{2}/2- j\sqrt{2}/2. Multiply those by the fourth root of 14.

How did I get those roots? Well, in the "complex plane", j is at (0,1). The square root will have the same modulus (1) and half the argument: 90 degrees becomes 45 degrees.
 
You can do like this:
x4=-14
so
x=\sqrt[4]{-14}

In your case z=-14, so -14=-14+0*i

a=-14 ; b=0

Now r=\sqrt{(-14)^2+0^2}=14

cos\alpha=\frac{a}{r}

sin\alpha=\frac{b}{r}

At this point you need to find the angle \alpha and substitute in the formula below.

w_k=\sqrt[n]{r}(cos\frac{\alpha+2k\pi}{n}+isin\frac{\alpha+2k\pi}{n}) for k=0,1,2,...,n-1
 
Thanks everybody for these explanations. They really helped me.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top