4

I'm learning polynomials (for competitions) the first time, with having a little number theory and combinatorics experience.

The difficulty is that I can't understand

  1. why polynomials are so important, i.e why a very special class of functions $f(x) =\sum_{i} a_ix^i$ is very important in mathematics

  2. why I should care about factoring a polynomial into shorter polynomials with integer coefficients, or expressing it as $\sum_{i} a_ix^i = \Pi_{i} (x + b_i)$ (equivalently, finding the zeroes of it)?

  3. What are the application of polynomials in other apparently different fields of mathematics?

(Also as a bonus question, How to think about/imagine them from a non-symbolic, intuitive and/or visual perspective(s) ?)

Nij
  • 2,991
  • One not very satisfying answer I got is that in that for a polynomial $f(x)$with integer coefficient with degree $n$, that is factorizable into more than one shorter polynomials with integer coefficients, then at most $n$ term of the sequence ${ \cdots, f(m-1), f(m), \cdots, f(-1), f(0), f(1), \cdots, f(k), f(k+1), \cdots }$ is prime. But I want a more interesting answer than this. –  May 18 '17 at 07:09
  • 4
    There's something at https://math.stackexchange.com/questions/83837/what-is-a-real-world-application-of-polynomial-factoring and at https://mathoverflow.net/questions/171724/why-are-polynomials-so-useful-in-mathematics . – Patrick Stevens May 18 '17 at 07:31
  • 1
    Related: https://math.stackexchange.com/questions/2185587/what-actually-is-a-polynomial/2185648#2185648 – Ethan Bolker May 24 '17 at 16:56
  • Why shouldn't they be important? 2. Why not care? 3. Please define "apparently different fields of mathematics", and "What counts as a valid application of polynomials"?
  • – amWhy Jun 01 '17 at 21:08
  • Too bad our site blog was discontinued. I wrote a piece there, explaining how polynomials are used in storing data on e.g. a cloud service or a CD-ROM (the idea is the same for both) in such a way that one can recover from the loss of limited parts of data, or a limited number of errors. – Jyrki Lahtonen Jun 02 '17 at 05:23
  • @JyrkiLahtonen This ? –  Jun 02 '17 at 05:42
  • That's the one. I didn't know/remember it was archived. My own link had rotted. – Jyrki Lahtonen Jun 02 '17 at 05:46
  • 2
    @amWhy By the teapot principle, someone (a teacher) who asks me to study the polynomial should convince me to care, not the other way around – John Hon Sep 22 '23 at 13:08
  • @JohnHon We are not your teachers. The onus is on you to narrow your question to one, including, why you are asking, your thoughts on the question? Have you asked your teacher these questions? – amWhy Sep 22 '23 at 20:39