As part of some ongoing work I'm interested in functions $f(x)$ with the following properties:
$$ x \in [-1,1]$$ $$ f(-1) = -1, \quad f(1) = 1$$ $$ f'(-1) = 0, \quad f'(1) = 0$$ $$ f'(x) \ge 0 $$
where $'$ denotes differentiation with respect to $x$.
I'd love to know whether any families of polynomials, defined through recurrence or similar means can be constructed which meet these conditions - I'm just not sure how one would go about looking.
If additional constraints would be useful, we could also impose oddness, i.e. that $f(x) = -f(-x)$.
Thanks for the excellent info thus far!
I have one edit to make - I realised that it would also be very helpful if we could add additional constraints that forced the second derivative to also be zero at the ends of the domain, i.e. that
$$ f''(-1) = 0, \quad f''(1) = 0 $$
If anyone had thoughts on how this would modify the suggested families I'd love to read them.
Thanks again!

A Sketch of a Solution
Ignoring the condition $f'(x)\geq 0$ for all $x\in[-1,+1]$, show that every polynomial $f(x)$ with the required properties must satisfy $$f(x)=\frac{3x-x^3}{2}+\left(1-x^2\right)^2\,g(x)$$ for some polynomial function $g:[-1,+1]\to\mathbb{R}$. For the condiion $f'(x)\geq 0$ for each $x\in[-1,+1]$ to hold, you need to impose $$\frac{3}{2}+\left(1-x^2\right)\,g'(x)-4x\,g(x)\geq 0$$ to be true at all $x\in[-1,+1]$. For example, if $-\frac32\leq k \leq\frac38$ and $g(x)=k\,x$ for al $x\in[-1,+1]$, then $f$ satisfies all the requirements including monotonicity (and oddness). A family of odd increasing functions with the required properties with different degrees is $\left\{f_n\right\}_{n=0}^\infty$, where $$f_0(x):=\frac{3\,x-x^3}{2}$$ and $$f_n(x):=\frac{3\,x-x^3}{2}+\frac{3}{8}\,\left(1-x^2\right)^2\,x^{2n-1}$$ for all $x\in[-1,+1]$ and $n=1,2,\ldots$. I have not yet tried to prove this, but, using Mathematica, it seems that the polynomials $$\phi_n(x):=\frac{3\,x-x^3}{2}+\frac{3}{8}\,\left(1-x^2\right)^2\,x^{2n}$$ for all $n=0,1,2,\ldots$ also satisfy all conditions including monotonicity (but not oddness, obviously).