Understanding Polynomials: Explaining Degree and Real Roots

So, if you have a polynomial of degree 2, you know that it has a root, which you can call x0, and then you can write it as (x - x0) * g(x), with g(x) a polynomial of degree 1. You can find the root of that (you know how to do it, right?), and then you can write f(x) = (x - x0) (x - x1) * something of degree 0and you know how to find the roots of something of degree 0.In summary, a polynomial of degree n has n roots, which can be real or complex. Any of these roots can be written as (x - root
  • #1
nobahar
497
2
Hello again my favourite helpers (or should I say, saviours!) :tongue:
Long time no speak, but I am in more need of an explanation than an answer.
In this mathematics textbook I have, it gives an explanation under the heading Polynomials in general.
It goes as follows:

"If f(x)= axn+bxn-1+cxn-2+...+k, a does not equal zero, then f(x) is said to be a polynomial of degree (or order) n in the variable x.
If we consider the equation f(x) = 0 this will have up to n real roots.
In particular, if f(x) is a cubic function ax3+bx2+cx+d then the equation f(x) = 0 can have up to three real roots. The number of real roots will depend upon the values of a, b, c and d."

(Sadler, A. J. and Thorning, D. W. S. (2007) Understanding pure mathematics, Glasgow : Oxford University Press.)

Then it gives graphs of the roots if a is greater than 0.
Basically, I was hoping someone could elaborate for me!
Especially the part about f(x) = 0 and n real roots. What is meant by real roots?
Thanks, as always! :smile:

P.S. If I have to include the three section titles, let me know as oppose to just deleting the thread if possible, it's just that they had no relevance here... :)
 
Physics news on Phys.org
  • #2
Well, first of all, I assume that you understand the condition a not equal to zero in the definition (after all, we do not want x2 to be called a degree 3 polynomial, do we :smile:).

Do you know anything about complex numbers?
If not, then you can leave out the "real" and just read it as: "f(x) can have up to three roots". As a simpler example consider quadratic functions a f(x) = x2 + b x + c. They can have no roots at all (e.g. x2 + 1), just one root (e.g. x2) or two roots (e.g. x2 - 1) but never more.
If you really want to know what is meant by "real" numbers, find a resource on complex numbers. :smile:
 
  • #3
Thanks Compuchip.
So something of degree 4 will have 4 real roots (since the nth term has n roots)? Just checking, and since the use of real is explicit, that implies there are going to be complex roots?
Following Compuchips advice, I found a source that says an nth term has n roots of the form a+bi, which is a complex number. How does this solve polynomials? Since the complex number is formed from an imaginary part. Are the real roots 'actual' solutions, since the polynomial could have 'actual' - or applied- uses?
Again, thanks in advance.
 
  • #4
nobahar said:
Thanks Compuchip.
So something of degree 4 will have 4 real roots (since the nth term has n roots)? Just checking, and since the use of real is explicit, that implies there are going to be complex roots?
No. A polynomial of degree 4 can have up to 4 real roots.

Following Compuchips advice, I found a source that says an nth term has n roots of the form a+bi, which is a complex number. How does this solve polynomials?
It doesn't. However, the "fundamental theorem of algebra" says that any polynomial equation has a solution in the complex numbers- which, in turn, means that it has a linear factor of the form (x- (a+ bi)). Since the other factor is now a polynomial of degree one less, we can no apply the theorem to that to get another root (possibly the same as the first) and so another factor. Any nth degree polynomial can be factored into n linear factors, not necessarily different, using complex numbers. Since any of those complex number could happen to be real, an nth degree polynomial can have anywhere from 0 to n real roots.

Since the complex number is formed from an imaginary part. Are the real roots 'actual' solutions, since the polynomial could have 'actual' - or applied- uses?
Again, thanks in advance.
That depends on the application. If there exist some "non-mathematical" reason why only real number solutions could work in the application, then, yes, you would reject any non-real solution. But there are plenty of applications in which complex number solutions are perfectly plausible.
 
  • #5
HallsofIvy said:
The "fundamental theorem of algebra" says that any polynomial equation has a solution in the complex numbers- which, in turn, means that it has a linear factor of the form (x- (a+ bi)). Since the other factor is now a polynomial of degree one less, we can no apply the theorem to that to get another root (possibly the same as the first) and so another factor.
Hi halls, the help is much appreciated, but an example would be good :smile:, I can't see where the x- (a+bi) comes from...:cry:
 
  • #6
Let's consider the simple example
[tex]f(x) = x^2 + x - 2[/tex]
One root (solution of f(x) = 0) is x = 1, as you can easily check. That means that we can write f(x) as (x - 1) * g(x), with g(x) some other function, which guarantees that if you plug in x = 1, you get zero. You can also easily see, by doing the multiplication that, g(x) = x - 2. This has as a solution x = 2, so f(x) is (x - 1)(x - 2).

If the roots are not real, but complex, say "2 + 3i" is a root, the same idea holds, can you can write your original function F(x) as (x - (2 + 3i)) * G(x), with G(x) some other function.

It is quite obvious, hopefully, that if f(x) is some polynomial with root x0, and you write it as f(x) = (x - x0) g(x), that then g(x) is again a polynomial and its degree is exactly one lower than that of f(x). So if you repeat the trick by writing g(x) = (x - x1) h(x), and h(x) as h(x) = (x - x2) k(x), eventually you will end up with
f(x) = (x - x0) (x - x1) (x - x2) ... z(x)
where z(x) is a polynomial of degree 0, i.e.: a constant.

The roots x0 may be real numbers such as 1 or [itex]1 + \sqrt{5}[/itex] or [itex]3 + \frac{\sqrt{12}}{7}[/itex], or complex numbers such as [itex]1, i, 3 + 2i, \frac{12}{3 + 5i}[/itex], etc.
 
  • #7
I know this is going to be wrong but...
Doesn't f(x)=x2+x-2=(x-1)(x+2)? As oppose to (x-1)(x-2)?
 
  • #8
nobahar said:
I know this is going to be wrong but...
Doesn't f(x)=x2+x-2=(x-1)(x+2)? As oppose to (x-1)(x-2)?

Sure. The other solution is x=(-2). Typo. The explanation is fine though.
 
  • #9
Of course, I wasn't disputing that!
It's excellent and I'm extremely grateful, I just wanted to make sure I had interpreted it correctly. Thanks Dick for the response; and although it wasn't mentioned in the last message: thanks Compuchip, much appreciated.
 

1. What is a polynomial?

A polynomial is a mathematical expression consisting of variables and coefficients, using only the operations of addition, subtraction, and multiplication. It can also be written in the form of ax^n + bx^(n-1) + ... + cx + d, where a, b, c, and d are constants and n is a non-negative integer.

2. What are the different types of polynomials?

The two main types of polynomials are monomials, which contain only one term, and binomials, which contain two terms. Other types include trinomials, which have three terms, and polynomials with more than three terms are called multinomials.

3. 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 + 4, the degree is 2 because the term with the highest exponent is x^2.

4. How do you add or subtract polynomials?

To add or subtract polynomials, you must combine like terms. This means adding or subtracting the coefficients of the terms with the same variables and exponents. For example, to add 3x^2 + 5x + 4 and 2x^2 + 3x + 7, you would add the coefficients of the x^2 terms to get 5x^2, the coefficients of the x terms to get 8x, and the constant terms to get 11. The final expression would be 5x^2 + 8x + 11.

5. How do you multiply polynomials?

To multiply polynomials, you can use the FOIL method, which stands for First, Outer, Inner, Last. This means multiplying the first terms of each polynomial, then the outer terms, then the inner terms, and finally the last terms. You then combine like terms to simplify the expression. Alternatively, you can use the distributive property and multiply each term in one polynomial by each term in the other polynomial. Again, you would combine like terms to simplify the expression.

Similar threads

  • Math POTW for Secondary and High School Students
Replies
5
Views
976
  • General Math
Replies
14
Views
604
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Math POTW for Secondary and High School Students
Replies
1
Views
832
Replies
1
Views
739
  • Math Proof Training and Practice
Replies
2
Views
767
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
Back
Top