why are the polynomials in this series all solvable by radicals?



Consider n+1 identical masses m in linear series with n identical
springs of spring constant k connecting adjacent masses. Taking the
lengths of the springs as n variables, you can set up n independent
second order linear differential equations and analyze the solutions.

What you want are eigenvalues, to determine characteristic vibrational
frequencies. After some simplification and change of variable, you get
polynomials according to the following recurrence relation:

p(1) = x
p(2) = x^2-1
p(n) = x * p(n-1) - p(n-2) for n >= 3

What is remarkable about this series is that every polynomial I've
checked up to degree fifty is factorable, and every factor I've checked
is solvable by radicals. (Some factors in some high degrees were too
computationally difficult.)

Furthermore, many of these solutions were expressible as linear
combinarions of pth roots of 1, or had such linear combinarions under
radicals.

I wonder why this recurrence relation invariably (at least as far as
I've checked) leads to such polynomials.

I tried varying the recurrence relation, and obtained some others with
similar behavior. However, other variations produce >= 5th degree
factors which are invariably not solvable by radicals, or produce
irreducible polynomials whose solution I did not attempt.

So there is some quality of recurrence relations, rather than some
feature of the original physical problem, which explains this?

.



Relevant Pages

  • Re: why are the polynomials in this series all solvable by radicals?
    ... springs of spring constant k connecting adjacent masses. ... is solvable by radicals. ... I wonder why this recurrence relation invariably (at least as far as ... I've checked) leads to such polynomials. ...
    (sci.math.symbolic)
  • Re: cubes mod m
    ... remember that quasi proved linear factors ... will cause all moduli classes to be represented in the primes? ... the collection of polynomials degrees allowed is actually ... and g represents factors equiv m2 ...
    (sci.math)
  • Re: Multiple-variable polynomials
    ... closure of F such that every polynomial with coefficients in F factors ... with real coefficients factors into linear factors ... I am wondering if there is any sort of similar result for polynomials ... factorization one could hope for, and under tha right circumstances, we ...
    (sci.math)
  • Re: Using Orthogonal Polynomials for curve fitting?
    ... for other ways to fit polynomials to a data set, ... a sum of orthogonal polynomials, ... these have an advantage of course: your final linear system becomes diagonal, ...
    (sci.math.num-analysis)
  • Re: Trendline equation not giving correct results
    ... a piecwise linear equation joined between -5 and -6. ... polynomials are trying with limited success to model that sudden shift ... >>The trendline in the chart neatly fitted over the curve. ...
    (microsoft.public.excel.charting)