1

Suppose you have two continuous, positive convex functions $F(x)$ and $G(x)$, $x\in\mathbb{R}$ such that: $$\lim_{x\rightarrow\pm\infty}F'(x)=\lim_{x\rightarrow\pm\infty}G'(x)=\pm 1$$ and that $-1\leq F'(x)\leq 1$ and $-1\leq G'(x)\leq 1$. I'm trying to assert that such functions can cross at most once. Is this true in general?

user42397
  • 399

2 Answers2

6

Start with the curve $f(x)=\sqrt{x^2+1} $ and let $F$ be the piecewise linear interpolation between the points $(2n,f(2n))$, $n\in\mathbb Z$, and $G$ the inear interpolation between the points $(2n+1,f(2n+1))$. Then the graphs of $F,G$ intersect infinitely often.

4

No -- in fact you can get infinitely many crossings.

If you choose a starting point you can start by having $F'(x)=0$, $G'(x)=\frac12$ until $G$ has crossed above $F$. Then increase $F'(X)$ (as smoothly as you want) to $\frac23$ (but keep $G'(x)=\frac12$) until $F$ has crossed above $G$, then increase $G'(x)$ to $\frac34$ until $G$ has crossed above $F$ and so forth.

Computing the precise points where you increase the slope of one of the functions is left as an exercise for the reader.