Polynomials of different degrees and a related monomial

saadsarfraz
Messages
86
Reaction score
1

Homework Statement



Let f, g be nonzero polynomials with deg (f) \geq deg (g). Show that there
is a unique monomial bx^{k} where deg(f(x) - bx^{k}g(x)) < deg (f).

Homework Equations



see above

The Attempt at a Solution



I define polynomials f and g, with deg(f) = n and deg (g) = m and n\geqm
and let the monomial be h(x) so h(x)g(x) = l(x) and using the theorem deg(h(x)g(x)) = deg(h(x)+g(x)) and therefore deg l(x) = k + m. so overall i have to find deg(f(x)-l(x)) but this is equal to f(x) not less than f(x), how do I show its less than f(x).
 
Physics news on Phys.org


In other words you have a polynomial f = anxn + an-1xn-1 + ... , and you have another one g = cmxm + cm-1xm-1 + ...
where n > m .

And you are asked if you can find a bxk that can make the degree of
(f - bxkg) less than n.

In other words the coefficient of xn in the polynomial (f - bxkg) has to be what?
 


the coefficient has to be 0 than I think? but degree k+m still could be greater than n as we don't know anything about k.
 


You are just asked can you find, will you always be able to find, a k (and a b) that gives you the result you want?

Maybe you would find it easier if you first considered a concrete case. I can choose any polynomials that come into my head as long as n >or= m.

f = 5x3 + 10x2 + 2x + 8.5 and g = 3x + 2 comes into my head.

Can you find a b and k for that that gives you a reduced degree result for (f - bxkg) ?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top