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?
 
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
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
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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
 
Quote by micromass View Post
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.
 
Jul17-12, 04:07 PM   #6
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by moonman239 View Post
2x2 + 3 + (3X2 + 3) = 6x3 + 6x + 6x2 + 9.
I have no clue why you think this equality is true.
 
Jul17-12, 04:18 PM   #7
 
I think you meant (2x+3)*(3x^2+3) right?
 
Jul17-12, 11:44 PM   #8
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
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
Quote by moonman239 View Post
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.
Quote by moonman239 View Post
How many zeroes does this equation have? How did you figure that out?
 
Jul18-12, 05:03 AM   #10
 
Quote by haruspex View Post
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.
 
Jul18-12, 07:28 AM   #11
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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
 
Quote by HallsofIvy View Post
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.
 
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