Theory of Equation and Symmetries
Theory of Equation and Symmetries
University of Delhi
nwjLFk ,oa lrr~ f'k{kk foHkkx
fnYyh fo'ofo|ky;
Editorial Board
Prof. S.K.Verma
Ms. Mridu Sharma
Content Writers
Ms. Setu Rani
Dr. Neha Bhatia
Academic Coordinator
Deekshant Awasthi
Published by:
Department of Distance and Continuing Education under
the aegis of Campus of Open Learning/School of Open Learning,
University of Delhi, Delhi-110 007
Printed by:
School of Open Learning, University of Delhi
1
2 CONTENTS
5 Symmetric Functions 91
5.1 Learning Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
5.2 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
5.3 Symmetric Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
5.4 Fundamental Theorem on Symmetric Functions . . . . . . . . . . . . . . . 96
5.5 Rational Functions Symmetric in all but one of the Roots . . . . . . . . . . 96
5.6 Newton’s Theorem on the sums of the powers of the roots . . . . . . . . . . 98
5.7 Theorems relating to Symmetric Functions . . . . . . . . . . . . . . . . . . 100
5.8 Computation of Symmetric Functions . . . . . . . . . . . . . . . . . . . . 102
5.9 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
5.10 Self Assessment Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . 103
5.11 Solutions to In-text Exercises . . . . . . . . . . . . . . . . . . . . . . . . . 104
5.12 Suggested Reading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
Structure
1.1 Learning Objectives 4
1.2 Introduction 4
1.3 Polynomials 4
1.3.1 Polynomials 4
1.3.2 Degree of a Polynomial 5
1.4 General Properties of Polynomials and Equations 5
1.4.1 The Remainder Theorem 5
1.4.2 The Factor Theorem 7
1.4.3 Synthetic Division 10
1.4.4 Factored form of a polynomial 12
1.4.5 Multiple Roots 13
1.5 Fundamental Theorem of Algebra and its Consequences 14
1.6 Theorems on imaginary, integral and rational roots 15
1.6.1 Newton’s method for integral roots 19
1.6.2 Rational Roots 20
1.7 Descartes’ rule of signs 21
1.7.1 Descartes’ rule of signs-Positive roots 21
1.7.2 Descartes’ rule of signs-Negative roots 22
1.7.3 Application of Descartes’ rule of signs for finding the Imaginary
roots 23
1.8 Summary 25
1.9 Self-Assessment Exercises 25
1.10 Solutions to In-text Exercises 26
3
4 LESSON - 1. GENERAL PROPERTIES OF POLYNOMIAL EQUATIONS
• find the number of positive, negative and imaginary roots of a polynomial without
actually solving it.
1.2 Introduction
One of the oldest problems in mathematics is solving algebraic equations, in particular find-
ing the roots of the polynomial equations. The ancient mathematicians solved some partic-
ular problems and there was no generality. In this chapter we shall study some important
theorems related to polynomial equations such as the Remainder theorem, Factor theorem,
Fundamental theorem of algebra, etc. “The Fundamental theorem of algebra” which state
that every polynomial of degree ≥ 1 has at least one zero was first proved by the famous
German mathematician Karl Fredrich Gauss. Also we will learn about Descartes’ rule of
signs for counting the positive and negative roots of a polynomial equation without actually
finding the roots. Using these ideas we will reach our goal of solving polynomial equations
of certain type. Here we will also understand some properties of the roots of a polynomial
equation. But before discussing about these theorems, we start a brief discussion of the
polynomial equations and degree of the polynomial.
1.3 Polynomials
1.3.1 Polynomials
Polynomials is an algebraic expression that consist of variables (also called indeterminate)
and coefficient. It involves only the operation of addition, subtraction, multiplication and
non negative integer exponents(power) of variables.
Example 1.1. 1. 4x−3 + 5 is not a polynomial because x−3 have negative exponent (i.e.
−3).
Theorem 1.1 (The Remainder Theorem). When a polynomial p(x) (whose degree is greater
than or equal to one) is divided by a linear polynomial (x−c) until a remainder independent
of x is obtained then the remainder is given by p(c) ( which is a value of p(x) when x = c.)
Proof. Here dividend is p(x) and divisor is x − c. Let quotient is q(x) and remainder is
denoted by r. As we know
divident = divisor × quotient + remainder. (1.2)
Then by using the dividend formula (1.2), we have
p(x) = (x − c) q(x) + r. (1.3)
By taking x = c in equation (1.3), we get p(c) = r.
Remark. 1. This theorem is also known as little Bézout’s theorem
2. This theorem works only when the divisor is linear ( this can be considered as one of
its limitation)
Example 1.3. Without actual division , find the remainder when x4 − 3x2 − x − 6 is divided
by x + 3.
Solution. Given a polynomial
p(x) = x4 − 3x2 − x − 6. (1.4)
To find the remainder here, we need not to carry out the long steps of division. Here the
divisor is x + 3 and dividend is x4 − 3x2 − x − 6.
Let
x + 3 = 0 then x = −3 (1.5)
By putting x = −3 from equation (1.5) in the given polynomial (1.4), we get
p(−3) =(−3)4 − 3(−3)2 − (−3) − 6
=81 − 27 + 3 − 6
=51.
Verification:
x3 −3x2 +6x −19
x + 3 ) x4 −3x2 −x −6
x4 +3x3
−3x3 −3x2 −x −6
−3x3 −9x2
6x2 −x −6
6x2 +18x
−19x −6
−19x −57
51
1.4. GENERAL PROPERTIES OF POLYNOMIALS AND EQUATIONS 7
Thus, by dividing the given polynomial (1.5) with x + 3, we get the value of remainder as
51.
So, the remainder is calculated by substituting x = −1 from (1.7) into equation (1.6).
Thus, by dividing the given polynomial (1.6) with x + 1, we get the value of remainder as 1.
Verification:
3x2 −2x +4
x + 1 ) 3x3 +x2 +2x +5
3x3 +3x2
−2x2 +2x +5
−2x2 −2x
4x +5
4x +4
1
Theorem 1.2 (The Factor Theorem). A polynomial p(x) has a factor (x − c) if and only if
p(c) = 0 ( i.e. c is the root of the polynomial p(x) .
Or
If c is the root of the polynomial equation p(x) = 0 i.e. p(c) = 0 then (x − c) is the factor
of p(x).
8 LESSON - 1. GENERAL PROPERTIES OF POLYNOMIAL EQUATIONS
Proof. Consider a polynomial p(x) which has x−c as one of its factor. Then from equation
(1.3) in previous theorem 1.1 we have
Since x − c is one of the factor of p(x), therefore using equation (1.8) one can conclude
that the value of remainder must be zero i.e. p(c) = 0.
Converse: Since it is given that p(c) = 0, therefore from equation (1.8) we have
p(x) = (x − c) q(x).
3. (x − c) is a factor of p(x).
Remark. Factor theorem is a special case of the polynomial remainder theorem. i.e. when
r = 0 in equation (1.3), then p(x) = (x − c) q(x).
Example 1.5. Without actual division show that 2x4 − x3 − 6x2 + 4x − 8 is divisible by
x + 2 or x + 2 is one of the factor of 2x4 − x3 − 6x2 + 4x − 8.
To show that p(x) is divisible by x + 2 or x + 2 is one of the factor of p(x), we have to show
p(−2) = 0 (since x + 2 = 0 then x = −2). By putting x = −2 in the given polynomial
(1.9), we get
Since the value of remainder is zero, therefore x + 2 is one of the factor of 2x4 − x3 − 6x2 +
4x − 8.
1
Example 1.6. Check whether 2x − 1 is one of the factor of 2x3 − x2 − 2x + 1 or x = is
2
the zero of the polynomial equation 2x3 − x2 − 2x + 1 = 0. Also verify the statement.
1.4. GENERAL PROPERTIES OF POLYNOMIALS AND EQUATIONS 9
then by putting
1
2x − 1 = 0 we get x = . (1.11)
2
3 2
1 1 1 1
p =2 − −2 +1
2 2 2 2
1 1
= − −1+1
4 4
=0.
1
Hence (2x − 1) is one of the factor of 2x3 − x2 − 2x + 1 or x = is the zero/solution/root
2
of the polynomial 2x3 − x2 − 2x + 1.
Verification:
x2 −1
2x − 1 ) 2x3 −x2 −2x +1
2x3 −x2
−2x +1
−2x +1
0
(b) Without actual division find the remainder when 4x3 − 17x2 + 9 is divided by 3x − 5.
(c) Find the value of k if 4x3 − 2x2 + kx + 5 leaves remainder −10 when divided by
2x + 1.
Step-2: Write the value of linear polynomial by which we have to divide the given polyno-
mial. Here we have to divide p(x) by x − 2 = 0 i.e. x = 2. The value of x is written at the
place of ∗ in table of step-1.
Implication
2 1 3 0 −2 −5
a a0 a1 a2 a3 a4
a0
Implication
2 1 3 0 −2 −5
1
1.4. GENERAL PROPERTIES OF POLYNOMIALS AND EQUATIONS 11
Step-4: Multiple a0 by a and then write it below the entry a1 in second row. Then add a1
and a0 a and write it in the third row. Again multiply a1 + a0 a by a and then write it below
the entry a2 . Then add a2 and a(a0 a + a1 ) and write it in the third row and follow the same
procedure for all the entries.
a a0 a1 a2 a3 a4
a0 a a(a0 a + a1 )
a0 a0 a + a1 a(a0 a + a1 ) + ...
a2
2 1 3 0 −2 −5
2
1
2 1 3 0 −2 −5
2
1 5
Again multiple 5 by 2 then write it below 0. Add both the number and write it in the third
row.
2 1 3 0 −2 −5
2 10
1 5 10
2 1 3 0 −2 −5
2 10 20 36
1 5 10 18 31
Remark. 1. Last entry in the third row represent the remainder of the polynomial after
dividing it by a linear factor.
12 LESSON - 1. GENERAL PROPERTIES OF POLYNOMIAL EQUATIONS
2. Quotient is given by multiplying the entry of third row with one less degree equation.
For example, in the above question 31 is the remainder while quotient is 1.x3 +5.x2 +
10.x + 18.
3. We have to carry out all the steps of this synthetic division in a single table.
Example 1.8. Divide x3 + 3x2 − 2x − 5 by x − 2.
Solution. Here x − 2 = 0 implies x = 2. Hence
2 1 3 −2 −5
2 10 16
1 5 8 11
−1 1 1 1 1
−1 0 −1
1 0 1 0
g(x) ≡ (x − α2 )g1 (x), where g1 (x) ≡ a0 xn−2 + b′1 xn−3 + ... + b′n−2 .
Therefore
If g1 (x) = 0 has the root α3 , then continuing in the same way as above we get
From the above discussion, we can conclude that if any equation p(x) = 0 of degree ‘n’
is known to have ‘n’ distinct roots α1 , α2 ...αn , then p(x) can be expressed in the factored
form (1.13).
Theorem 1.3. An equation of degree ‘n’ cannot have more than ‘n’ distinct roots.
Proof. Since a polynomial equation (1.12), p(x) = 0 of degree ‘n’ having ‘n’ roots α1 ,
α2 ...αn can be written in the factored form as (1.13)
Let equation (1.12) has one more root α different from α1 , α2 ...αn of polynomial equation
p(x). since α is the root of p(x) = 0, therefore p(α) = 0. Hence from equation (1.14)
Thus, one of the factor of right hand side of equation (1.15) must be zero say
α − αi = 0
α = αi
Hence any polynomial of degree ‘n’ cannot have more than ‘n’ distinct roots.
Theorem 1.4. An equation of degree n cannot have more than n roots, a root of multiplicity
m being counted as m roots.
Proof. Let α1 has multiplicity m1 , α2 has multiplicity m2 ,.. and αk has multiplicity mk .
Then
Since, p(x) is exactly divisible by (x − α1 )m1 , therefore it will not be exactly divisible by
(x − α1 )m1 +1 . (because α1 is a root of multiplicity m1 .) An equation of degree n cannot
have more than n roots, a root of multiplicity m being counted as m roots.
Example 1.10. Let the polynomial equation p(x) = 5(x − 2)(x − 6)2 (x − 3)3 (x − 4)5 .
Then 2 is the simple root, 6 is the root with multiplicity 2, 3 is the root with multiplicity
3 and 4 is the root with multiplicity 5 of given equation of degree 11 which has no further
roots.
Theorem 1.5. Every non constant single variable polynomial or every algebric equation
with complex coefficients has at least one complex (real and imaginary) roots
or
Remark. This theorem does not reveal what the roots of the polynomial equation are but
it tells about the number of roots of an equation.
Example 1.11. How many total roots exist for the function p(x) = −6x2 + x3 − 6 + 11x.
Solution. Since the highest degree of the given polynomial is 3, therefore it will have
exactly 3 roots. On solving p(x) = −6x2 + x3 − 6 + 11x = 0, we get the roots as 1, 2, 3.
1.6. THEOREMS ON IMAGINARY, INTEGRAL AND RATIONAL ROOTS 15
Or
In a given equation
where a0 , a1 , ...an are coefficients of the equation and the value of all the coefficients are
real constant number. If the given polynomial has a complex root a + ib then it will also
has the root a − ib (i.e. its complex conjugate will also be the root of the equation.)
p(x) = x3 + x2 + x + 1 = 0. (1.20)
Since −1 satisfy the equation (1.20) (p(−1) = −1 + 1 − 1 + 1 = 0), therefore one of the
root of equation (1.20) is −1. Thus x + 1 will be one of the factor of p(x). Also the given
equation is cubic, hence it will have three roots. Dividing the given polynomial by its factor
we get the value of quotient. Rest two roots can be find by solving the equation of quotient.
To find the quotient we will use the synthetic division.
−1 1 1 1 1
-1 0 -1
1 0 1 0
Hence the quotient is given as q(x) = 1.x2 + 0.x + 1 = x2 + 1. Thus the root of equation
x2 + 1 = 0 are found as i, −i. Hence we can conclude that roots occurs in pair. Thus if
any polynomial whose all the coefficients are real and having one complex root then the
conjugate of that root will also exist.
Remark. If the coefficients given in equation (1.19) are complex instead of real then com-
plex root may or may not occurs in conjugate pair.
Here 4i and 3i are not conjugate of each other because the coefficients of the polynomial
equation are not purely real.
Or
In a given equation
p(x) = x2 − 4x + 1 = 0. (1.23)
√
4± 16 − 4
x=
2
√
4±2 3
x=
2√ √
x =2 + 3, 2 − 3.
√ √
Hence, we can conclude that roots occurs in pair (2+ 3, 2− 3). Thus, if any polynomial
whose all the coefficients are rational and having one irrational root then the conjugate of
that root will also be the roots of that polynomial equation.
Remark. If the coefficients given in equation (1.22) are irrational instead of real then irra-
tional root may or may not occurs in conjugate pair.
√
Example 1.15. Find the roots of the polynomial equation x2 − 3 3x + 6 = 0.
1.6. THEOREMS ON IMAGINARY, INTEGRAL AND RATIONAL ROOTS 17
whose all the coefficients a0 , a1 , a2 , ...an are integers, then any integer root of that equation
will be exact divisor of the constant term.
Proof. Let us assume that equation has an integer root ‘x’. Then from the above equation
(1.25)
Since all the coefficients of the given equation are integers. Hence the quantity in paren-
thesis will be integer and constant term on the right hand side is also integer. Therefore x
must be the complete or exact divisor of constant term.
Remark. Converse of the above theorem may or may not be true i.e. any exact divisor
of constant term may or may not be the root of the equation. For example, consider an
equation 4x2 + 4x + 1 = 0. The exact divisor of constant term are ±1. But equation have
1 1
no integer roots i.e. both the roots are rational − , − .
2 2
Example 1.16. Find all the integral roots of the equation
x3 + x2 − 3x + 9 = 0. (1.27)
Solution. Since all the coefficients of the given equation are integers, therefore first condi-
tion of the theorem is satisfied. Let us assume that equation has some integral roots. Then
they must divide the constant term. So the exact divisor of constant term are ±1, ±3, ±9.
Using synthetic division or factor theorem, we can check that ±1 are not the roots of the
equation.
18 LESSON - 1. GENERAL PROPERTIES OF POLYNOMIAL EQUATIONS
−1 1 1 −3 9
−1 −1 4
1 0 −4 13
Since, the last term of third row is not zero. Hence −1 is not root of this equation. Similarly
we can check for the other roots also.
−3 1 1 −3 9
−3 6 −9
1 −2 3 0
Hence −3 is the integral root of this equation. Rest two roots can be obtained by solving
the quotient equation i.e. 1.x2 − 2.x + 3 = x2 − 2x + 3 = 0
Example 1.17. Find all the integral roots of the equation x4 + 4x3 + 8x + 32 = 0.
Solution. Since the constant term here has numerous exact divisors, therefore finding the
roots will be quite difficult. To overcome this difficulty, we will transform this equation by
taking a transformation x = 2z into a equation whose constant term has less number of
divisor. The transformed equation become
(2z)4 + 4(2z)3 + 8(2z) + 32 = 0,
16z 4 + 32z 3 + 16z + 32 = 0,
z 4 + 2z 3 + z + 2 = 0. (1.28)
In the transformed equation (1.28) constant term is 2, whose divisors are ±1, ±2. Now
+1, +2 will not be the root of transformed equation (1.28) because all the coefficient here
are positive. Now we will check for −1 and −2.
−1 1 2 0 1 2
−1 −1 1 −2
1 1 −1 2 0
−1 1 2 0 1 2
−1 −1 1 −2
−2 1 1 −1 2 0
−2 2 −2
1 −1 1 0
Hence the two integral roots of the transformed equation (1.28) are −1, −2 and the quotient
is z 2 −z+1 = 0. By solving the quotient by quadratic formula, we can find the rest two roots
of the equation (1.28). The integral roots of original equation are obtained by substituting
these values in the transformation x = 2z i.e. x = 2.(−1), x = 2.(−2). Thus the integral
roots of the original equation x4 + 4x3 + 8x + 32 = 0 are −2, −4.
1.6. THEOREMS ON IMAGINARY, INTEGRAL AND RATIONAL ROOTS 19
where all the coefficients a0 , a1 , a2 , ...an are integers and a0 ̸= 0, then p is the divisor of
an , while q is an divisor of a0 .
Remark. If in the equation (1.30), the value of coefficient a0 is 1, then all the rational roots
will be an integer.
Example 1.19. Find all the rational and integral roots of the equation
2. Every equation of an even degree, whose last term is negative, has at least two real
roots, one positive and the other one negative.
In-text Exercise 1.3. Find all the integral and rational roots of the following equations
(a) x3 + 8x2 + 13x + 6 = 0.
1.7. DESCARTES’ RULE OF SIGNS 21
Thus, there are two sign changes in the given polynomial p(x) and hence possible number
of positive real roots of the polynomial is 2 or 0. Similarly for finding the number of
negative roots, we will check the sign change in the given polynomial by replacing x by
−x. Thus by taking (−x) in place of x, required polynomial becomes
Thus, there are one sign changes in the given polynomial p(−x) and hence possible number
of negative real roots of the polynomial p(x) is 1.
1.7. DESCARTES’ RULE OF SIGNS 23
Verification: Since the polynomial given in equation (1.33) is cubic, therefore we can find
the roots of this equation. The roots of the equation are obtained as 2, 3, −4. Thus we can
see that there are two positive roots and one negative root of the given polynomial (1.33).
Example 1.22. Determine the possible number of real solutions of the polynomial 4x7 +
3x6 + x5 + 2x4 − x3 + 9x2 + x + 1 = 0.
Solution. For the possible positive roots, we will check the sign changes in the given poly-
nomial
Thus, there are two sign changes in the given polynomial p(x) and hence possible number
of positive real solution of the polynomial is 2 or 0. For finding the possible number of
negative solution, we will check the sign change in the given polynomial by replacing x by
−x. Thus by taking (−x) in place of x, required polynomial becomes
Since, there are five sign changes in the given polynomial p(−x) therefore possible number
of negative real solutions of the polynomial p(x) is 5, 3 or 1.
Thus there are two or zero positive solutions, and five, three or one negative solutions of
given polynomial (1.35).
Remark. This application of Descartes’s rule of signs for finding the imaginary roots is
possible only in case of incomplete equation. For the complete equation total number of
sign variation in p(x) and p(−x) will be equal to degree of the polynomial.(A polynomial
is called incomplete if the coefficient of some terms are zero. For example x4 + x − 1 is
incomplete polynomial as the coefficient of x3 and x2 term is zero while x4 −x3 +x2 −x+1
is a complete polynomial.)
Example 1.23. Prove that the equation 3x7 − x4 + x3 − 1 = 0, has at least four imaginary
roots.
Solution. Let the equation be p(x) = 0, where
p(x) = +3x7 − x4 + x3 − 1. (1.37)
The number of sign change in p(x) is
from + 3x7 to − x4 there is one sign change(+to−)
from − x4 to + x3 there is one sign change(−to+)
from + x3 to − 1 there is one sign change(+to−)
Thus there are three changes of sign and hence possible number of positive real roots of the
polynomial are 3 or 1. The number of sign change in p(−x) is
p(−x) = − 3x7 − x4 − x3 − 1
Since all the terms of p(−x) are negative, hence there is no sign change for p(−x). Thus
there is no real negative roots of the given polynomial. Now we will construct a table with
all possibilities. Note that the degree of the given polynomial (1.37) is 7.
Hence the total number of imaginary roots of equation (1.37) are either 4 or 6.
In-text Exercise 1.4. Solve the following questions:
(a) Find the possible number of positive, negative and imaginary roots of the polynomial
equation x3 − x2 + x − 1.
(b) Find the nature of the roots of the equation x4 + 15x2 + 7x − 11 = 0.
(c) Show that the equation xn + 1 = 0, has no real roots when n is even and −1 is the
only root when n is odd.
(d) Find the number of imaginary roots of the equation x4 − 3x2 − x + 1 = 0.
1.8. SUMMARY 25
1.8 Summary
In the end of the chapter, we will be able to know
1. Polynomials can be written in the factored form.
2. Using synthetic division, any polynomial can be divided by a linear polynomial with-
out performing a long calculations.
3. Imaginary and irrational roots occurs in pair for the real and rational coefficients
respectively.
4. How to find the number of positive, negative and imaginary roots of an polynomial
equation without solving it.
3 1 6 10 −1
3 27 111
1 9 37 110
the remainder is 110 and the value of quotient is 1.x2 + 9.x + 37 = x2 + 9x + 37.
(b) This can be done by synthetic division as
5
3
3 −17 −1 15
5 −20 −35
3 −12 −21 −20
the remainder is −20 and the value of quotient is 3.x2 − 12.x − 21 = 3x2 − 12x − 21.
(c) x2 − 4 = 0 is (x − 2)(x + 2) = 0
2 2 −1 −6 4 −8
4 6 0 8
2 3 0 4 0
and
−2 2 3 0 4
−4 2 −4
2 −1 2 0
Exercise 1.3
(a) Since x3 + 8x2 + 13x + 6 has the coefficient of highest degree as 1. Therefore all the
rational roots will be integers. Also factor/divisor of 6 are ±1, ±2, ±3, ±6. Now all
the terms of the given equation are positive. Thus there will be no positive roots of
the given equation. Hence total choices of roots are −1, −2, −3, −6. Using Newton’s
method we can check that −2 & − 3 does not satisfy Newton’s condition. Thus all
the roots of given equation are −1, −1, −6, where −1 is the root with multiplicity 2.
(b) Since the constant term here has numerous exact divisors. Therefore we will trans-
form this equation into a simpler equation by taking a transformation x = 4z.
(c) All possible roots of the given equation 2x3 + 3x2 − 11x − 6 are ±1, ±2, ±3, ±6,
±1 ±3
, . Using Newton’s method we can check that 2 & − 3 satisfy Newton’s all
±2 ±2
condition. Also p − 12 = 0. Thus, all the roots of given equation are 2, −3, − 12 .
(d) All possible roots of the given equation 32x3 − 6x − 1 are ±1, ±1 , ±1 , ±1 , ±1 , ±1 .
±2 ±4 ±8 ±16 ±32
(e) Since the coefficient of the required equation are given to be real. Therefore in that
case complex roots occurs in pair. Thus the required equation must have at least four
roots as 1 + i, 1 − i, 2 − i and 2 + i. The equation is
Exercise 1.4
(a) Since total number of sign change in p(x) = 0 are 3. Hence total number of positive
roots are 3, 1. Also, total number of sign change in p(−x) = 0 are 0. Hence total
number of negative roots are 0.
Hence the total number of imaginary roots of given polynomial equation are either 0
or 2.
(b) Since there are one sign change in case of p(x) and one sign change in case of p(−x).
Thus there are one positive and one negative roots and 4 − (1 + 1) = 2 imaginary
roots.
28 LESSON - 1. GENERAL PROPERTIES OF POLYNOMIAL EQUATIONS
(c) When n is even then there is no sign change in p(x) and p(−x). Hence no real root
with exist. Also in case of odd power of n, there is no sign change in p(x), while one
sign change in case of p(−x). Thus only one negative root will exist which will be
−1.
(d) Since there are two sign change in p(x) and two sign change in p(−x). Hence
Suggested Readings
1. Burnside, W.S., & Panton, A.W. (1979). The Theory of Equations. Vol. 1. Eleventh
Edition, (Fourth Indian Reprint. S. Chand & Co. New Delhi), Dover Publications,
Inc.
2. Dickson, Leonard Eugene (2009). First Course in the Theory of Equations. John Wi-
ley & Sons, Inc. The Project Gutenberg eBook (http://www.gutenberg.org/ebooks/29785).
Lesson - 2
Structure
2.1 Learning Objectives 29
2.2 Introduction 29
2.3 Relation Between Roots and Coefficients of Equations 30
2.4 Applications to solution of Equations 35
2.5 Summary 44
2.6 Self-Assessment Exercise 44
2.7 Solutions to In-text Exercises 45
• understand how the relation between the roots and coefficients of a quadratic and
cubic equation can be extended to n degree polynomial equation.
• find the roots of a higher order polynomial equation when relation between its roots
are given.
2.2 Introduction
Roots of polynomials are solutions for given polynomials where the function is equal to
zero. When its comes to polynomials, roots becomes particularly important. They allow us
to break down our polynomial equation into simpler terms that we can understand and solve
29
30LESSON - 2. RELATION BETWEEN THE ROOTS AND COEFFICIENTS OF EQUATIONS
more easily. In the previous chapter, we had learned a lot of theorems based on roots of the
polynomials. In this chapter, we will learn the relation between roots and coefficients of a
polynomial equation. Using this relation, we will be able to find the roots of a polynomial
equation of degree n.
A polynomial equation of degree n
p(x) ≡ a0 xn + a1 xn−1 + a2 xn−2 ...an−1 x + an = 0, (2.1)
has exactly n roots. Let the n roots of equation (2.1) are α1 , α2 , ..., αn , then
p(x) ≡ a0 (x − α1 )(x − α2 )...(x − αn ). (2.2)
Verification:
coefficient ofx 7
Sum of the roots (α1 + α2 ) = −3 + (−4) = − 2
= − = −7
coefficient ofx 1
constant term 12
Product of the roots (α1 .α2 ) = −3.(−4) = = = 12.
coefficient ofx2 1
Example 2.2. If α and β are the roots of the equation 3x2 − 5x + 2 = 0, then find the value
of
1. α2 + β 2
2. α3 + β 3
1 1
3. α
+ β
2. We know
α3 + β 3 = (α + β)3 − 3αβ(α + β)
3
5 2 5
= − 3.
3 3 3
35
= .
27
3. Also,
1 1 (α + β)
+ =
α β αβ
5/3
=
2/3
5
= .
2
whose roots are given as α1 , α2 and α3 . Therefore, by equation (2.1) and (2.2)
Example 2.3. Find the equation whose roots are given as 3, 3, −2. Also, verify the relation
between roots and coefficients.
Solution. Given three roots are α1 = 3, α2 = 3, α3 = −2. The required equation is given
as
(x − α1 )(x − α2 )(x − α3 ) = 0
(x − 3)(x − 3)(x − (−2)) = 0
x3 − 4x2 − 3x + 18 = 0. (2.9)
Verification:
coefficient of x2
−4
Sum of the roots (α1 + α2 + α3 ) = 3 + 3 − 2 = − 3
=− = 4.
coefficient of x 1
Sum of the product of two roots (α1 α2 + α1 α3 + α2 α3 ) = 3.3 + 3.(−2) + 3.(−2)
coefficient of x −3
= = = −3.
coefficient of x3 1
constant term 18
Product of the roots (α1 .α2 .α3 ) = 3.3.(−2) = − 3
=− = −18.
coefficient of x 1
In-text Exercise 2.1. Solve the following questions:
(a) If the difference between roots of the equation x2 − 13x + k = 0 is 17. Find the value
of k.
(b) If α and β are the roots of the equation 3x2 + 7x − 2 = 0, find the values of
α β
(i) + .
β α
α2 β 2
(ii) + .
β α
whose roots are given by α1 , α2 , α3 ..., αn . Therefore by using equation (2.1) and (2.2)
Here, Sk denotes the sum of the products of the roots taken k at a time. For example S2
denotes the sum of the product of the roots taken 2 at a time.
Remark. If in the equation (2.10), coefficient of the highest term is unity, i.e.
then, the above relation become quite easy to apply. In that case sum of the roots become
negative times of coefficient of xn−1 while sum of the product of the two roots becomes
coefficient of xn−2 and same as follows with alternate sign change. i.e.
1. If three roots of a cubic equation are given in A.P. (arithmetic progression), then roots
may be chosen as a − d, a, a + d. The choice of particular form of these roots make
the calculation easier to solve. As in this case
2. If three roots of a cubic equation are given in G.P. (geometric progression), then roots
2.4. APPLICATIONS TO SOLUTION OF EQUATIONS 35
a
may be chosen as , a, ar. In this case
r
a
Sum of the roots = + a + ar
r
a a
Sum of product of the two roots = .a + a.ar + ar.
r r
2
a
= + a2 r + a2
r
a
product of the roots = .a.ar
r
= a3 .
3. If three roots of a cubic equation are given in H.P. (harmonic progression), then roots
2αγ
may be chosen as α, β, γ where β = .
α+γ
Note: A harmonic progression is a progression which are formed by taking the re-
1 1 1
ciprocals of an arithmetic progression i.e. if α, β, γ are in H.P. then , , will be
α β γ
in A.P. Therefore, we have
1 1 1 1
− = −
β α γ β
2 α+γ
=
β αγ
2αγ
β= .
α+γ
2. If four roots of a bi-quadratic equation are given in G.P. (geometric progression), then
a a
roots may be chosen as 3 , , ar, ar3 .
r r
3. If four roots of a bi-quadratic equation are given in H.P. (harmonic progression), then
2αγ 2βδ
roots may be chosen as α, β, γ, δ where β = ,γ = .
α+γ β+δ
coefficient ofx2
Sum of the roots = a − d + a + a + d = 3a = − =9
coefficient ofx3
3a = 9
a = 3.
coefficient ofx
Also (a − d).a + a.(a + d) + (a − d).(a + d) = 3a2 − d2 = = 23
coefficient ofx3
3a2 − d2 = 23
3.(3)2 − d2 = 23
d2 = 4
d = ±2.
Solution. Since the roots are given in the ratio 3 : 4, therefore let us assume the roots of
the equation (2.13) as 3α, 4α, β. Thus we have
1
3α + 4α + β =
2
1
7α + β = (2.14)
2
22
3α.4α + 4α.β + 3α.β = − = −11
2
12α2 + 7αβ = −11 (2.15)
−24
3α.4α.β =− = 12
2
12α2 β = 12
α2 β = 1. (2.16)
2.4. APPLICATIONS TO SOLUTION OF EQUATIONS 37
22 1
Since α = does not satisfy the equation (2.13). Hence by putting the value of α = −
37 2
in equation (2.16), the value of β = 4. Thus three roots of equation (2.13) are given as
3
− , −2, 4.
2
a
Solution. Let the roots in G.P. are , a, ar. We know,
r
a −26 26
+ a + ar =− = (2.19)
r 3 3
a a 52
.a + a.ar + .ar =
r r 3
a2 52
+ a2 r + a2 = (2.20)
r 3
a −24
.a.ar =− =8
r 3
a3 = 8. (2.21)
a 26
r
+ a + ar 3
a = 52
a( r + ar + a) 3
1 1
=
a 2
a = 2.
38LESSON - 2. RELATION BETWEEN THE ROOTS AND COEFFICIENTS OF EQUATIONS
2 26
+ 2 + 2r =
r 3
6r2 − 20r + 6 = 0
3r2 − 10r + 3 = 0
3r2 − 9r − r + 3 = 0
(3r − 1)(r − 3) = 0
1
r = , 3.
3
2
Taking a = 2 and r = 3, roots of the equation (2.18) are obtained as , 2, 6.
3
1
Note. By taking a = 2 and r = , we get the same sets of roots.
3
Example 2.7. Solve the equation x4 + 2x3 − 21x2 − 22x + 40 = 0, whose roots are given
in A.P.
Solution. Let the roots be chosen as a − 3d, a − d, a + d, a + 3d. Then by the relation
between roots and coefficients, we get
a − 3d + a − d + a + d + a + 3d = −2
4a = −2
1
a=− .
2
Also,
Solution. Let the three roots of the equation are α, α, β (since two roots are equal). Then
we have
9
α + α + β = 2α + β = (2.23)
2
12
α.α + α.β + β.α = α2 + 2αβ = =6 (2.24)
2
2 −4
α.α.β = α β = − =2 (2.25)
2
9
From equation (2.23), β = 2
− 2α. Putting the value of β in equation (2.24), we get
2 9
α + 2α − 2α = 6
2
−3α2 + 9α − 6 = 0
α2 − 3α + 2 = 0
α = 1, 2.
Since α = 1 does not satisfy the given equation (2.22). Therefore by taking α = 2, we get
β = 21 . Thus, three roots of the given equation (2.22) are found as 2, 2, 12 .
Solution. Let the three roots in harmonic progression of the given equation are α, β, γ
2αγ
where β = α+γ . Since
11
α+β+γ =− (2.27)
3
12
αβ + βγ + γα = =4 (2.28)
3
4
αβγ = − . (2.29)
3
Also,
2αγ
β=
α+γ
αβ + βγ = 2αγ
αβ + βγ + αγ = 2αγ + αγ = 3αγ (2.30)
From equation (2.28) and (2.30), we get
3αγ = 4
4
αγ = .
3
Putting the value of αγ in equation (2.29), we get
4 4
.β = −
3 3
β = −1.
Thus, one of the root of the equation (2.26) is obtained as β = −1. Therefore, by factor
theorem 1.2 (x + 1) will be one of the factor of equation (2.26). Thus dividing the equation
(2.26) by (x + 1), we get
−1 3 11 12 4
−3 −8 −4
3 8 4 0
(i) A.P.
(ii) G.P.
(iii) H.P.
Solution. To find the necessary condition for the roots to be in A.P., G.P., and H.P., we have
to find a relation between coefficients of the equation by using relation between the roots.
1. Let the roots in A.P. are a − d, a, a + d, then we know
a − d + a + a + d = −(−p) = p
3a = p
p
a= (2.33)
3
(a − d).a + a.(a + d) + (a − d)(a + d) = q
3a2 − d2 = q (2.34)
(a − d).a.(a + d) = r
a3 − ad2 = r (2.35)
Since a is one of the root of equation (2.32). Therefore it will satisfy the equation.
Hence we get
a3 − pa2 + qa − r = 0. (2.36)
Putting the value of a from equation (2.33) in equation (2.36), we get
p 3 p 2 p
−p +q −r =0
3 3 33 3
p p pq
− + −r =0
27 9 3
2p3 − 9pq + 27r = 0 (2.37)
is the required relation/condition for the roots to be in A.P.
Note: This relation can also be found by solving equation (2.33) and (2.34) for a and
d and putting the value of a and d in equation (2.35).
2. Let the roots in G.P. are ad , a, ad, then we know
a
+ a + ad = −(−p) = p (2.38)
d
a a
.a + a.(ad) + (ad) = q
d d
a2
+ a2 d + a2 = q (2.39)
d
a
.a.(ad) = r
d
a3 = r
1
a = (r) 3 (2.40)
42LESSON - 2. RELATION BETWEEN THE ROOTS AND COEFFICIENTS OF EQUATIONS
Since a is one of the root of equation (2.32). Therefore it will satisfy the equation.
Hence, we get
a3 − pa2 + qa − r = 0. (2.41)
α + β + γ = −(−p) = p (2.43)
αβ + βγ + αγ = q (2.44)
αβγ = r (2.45)
2αγ
Also, β=
α+γ
αβ + βγ + αγ = 3αγ. (2.46)
From equation (2.46) and (2.44), we get the value of αγ = 3q . Putting the value of αγ
in equation (2.45), we get the value of β = 3rq . Since β is one of the root of equation
(2.32), therefore it will satisfy the equation. Hence, we get
β 3 − pβ 2 + qβ − r = 0. (2.47)
x4 + x3 − 16x2 − 4x + 48 = 0 (2.49)
Solution. Let four roots of the given equation (2.49) are α, β, γ, δ. Therefore by using
relation between roots and coefficients we get
α + β + γ + δ = −1, (2.50)
αβ + βγ + αγ + βδ + αδ + γδ = −16,
αβ + (α + β)(γ + δ) + γδ = −16, (2.51)
αβγ + αβδ + βγδ + αγδ = 4,
αβ(γ + δ) + γδ(α + β) = 4, (2.52)
αβγδ = 48. (2.53)
Also, it is given that αβ = 6. Therefore from equation (2.53), γδ = 8. Putting the value of
αβ and γδ in equation (2.51) and (2.52), we get
6 + (α + β)(γ + δ) + 8 = −16
(α + β)(γ + δ) = −30 (2.54)
6(γ + δ) + 8(α + β) = 4 (2.55)
Let α + β = l and γ + δ = m Then
lm = −30
6m + 8l = 4. (2.56)
30
Substituting the value of m = − in equation (2.56), we get
l
30
8l + 6 − =4
l
2l2 − l − 45 = 0
2l2 − 10l + 9l − 45 = 0
(2l + 9)(l − 5) = 0
9
l = 5, − . (2.57)
2
Taking l = 5, we get m = −6. Thus the value of α + β = 5 and γ + δ = −6 (Note:
60
α + β = − 92 and γ + δ = does not satisfy equation (2.50). )
9
By taking α + β = 5 and αβ = 6, we get
6
α+ =5
α
α2 − 5α + 6 = 0
α = 2, 3. (2.58)
Taking α = 2, we get β = 3 and taking α = 3, we get β = 2. Also by taking γ + δ = −6
and γδ = 8, we get
8
γ + = −6
γ
2
γ + 6γ + 8 = 0
γ = −4, −2. (2.59)
44LESSON - 2. RELATION BETWEEN THE ROOTS AND COEFFICIENTS OF EQUATIONS
Taking γ = −4, we get δ = −2 and taking δ = −2, we get γ = −4. Thus the four roots of
equation (2.49) are given as 2, 3, −4, −2.
(a) Solve the equation 8x3 − 14x2 + 7x − 1 = 0, whose roots are in G.P.
(b) Solve the equation x3 − 5x2 − 16x + 80 = 0, the sum of two of its roots being zero.
(c) Solve the equation x3 − 9x2 + 23x − 15 = 0, whose two roots are in the ratio of 3 : 5.
(d) Solve the equation 2x3 + x2 − 7x − 6 = 0, given that the difference of two of its roots
is 3.
(e) Solve the equation x4 + 2x3 − 21x2 − 22x + 40 = 0, sum of two of its roots being
equal to the sum of the other two.
2.5 Summary
In the end of the chapter, we know
2. Using relation between roots and coefficients how to find relation between roots of a
polynomial equation.
3. Using relation between roots, how to find all the roots of the given equation.
2x3 − 4x2 − 2x + 4 = 0,
3. The roots of the equation 3x3 − x2 − 3x + 1 = 0, are in H.P. Find the roots.
x3 − px2 + qx − r = 0,
3r
be in harmonic progression, show that the mean root is .
q
2.7. SOLUTIONS TO IN-TEXT EXERCISES 45
x3 − 5x2 − 2x + 24 = 0,
8. Find a necessary condition for the roots of the equation ax3 + bx2 + cx + d = 0 to
be in A.P.
9. The equation
given that the product of two roots is equal to the product of the other two roots.
x3 − 9x2 + 14x + 24 = 0,
12. Find the condition for a cubic equation to have a pair of roots.
(a) Since α + β = 13, and α − β = 17. From both the equation, we can find the value
of α and β. Hence, by using αβ = k, we can obtain the value of k.
7 2
(b) Since α + β = − and αβ = − , therefore
3 3
46LESSON - 2. RELATION BETWEEN THE ROOTS AND COEFFICIENTS OF EQUATIONS
α β α2 + β 2 61
(i) + = =−
β α αβ 6
2 2 3
α β (α + β) − 3αβ(α + β) 67
(ii) + = = .
β α αβ 9
Exercise 2.2
a
(a) Three roots in G.P. are taken as , a, ar. Using relation between coefficient and roots
r
1 1 1 1
of a cubic equation, we get a = , r = . Hence the three roots are 1, , .
2 2 2 4
(b) Let the three roots of the given equation are α, β, γ, where α + β = 0. Since
α+β+γ =5
∴ γ = 5.
Also
αβγ = −80
α.(−α).5 = −80
α = ±4
Hence, the roots of the equation are 4, −4, 5.
(c) Let the three roots are 3α, 5α, β. Then
3α + 5α + β = 9 (2.60)
15α2 + 8αβ = 23 (2.61)
15α2 β = 15. (2.62)
23 23
On solving equation (2.60) and (2.61), we get α = 1 or α = . α = does
49 49
not satisfied the equation. Hence by taking α = 1, we get β = 1, thus the roots are
obtained as 3, 5 and 1.
(d) Let α, β, γ be the three roots of the given equation. Since α − β = 3, α + β + γ =
1 3
− , αβγ = 3. On solving we get α = 2, β = −1, γ = − .
2 2
(e) Let the four roots are α, β, γ, δ. Then
α+β =γ+δ (2.63)
α+β+γ+δ = −2 (2.64)
(α + β)(γ + δ) + αβ + γδ = −21 (2.65)
(α + β)γδ + (γ + δ)αβ = 22 (2.66)
αβγδ = 40. (2.67)
On solving equation (2.63) and (2.64) we get α + β = γ + δ = −1 Also, using
equation (2.65) αβ + γδ = −22. Solving it with other equation, we get α = 1, β =
−2, γ = 4, δ = −5.
2.7. SOLUTIONS TO IN-TEXT EXERCISES 47
Suggested Readings
1. Burnside, W.S., & Panton, A.W. (1979). The Theory of Equations. Vol. 1. Eleventh
Edition, (Fourth Indian Reprint. S. Chand & Co. New Delhi), Dover Publications,
Inc.
2. Dickson, Leonard Eugene (2009). First Course in the Theory of Equations. John Wi-
ley & Sons, Inc. The Project Gutenberg eBook (http://www.gutenberg.org/ebooks/29785).
Lesson - 3
Structure
3.1 Learning Objectives 48
3.2 Introduction 49
3.3 Complex Numbers 49
3.4 De Moivre’s Theorem 54
3.5 Applications of De Moivre’s Theorem 60
3.5.1 To find roots of complex number 61
3.5.2 Expansions of cos nθ and sin nθ in terms of powers of cos θ and
sin θ 64
3.5.3 Expansions of cosn θ and sinn θ in terms of sines and cosines of
multiples of θ 65
3.6 nth Roots of Unity 66
3.7 Summary 68
3.8 Self-Assessment Exercises 69
3.9 Solutions to In-text Exercises 69
• application of fractional index De Moivre’s theorem for finding the roots of a com-
plex number.
48
3.2. INTRODUCTION 49
3.2 Introduction
In order to compute powers of complex numbers, we must consider the process of repeated
multiplication. The process of repeated multiplication give rise a pattern. This pattern
is the core of the theorem named after the French mathematician Abraham De Moivre.
De Moivre’s theorem gives a formula for computing powers of complex numbers. In this
chapter we will explain the main concept of De- Moivre’s theorems for integer and rational
index. Also nth roots of unity and their properties along with some examples are explained
in details.
Example 3.1. 2 + 3i, 5 + 7i, −9 + 12i, −6 − 8i are the examples of complex numbers
This diagram represent how a complex number is represented geometrically in the 2-d
plane.
Power of i
√
Since i = −1
i2 = −1
i3 = i2 .i = −i
i4 = i2 .i2 = −1. − 1 = 1
1 1 i
i−1 = = × = −i
i i i
Re(z1 ) = Re(z2 )
Im(z1 ) = Im(z2 ).
3 + 2i
Example 3.3. Express in the form of x + iy.
4−i
Solution. Here
3 + 2i (3 + 2i)(4 + i)
=
4−i (4 − i)(4 + i)
12 − 2 + i(8 + 3)
=
16 + 1
10 + 11i
=
17
10 11
= +i .
17 17
Example 3.4. Find the value of (1 + 2i)3 .
Solution.
x = r cos θ (3.1)
y = r sin θ. (3.2)
52 LESSON - 3. DE MOIVRE’S THEOREM AND ITS APPLICATIONS
x2 + y 2 = r2 sin2 θ + r2 cos2 θ
x2 + y 2 = r 2
p
r = x2 + y 2 .
Here we take the positive value of r, as r denotes the length of the vector. Also dividing
equation (3.2) by equation (3.1), we get
y r sin θ
= = tan θ (3.3)
x r cos θ
y
θ = tan−1 (x ̸= 0). (3.4)
x
p y
r = x2 + y 2 is called the modulus of the complex number while θ = tan−1 is called
x
the amplitude or arguments of the complex number. y
Note: Since there are many values of θ which satisfies the equation θ = tan−1 . There-
x
fore, the value which lies between −π < θ ≤ π is called the principal value of the ampli-
tude. We shall generally take the principal value of θ.
√
Example 3.5. Express 3 − i in the polar form or standard form.
Solution. Let
√
3 − i = r(cos θ + i sin θ).
or
or
(eιθ )n = einθ
Hence, the result is true for n = k + 1. Thus for all positive integer we have
1
2. If z = (cos θ + i sin θ), then = (cos θ − i sin θ).
z
56 LESSON - 3. DE MOIVRE’S THEOREM AND ITS APPLICATIONS
Proof.
1 1
=
z (cos θ + i sin θ)
1 (cos θ − i sin θ)
= ×
(cos θ + i sin θ) (cos θ − i sin θ)
(cos θ − i sin θ)
=
cos2 θ + sin2 θ
=(cos θ − i sin θ).
1
3. = (cos θ + i sin θ) (by rationalization)
(cos θ − i sin θ)
4. (cos θ + i sin θ)−n = cos nθ − i sin nθ
Proof.
Proof.
(cos θ1 + i sin θ1 )(cos θ2 + i sin θ2 ) = cos θ1 cos θ2 − sin θ1 sin θ2 + i(sin θ1 cos θ2 + cos θ1 sin θ2 )
= cos(θ1 + θ2 ) + i sin(θ1 + θ2 )
Solution. Given
(cos 4θ + i sin 4θ)7
z= . (3.13)
(cos θ + i sin θ)5
We know, by De-Moivre’s theorem,
Thus,
Comparing equation (3.14) by z = x + iy, we get x = cos 23θ , y = sin 23θ. So, modulus
and arguments are:
p
r = x2 + y 2
p
= cos2 23θ + sin2 23θ
=1.
y
−1
ϕ = tan
x
−1 sin 23θ
= tan
cos 23θ
−1
= tan (tan 23θ)
=23θ.
Also, we know that polar form of complex number z is z = r(cos ϕ + i sin ϕ). Comparing
this with equation (3.14), we get the value of modulus is 1 and value of argument is 23θ.
Example 3.8. Express the following in the form of x + iy and also find the modulus and
argument of the complex number
π π π π
∴ y1 .y2 .y3 ..........∞ = cos + i sin . cos 2
+ i sin 2
. (3.17)
2 2 2
π 2
π
cos + i sin ...∞
π 23 23
π π π π π
= cos + 2 + 3 ... + i sin + 2 + 3 ...
2 2 2 2 2 2
= cos(S) + i sin(S) (3.18)
3.4. DE MOIVRE’S THEOREM 59
π π π π
where S = + 2 + 3 .... Since this series form a infinite G.P. whose first term is a =
2 2 2 π
2
22 1 π π π a
and common ratio is r = π = . Thus the sum of S = + 2 + 3 ... = =
2
2 2 2 2 1−r
π
2
1 = π.
1− 2
Remark. 1. In case of integer power of a complex number, there is one and only one
value of (cos θ + i sin θ)n = (cos nθ + i sin nθ). But in caseof rational power (n
=
p p p
), there are q values of (cos θ + i sin θ)n one of which is cos θ + i sin θ or
q q q
(cos nθ + i sin nθ).
2. This theorem is also true for irrational numbers. In that case there are infinite number
of values.
p p
Theorem 3.3. Show that all the values of (cos θ + i sin θ) q are given by (cos(2rπ + θ) +
q
p
i sin(2rπ + θ) ), where r = 0, 1, 2...q − 1.
q
or
1
Show that (cos pθ + i sin pθ) q has total q different values.
r cos θ = 1, (3.22)
r sin θ = 1. (3.23)
Squaring on both sides of the equations (3.22) and (3.23) and adding, we get
r2 cos2 θ + r2 sin2 θ = 1 + 1,
r2 = 2,
√
r = 2.
tan θ = 1,
π
θ = tan−1 (1) = .
4
√ π π
Thus, (1 + i) = 2(cos + i sin ). Now using De Moivre’s theorem for rational index
4 4
1
√ π π 14
(1 + i) =
4 2 cos + i sin
4 4
√ 1
π 1 π 1
= ( 2) 4 cos 2kπ + . + i sin 2kπ + . , where k = 0, 1, 2, 3.
4 4 4 4
1
Thus, the four values of (1 + i) 4 are
√ 1h π π i
for k=0, ( 2) 4 cos + i sin
16 16
√ 1 9π 9π
for k=1, ( 2) 4 cos + i sin
16 16
√ 1
17π 17π
for k=2, ( 2) 4 cos + i sin
16 16
√ 1
25π 25π
for k=3, ( 2) 4 cos + i sin .
16 16
62 LESSON - 3. DE MOIVRE’S THEOREM AND ITS APPLICATIONS
√ 1
Note. It was observed that the 3rd value ( 2) 4 cos 17π + i sin 17π
16 16
can be written as
√ 1 √ 1h
17π 17π π π i
( 2) cos
4 + i sin = ( 2) cos π +
4 + i sin π
16 16 16 16
Since cos(π + θ) = − cos θ
sin(π + θ) = − sin θ
√ 1 √ 1h
17π 17π π π i
∴ ( 2) cos
4 + i sin = ( 2) 4 − cos − i sin (3.24)
16 16 16 16
√ 1h π π i
= −( 2) 4 cos + i sin
16 16
which is negative of the first value.
√ 1
25π 25π
Similarly, ( 2) 4 cos + i sin can be written as
16 16
√ 1 √ 1
25π 25π 9π 9π
( 2) 4 cos + i sin = −( 2) 4 cos + i sin
16 16 16 16
1
Thus, the four values of (1 + i) 4 can be written as
√ 1h π π i
±( 2) 4 cos + i sin
16 16
√ 1 9π 9π
±( 2) 4 cos + i sin
16 16
√ 1 h pπ pπ i
or simply, ±( 2) 4 cos + i sin , where p = 1 and 9.
16 16
√ ! 43
1 3
Example 3.12. Find all the values of +i .
2 2
Solution. Let the complex number
√ ! 34
1 3
+i = r(cos θ + i sin θ).
2 2
On comparing real and imaginary parts, we have
1
r cos θ = (3.25)
2√
3
r sin θ = . (3.26)
2
Squaring on both sides of the equations (3.25) and (3.26) and adding, we get
2 √ !2
1 3
r2 cos2 θ + r2 sin2 θ = +
2 2
r2 = 1
r = +1.
3.5. APPLICATIONS OF DE MOIVRE’S THEOREM 63
(as r is the length of the vector so it can not be negative). Also dividing equation (3.26) by
equation (3.25), we get
√
r sin θ 3/2
=
r cos θ 1/2
√
tan θ = 3
√ π
θ = tan−1 ( 3) = .
3
Therefore, the complex number
√ !
1 3 π π
+i = 1 cos + i sin .
2 2 3 3
Now,
√ ! 34
1 3 π π 34
+i = cos + i sin
2 2 3 3
1
π π 3 4
= cos + i sin
3 3
π π 41
= cos 3 + i sin 3 (using De Moivre’s theorem for integer index)
3 3
1
= (cos π + i sin π) 4 .
(cos θ + i sin θ)n = cosn θ + i nC 1 cosn−1 θ sin θ − nC 2 cosn−2 θ sin2 θ + ... + (i)n sin nθ
(3.28)
From equation (3.27) and (3.28), we get
cos nθ + i sin nθ = cosn θ + i nC 1 cosn−1 θ sin θ − nC 2 cosn−2 θ sin2 θ + ... + (i)n sin nθ
(3.29)
On comparing real and imaginary part, we get
cos nθ = cosn θ − nC 2 cosn−2 θ sin2 θ + ... (3.30)
sin nθ = nC 1 cosn−1 θ sin θ − nC 3 cosn−3 θ sin3 θ + ... (3.31)
This is the required relation between cos nθ and sin nθ and powers of cosθ and sin θ.
Example 3.13. Write down the expansion of cos 5θ, sin 5θ and tan 5θ in terms of powers
of cosθ, sin θ. and tan θ.
Solution. Putting n = 5 in equation (3.29), we get
cos 5θ + i sin 5θ = cos5 θ + i 5C 1 cos4 θ sin θ − 5C 2 cos3 θ sin2 θ − i 5C 3 cos2 θ sin3 θ
+ 5C 4 cos1 θ sin4 θ + i 5C 5 sin5 θ. (3.32)
On comparing real and imaginary part, we get
cos 5θ = cos5 θ − 5C 2 cos3 θ sin2 θ + + 5C 4 cos1 θ sin4 θ
sin 5θ = 5C 1 cos4 θ sin θ − 5C 3 cos2 θ sin3 θ + 5C 5 sin5 θ.
On solving, we get
cos 5θ = cos5 θ − 10 cos3 θ sin2 θ + 5 cos θ sin4 θ (3.33)
sin 5θ = 5 cos4 θ sin θ − 10 cos2 θ sin3 θ + sin5 θ. (3.34)
Dividing equation (3.34) by equation (3.33), we get
sin 5θ 5 cos4 θ sin θ − 10 cos2 θ sin3 θ + sin5 θ
tan 5θ = = . (3.35)
cos 5θ cos5 θ − 10 cos3 θ sin2 θ + 5 cos θ sin4 θ
Dividing the numerator and denominator of equation (3.35) by cos5 θ, we get
5 tan θ − 10 tan3 θ + tan5 θ
tan 5θ = . (3.36)
1 − 10 tan2 θ + 5 tan4 θ
3.5. APPLICATIONS OF DE MOIVRE’S THEOREM 65
(c) Expand cos 7θ, sin 7θ in terms of powers of cosθ and sin θ.
Solution. Given z n = 1
1
z =(1) n
1
=(cos 0 + i sin 0) n
1 1
= cos (2rπ + 0). + i sin (2rπ + 0). , ( By using theorem 3.3)
n n
where r = 0, 1, 2, ......n − 1
2rπ 2rπ
= cos + i sin , where r = 0, 1, 2, ......n − 1.
n n
Example 3.16. Show that the nth roots of unity form a series in G.P.
3.6. nth ROOTS OF UNITY 67
th 2 n−1 2π 2π
Solution. Since n roots of unity are 1, α, α ...α , where α = cos +i sin .
n n
The given series form a G.P. whose first term is 1 and common ratio is α. The sum of the
series is found as
1.(1 − αn )
1 + α + α2 ...αn−1 =
1 − α
2π n
1 − cos 2π
n
+ i sin n
=
1 − cos 2π 2π
n
+ i sin n
1 − cos n + i sin 2nπ
2nπ
n
=
1 − cos 2π 2π
n
+ i sin n
(1 − 1)
=
1 − cos 2π 2π
n
+ i sin n
= 0.
n
n 2π 2π
α = cos + i sin
n n
2nπ 2nπ
= cos + i sin
n n
= cos(2π) + i sin(2π)
= 1.
Sum of the nth roots of unity can also be found by using relation between roots and coeffi-
cients as 1, α, α2 ...αn−1 are the roots of z n − 1 = 0. Thus,
coefficient ofz n−1
Sum of the roots = 1 + α + α2 ... + αn−1 = − = 0.
coefficient ofz n
constant term
product of the roots = 1.α.α2 .α3 + ... + αn−1 = (−1)n = (−1)n−1 .
coefficient ofz n
Thus the sum of all the n roots of unity is 0 and product of all the roots of unity is (−1)n−1 ,
also αn = 1.
Example 3.17. Solve the equation z 4 + 1 = 0
Solution. Given z 4 + 1 = 0
1
z =(−1) 4
1
=(cos π + i sin π) 4
1 1
= cos (2rπ + π). + i sin (2rπ + π). , ( By using theorem 3.3)
4 4
where r = 0, 1, 2, 3.
(2r + 1)π (2r + 1)π
= cos + i sin , where r = 0, 1, 2, 3.
4 4
68 LESSON - 3. DE MOIVRE’S THEOREM AND ITS APPLICATIONS
1 1
i.e. ± √ ± i √ are the four roots of the given equation.
2 2
Remark. 1. The nth roots of unity lie on the circumference of the circle, whose radius
is equal to 1 and center is the origin (0, 0).
2. The sum of all the roots of unity is 0 and product of all the roots of unity is (−1)n−1 ,
also αn = 1.
3. The nth roots of unity 1, α, α2 ...αn−1 are in geometric progression called G.P.
(a) Find the cube roots of unity. Also find the sum and product of the roots.
(d) Find the fifth roots of unity and verify that the obtained roots form a geometric pro-
gression.
3.7 Summary
In the end of the chapter, we will be able to know
3. This theorem is also helpful for discovering correlation between the functions of
numerous angles that are calculated using trigonometry.
7. Prove that 256 sin5 θ cos4 θ = sin 9θ − sin 7θ − 4 sin 5θ + 4 sin 3θ + 6 sin θ.
√
−1 2 −1 2
5 + 2i = 29 cos tan + i sin tan
5 5
5 + 2i ≈ 5.3(cos(0.38) + i sin(0.38)).
70 LESSON - 3. DE MOIVRE’S THEOREM AND ITS APPLICATIONS
(c)
2 + 3i 1 − i 5+i
z= × = .
1+i 1−i 2
√
(d) Let z = cos θ + i sin θ, then |z| = cos θ2 + sin θ2 = 1.
Exercise 3.2
(a) Since
(b) Since
√ 4
h π π i4
( 3 + i) = 2 cos + i sin
6 6
2π 2π
= 16 cos + i sin
3 3
√
= −8 + i8 3
(c) Since
√ π π
1+i= 2 cos + i sin
4 4
√ π π
1 − i = 2 cos − i sin
4 4
Therefore
n
nπ nπ
(1 + i)n = 2 2 cos + i sin (3.45)
4
nπ 4
nπ
n
n
(1 − i) = 2 2 cos − i sin (3.46)
4 4
After adding both the equation (3.45) and (3.46), we get the required result.
Exercise 3.3
3.9. SOLUTIONS TO IN-TEXT EXERCISES 71
1 1
(a) (i) 8 = (cos π2 + i sin π2 ) 8 . Now using De Moivre’s theorem for rational index
1 π 1 π 1
(i) = cos 2kπ +
8 . + i sin 2kπ + . where k = 0, 1, 2, 3, 4, 5, 6, 7.
2 8 2 8
π π
= cos (4k + 1) + i sin (4k + 1) where k = 0, 1, 2, 3, 4, 5, 6, 7.
16 16
√ 2 2 2
(b) ( 3 − i) 5 = (2) 5 (cos π6 − i sin π6 ) 5 . Now using De Moivre’s theorem for rational
index
√ 2 2
π π 15
( 3 − i) = (2) cos − i sin
5 5
3 3
2 π 1 π 1
= (2) 5 cos 2kπ − . + i sin 2kπ − . where k = 0, 1, 2, 3, 4.
3 5 3 5
(d) Expanding the left hand side of equation (3.44) by binomial expansion for (n = 6)
6
1
z− = (2i sin θ)6
z
2 3 4
6 6 5 1 6 4 1 6 3 1 6 2 1
z − C 1z + C 2z − C 3z + C 4z
z z z z
5 6
1 1
− 6C 5 z + 6C 6 = −26 sin6 θ
z z
2 4 6
6 4 2 1 1 1
z − 6z + 15z − 20 + 15 −6 + = −26 sin6 θ
z z z
1 1 1
z 6 + 6 − 6 z 4 + 4 + 15 z 2 + 2 − 20 = −26 sin6 θ
z z z
Exercise 3.4
72 LESSON - 3. DE MOIVRE’S THEOREM AND ITS APPLICATIONS
1
(a) To find the cube root of unity we have to solve z 3 − 1 = 0 or z = (1) 3 .
1
z =(1) 3
1
=(cos 0 + i sin 0) 3
1 1
= cos (2rπ + 0). + i sin (2rπ + 0). , ( By using theorem 3.3)
3 3
where r = 0, 1, 2
2rπ 2rπ
= cos + i sin , where r = 0, 1, 2.
3 3
√ √
1 3 1 3
Thus the three roots of unity are 1, − + i ,− − i .
2 2 2 2
(b) Since the given equation is quadratic in z 3 , therefore we get
√
1 3
z3 = − ± i
2 √2
1 3
z3 = − ± i = r(cos θ ± i sin θ)
2 2
1
2π 2π 3
z = cos(2rπ + ) ± i sin(2rπ + ) where r = 0, 1, 2.
3 3
Suggested Readings
1. Burnside, W.S., & Panton, A.W. (1979). The Theory of Equations. Vol. 1. Eleventh
Edition, (Fourth Indian Reprint. S. Chand & Co. New Delhi), Dover Publications,
Inc.
2. Dickson, Leonard Eugene (2009). First Course in the Theory of Equations. John Wi-
ley & Sons, Inc. The Project Gutenberg eBook (http://www.gutenberg.org/ebooks/29785).
3. Prasad, Chandrika (2017). Text Book of Algebra and Theory of Equations. Poth-
ishala Pvt Ltd.
Lesson - 4
Structure
4.1 Learning Objectives 73
4.2 Introduction 74
4.3 Algebraic solution of the cubic equation 74
4.3.1 Cardan’s Method 74
4.3.2 Descartes’ Solution of the Quartic Equation 77
4.4 Transformation of Equations 79
4.4.1 To form an equation whose roots are the negatives of the roots of
a given equation 80
4.4.2 To form an equation whose roots are c times the roots of a given
equation 81
4.4.3 To form an equation whose roots are the reciprocals of the roots
of a given equation 83
4.4.4 To form an equation whose roots are less by or greater by k then
the roots of a given equation 86
4.4.5 To form an equation in which some specific term is missing 87
4.5 Summary 88
4.6 Self Assessment Exercises 88
4.7 Solutions to In-text Exercises 89
4.8 Suggested Reading 90
73
74 LESSON - 4. CUBIC AND BIQUADRATIC EQUATIONS
• understand the relationship between roots and the coefficients of the equations.
• apply Cardano’s method for calculating the roots of cubic equations.
• apply Descartes’ method for calculating the roots of biquadratic equations.
4.2 Introduction
Babylonians and other various mathematicians by 2000 B.C.E. devised methods for finding
solutions of cubic equations. During the early and middle 16th centuries mathematicians
discovered formulas for the roots of cubic and biquadratic (fourth degree) polynomials in
terms of the coefficients of the polynomial.
Scipione dal Ferro (1465-1526) is credited with solving cubic equations. The problem
was to find the roots by adding, subtracting, multiplying, dividing and taking roots of ex-
pressions in the coefficients. The original formula was discovered in one basic case but not
published by Ferro. It was rediscovered independently and extended to other cases by Ni-
colo Fontana, who is better known as Tartaglia and G. Cardano’s without permission from
Tartaglia by G. Cardano Ain his book, ”Ars Magna” which was devoted to algebra which
is given as:
For example, consider the equation 2x3 − 30x2 + 15x + 30 = 0. Then by substituting
y = x − (−30)/(3 × 2) = x + 5, we obtain
2(y 3 + 15y 2 + 75y + 125) − 30(y 2 + 10y + 25) + 15(y + 5) + 30 = 0
2y 3 + (150 − 300 + 15)y + (250 − 750 + 75 + 30) = 0
2y 3 − 135y − 395 = 0.
Consider the equation (4.2). It can be written as
z 3 + 3Az − 2B = 0
where
q2
A = (r − )
3p
2q 3 qr
B = (s + 2
− ).
27p 3p
Now, let z = u + v and A = −uv, we obtain
(u + v)3 + 3(−uv)(u + v) − 2B = 0
⇒ (u3 + 3u2 v + 3uv 2 + v 3 ) − 3u(u + v) − 3v(u + v) − 2B = 0
⇒ u3 + v 3 − 2B = 0
A3
⇒ u3 − 3 − 2B = 0
u
⇒ u − A3 − 2u3 = 0
6
⇒ u6 − 2Bu3 − A3 = 0.
The above equation
√ is quadratic in u3 , which has the solutions given by
u3 = B ± B 3 + A2 . √
3
Since uv = −A, we obtain that v 3 = − Au3 and u3 = B + B 3 + A2 . This gives that
√
v 3 = B − B 3 + A2 .
Therefore, we obtain
√
u3 = B + B 3 + A2 ,
√
v 3 = B − B 3 + A2
√
⇒ u = (B + B 3 + A2 )( 1/3) = α,
√
v = (B − B 3 + A2 )( 1/3) = β.
Three cube roots of u3 and v 3 are given by
ωα, ω 2 α, ωβ, ωβ 2 .
Therefore, the three roots of the given equation (4.3.1) are
q
x1 = α + β − ,
3p
√
α+β q i 3
x2 = − − + (α − β),
2 3p 2
√
α+β q i 3
x3 = − − − (α − β).
2 3p 2
76 LESSON - 4. CUBIC AND BIQUADRATIC EQUATIONS
In-text Exercise 4.1. Find the roots of the following cubic equations:
1. x3 − 6x − 9 = 0.
2. x3 − 9x2 + 14x + 24 = 0.
z 4 + pz 2 + qz + r = 0. (4.4)
(4.4) is called the reduced quartic equation. We claim that (4.4) can be expressed as the
product of two quadratic factors i.e.,
l + m − k2 = p
k(l − m) = q
lm = r.
l + m = p + k2,
q
l−m= .
k
78 LESSON - 4. CUBIC AND BIQUADRATIC EQUATIONS
On putting k 2 = t, we get
This is a cubic equation with at least one positive real root. Thus (4.4) is equivalent to
solving
(z 2 + kz + l)(z 2 − kz + m) = 0
⇒ (z 2 + kz + l) = 0 or (z 2 − kz + m) = 0.
Then we write
l + m − k 2 = −15
k(l − m) = 20
lm = −6.
4.4. TRANSFORMATION OF EQUATIONS 79
Solution. Since there is no x3 term in the given equation, we write the above equation as
l + m − k 2 = −2
k(l − m) = 8
lm = −3.
In-text Exercise 4.2. Find the roots of the following quartic equations:
1. x4 − 2x2 + 8x − 3 = 0.
2. x4 + 8x3 + 9x2 − 8x − 10 = 0.
4.4.1 To form an equation whose roots are the negatives of the roots of
a given equation
To form an equation whose roots are the negatives of the roots of a given equation of degree
n, multiply the coefficients of xn , xn−1 , · · · by 1, −1, 1, −1, · · · .
Let p(x) = a0 x + a1 x + a2 x2 + · · · + an xn = 0 Suppose α1 , α2 , · · · , αn are the roots
of p(x) then
a0 − a1 y + a2 y 2 + · · · + (−1)nan y n = (y + α1 )(y + α2 ) · · · (y + αn ).
Thus the roots are −α1 , +α2 , · · · , −αn . Therefore, the required equation is
a0 − a1 x + a2 x2 + · · · + (−1)n an x = 0
Note. To form an equation whose roots are the negative of the roots of the given equation,
change the signs of every alternate term of the given equation written in decreasing powers
of x.
Example 4.5. Find the equation whose roots are the negatives of the roots of the equation
x3 − 3x2 + 5x − 4 = 0.
Example 4.6. Find the equation whose roots are the roots of the equation x4 − 5x3 + 7x2 −
17x + 11 = 0 with their signs changed.
In-text Exercise 4.3. 1. Find the equation whose roots are the roots of
8x5 − 5x4 + 3x3 + x2 + x + 8 = 0 with their sign changed.
2. Find the equation whose roots are the negative of the roots of
x4 + 21x3 − x2 + 10x + 11 = 0.
4.4. TRANSFORMATION OF EQUATIONS 81
4.4.2 To form an equation whose roots are c times the roots of a given
equation
Let p(x) = a0 x + a1 x + a2 x2 + · · · + an xn = 0 Suppose α1 , α2 , · · · , αn are the roots of
p(x) then
p(x) = (x − α1 )(x − α2 ) · · · (x − αn ). (4.7)
Put x = cy in eq (4.7), we have
Therefore the required equation is
y y y y
p = a0 − α1 − α2 · · · − αn
c c c c
Thus the roots of p( yc ) are cα1 , cα2 , · · · , cαn . Therefore, the required equation is
y y n y n−1
p( ) = a0 + a1 + · · · + an = 0
c c c
a0 y n + ca1 y n−1 + c2 a2 y n−2 + · · · + cn an = 0.
Note. The equation whose roots are c times the roots of a given equation, multiply the
coefficients and the constant term by 1, c, c2 , · · · , cn−1 and cn to the given equation arranged
in the increasing powers of x.
Example 4.7. Find the equation whose roots are three times those of the equation
x3 + 2x2 − 3x + 1 = 0.
y
Solution. Let y be the root of the required equation then y = 3x. Putting x = 3
in the
given equation, we get
y 3 y 2 y
+2 − +1=0
3 3 3 2 3
y y y
+2 − + 1 = 0.
27 9 3
3 2
y + 6y − 9y + 27 = 0.
Hence, y 3 + 6y 2 − 9y + 27 = 0 is the required equation.
Example 4.8. Find the equation whose roots are five times those of the equation
4x4 + 6x3 + 7x2 − x + 2 = 0.
y
Solution. Let y be the root of the required equation then y = 5x. Putting x = 5
in the
given equation, we get
y 4 y 3 y 2 y
4 +6 +7 − +2=0
5
4 5
3 5 25
y y y y
4 +6 +7 − + 2 = 0.
625 125 25 5
4 3 2
4y + 30y + 175y − 125y + 625 = 0.
Hence, 4y 4 + 30y 3 + 175y 2 − 125y + 625 = 0 is the required equation.
82 LESSON - 4. CUBIC AND BIQUADRATIC EQUATIONS
Example 4.9. Remove the fractional coefficient from the equation x3 − 4x2 + 14 x − 19 = 0.
y
Solution. Taking y = cx or x = c
in the given equation, we get
y 3 1y 1
y 2
−4 − =0
+
c c 4c 9
1 1
⇒ y 3 − 4y 2 c + yc2 − = 0
4 9
1 1
⇒ y 3 − 4y 2 c + 2 c2 − 2 c3 = 0.
2 3
The value of c for which the fraction will disappear is c = 2 · 3 = 6. Putting this value of
c = 6, we get
y 3 − 24y 2 + 9y − 24 = 0
Example 4.10. Transform the equation 72x3 − 54x2 + 45x − 7 = 0 into equation with
integral coefficients and unity of the leading coefficient.
54 2 45 7
x3 − x + x− = 0.
72 72 72
y
Taking y = cx or x = c
in the given equation, we get
y 3 54 y 2 45 y 7
− + − =0
c 72 c 72 c 72
3 5 7
⇒ y 3 − y 2 c + yc2 − c3 = 0.
4 8 72
The above equation is with the leading coefficient as unity. If we take c = 22 · 3, then we
get
y 3 − 9y 2 + 90y − 168 = 0
In-text Exercise 4.4. 1. Find the equation whose roots are three times the roots of
x3 + 11x2 + 13x + 2 = 0.
2. Transform the equation 12x3 − 48x2 + 56x − 8 = 0 into equation with integral
coefficients and unity of the leading coefficient.
4.4. TRANSFORMATION OF EQUATIONS 83
4.4.3 To form an equation whose roots are the reciprocals of the roots
of a given equation
Reciprocal Equations are those equations which remains unchanged when x is replaced by
its reciprocal.
Let p(x) = a0 x + a1 x + a2 x2 + · · · + an xn = 0. Suppose α1 , α2 , · · · , αn are the roots
of p(x) then
1 1 1 1
p = − α1 − α2 · · · − αn
y y y y
n n−1
1 1 an 1 1 1
a0 + a1 + · · · + an = − α1 − α2 · · · ( − αn )
y y yn y y y
n an−1 n−1 an−2 n−2 a1 a0 1 1 1
⇒y + y + y + ··· + y + = − α1 − α2 · · · − αn .
an an an an y y y
Thus the condition obtained are
an−1
= a1 ,
an
an−2
= a2 ,
an
··· ,
1
= an . (4.9)
an
The last equation (4.9) gives a2n = 1. This implies that an = +1 or an = −1.
Reciprocal equations are classified into two classes according to an = 1 oran = −1.
Case I. First class of reciprocal equations are the equations in which the coefficients of
the corresponding terms taken from the beginning and end are equal in magnitude and have
the same signs i.e.,
a1 = an−1 , a2 = an−2 , · · · , an−1 = a1 .
Case II. Second class of reciprocal equations, in which corresponding terms counting
from the beginning and end are equal in magnitude but different in signs i.e.,
Note. 1. When the degree of the equation is even then one of the condition becomes
am = −am or am = 0. So in reciprocal equations of the second class whose degree
is even the middle term is absent and roots occur in pairs i.e., α1 , α11 etc.
2. When the degree of the equation is odd then there must be a root which is its own
reciprocal.
84 LESSON - 4. CUBIC AND BIQUADRATIC EQUATIONS
3. Since the reciprocal equation is of first class or second class and −1 or 1 is the root.
So the equation can be divided by x + 1 or x − 1 and outcome is the reciprocal
equation of even degree and of the first class.
4. In equations of the second class of even degree x2 − 1 is a factor, since the equation
may be written in the form
xn − 1 + a1 x(xn−2 − 1) + · · · = 0.
By dividing by x2 − 1, this is also reducible to a reciprocal equation of the first class
of even degree. Hence all reciprocal equations may be reduced to those of the first
class whose degree is even
Example 4.11. Solve x4 − 10x3 + 16x2 − 10x + 1 = 0.
Solution. The given equation is a standard reciprocal equation. Dividing throughout by x2 ,
we get
10 1
x2 − 10x + 16 − + 2 =0
x x
2 1 1
⇒ (x + 2 ) − 10(x + ) + 16 = 0.
x x
1
Putting y = x + x , we get
y 2 − 2 − 10y + 16 = 0
⇒ y 2 − 10y + 14 = 0
⇒ (y − 5)(y − 2) = 0
⇒ y = 5 or 2.
Case I:
y=5
1
⇒x+ =5
x
⇒ x2 − 5x + 1 = 0
√
5 ± 25 − 4
⇒x=
2√
5 ± 21
⇒x= .
2
Case II.
y=2
1
⇒x+ =2
x
⇒ x2 − 2x + 1 = 0
⇒ (x − 1)2 = 0
⇒ x = 1, 1.
√ √
Hence, the roots are 1, 1, 5+2 21 , 5−2 21 .
4.4. TRANSFORMATION OF EQUATIONS 85
Solution. This is an odd degree reciprocal equation of first class. Therefore, −1 is the root
of the equation and (x + 1) is the factor of the given equation. Dividing the given equation
by (x + 1), we obtain 5x2 − 26x + 5 as the quotient. Solving the quotient, we obtain the
roots as 5, 51 . Thus −1, 51 , 5 are the roots of the given equation.
Example 4.13. Find the equation whose roots are the reciprocal of the roots of the equation
x4 − 5x3 + 3x2 − 2x + 1 = 0.
Example 4.14. Find the equation whose roots are the reciprocal of the roots of the equation
5x5 − 5x3 − 2x + 4 = 0.
Example 4.15. If α1 , α2 , α3 are the roots of x3 + ax2 + bx + c = 0, find the equation whose
roots are α12 , α22 , α32 .
Solution. Our aim is to find the equation whose roots are square of the roots of
x3 + ax2 + bx + c = 0.
xy − ay + bx − c = 0
⇒ (y + b)x = ay + c
⇒ (y + b)2 x2 = (ay + c)2
⇒ (y + b)2 y = (ay + c)2
⇒ (y + b)2 y − (ay + c)2 = 0.
86 LESSON - 4. CUBIC AND BIQUADRATIC EQUATIONS
p(y + k) = a0 (y + k − α1 )(y + k − α2 ) · · · (y + k − αn )
Thus the roots of p(y + k) are α1 − k, α2 − k, · · · , αn − k. Therefore, the required equation
is
p(y + k) = a0 (y + k)n + a1 (y + k)n−1 + · · · + an = 0.
Expanding using binomial theorem and combining like terms, we get an equation of the
form
b0 y n + b1 y n−1 + · · · + bn = 0. (4.11)
Replacing y = x − k, we obtain
b0 (x − k)n + b1 (x − k)n−1 + · · · + bn = 0. (4.12)
Now, equation p(x) and (4.12) represents the same equation. Dividing equation (4.12)
continuously by (x − k), we obtain the remainders as b0 , b1 , · · · , bn .
Substituting these in (4.11), we get the required equation.
Example 4.16. Find the equation whose roots are the roots of the equation 4x3 − 2x2 +
7x − 3 = 0 each decreased by 2.
Solution. Let y = x − 2 so that x = y + 2. Putting the value of x in the given equation, we
get
4x3 − 2x2 + 7x − 3 = 0
⇒ 4(y + 2)3 − 2(y + 2)2 + 7(y + 2) − 3 = 0
⇒ 4y 3 + 24y 2 + 48y + 32 − 2y 2 − 8 − 8y + 7y + 14 − 3 = 0
⇒ 4y 3 + 22y 2 + 47y + 35 = 0.
Therefore, 4x3 + 22x2 + 47x + 35 = 0 is the required equation.
In-text Exercise 4.5. 1. Find the equation whose roots are the roots of
x4 + 10x2 + 3x + 12 = 0 each decreased by 3.
2. Find the equation whose roots are the roots of x3 + x2 + 4x − 5 = 0 each decreased
by 2.
4.4. TRANSFORMATION OF EQUATIONS 87
Example 4.19. Find the equation whose roots are the roots of x5 − 3x4 − x3 + 4x2 − 13x +
15 = 0 each diminished by 2.
In-text Exercise 4.6. 1. Find the equation whose roots are the roots of the equation
5 3
4x − 2x + 7x − 3 = 0 each increased by 2.
2. Find the equation whose roots are the roots of the equation
x4 − 5x3 + 7x2 − 17x + 11 = 0 each increased by 4.
4.5 Summary
1. Cardan’s method is used to find the roots of the cubic equation.
(a) x3 − 2x2 + 5x + 6 = 0.
(b) 2x3 + x2 − 8x − 4 = 0.
(c) x3 − 3x + 12 = 0.
2. Dickson, Leonard Eugene, First Course in the Theory of Equations. John Wiley and
Sons, Inc., 2009.
Lesson - 5
Symmetric Functions
Dr. Neha Bhatia
Daulat Ram College
University of Delhi
Structure
5.1 Learning Objectives 91
5.2 Introduction 92
5.3 Symmetric Functions 92
5.4 Fundamental Theorem on Symmetric Functions 96
5.5 Rational Functions Symmetric in all but one of the Roots 96
5.6 Newton’s Theorem on the sums of the powers of the roots 98
5.7 Theorems relating to Symmetric Functions 100
5.8 Computation of Symmetric Functions 102
5.9 Summary 103
5.10 Self Assessment Exercises 103
5.11 Solutions to In-text Exercises 104
5.12 Suggested Reading 104
• define symmetric functions and can check whether the given function is symmetric
or not.
91
92 LESSON - 5. SYMMETRIC FUNCTIONS
5.2 Introduction
In algebra, theory of equations is the study of algebraic equations given by a polynomial.
Around 18th century, there were two questions of major interest first was the roots of
the equation and second was the relationship between the roots and the coefficients of the
equation. Theory of equations are also studied through the special type of functions called
symmetric functions. The theory of Symmetric functions play an important role in the
representation theory of Groups and Combinatorics. Many mathematicians uses symmetry
function theory to study the permutations and cycle structure. It has many applications in
mathematics and mathematical physics like lie algebra, random matrix theory and symme-
tries.
This means that if an expression has two roots say α1 and α2 then replacing α1 by α2
in the expression or vice-versa, the value of the expression is unchanged or unaltered.
Symmetric functions are denoted by the letter Σ attached to one term of it with the help
of which entire expression can P be written down. For example, if α1 and α2 are the roots of
the quadratic equation then α1 = α1 + α2 is the symmetric function.
Also, if α1 , α2 , α3 are the roots of the cubic equation then the expression Σα1 represent
the symmetric function α1 +α2 +α3 and Σα1 3 α2 3 means the sum α1 3 α2 3 +α2 3 α3 3 +α3 3 α1 3 .
P P
Note. α1 , α1 α2 , α1 α2 α3 are called the elementary symmetric functions.
P PIn gen-
P the elementary symmetric functions of α1 , α2 , · · · , αn are given by
eral, α1 , α1 α2 ,
α1 α2 α3 , · · · , α1 α2 · · · αn .
Note. α12 α2 + α22 α3 + α12 α3 is not a symmetric function as interchanging of α1 and α2 will
change the given function.
Example 5.1. If α1 , α2 , α3 are the roots of the equation x3 − ax2 + bx − c = 0, find the
values of
P 2
(i) α1 α2 α3
P 2 2
(ii) α1 α2
5.3. SYMMETRIC FUNCTIONS 93
Solution. We have
α1 + α2 + α3 = a,
α1 α2 + α2 α3 + α3 α1 = b,
α1 α2 α3 = c.
X
α12 α2 α3 = α12 α2 α3 + α22 α1 α3 + α32 α1 α2
X
⇒ α12 α2 α3 = α1 α2 α3 (α1 + α2 + α3 )
X
⇒ α12 α2 α3 = ca.
(α1 α2 + α2 α3 + α3 α1 )2 = α12 α22 + α22 α32 + α32 α12 + 2(α12 α2 α3 + α22 α1 α3 + α32 α1 α2 )
X
⇒ b2 = α12 α22 + 2α1 α2 α3 (α1 + α2 + α3 )
X
⇒ α12 α22 = 2ca − b2 .
(a − α1 )(a − α2 )(a − α3 ) = a3 − a3 + ab − c
⇒ (α1 + α2 )(α2 + α3 )(α3 + α1 ) = ab − c.
Solution. We have
α1 + α2 + α3 = −a,
α1 α2 + α2 α3 + α3 α1 = b,
α1 α2 α3 = −c.
94 LESSON - 5. SYMMETRIC FUNCTIONS
= 1 + 1 + 1 = α1 α2 +α 2 α3 +α3 α1
P 1
(i). Consider = − cb .
Pα1 2 α1 2 α2 2 α3 2 α1 α2 α3
(ii). Consider α1 = α1 + α2 + α3 . Now,
(α1 + α2 + α3 )2 = α12 + α22 + α32 + 2α1 α2 + 2α2 α3 + 2α3 α1
= α12 + α22 + α32 + 2(α1 α2 + α2 α3 + α3 α1 )
⇒ (−a)2 = α12 + α22 + α32 + 2b
⇒ α12 + α22 + α32 = a2 − 2b.
(iii).
X
α12 α2 = α12 α2 + α22 α3 + α32 α1 + α22 α1 + α12 α3 + α32 α1
X X
⇒ α1 α1 α2 = (α1 + α2 + α3 )(α1 α2 + α2 α3 + α3 α1 )
X
= α12 α2 + 3α1 α2 α3
X X X
⇒ α12 α2 = α1 α1 α2 − 3α1 α2 α3
= −ab + 3c.
(iv). Consider
X X
α1 α12 = (α1 + α2 + α3 )(α12 + α22 + α32 )
= −a(a2 − 2b) − (−ab + 3c)
= −a3 − 3ab − 3c
X X X
⇒ α13 = α1 α12 − α12 α2
= −a(a2 − 2b) − (−ab + 3c)
= −a3 − 3ab − 3c.
Example 5.3. If α1 , α2 , α3 , α4 are the roots of x4 + ax3 + bx2 + cx + d = 0, find the values
of
P 1
(i) α1
.
P 2
(ii) α1 .
P 2
(iii) α1 α2 .
P 2
(iv) α1 α2 α4 .
P 2 2
(v) α1 α2 .
P 4
(vi) α1 .
Solution. We have
α1 + α2 + α3 + α4 = −a,
α1 α2 + α2 α3 + α3 α1 + α1 α4 + α2 α4 + α3 α4 = b,
α1 α2 α3 + α2 α3 α4 + α3 α4 α1 = −c
α1 α2 α3 α4 = d.
5.3. SYMMETRIC FUNCTIONS 95
(i).
X 1 1 1 1 1
= + + +
α1 α1 α2 α3 α4
α1 α2 α3 + α2 α3 α4 + α3 α4 α1
=
α1 α2 α3 α4
−c
= .
d
(ii).
X
α12 = α12 + α22 + α32 + α42
= (α1 + α2 + α3 + α4 )2 − 2(α1 α2 + α2 α3 + α3 α4 + α4 α1 + α4 α2 + α1 α4 )
= a2 − bc
(iii).
X X X X
α1 α2 = α12 α2 + α1 α2 α3
X X X X
⇒ α12 α2 = α1 α2 − α1 α2 α3
X
⇒ α12 α2 = −ab + c.
(iv).
X X X
α1 α1 α3 α4 = α12 α2 α3 + 4α1 α2 α3 α4
X X X
⇒ α12 α2 α3 = α1 α1 α3 α4 − 4α1 α2 α3 α4
= (−a)(−c) − 4d
= ac − 4d.
(v).
X X X
( α1 α2 )2 = α12 α22 + 2 α12 α2 α3 + 6α1 α2 α3 α4
X X X
⇒ α12 α22 = ( α1 α2 )2 − 2 α12 α2 α3 − 6α1 α2 α3 α4
X
⇒ α12 α22 = b2 − 2(ac − 4d) − 6d
= b2 − 2ac + 2d.
(vi).
X X X X
α12 α12 = α14 + 2 α12 α22
X X X X
⇒ α14 = α12 α12 − 2 α12 α22
X
⇒ α14 = (a2 − 2b)2 − 2(b2 − 2ac + 2d)
= a4 + 2b3
96 LESSON - 5. SYMMETRIC FUNCTIONS
and the coefficients of the given polynomial. In particular, any symmetric polynomial with
integral coefficients is equal to a polynomial in the elementary symmetric functions with
integral coefficients.
The equivalent form of the fundamental theorem is given by
Any polynomial symmetric in the roots of an equation,
xn − E1 xn−1 + E2 xn−2 + · · · + (−1)n En = 0,
is equal to an integral rational function, with integral coefficients, of the coefficients of
the equation and the coefficients of the polynomial.
For n = 2,
E1 (x1 , x2 ) = x1 + x2 , E2 (x1 , x2 ) = x1 x2 .
For n = 3,
x31 + x32 = E1 (x1 , x2 )3 − 3E1 (x1 , x2 )E2 (x1 , x2 ).
Example 5.4. Let us write the symmetric function α12 + α22 + α32 in terms of elementary
symmetric functions.
E1 = α1 + α2 + α3
E2 = α1 α2 + α2 α3 + α3 α1
E3 = α1 α2 α3 .
Now,
In-text Exercise 5.2. Express the following symmetric function in terms of elementary
symmetric function:
1. S = x21 + x22 + x1 + x2 .
s4 + a1 s3 + a2 s2 + a3 s1 + 4a4 = 0. (5.5)
s 1 + a1 = 0
⇒ s1 = −a1 (5.6)
s2 + s1 a1 + 2a2 = 0
⇒ s2 = −s1 a1 − 2a2
⇒ s2 = a21 − 2a2 (5.7)
s3 + a1 s2 + a2 s1 + 3a3 = 0
⇒ s3 + a1 (a21 − 2a2 ) + a2 (−a1 ) + 3a3 = 0
⇒ s3 = −a31 + 3a1 a2 − 3a3 . (5.8)
Putting the values from (5.6), (5.7) and (5.8) in eq (5.5), we get
s 1 + a1 = 0
⇒ s1 = −a1
⇒ s1 = p,
s2 + s1 a1 + 2a2 = 0
⇒ s2 = −s1 a1 − 2a2
⇒ s2 = a21 − 2a2
⇒ s2 = p2 − 2q,
s3 + a1 s2 + a2 s1 + 3a3 = 0
⇒ s3 + a1 (a21 − 2a2 ) + a2 (−a1 ) + 3a3 = 0
⇒ s3 = −a31 + 3a1 a2 − 3a3
⇒ s3 = p3 − 3pq,
s4 + a1 (−a31 + 3a1 a2 − 3a3 ) + a2 (a21 − 2a2 ) + a3 (−a1 ) + 4a4 = 0
⇒ s4 − a41 + 3a21 a2 − 3a1 a3 + a21 a2 − 2a22 − 3a1 a3 + 4a4 = 0
⇒ s4 = a41 − 4a21 a2 − 4a1 a3 + 2a22
⇒ s4 = p4 − 4p2 q + 2q 2 .
2. Find s2 , s3 , s6 , s7 for x5 − ax + b = 0.
Example 5.10. If α1 is an imaginary root of the equation x7 −1 = 0 then form the equation
whose roots are α1 + α16 , α12 + α15 , α13 + α14 .
Solution. Let a = α1 +α16 , b = α12 +α15 , c = α13 +α14 be the roots of the new equation. Then
the new equation is (x−a)(x−b)(x−c) = 0 i.e., x3 −(a+b+c)x2 +(ab+bc+ca)x−abc = 0
Now,
and
ab + bc + ca = (α1 + α16 )(α12 + α15 ) + (α12 + α15 )(α13 + α14 ) + (α13 + α14 )(α1 + α16 )
= α13 + α16 + α18 + α111 + α15 + α16 + α18 + α19 + α14 + α19 + α15 + α110 .
Next,
Example 5.11. Find the value in terms of the coefficients of sum of the reciprocals of the
roots of the equation xn + a1 xn−1 + a2 xn−2 + · · · + an−1 x + an = 0.
1 1 1 −an−1
+ + ··· + =
α1 α2 αn an
X 1 −an−1
= .
α1 an
Example 5.12. If α1 , α2 , α3 are the roots of the equation x3 + x + 1 = 0, find the value of
(α12 + 1)(α22 + 1)(α32 + 1).
P P
Solution. We note that α1 − α1 + α2 + α3 = 0, α1 α2 = α1 α2 + α2 α3 + α3 α1 =
1, α1 α2 α3 = −1. Now
α1 α2 + α2 α3 + α3 α1 = 1
⇒ α1 α2 + α3 (α1 + α2 ) = 1
⇒ α1 α2 + α3 (−α3 ) = 1
⇒ α1 α2 = α32 + 1.
2. When an equation is written with binomial coefficients, the expression in terms of the
coefficients for any symmetric function of the roots, which is a function of their differences
only, is such that the algebraic sum of the numerical factors of all the terms in it is equal to
zero.
Example 5.13. Find the value of the symmetric function (α1 −α2 )2 +(α2 −α3 )2 +(α3 −α1 )2
in terms of the coefficients of the equation a0 x3 + 3a1 x2 + 3a2 x + a3 = 0.
Solution. The given equation has the binomial coefficients with the numerical coefficients
i.e., 1, 3, 3, 1.
−3a1
α1 + α2 + α3 = ,
a0
3a2
α1 α2 + α2 α3 + α3 α1 = ,
a0
a3
α1 α3 α2 = .
a0
Consider
(α1 − α2 )2 + (α2 − α3 )2 + (α3 − α1 )2 = α12 + α22 − 2α1 α2 + α22 + α32 − 2α2 α3 + α32 + α12 − 2α1 α3
= 2α12 + 2α22 + 2α32 − 2(α1 α2 + α2 α3 + α1 α3 )
= 2(α12 + α22 + α32 ) − 2(α1 α2 + α2 α3 + α1 α3 )
= 2(α1 + α2 + α3 )2 − 4(α1 α2 + α2 α3 + α1 α3 ) − 2(α1 α2 + α2 α3 + α1 α3 )
3a1 2 a2
= 2(− ) − 6(3 )
a0 a0
2 2 2 a21 a2
⇒ (α1 − α2 ) + (α2 − α3 ) + (α3 − α1 ) = 18 2 − 18
a0 a0
2 2 2 2 2
⇒ a0 (α1 − α2 ) + (α2 − α3 ) + (α3 − α1 ) = 18(a1 − a0 a2 ).
Solution.
2α1 − α2 − α3 = 3α1 − α1 − α2 − α3
3a1
= 3α1 + ,
a0
3a1
2α2 − α1 − α3 = 3α2 + ,
a0
3a1
2α3 − α1 − α2 = 3α3 + .
a0
3a1 3a1
(2α1 − α2 − α3 )(2α2 − α1 − α3 )(2α3 − α1 − α2 ) = (3α1 + )(3α2 + )
a0 a0
3a1
+ (3α3 + )
a0
a1 a1 a2 a1
= (9α1 α2 + 9α1 + 9α2 + 9 21 )(3α3 + 3 )
a0 a0 a0 a0
2
a1 a
= 27α1 α2 α3 + 27α1 α2 + 27α1 α3 12
a0 a0
a2 a2 a2 a2 a3
+ 27α1 12 + 27α2 α3 12 + 27α2 12 + 27α3 12 + 27 13
a0 a0 a0 a0 a0
2
a3 a
= 27 + 27 21 (α1 α2 + α2 α3 + α3 α1 )
a0 a0
2
a a3
+ 27 21 (α1 + α2 + α3 ) + 27 13
a0 a0
2
a3 a a2 a2 a1 a3
= 27 + 27 21 (3 ) + 27 12 (−3 ) + +27 13
a0 a0 a0 a0 a0 a0
2 3
a3 a a2 a
= 27 + 81 21 ( ) − 27(2 13 )
a0 a0 a0 a0
3
⇒ a0 (2α1 − α2 − α3 )(2α2 − α1 − α3 )(2α3 − α1 − α2 ) = 27(a3 a20 + 3a21 a0 − 2a31 ).
X X X
E1 = x1 , E2 = x1 x2 , E3 = x1 x2 x3 , · · · , En = x1 x2 · · · xn
and we obtain
P P
E2 E4 = x1 x2 · x1 x2 x3 x4 .
5.9. SUMMARY 103
5.9 Summary
1. Symmetric functions of the roots of an equation are those functions which remains
unchanged when the roots are interchanged.
2. Fundamental theorem of Symmetric functions states that every symmetric function
can be expressed in the form of elementary symmetric functions.
3. The sum of the exponents of all the roots in any term of any symmetric function of
the roots is equal to the sum of the suffixes in each term of the corresponding value
in terms of the coefficients.
4. When an equation is written with binomial coefficients, the expression in terms of
the coefficients for any symmetric function of the roots, which is a function of their
differences only, is such that the algebraic sum of the numerical factors of all the
terms in it is equal to zero.
7. If α1 , α2 , α3 are the roots of the equation x3 + 3x2 + 2x − 4 = 0 then find the equation
whose roots are α12 + α22 − α32 , α22 + α32 − α12 , α32 + α12 − α22 .
104 LESSON - 5. SYMMETRIC FUNCTIONS
1. symmetric function
3. symmetric function
Excercise 2.2
1. E12 − 2E2 + E1 .
2. E2 E3 + 3E1 E4 + 5E5 .
Excercise 2.3
1. −q,
2. qr.
1. −3,
2. −70/9.
Excercise 2.4
2. All zero.
2. Dickson, Leonard Eugene, First Course in the Theory of Equations. John Wiley and
Sons, Inc., 2009
Lesson - 6
• learn and implement the relation between the roots of the given equation with the
roots of the new equation.
• form equation whose roots are the differences or the square of the differences of the
roots of the given equation.
6.2 Introduction
Theory of equation focusses on the relationship between the roots and coefficients of the
polynomial equation. Fundamental theorem of Algebra states that every polynomial equa-
tion of degree n with complex coefficients has n roots. This theorem was proved by Carl
Friedrich Gauss in 1799. Sometimes, the roots of the equation in terms of the coefficients
of the equation transform the given equation with the help of the method of substitution
or symmetric function into new equation whose roots have some relation with the roots of
the given relation. Such transformations lead to the discussion of the equations which are
given as:
105
106 LESSON - 6. TRANSFORMATION BY SYMMETRIC FUNCTIONS
contain all the roots. The transformed equation consist of all the possible combinations
ϕ(α1 , α2 , α3 ), ϕ(α1 , α2 , α4 ) etc given by
(y − ϕ(α1 , α2 , α3 ))(y − ϕ(α1 , α2 , α4 )) = 0.
Example 6.1. If α1 , α2 , α3 are the roots of x3 + ax2 + bx + c = 0, find the equation whose
roots are α12 , α22 , α32 .
Solution. Our aim is to find the equation whose roots are square of the roots of
x3 + ax2 + bx + c = 0.
Suppose the transformed equation be y 3 + Ax2 + Bx + C = 0. Then we have
−A = α12 + α22 + α32 ,
X
B= α12 α22 ,
−C = α12 α22 α32 .
P 2 P 2 2
Now, we have to form the symmetric functions α1 , α1 α2 of the given equation. We
obtain
X
α12 = a2 − 2b,
X
α12 α22 = b2 − 2ac,
α12 α22 α32 = c2 .
Therefore, the transformed equation is
y 3 − (a2 − 2b)y 2 + (b2 − 2ac)y − c2 = 0..
Example 6.2. If α1 , α2 , α3 are the roots of x3 + ax2 + bx + c = 0, find the equation whose
roots are α13 , α23 , α33 .
Solution. Our aim is to find the equation whose roots are cube of the roots of
x3 + ax2 + bx + c = 0.
Suppose the transformed equation be y 3 + Ax2 + Bx + C = 0. Then we have
−A = α13 + α23 + α33 ,
X
B= α13 α23 ,
−C = α13 α23 α33 .
P 3 P 3 3
Now, we have to form the symmetric functions α1 , α1 α2 of the given equation. We
obtain
X
α13 = a3 − 3ab + 3c,
X
α13 α23 = b3 − 3abc + 3c2 ,
α13 α23 α33 = −c3 .
Therefore, the transformed equation is
y 3 − (a3 − 3ab + 3c)y 2 + (b3 − 3abc + 3c2 )y + c3 = 0..
6.3. TRANSFORMATION BY SYMMETRIC FUNCTIONS 107
Example 6.5. Form an equation whose roots are the cubes of the roots of the equation
x3 + 3x2 + 2 = 0.
Solution. Consider the equation
x3 + 3x2 + 2 = 0. (6.3)
Let y = x3 . This gives that x = y 1/3 . Putting the value of x in (6.3), we get
(y 1/3 )3 + 3(y 1/3 )2 + 2 = 0
⇒ y + 3y 2/3 + 2 = 0
⇒ 3y 2/3 = −(y + 2).
Cubing on both the sides, we get
27y 2 = (−(y + 2))3
⇒ 27y 2 = −(y 3 + 6y 2 + 12y + 8)
⇒ y 3 + 33y 2 + 12y + 8 = 0.
Hence, x3 + 33x2 + 12x + 8 = 0 is the required equation.
In-text Exercise 6.1. 1. Form an equation whose roots are the squares of the roots of
the equation x + 3x2 − 7x + 6 = 0.
3
2. Form an equation whose roots are the squares of the roots of the equation x4 + x3 +
2x2 + x + 1 = 0.
Example 6.7. If α1 , α2 , α3 are the roots of x3 + ax2 + bx + c = 0, find the equation whose
roots are α1 − α21α3 , α2 − α31α1 , α3 − α11α2 .
Example 6.8. Find the value of α12 + α22 + α32 for the given cubic equation
x3 − ax2 + bx − c = 0.
Example 6.9. If α1 , α2 , α3 are the roots of the equation x3 + ax2 + bx + c = 0, then find
the equation whose roots are α2 +αα31 −α1 , α3 +αα12 −α2 , α1 +αα32 −α3 .
Example 6.10. If α1 , α2 , α3 are the roots of the equation x3 − 6x2 + 11x − 6 = 0 then find
the equation whose roots are α12 + α22 , α22 + α32 , α32 + α12 .
Solution. We have α1 + α2 + α3 = 6, α1 α2 α3 = 6.
Let
y = α22 + α32
⇒ y = (α2 + α3 )2 − 2α2 α3
⇒ y = (6 − α1 )2 − 12/α1
⇒ α1 y = α1 (6 − α1 )2 − 12
⇒ α13 − 12α12 + (36 − y)α1 − 12 = 0. (6.5)
6α12 + (y − 25)α1 + 36 = 0
Example 6.11. If α1 , α2 , α3 are the roots of the equation x3 + bx + c = 0 then find the
equation whose roots are αα12 + αα12 , αα32 + αα23 , αα13 + αα13 .
α21 +α22
Solution. Let y = α1 α2
. Then
α1 + α2 + α3 = 0
⇒ −α3 ) = α1 + α2
⇒ (α3 )2 = (α1 + α2 )2
⇒ α32 = α12 + α22 + 2α1 α2
⇒ α32 − 2α1 α2 = α12 + α22 .
6.6 Summary
1. We can transform one symmetric equation into another in which roots of the new
equation has some relation with the roots of the previous equation.
2. To find a new equation where the roots of the new equation are related by a given
relation g(x, y) = 0 to the roots of the given equation f (x) = 0, we obtain the
transformed equation by substituting the value of x in terms of y with the help of
g(x, y) = 0.
2. If α1 , α2 , α3 are the roots of the equation x3 −ax2 +bx−c = 0 then form an equation
whose roots are α13 , α23 , α33 .
5. Find the equation whose roots are the cubes of the roots of the equation x3 + x2 −
4x + 6 = 0.
6. Find the equation whose roots are the squares of the roots of the equation x4 − 5x −
7 = 0.
7. If α1 , α2 , α3 are the roots of the equation x3 +ex2 +f x+g = 0, then find the equation
whose roots are α12 + 2α2 α3 , α22 + 2α3 α1 , α32 + 2α1 α2 .
8. If α1 , α2 , α3 are the roots of the equation x3 −qx2 +rx−s = 0, then find the equation
whose roots are α2 α3 − α12 , α3 α1 − α22 , α1 α2 − α32 .
2. x4 − 3x3 + 4x2 + 3x + 1 = 0.
Excercise 3.2
6.9. SUGGESTED READING 113
1. x3 + qx − r = 0.
2. qx3 + p2 x2 − 2pqx + q 2 = 0.
Excercise 3.3
1. x3 + 6x2 + 33x + 76 = 0,
2. Dickson, Leonard Eugene, First Course in the Theory of Equations. John Wiley and
Sons, Inc., 2009
978-93-95774-35-2
9 789395 774352