Is a rational function a Laurent polynomial?

481 Views Asked by At

I was trying to convert a rational function $\mathbb{R}(X)$ to a polynomial of type $\mathbb{R}[X,X^{-1}]$ but I failed. I searched internet and $\mathbb{R}[X,X^{-1}]$ has its own name!: "Laurent polynomials".

My questions:

1- Every Laurent polynomial is a combination of rational functions. Is every Laurent polynomial possible to be equal to a single rational function?

2- Are there methods to convert rational functions to Laurent polynomials? How are they?

2

There are 2 best solutions below

2
On BEST ANSWER
  1. Yes. A Laurent polynomial is an expression of the type$$a_n{X^n}+a_{n+1}X^{n+1}+\cdots+a_{n+k}X^{n+k},\tag1$$with $n\in\mathbb Z$ and $k\in\mathbb N$. This is a polynomial (and therefore a rational function) is $n\geqslant0$. Otherwise$$(1)=\frac{a_n+a_{n+1}X^n+\cdots+a_{n+k}X^k}{X^{-n}},$$which is a rational function.
  2. No. For instance, $\frac1{1+X}$ is a rational function, but you can't express it as an element of $\mathbb{R}[X,X^{-1}]$.
1
On

A rational function $f(X)$ can be a Laurent polynomial if and only if $X^mf(X)$ is an ordinary polynomial for some positive integer $m$.

Clearly one can find rational functions failing this condition.