1

Let $f$ be a given function such that $(f(x))^3 + 2f(x) = x + 1$ for every real $x$. Prove that $f$ is continuous on $\mathbb{R}$.

(I have been trying to prove this, but I find it difficult proving that $f$ is continuous, if we know that the inverse function is.)

2 Answers2

2

Verify that:

$$(f(x)-f(y))(f^2(x) + f(x)f(y) + f^2(y) + 2) = x - y$$

Note that $f^2(x) + f(x)f(y) + f^2(y) = \left(f(x) +\frac{f(y)}2\right)^2 + \frac34 f^2(y) \ge0$. We get

$$|f(x)-f(y)| = \frac{|x-y|}{f^2(x) + f(x)f(y) + f^2(y)+2} \le \frac12 |x-y|$$

So $f$ is Lipschtiz continuous.

user00000
  • 383
0

$y^3+2y=x+1$ therefore $\frac{dx}{dy}=3y^2+2>0.$ Thus $x$ is a strictly increasing differentiable function of $y$ with positive derivative. By chain rule $\frac{dy}{dx}=\frac{1}{3y^2+2}\leq\frac{1}{2}.$ Therefore $y$ is a differentiable and $\frac{1}{2}$-Lipschitz continuous function of $x$ (there is no need to prove continuity of the inverse function).

Mikhail Katz
  • 42,112
  • 3
  • 66
  • 131