Can Rational Functions be Written as a Sum of Polynomials?

  • Thread starter Thread starter silvermane
  • Start date Start date
  • Tags Tags
    Field Polynomials
silvermane
Gold Member
Messages
113
Reaction score
0

Homework Statement


Take two polynomials f(x) and g(x) over a field, and suppose that gcd(f,g)=1.
Show that any rational function, \frac{h(x)}{f(x)g(x)} can be written in the form
(\frac{p(x)}{f(x)}) + (\frac{q(x)}{g(x)}) for some polynomials, p and q.



The Attempt at a Solution


I claim that any rational function (\frac{h(x)}{f(x)g(x)}) can be written in the form (\frac{p(x)}{f(x)}) + (\frac{q(x)}{g(x)}) for some polynomials, p and q.

We're given that the gcd(f,g) = 1, so we could write them as a linear combination of their gcd:
1 = u(x)f(x) + w(x)g(x).
We divide both sides by f(x) and g(x) to obtain:
(\frac{1}{f(x)g(x)}) = (\frac{u(x)}{g(x)}) + (\frac{w(x)}{f(x)})
We could then multiply both sides by h(x) to obtain:
(\frac{h(x)}{f(x)g(x)}) = (\frac{h(x)*u(x)}{g(x)}) + (\frac{h(x)*w(x)}{f(x)})

Now, let p(x) = h(x)*u(x) and q(x) = h(x)*w(x). Thus, we have that
(\frac{h(x)}{f(x)g(x)}) = (\frac{p(x)}{g(x)}) + (\frac{p(x)}{f(x)})
and we've proven our claim.

I just want to make sure that what I've done here is correct. Just so that I understand the material and what's going on. Thank you for your help in advance! :blushing:
 
Physics news on Phys.org
seems fine.
It's a cool proof actually...
 
:blushing:
Thanks! I had a lot of fun writing it once I figured the whole thing out.
Thanks for checking it for me!
 
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