What does this math statement mean?

  • Context: Undergrad 
  • Thread starter Thread starter iScience
  • Start date Start date
  • Tags Tags
    Mean
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
iScience
Messages
466
Reaction score
5
"consider the collection of all polynomials (with complex coefficients) of degree less than N in x"

okay so I'm considering a set of polynomials with complex coefficients and degree of the polynomial is less than N. what is this "in x" part that's being referred to? what's x?...
 
Mathematics news on Phys.org
iScience said:
"consider the collection of all polynomials (with complex coefficients) of degree less than N in x"

okay so I'm considering a set of polynomials with complex coefficients and degree of the polynomial is less than N. what is this "in x" part that's being referred to? what's x?...
x is the variable in the polynomial. For example, a typical polynomial in this set is f(x) = a0 + a1x + a2x2 + ... + aN-1xN-1. The coefficients a0, a1, etc. are complex, and x can take on complex values.
 
  • Like
Likes   Reactions: 1 person
Admittedly, that's a weird thing to say.

I think it's likely that another set of polynomials is introduced, and so it is a matter of having a consistent notation to follow. It would be strange to just talk about one set of polynomials, and to care about what symbol the variable uses.
 
There are at least two reasons for the introduction of "in x" when describing these polynomials;

1) In a more formal setting, polynomials are treated like strings of symbols where some of the symbols (the coefficients) come from one set and the other symbols (the powers of the "variable(s)") from another. In order to avoid problems, it is usually stipulated that the variable(s) can't also be coefficient symbols, and so one must stipulate what the "variable" symbol is.

In these settings the "variable" usually isn't meant to actually be a variable/place-holder, and the polynomial isn't intended to represent a "function" per se. This idea can be extended to formal "power series over __ in __", which are quite powerful in a somewhat "abstract nonesense" sort of way; one can develop quite a bit of complex analysis, for example, without even talking about complex numbers and functions. Heck, one particularly common way of developing the complex numbers uses formal polynomials.

2) To to those familiar with the "polynomial in __" terminology, one can talk about polynomials in ##e^x## ( ##e^{2x}+2e^x+1##), polynomials in ##\sin\theta## (##\sin^2\theta+2\sin\theta+1##), polynomials in ##y^2## (##y^4+2y^2+1##), etc. Methods for solving equations of these types then become more obvious; i.e. we can use techniques for solving polynomial equations to help us solve equations involving things that wouldn't normally be considered according-to-Hoyle polynomials.