Uniqueness of the roots of a polynomial equation

In summary, the uniqueness of the roots of a polynomial equation is proven by showing that any other set of roots would have to contain the same elements as the original set of roots, therefore making it the only possible set of roots. This is shown through evaluating the polynomial at one of the roots and using the fact that a product is equal to 0 if and only if one of the factors is equal to 0.
  • #1
maverick280857
1,789
5
Hi,

I have a question, which seems deceptively simple to me, but when I thought about it, I couldn't really come up with a rigorous proof. Here goes,

Are the roots of a polynomial equation unique?

Suppose we have a general monic polynomial equation:

[tex]z^{n} + c_{1}z^{n-1} + c_{2}z^{n-2} + \ldots + c_{n} = 0[/tex]

where [itex]z \in \mathbb{C}[/itex] and [itex]c_{1}, c_{2}, \ldots[/itex] are real coefficients. Now let S be the set of all roots of this equation (counted according to their multiplicities so that if x is a root of multiplicity n, then S contains n occurrences of x. Strictly S is not a set, but rather a list, but you see my point.)

Can we find some [itex]S' \neq S[/itex] such that every member [itex]z^{'} \in S'[/itex] is a root of the above equation (and [itex]z^{'} \notin S[/itex])? Stated differently, does this equation have two different sets of roots?

The picture I have in mind for real roots is as follows: if the roots were not unique, the zero crossings of the function on the left hand side of the equation would not be unique, which is impossible. This reasoning does not work for complex roots :-(

Any ideas?

Thanks in advance.
-Vivek
 
Physics news on Phys.org
  • #2
maverick280857 said:
Hi,
Can we find some [itex]S' \neq S[/itex] such that every member [itex]z^{'} \in S'[/itex] is a root of the above equation (and [itex]z^{'} \notin S[/itex])? Stated differently, does this equation have two different sets of roots?

No. If it had then just take an element z of S'. z is a root so it must be in S since S is the set of all roots.

In general if you let a set T be all elements with some property, then you can't find an element with the property, but not in T.

One small note is that if you allow the empty set, then the answer is yes since [itex]\emptyset \not= S[/itex], but I'm assuming this isn't what you meant by a set S'.
 
  • #3
rasmhop said:
No. If it had then just take an element z of S'. z is a root so it must be in S since S is the set of all roots.

In general if you let a set T be all elements with some property, then you can't find an element with the property, but not in T.

One small note is that if you allow the empty set, then the answer is yes since [itex]\emptyset \not= S[/itex], but I'm assuming this isn't what you meant by a set S'.

Right. I get your point. Now, how does one prove that the roots of a n-th order polynomial equation (with say, real coefficients) are unique? Is my set theoretic statement of the problem equivalent to this question? If not, how does one sketch a proof?
 
  • #4
I'm not really sure what you don't understand. Given a polynomial [itex]f \in \mathbb{C}[x][/itex] a complex number z is a root in f iff f(z)=0. There is no ambiguity. Thus two sets of roots can differ if they don't contain all roots. For instance for the polynomial (x-2)(x-3)(x-4) we may let S={2} and S'={3,4} and these are different sets of roots, but if we form the set of all roots S''={2,3,4}, then we can't find another set of all roots because it would have to contain all elements of S'' and can't contain any more.

As for your actual statement, then yes we can find such an S' because we can let [itex]S'=\emptyset[/itex]. You can find no other S' because you said S consists of exactly all roots, so you can't find a different set that consists of exactly all roots. If we had a non-empty set S' as you state, then [itex]z \in S'[/itex] would imply f(z) =0 since S' consists of roots, and since S consists of all roots [itex]z \in S[/itex].

I'm sorry if this wasn't what you wanted, but I find your question a bit confusing. It seems to me that your question is of the same kind as:
Is the set {1,2} unique.
Since it's specified completely, then of course yes. In the same sense the set of roots is specified completely so of course it's unique.
 
  • #5
Perhaps you are trying to prove the fundamental theorem of algebra, and you don't explain yourself correctly?
 
  • #6
