Find the irreducible quadratic factors of

  • Thread starter Thread starter bingo92
  • Start date Start date
  • Tags Tags
    Factors Quadratic
AI Thread Summary
The discussion focuses on finding the irreducible quadratic factors of the polynomial z^4 + 4. Initial attempts involve using the difference of squares, but participants note that this approach is inadequate. A suggested method involves finding complex roots and utilizing their conjugates to form real quadratics. Participants discuss equating coefficients to derive a system of equations, with a specific case where b and d are set to 2 to simplify calculations. The conversation emphasizes that while the method may not universally apply to all quartics of the form z^4 + c, it works well for this particular case.
bingo92
Messages
6
Reaction score
0
find the irreducible quadratic factors of z^(4)+4







The Attempt at a Solution



Im stumped...this is all I've got:

[(z^(2))^2]-[(2i)^2]

(z^(2)-2i)(z^2+2i)


Any guidance is greatly appreciated!
 
Physics news on Phys.org
So you've already noticed that a difference of two squares won't work. The way to answer this is a little more complicated.

Can you find all the complex roots of that polynomial?

Also, notice that if we have a complex root of the form \alpha=rcis(\theta) and its conjugate \overline{\alpha}=rcis(-\theta) then

(z-\alpha)(z-\overline{\alpha})=(z^2-(\alpha+\overline{\alpha})z+\alpha\overline{\alpha})

and

\alpha+\overline{\alpha}=2rcos\theta

\alpha\overline{\alpha}=r^2

which are both real, which tells us if two roots are conjugates of each other then the quadratic that has those roots is real and obviously irreducible.
 
I tried equating coefficients. I assume that the factorization will be in the form of
(z2 + az + b)(z2 + cz + d).
Multiply the trinomials and you'll have a 5-term polynomial:
z4 + ?z3 + ?z2 + ?z + bd
(I'll let you fill in the "?").
Let this equal z4 + 4. This means that the coefficients for z3, z2 and z must be zero. You'll end up with 4 equations and 4 unknowns. Since solving this particular system is daunting, you could make some assumptions as to what b and d are. If you let b = d = 2, the system reduces quite nicely, and you'll find a and c easily enough.

I wouldn't say that this method can be used to factor any quartic in the form of z4 + c to irreducible quadratics. I only tried it because the constant term in the quartic is small.
 
eumyang said:
I tried equating coefficients. I assume that the factorization will be in the form of
(z2 + az + b)(z2 + cz + d).
Multiply the trinomials and you'll have a 5-term polynomial:
z4 + ?z3 + ?z2 + ?z + bd
(I'll let you fill in the "?").
Let this equal z4 + 4. This means that the coefficients for z3, z2 and z must be zero. You'll end up with 4 equations and 4 unknowns. Since solving this particular system is daunting, you could make some assumptions as to what b and d are. If you let b = d = 2, the system reduces quite nicely, and you'll find a and c easily enough.

I wouldn't say that this method can be used to factor any quartic in the form of z4 + c to irreducible quadratics. I only tried it because the constant term in the quartic is small.

While that way works too, I'm pretty sure the expected method is the one that I pointed towards.
 
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