7

Problem

Suppose that $f(x)$ is a differentiable function and $f'(x)$ is the derivative of $f(x)$. Without aids of integral, can we prove that $f'(x)+\lambda f(x)$ has intermediate property?

Intermediate property

A (real) function $f(x)$ having intermediate property means that if $a,b\in f(\Bbb R)$ and $a<c<b$, then $c\in f(\Bbb R)$, where $f(\Bbb R)=\{\;f(x):x\in\Bbb R\;\}$

With aids of integral

Let $g(x)=f'(x)+\lambda f(x)$. For $f(x)$ is continuous, we have $f(x)$ is Riemann-integrable. Let $G(x)=f(x)+\int_0^xf(t)dt$, we have $G'(x)=g(x)$; therefore, we can apply Darboux's theorem to $G(x)$, and we've done.

Yai0Phah
  • 9,733
  • @AndréNicolas That's not true, every function on the reals is the sum of two with IVP (c.f. the Wiki page for Darboux's Theorem). – Hunter Spink Aug 16 '12 at 08:34
  • @Rofler I don't know about whether the sum of an arbitrary Darboux function and a continuous function is a Darboux function – Yai0Phah Aug 16 '12 at 08:35
  • Thanks, I even knew that (not from old real knowledge, but from recent post on MSE). – André Nicolas Aug 16 '12 at 08:38
  • @FrankScience http://www.ams.org/journals/proc/1976-060-01/S0002-9939-1976-0417350-1/S0002-9939-1976-0417350-1.pdf seems to prove that an arbitrary sum of a Darboux and continuous function can fail IVP pretty bad. – Hunter Spink Aug 16 '12 at 08:44
  • @Rofler Thanks. Now it's not high time for me to read that. I'm just working on a problem in basic calculus, which results in the stated problem. I think using integral is not appropriate because in that chapter, integral is not introduced! Therefore it's better to find a more elementary proof, or skip it, and use another way to solve the original problem. – Yai0Phah Aug 16 '12 at 08:46
  • Isn't your intermediate property a simple consequence of the continuity of f? (intermediate value theorem, see: http://en.wikipedia.org/wiki/Intermediate_value_theorem). In which case, $f+\lambda f'$ verifies this property as $f'$ is continuous, from $f$ being differeciable. – S4M Aug 16 '12 at 10:05
  • @S4M Differentiable $\ne$ continuously differentiable. – Did Aug 16 '12 at 10:31

1 Answers1

4

Let $a\lt b$, $g(t)=f'(t)+\lambda f(t)$, and $z$ in the interval between $g(a)$ and $g(b)$. One wants to show that there exists $x$ in $[a,b]$ such that $g(x)=z$. If $\lambda=0$, this is the usual case. Assume that $\lambda\ne0$.

One can assume without loss of generality that $g(a)\lt z\lt g(b)$. Consider the function $h$ defined by $h(t)=\mathrm e^{\lambda t}(f(t)-z/\lambda)$. Then $h'(t)= \mathrm e^{\lambda t}(g(t)-z)$, hence $h'(a)\lt0\lt h'(b)$. The usual intermediate value theorem for derivatives applied to $h'$ ensures that $h'(x)=0$ for some $x$ in $(a,b)$. Thus, $g(x)=z$.

Did
  • 279,727