Complex roots of an equation will occur in conjugate pair. That is, if (a + ib) is a root, then (a - ib) is the other root of the same equation.
Example 1 :
Solve the following equation, if (2 + i√3) is a root.
x4 - 4x2 + 8x + 35 = 0
Solution :
Since (2 + i√3) is a complex root, (2 - i√3) must be the other root.
x = 2 + i√3 or x - (2 + i√3) = 0
x = 2 - i√3 or x - (2 - i√3) = 0
Quadratic polynomial with the roots (2 + i√3) and (2 - i√3) :
= x2 - (sum of the roots)x + product of the roots
= x2 - [(2 + i√3) + (1 - i2√3)]x + (2 + i√3)(2 - i√3)
= x2 - [2 + i√3 + 2 - i√3]x + 22 - (√3i)2
= x2 - 4x + 4 - (√3)2i2
= x2 - 4x + 4 - 3(-1)
= x2 - 4x + 4 + 3
= x2 - 4x + 7
(x2 - 4x + 7) is a factor of (x4 - 4x2 + 8x + 35).
Let (x2 + ax + b) be the other factor.
Then,
(x2 + ax + b)(x2 - 4x + 7) = x4 - 4x2 + 8x + 35
Comparing the constant terms,
7b = 35
b = 5
Comparing the coefficient of x terms,
7a - 4b = 8
Substitute b = 5.
7a - 4(5) = 8
7a - 20 = 8
7a = 28
a = 4
x2 + ax + b ----> x2 + 4x + 5
Solving the equation x2 + 4x + 5 = 0, we get
x = -2 + i or -2 - i
Therefore, the roots of the given equation are
2 + i√3, 2 - i√3, -2 + i and -2 - i
Example 2 :
Solve the following equation, if (3 + i) is a root.
x4 - 8x3 + 24x2 - 32x + 20 = 0
Solution :
Since (3 + i) is a complex root, (3 - i) must be the other root.
x = 3 + i or x - (3 + i) = 0
x = 3 - i or x - (3 - i) = 0
Quadratic polynomial with the roots (3 + i) and (3 - i) :
= x2 - (sum of the roots)x + product of the roots
= x2 - [(3 + i) + (3 - i)]x + (3 + i)(3 - i)
= x2 - [3 + i + 3 - i]x + 32 - i2
= x2 - 6x + 9 - (-1)
= x2 - 6x + 9 + 1
= x2 - 6x + 10
(x2 - 6x + 10) is a factor of (x4 - 8x3 + 24x2 - 32x + 20).
Let (x2 + ax + b) be the other factor.
Then,
(x2 + ax + b)(x2 - 6x + 10) = x4 - 8x3 + 24x2 - 32x + 20
Comparing the constant terms,
10b = 20
b = 2
Comparing the coefficient of x terms,
10a - 6b = -32
Substitute b = 2.
10a - 6(2) = -32
10a - 12 = -32
10a = -20
a = -2
x2 + ax + b ----> x2 - 2x + 2
Solving the equation x2 - 2x + 2 = 0, we get
x = 1 + i or 1 - i
Therefore, the roots of the given equation are
3 + i, 3 - i, 1 + i and 1 - i
Example 3 :
Solve x4 – 3x3 + 5x2 – 27x – 36 = 0 by finding all roots.
Solution :
Let f(x) = x4 – 3x3 + 5x2 – 27x – 36
When x = 1
f(1) = 14 – 3(1)3 + 5(1)2 – 27(1) – 36
= 1 - 3 + 5 - 27 - 36
≠ 0
So, 1 is not the root of the polynomial.
Applying x = -1

x3 - 4x2 + 9x - 36 = 0
x2 (x - 4) + 9(x - 4) = 0
(x2 + 9)(x - 4) = 0
x2 + 9 = 0 and x - 4 = 0
x2 = -9 and x = 4
x = ±3i and x = 4
So, the roots are -1, ±3i and 4.
Example 4 :
One root of the cubic equation x3 + px2 + 6x + q = 0, where p and q are real is the complex number 5 - i
a) Find the real root of the cubic equation
b) Find the value of p and q.
Since one of the root is 5 - i then the other root will be 5 + i
Using these two roots, creating a quadratic function, we get
x2 - (Sum of roots)x + Product of roots = 0
Sum of roots = 5 + i + 5 - i
= 10
Product of roots = (5 + i)(5 - i)
= 52 - i2
= 25 - (-1)
= 26
So, the required quadratic function is x2 - 10x + 26
x3 + px2 + 6x + q = (x2 - 10x + 26)(x - a)
= x3 - ax2 - 10x2 + 10ax + 26x - 26a
x3 + px2 + 6x + q = x3 - x2 (a + 10) + x(10a + 26) - 26a
a + 10 = p ----(1)
10a + 26 = 6 ----(2)
-26a = q ----(3)
from (2),
10a = 6 - 26
10a = -20
a = -20/10
a = -2
Applying a = -2 in (1), we get
-2 + 10 = p
p = 8
Applying a = -2 in (3), we get
-26(-2) = q
q = 52
a) x3 + 8x2 + 6x + 52 = 0
b) The values of p and q are 8 and 52 respectively.
Kindly mail your feedback to v4formath@gmail.com
We always appreciate your feedback.
©All rights reserved. onlinemath4all.com
Nov 04, 25 07:33 AM
Oct 30, 25 08:57 AM
Oct 27, 25 10:32 AM