Let $a,b,c$ be positive reals numbers. Assume $a<b$. I'm trying to construct a $C^1$ function (meaning a function with continuous derivative) $f$ with the following properties:
- $f$ is increasing and supported on $[a,b]$;
- $f(a)=0$ and $f(b)=c$;
- $f'(a)=0$ and $f'(b)=1$;
Geometrically $f$ is a curve connecting $(a,0)$ and $(b,c)$ with additional derivative requirements at two end points.
I think such a function is very useful in application but I can't find any book containing methods of constructions. I guess the construction may be tedious. Do you know any reference providing constructions of lots of special functions?
You can look for a polynomial of degree 4 of the form $$ p(x)=(x-a)^2(A\,x+B) $$ where the constants $A$ and $B$ are chosen to satisfy the conditionsconditions at the point $b$.
The special case $a=0$, $b=c=1$ gives $p(x)=x^2(2-x)$, with $p'(x)=x(4-3\,x)\ge0$ if $0\le x\le1$.The general case is then $$ c\,p\Bigl(\frac{x-a}{b-a}\Bigr), $$ which is increasing on $[a,b]$.