Solving Polynomials with Degree <= 10: Finding Eigenvalues & Eigenspaces

Click For Summary

Discussion Overview

The discussion revolves around solving polynomials of degree less than or equal to 10, specifically focusing on finding eigenvalues and eigenspaces associated with the linear map defined by differentiation. Participants explore mathematical arguments and methods to demonstrate properties of the differentiation operator.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant asks for guidance on how to approach the problem of showing that the 11th derivative of a polynomial of degree 10 is zero.
  • Another participant suggests that differentiating a polynomial reduces its degree by one, leading to the conclusion that after 11 differentiations, the result is zero.
  • A different participant proposes using induction to show that the degree of a polynomial decreases with each differentiation.
  • Some participants express concern that certain methods presented are too complicated for the first part of the question and seek simpler alternatives.
  • One participant provides a detailed calculation of successive derivatives of a polynomial to illustrate the process, while another emphasizes the sufficiency of considering monomials due to the linearity of differentiation.
  • There is a suggestion to look up the definition of generalized eigenspaces to assist in answering part (3) of the question.

Areas of Agreement / Disagreement

Participants express differing opinions on the complexity of the methods proposed for solving the problem. While some find the detailed calculations necessary, others argue for simpler approaches. There is no consensus on the best method to demonstrate the properties of the differentiation operator or on how to conduct parts (2) and (3) of the question.

Contextual Notes

Some participants note that the discussion involves assumptions about the properties of polynomials and the behavior of differentiation, which may not be universally agreed upon. The exploration of generalized eigenspaces also remains open to interpretation based on definitions.

smoothman
Messages
38
Reaction score
0
any ideas on how to go about conducting these please. i will attempt them once i have a clear idea on how to do this. thanks :)

let V be the vector space of polynomials over C of degree <= 10 and let
"D: V -----> V" be the linear map defined by

D(f) = df/dx

show
(1) D^11=0
(2) deduce 0 is the only eigenvalue of D
(3) find a basis for the generalised eigenspaces v1(0), v2(0), and v3(0).
 
Physics news on Phys.org
What have you tried already? (1) is very easy, just pick an arbitrary degree 10 polynomial with coefficients in C and take 11 derivatives.
 
(1) is very easy, *don't* pick an arbitrary degree ten poly and take 11 derivatives. That would be tedious and missing the point: what happens to the degree of a polynomial if you differentiate it?
 
well ur right there matt..
if u differentiate a polynomial then its degree reduces by 1...
so if u differentiate 11 times, a polynomial of degree 10, then the answer would be 0 as stated in the question.. but the problem is .. HOW can i show this mathematically?
thnx.
 
I'd just do it like this; Suppose P is a polynomial of degree d < 11. Then
[tex]P = \sum_{n = 0}^d a_n x^n[/tex]
where any coefficient may be zero (in particular, if [itex]a_d = a_{d - 1} = \cdots = a_{k + 1} = 0, a_k \neq 0[/itex] we have a polynomial of degree k.
Differentiation is linear, so
[tex]DP = \sum_{n = 0}^d a_n D x^n = \sum_{n = 1}^d n a_n x^{n-1}<br /> = \sum_{n = 0}^{d - 1} b_n x^n[/tex]
where [itex]b_n = n a_n[/itex], which is the general form for a polynomial of degree d - 1 or lower.

Or what about induction :)
The degree is the highest power that occurs.
A polynomial of degree 0 is a constant, differentiation makes it zero.
A polynomial of degree 1 is of the form [tex]c x + P_0[/tex] with [itex]P_0[/itex] of degree zero, differentiating gives [tex]c[/itex] which is of degree zero, so the degree is lowered by one.<br /> Now suppose it is true for degrees up to and including <i>n</i>. Suppose [itex]P_{n+1}[/itex] is a polynomial of degree <i>n + 1</i>. Then the coefficient of the x^(n+1) term is non-zero by definition, so we can divide it out and write [itex]P_{n+1} = x^{n+1} + P_n[/itex], with P_n a polynomial of degree n. Since <i>D</i> is linear,<br /> [itex]D P_{n+1} = D x^{n + 1} + D P_n = (n + 1) x^n + D P_n[/itex],<br /> where the first term is a polynomial of degree <i>n</i> and the second term is of degree strictly smaller than <i>n</i> by the induction hypothesis. The sum of two polynomials has no greater degree than the degree of the largest, so the degree is maximally <i>n</i> < <i>n</i> + 1.<br /> <br /> But maybe matt has a faster way in mind.[/tex]
 
thnx compuchip.. that method looks way too complicated.. especially for the first part of a question. any quicker methods please?

also.. how would you go about conducting part (2) and (3) of the question please? thnx a lot :)
 
Matt Grime gave a simple explanation and you asked for a more "mathematical" argument. Comuchip gave you two rigorous calculations and you complain that they are "way too complicated"! This YOUR problem. Find an argument you are happy with.

