Proof: a polynomial of degree n has at most n roots.

Click For Summary

Homework Help Overview

The discussion revolves around proving that a polynomial function of degree n has at most n roots. Participants explore the implications of polynomial degree and root count, particularly through the lens of induction and alternative proof strategies.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Some participants suggest using induction to establish the proof, starting with base cases for lower degrees. Others question the necessity of induction, proposing that a proof by contradiction might be simpler. There are discussions about the implications of having more roots than the degree of the polynomial and the continuity of polynomials in relation to their roots.

Discussion Status

The conversation is ongoing, with various approaches being considered. Some participants express uncertainty about formalizing their reasoning, while others are attempting to clarify their understanding of the relationship between polynomial degree and root count. There is no explicit consensus on the best method to prove the statement, but multiple lines of reasoning are being explored.

Contextual Notes

Participants note that the proof may not require induction and discuss the implications of working over different number sets, such as real or rational numbers. There is also mention of specific examples of polynomials that do not cross the x-axis, raising questions about the assumptions made regarding roots.

  • #31
on induction in general:

first you prove it for a base case (start the ball rolling).

then you show that IF it holds for n-1, THEN it also holds for n, and then conclude it holds for all natural numbers greater than the number used in the base case (which is usually n = 0 or n = 1).

here, you need a way to reduce the degree of a polynomial by 1. the easiest way to do this is to use the euclidean (or division algorithm), which says we can write a polynomial

f(x) = (x - a)q(x) + r(x), where 0 ≤ deg(r(x)) < deg(x-a) = 1, so r(x) is a constant polynomial.

so f(x) = (x - a)q(x) + r. this means f(a) = (a - a)q(x) + r = 0q(x) + r = r, so we can write this as:

f(x) = (x - a)q(x) + f(a). in particular, if a is a root of f, so that f(a) = 0,

f(x) = (x - a)q(x), and comparing degrees, we see that deg(q(x)) = deg(f(x)) - 1.

now a one degree polynomial x + c has one root, namely -c. so a one degree polynomial has at most 1 root.

if we assume an n-1 degree polynomial has at most n-1 roots, then we let f(x) be any arbitrary n degree polynomial. if f has no roots at all, it certainly has less than n roots.

otherwise, suppose f has a root a. we can write:

f(x) = (x - a)q(x), where deg(q(x)) = n-1, and by our induction hypothesis, has at most n-1 roots. therefore f has the (at most) n-1 roots of q, and the root a, which is at most n roots.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K