2

Suppose $f(x)$ is an increasing function and $g(x)$ a decreasing function, and $h(x)=f(x)+g(x)$, what guarantees $h'(X)$ has at most one solution?

To be more specific, for the problem I have at hand, $f''(x)>0$ and $g''(x)<0$, is there at most 1 solution for $h'(x)=0$? Thanks.

user144410
  • 1,312
Adam
  • 17
  • 1
    Any function of bounded variation (on a closed interval) is the sum of an increasing function and a decreasing function. In particular, any $C^1$ function can be obtained this way. In case of $C^1$ functions, this can be easily made explicit: just look at integrals of the negative and positive part of the derivative. – tomasz Mar 15 '18 at 22:16

2 Answers2

1

There's no reason why this should be the case. For example, $\sin x$ is the sum of an increasing function and a decreasing function: let $f(x)=\int_0^x\max(\cos t,0)\,dt$ and $g(x)=\int_0^x\min(\cos t,0)\,dt$; then $f(x)+g(x)=\int_0^x(\max(\cos t,0)+\min(\cos t,0))\,dt=\int_0^x\cos t\,dt=\sin x$.

(You can modify this easily to get $f'(x)>0$ everywhere and $g'(x)<0$ everywhere, for example by adding $x$ to $f(x)$ and subtracting it from $g(x)$.)

1

With your hypothesis only, there is no guarantee of it. It is easy to find such $f,g$ with $f+g$ having any amount of slope changes, for instance see the other answer.

There may be hypothesis of asymptotic growth of $f,g$ on $\pm \infty$ and local behavior of functions that guarantee at most one solution to the equation, but these hypothesis would be rather artificial.

Also if $f,g$ are constrained to be polynomials, there may be some assumptions on the degree and the coefficients that guarantee that too.