In (2), suppose there were some eigenvalue of D, [itex]\lambda\ne 0[/itex]. Let f be an "eigenfunction" corresponding to [itex]\lambda[/itex]. Then [itex]Df= \lambda f[/itex] and [itex]D^2 f= D(\lambda f)= \lambda^2 f[/itex]. What is D11 f?

As for (3) if you look up the definition of "generalized eigenspace" I think you'll find that a very easy question!
 
smoothman said:
thnx compuchip.. that method looks way too complicated.. especially for the first part of a question.

smoothman, would you like an argument like the following better?
[tex] \begin{array}{l}<br /> D^0 f=a_{10} x^{10}+a_9 x^9+a_8 x^8+a_7 x^7+a_6 x^6+a_5 x^5+a_4 x^4+a_3 x^3+a_2 x^2+a_1 x+a_0 \\<br /> D f=10 a_{10} x^9+9 a_9 x^8+8 a_8 x^7+7 a_7 x^6+6 a_6 x^5+5 a_5 x^4+4 a_4 x^3+3 a_3 x^2+2 a_2 x+a_1 \\<br /> D^2 f=90 a_{10} x^8+72 a_9 x^7+56 a_8 x^6+42 a_7 x^5+30 a_6 x^4+20 a_5 x^3+12 a_4 x^2+6 a_3 x+2 a_2 \\<br /> D^3 f=720 a_{10} x^7+504 a_9 x^6+336 a_8 x^5+210 a_7 x^4+120 a_6 x^3+60 a_5 x^2+24 a_4 x+6 a_3 \\<br /> D^4 f=5040 a_{10} x^6+3024 a_9 x^5+1680 a_8 x^4+840 a_7 x^3+360 a_6 x^2+120 a_5 x+24 a_4 \\<br /> D^5 f=30240 a_{10} x^5+15120 a_9 x^4+6720 a_8 x^3+2520 a_7 x^2+720 a_6 x+120 a_5 \\<br /> D^6 f=151200 a_{10} x^4+60480 a_9 x^3+20160 a_8 x^2+5040 a_7 x+720 a_6 \\<br /> D^7 f=604800 a_{10} x^3+181440 a_9 x^2+40320 a_8 x+5040 a_7 \\<br /> D^8 f=1814400 a_{10} x^2+362880 a_9 x+40320 a_8 \\<br /> D^9 f=362880 a_9+3628800 x a_{10} \\<br /> D^{10} f=3628800 a_{10} \\<br /> D^{11} f=0<br /> \end{array}[/tex]
 
Last edited:
Eugh. Differentiation is linear, so it suffices to consider only monomials.
 
  • #10
CompuChip said:
smoothman, would like an argument like the following better?
[tex] \begin{array}{l}<br /> D^0 f=a_{10} x^{10}+a_9 x^9+a_8 x^8+a_7 x^7+a_6 x^6+a_5 x^5+a_4 x^4+a_3 x^3+a_2 x^2+a_1 x+a_0 \\<br /> D f=10 a_{10} x^9+9 a_9 x^8+8 a_8 x^7+7 a_7 x^6+6 a_6 x^5+5 a_5 x^4+4 a_4 x^3+3 a_3 x^2+2 a_2 x+a_1 \\<br /> D^2 f=90 a_{10} x^8+72 a_9 x^7+56 a_8 x^6+42 a_7 x^5+30 a_6 x^4+20 a_5 x^3+12 a_4 x^2+6 a_3 x+2 a_2 \\<br /> D^3 f=720 a_{10} x^7+504 a_9 x^6+336 a_8 x^5+210 a_7 x^4+120 a_6 x^3+60 a_5 x^2+24 a_4 x+6 a_3 \\<br /> D^4 f=5040 a_{10} x^6+3024 a_9 x^5+1680 a_8 x^4+840 a_7 x^3+360 a_6 x^2+120 a_5 x+24 a_4 \\<br /> D^5 f=30240 a_{10} x^5+15120 a_9 x^4+6720 a_8 x^3+2520 a_7 x^2+720 a_6 x+120 a_5 \\<br /> D^6 f=151200 a_{10} x^4+60480 a_9 x^3+20160 a_8 x^2+5040 a_7 x+720 a_6 \\<br /> D^7 f=604800 a_{10} x^3+181440 a_9 x^2+40320 a_8 x+5040 a_7 \\<br /> D^8 f=1814400 a_{10} x^2+362880 a_9 x+40320 a_8 \\<br /> D^9 f=362880 a_9+3628800 x a_{10} \\<br /> D^{10} f=3628800 a_{10} \\<br /> D^{11} f=0<br /> \end{array}[/tex]

that's really quite elephant, I mean elegant
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
22
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
7K
Replies
18
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K