Yes, I realized its not phrased properly. Someone asked me the following question (I'm citing an example to make things simple):

Suppose we're given the equation [itex]x^{2}-5x+6 = 0[/itex]. We know the roots are x = 2 and x = 3. The question is: can this equation have some other set of 2 roots? Of course, this particular example is absolutely trivial because the "uniqueness" is proved by writing

[itex]x^{2}-5x+6 = (x-2)(x-3)[/itex]

For a general scenario, the question is that for an arbitrary positive integer n, if

[tex]x^{n} + c_{1}x^{n-1} + \ldots + c_{n} = (x-\alpha_{1})(x-\alpha_{2})\cdots(x-\alpha_{n})[/tex]

so that [itex]\alpha_{1}, \alpha_{2}, \ldots, \alpha_{n}[/itex] are the roots, then is it possible to find some set [itex]\beta_{1}, \beta_{2}, \ldots, \beta_{n}[/itex] of numbers such that

[tex]x^{n} + c_{1}x^{n-1} + \ldots + c_{n} = (x-\beta_{1})(x-\beta_{2})\cdots(x-\beta_{n})[/tex]

and none of the [itex]\beta[/itex]'s are from [itex]\alpha_{1}, \alpha_{2}, \ldots, \alpha_{n}[/itex].

In other words, given the sum of roots taken one at a time, two at a time, three at a time, and so on.., does the following system of equations have a unique solution in [itex]\alpha_{1}, \alpha_{2}, \ldots, \alpha_{n}[/itex]?.

[tex]\sum_{i=1}^{n}\alpha_{i} = -c_{1}[/tex]
[tex]\sum_{i\neq j}^{n}\alpha_{i}\alpha_{j} = c_{2}[/tex]
[tex]\cdots[/tex]
[tex]\sum_{i_{1}\neq i_{2}\neq i_{3}\cdots\neq i_{n}}^{n}\alpha_{i_{1}}\alpha_{i_{2}}\ldots\alpha_{i_{n}}= (-1)^{n}c_{n}[/tex]

I want to be able to give a rigorous proof to the uniqueness of the solution to this nonlinear system.
 
  • #7
Ok suppose,
[tex]f(x) = (x-\alpha_1)(x-\alpha_2)\cdots(x-\alpha_n) = (x-\beta_1)(x-\beta_2)\cdots(x-\beta_n)[/tex]
and that [itex]\alpha_1 \notin \{\beta_1,\ldots,\beta_n\}[/itex]. Now evaluate [itex]f(\alpha_1)[/itex].
[tex]f(\alpha_1) = (\alpha_1-\alpha_1)(\alpha_1-\alpha_2)\cdots(\alpha_1-\alpha_n) = 0(\alpha_1-\alpha_2)\cdots(\alpha_1-\alpha_n) = 0[/tex]
Thus we have,
[tex]0 = f(\alpha_1) = (\alpha_1-\beta_1)(\alpha_1-\beta_2)\cdots(\alpha_1-\beta_n)[/tex]
We know that in [itex]\mathbb{C}[/itex] a product is 0 if and only if one of the factors is 0. Let i be an integer in {1,...,n} such that the factor [itex](\alpha_1-\beta_i) [/itex] is 0 (we know that such an i exists since at least one factor is 0). Then we get [itex]\alpha_1 = \beta_i[/itex] which is a contradiction.
 
  • #8
rasmhop said:
Ok suppose,
[tex]f(x) = (x-\alpha_1)(x-\alpha_2)\cdots(x-\alpha_n) = (x-\beta_1)(x-\beta_2)\cdots(x-\beta_n)[/tex]
and that [itex]\alpha_1 \notin \{\beta_1,\ldots,\beta_n\}[/itex]. Now evaluate [itex]f(\alpha_1)[/itex].
[tex]f(\alpha_1) = (\alpha_1-\alpha_1)(\alpha_1-\alpha_2)\cdots(\alpha_1-\alpha_n) = 0(\alpha_1-\alpha_2)\cdots(\alpha_1-\alpha_n) = 0[/tex]
Thus we have,
[tex]0 = f(\alpha_1) = (\alpha_1-\beta_1)(\alpha_1-\beta_2)\cdots(\alpha_1-\beta_n)[/tex]
We know that in [itex]\mathbb{C}[/itex] a product is 0 if and only if one of the factors is 0. Let i be an integer in {1,...,n} such that the factor [itex](\alpha_1-\beta_i) [/itex] is 0 (we know that such an i exists since at least one factor is 0). Then we get [itex]\alpha_1 = \beta_i[/itex] which is a contradiction.

Thats neat. Thanks...so stupid of me not to get it. :-(
 
  • #9
I don't want to embarass your further but I think it is even more fundamenental than that! (And it is true of all equations, not just polynomial equations.)

"Roots of an equation", f(x)= 0, means numbers, a, such that f(a)= 0. If you have two different purported sets of roots such that a is in one but not the other, one of them must be wrong. Either f(a)= 0 or not! If f(a) is equal to 0, then the set that does not include a is NOT a "set of roots". If f(a) is not equal to a, then the set that does include it is NOT a "set of roots".

But I think I see the cause of your confusion- there are many different ways of solving equations and you were, I suspect, thinking of "roots" as "what you get using this particular method" so, conceivably, different methods might give you different "roots".

Hopefully, if your methods are correct, that won't happen because "roots" are NOT just "what you get using this method."

Many years ago, I had a student in a basic algebra class complain bitterly that I had marked her wrong on a particular test problem just be she "used a different method" than I had taught in class. I don't believe I ever convinced her that I marked her wrong becuase her solution did not satisfy the equation!
 
Last edited by a moderator:

FAQ: Uniqueness of the roots of a polynomial equation

1. What does it mean for a polynomial equation to have unique roots?

When a polynomial equation has unique roots, it means that the equation has a distinct set of solutions that cannot be repeated or duplicated. This means that each root has a different value and the equation cannot be factored further.

2. How can I determine if a polynomial equation has unique roots?

To determine if a polynomial equation has unique roots, you can use the discriminant method. The discriminant is the part of the quadratic formula under the square root sign (b²-4ac). If the discriminant is greater than 0, the equation will have two distinct, real roots. If the discriminant is equal to 0, the equation will have one real root. If the discriminant is less than 0, the equation will have two complex roots.

3. Can a polynomial equation have more than two unique roots?

Yes, a polynomial equation can have more than two unique roots. The number of unique roots of a polynomial equation is equal to its degree. For example, a cubic equation with a degree of 3 can have up to 3 unique roots.

4. What is the significance of unique roots in a polynomial equation?

The uniqueness of roots in a polynomial equation is important because it allows us to find the exact solutions to the equation. It also helps us to graph the equation and understand the behavior of the function.

5. Can a polynomial equation have no unique roots?

No, a polynomial equation cannot have no unique roots. This is because the fundamental theorem of algebra states that every polynomial equation of degree n has exactly n complex roots, which may or may not be unique. Even if the equation has repeated roots, they are still considered unique as they have different values.

Similar threads

Back
Top