0

Is it possible to write a polinomy in R like a square of "something" if and only if that polinomy(in n variables, and grade m, with n and m naturals, ) is all time positive for all values? if it is possible consider another problem: i, is there a method to write all positive polinomy in R like a square of something?

1 Answers1

1

Well you can write $p(x)$ as the square of $\sqrt{p(x)}$.

More interestingly, you can write a real polynomial in one variable that is always non-negative as a finite sum of squares of real polynomials.

You can also write a real polynomial in two or more variables which is always nonnegative for real arguments, as a finite sum of squares of rational functions with real coefficients, but not necessarily the sum of squares of real polynomials.

Angina Seng
  • 158,341