5

Under what conditions a rational function has bounded derivative?

This question arise to me when considering the following theorem:

If $f \in C^1(I,\mathbb{R})$ where $I$ is an interval then:

$f$ is globally lipschitz $\iff \exists L \ge 0.\forall t \in I.|f'(t)| \le L $

So taking rational function $f(x) = \frac{p(x)}{q(x)}$ we have $f'(x) = \frac{p'(x)q(x)-p(x)q'(x)}{q(x)^2}$.

My view

I think I should assume that $f:\mathbb{R} \to \mathbb{R}$ so that $\forall x \in \mathbb{R}.q'(x) \neq 0$ (however this doesn't seem to be necesary). And then perhaps a condition on the degree guarantees boundedness...

user1868607
  • 5,791

1 Answers1

6

There are two immediate necessary conditions.

  • The degree of the numerator must be at most one more than the degree of the denominator; otherwise, the function has unbounded derivative at infinity.

  • There cannot be any vertical asymptotes; thus, $f$ has no non-removable discontinuities (that is, that any zeros of $q$ occur as zeros of $p$ with at least the same multiplicity). Otherwise, $f$ is unbounded at any zeros of $q$ and has unbounded derivative.

I'll leave it to you to prove that these two conditions are sufficient.


Comment: $f'$ is also a rational function, so this is basically just asking when a rational function is bounded on $\mathbb{R}$. Looking in the complex plane, it means that any poles of $f$ have to occur off the real axis, so the denominator never vanishes on $\mathbb{R}$. Furthermore, $f'$ has to be bounded at infinity which means that we cannot have a pole there either.

Also, have a look at the Laurent series at any pole; it cannot have any non-principal part while being bounded at $\infty$.

John Hughes
  • 93,729