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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top