Finding number of zeroes in a polynomial?

  • Thread starter moonman239
  • Start date
  • Tags
    Polynomial
In summary, the equation f(x) = 2x + 3 * (3x^2 + 3) - x^2 + 5 is actually a 2nd-degree polynomial. However, if we assume it is a 3rd-degree polynomial, there will be at most 3 real roots, but some may be complex pairs. It is also possible for there to be only 1 real root or 2 distinct real roots with one being a double root.
  • #1
moonman239
282
0
Let's say I have the equation f(x) = 2x + 3 * (3x^2 + 3) - x^2 + 5. If my algebra is right, this is a 3rd-degree polynomial. How many zeroes does this equation have? How did you figure that out?
 
Mathematics news on Phys.org
  • #2
if you remember: an nth degree polynomial has n factors of the form f(x) = (x-a)*(x-b)*...
hence it has at most n zeros. ( I assumed the factors for x were 1)

So in your case for a 3rd degree:

f(x) = (x -a) * (x - b ) * ( x - c )
___ = (x^2 - (a+b)x + ab) * (x - c)
___ = x^3 - (a+b+c)x^2 + (ab+ac+bc)x + abc
 
Last edited:
  • #3
Am I missing something?? The equation in the OP does not have third degree...
 
  • #4
you're right, i was addressing find the number of roots only.
 
  • #5
micromass said:
Am I missing something?? The equation in the OP does not have third degree...

2x2 + 3 + (3X2 + 3) = 6x3 + 6x + 6x2 + 9. That's why I thought the degree was 3.
 
  • #6
moonman239 said:
2x2 + 3 + (3X2 + 3) = 6x3 + 6x + 6x2 + 9.

I have no clue why you think this equality is true.
 
  • #8
Assuming it is a cubic, there will be 1, 2 or 3 real roots. There are always 3 roots altogether, but some may be complex pairs. That can reduce it to 1 real root. There is also the borderline case where two real roots coincide, making only 2 values.
 
  • #9
moonman239 said:
Let's say I have the equation f(x) = 2x + 3 * (3x^2 + 3) - x^2 + 5. If my algebra is right, this is a 3rd-degree polynomial.
Based on what you wrote, your algebra is incorrect. Expanding what you wrote, I get
f(x) = 2x + 9x2 + 9 - x2 + 5
= 8x2 + 2x + 14, which is NOT a cubic.

I suspect that you are missing some parentheses, and actually meant
f(x) = (2x + 3)*(3x2 + 3) - x2 + 5, which IS a cubic.
moonman239 said:
How many zeroes does this equation have? How did you figure that out?
 
  • #10
haruspex said:
Assuming it is a cubic, there will be 1, 2 or 3 real roots. There are always 3 roots altogether, but some may be complex pairs. That can reduce it to 1 real root. There is also the borderline case where two real roots coincide, making only 2 values.

It can't have two real roots.
 
  • #11
It can have three real roots, two of which are the same, having two distinct real roots. That is what haruspex was talking about. He was not counting "multiplicity".

For example, [itex]x^3- x^2= 0[/itex] has two distinct roots- 0 and 1. 0 is a double root.
 
Last edited by a moderator:
  • #12
HallsofIvy said:
It can have three real roots, two of which are the same, having two distinct real roots. That is what haruspex was talking about. He was not counting "multiplicity".

For example, [itex]x^3- x^2= 0[/itex] has two distinct roots- 0 and 1. 0 is a double root.

YEs, I see now. I just re-read his post.
 
Last edited by a moderator:

FAQ: Finding number of zeroes in a polynomial?

What is a polynomial?

A polynomial is a mathematical expression that consists of variables and coefficients. It can have one or more terms, and the variables can have different exponents.

What is the degree of a polynomial?

The degree of a polynomial is the highest exponent of the variable in the expression. For example, in the polynomial 3x^2 + 5x + 1, the degree is 2.

How do you find the number of zeroes in a polynomial?

To find the number of zeroes in a polynomial, you can set the expression equal to zero and solve for the variable. The number of unique solutions for the variable will be the number of zeroes in the polynomial.

Can a polynomial have more than one zero?

Yes, a polynomial can have multiple zeroes. The number of zeroes will always be equal to the degree of the polynomial.

What is the difference between real and complex zeroes in a polynomial?

A real zero is a value for the variable that makes the polynomial equal to zero when substituted in the expression. A complex zero is a value for the variable that makes the polynomial equal to zero when substituted in the expression, but it involves the imaginary unit, i.

Similar threads

Replies
8
Views
5K
Replies
6
Views
2K
Replies
1
Views
1K
Replies
5
Views
1K
Replies
1
Views
980
Replies
2
Views
2K
Replies
7
Views
1K
Back
Top