Assuming this polynomial:
ax4 + bx3 + cx2 + dx + e = 0
and x1, x1, x3 and x4 are the zeros of this polynomial.
We know this:
x1 + x2 + x3 + x4 = – b/a
x1 * x2 + x1 * x3 + x1 * x4 + x2 * x3 + x2 * x4 + x3 * x4 = c/a
x1 * x2 * x3 + x1 * x2 * x4 + x1 * x3 * x4 + x2 * x3 * x4 = – d/a
x1 * x2 * x3 * x4 = e/a
You said
b = 4, so lets find "a":
x1 + x2 + x3 + x4 = – b/a
0 -3 + 1 + 4 = -4/a
a = -2Now finding "e":
x1 * x2 * x3 * x4 = e/a
0*-3*1*4 = e/-2
e = 0Then lets finish for "c" and "d":
x1 * x2 + x1 * x3 + x1 * x4 + x2 * x3 + x2 * x4 + x3 * x4 = c/a
0*-3 + 0*1 + 0*4 + -3*1 + -3*4 + 1*4 = c/-2
-3 -12 + 4 = c/-2
c = 22x1 * x2 * x3 + x1 * x2 * x4 + x1 * x3 * x4 + x2 * x3 * x4 = – d/a
0*-3*1 + 0*-3*4 + -3*1*4 = -d/-2
-12 = d/2
d = -24So, the polynomial is:
-2x4 + 4x3 + 22x2 -24x = 0
