| New Reply |
Finding number of zeroes in a polynomial? |
Share Thread | Thread Tools |
| Jul17-12, 03:11 PM | #1 |
|
|
Finding number of zeroes in a polynomial?
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?
|
| Jul17-12, 03:25 PM | #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 |
| Jul17-12, 03:33 PM | #3 |
|
|
Am I missing something?? The equation in the OP does not have third degree...
|
| Jul17-12, 03:40 PM | #4 |
|
|
Finding number of zeroes in a polynomial?
you're right, i was addressing find the number of roots only.
|
| Jul17-12, 04:05 PM | #5 |
|
|
|
| Jul17-12, 04:07 PM | #6 |
|
|
|
| Jul17-12, 04:18 PM | #7 |
|
|
I think you meant (2x+3)*(3x^2+3) right?
|
| Jul17-12, 11:44 PM | #8 |
|
Recognitions:
|
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.
|
| Jul18-12, 12:59 AM | #9 |
|
Mentor
|
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. |
| Jul18-12, 05:03 AM | #10 |
|
|
|
| Jul18-12, 07:28 AM | #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. |
| Jul18-12, 07:56 AM | #12 |
|
|
|
| New Reply |
| Thread Tools | |
Similar Threads for: Finding number of zeroes in a polynomial?
|
||||
| Thread | Forum | Replies | ||
| Finding a Minimal Polynomial | Calculus & Beyond Homework | 0 | ||
| Approximation e number using taylors polynomial | Calculus & Beyond Homework | 4 | ||
| Zeroes of a polynomial | Precalculus Mathematics Homework | 10 | ||
| Finding the Zeroes of a Secant Graph | Precalculus Mathematics Homework | 3 | ||
| finding a polynomial when only given five points | Linear & Abstract Algebra | 2 | ||