Proving something involving real polynomials

  • Thread starter Thread starter Whovian
  • Start date Start date
  • Tags Tags
    Polynomials
AI Thread Summary
To prove that the coefficients of the polynomial ratio of two polynomials with real coefficients are also real, it is established that if p(x)/q(x) = r(x) is a polynomial, then p(x) can be expressed as p(x) = r(x) * q(x). This leads to the conclusion that the coefficients of p(x) are derived from the coefficients of r(x) and q(x). By examining the terms of these polynomials, it is shown that each coefficient is real, particularly noting that the constant term r_0 is equal to p_0/q_0, confirming its reality. The discussion also acknowledges that limits may be necessary to address the domain issues when q(x) equals zero. Overall, the approach combines polynomial multiplication and coefficient analysis to affirm the reality of the coefficients.
Whovian
Messages
651
Reaction score
3

Homework Statement



I'm trying to prove, for part of a homework problem, that if the ratio of two polynomials ##p## and ##q## with real coefficients is a polynomial, then all of its coefficients are real.

Homework Equations



N/A

The Attempt at a Solution



Well, we can first note that for real ##x##, ##p\left(x\right)## and ##q\left(x\right)## are real, and so ##\lim\limits_{a\to x}\left(\dfrac{p\left(a\right)}{q\left(a\right)}\right)## is real (remember that ##\dfrac pq## is a polynomial, and thus ##p## is divisible by ##q##.) I seem to be stuck here proving that any polynomial ##\mathbb{R}\to\mathbb{R}## has real coefficients. Any ideas?

EDIT: Oh wait. I think maybe induction and differentiation might help?
 
Last edited:
Physics news on Phys.org
Whovian said:

Homework Statement



I'm trying to prove, for part of a homework problem, that if the ratio of two polynomials ##p## and ##q## with real coefficients is a polynomial, then all of its coefficients are real.

Homework Equations



N/A

The Attempt at a Solution



Well, we can first note that for real ##x##, ##p\left(x\right)## and ##q\left(x\right)## are real, and so ##\lim\limits_{a\to x}\left(\dfrac{p\left(a\right)}{q\left(a\right)}\right)## is real (remember that ##\dfrac pq## is a polynomial, and thus ##p## is divisible by ##q##.) I seem to be stuck here proving that any polynomial ##\mathbb{R}\to\mathbb{R}## has real coefficients. Any ideas?

EDIT: Oh wait. I think maybe induction and differentiation might help?

I don't think you need calculus (including limits) here. You have p(x)/q(x) = r(x), where all three functions are polynomials. This implies that p(x) = r(x) * q(x). I haven't taken this any further, but what I would do next is to write the terms of the three polynomials, noting that the sum of the degrees of r and q has to be equal to the degree of p. Then look at how each term of r(x) is computed.
 
Mark44 said:
I don't think you need calculus (including limits) here. You have p(x)/q(x) = r(x), where all three functions are polynomials. This implies that p(x) = r(x) * q(x). I haven't taken this any further, but what I would do next is to write the terms of the three polynomials, noting that the sum of the degrees of r and q has to be equal to the degree of p. Then look at how each term of r(x) is computed.

Hmm. That would be

$$p_{a+b}\cdot x^{a+b}+p_{a+b-1}\cdot x^{a+b-1}+\ldots+p_0=\left(r_a\cdot x^a+r_{a-1}\cdot x^{a-1}+\ldots+r_0\right)\cdot\left(q_b\cdot x^b+q_{b-1}\cdot x^{b-1}+\ldots+q_0\right)$$

Examining each term, ##p_0=r_0\cdot q_0##, so ##r_0\in\mathbb{R}## (the projective reals are closed under division.) ##p_1=r_1\cdot q_0+r_0\cdot q_1## (hey, this resembles another approach I took to the problem!) Thus ##r_1\in\mathbb{R}##.

Ah, I see where this is going. Thanks!

Though the limits probably still are necessary, otherwise the domain of ##\dfrac pq## is ##\mathbb{R}\setminus\left\{x\ |\ q\left(x\right)=0\right\}##.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top