For integer $k \geq 2$ and real $a \in [0, 1]$, I am looking for a function $f(k, a)$ such that
$$ a^k + (1-a)^k \leq f(k, a) $$
An easy one would be $f(k, a) = 2 \cdot (\max\{a, 1-a\})^k$. However, this bound is not good when $a$ is close to $1$ (or $0$).
Any thought would be helpful.
Side note: This problem came across while I was reading a paper.
For integer $k \ge 2$, you can get a quadratic bound just by forcing the parabola to match at 0, 1/2, and 1: $$ f(k,a) = 1-4(1-2^{1-k})a(1-a)\ge a^k +(1-a)^k $$ This is exact for $k = 2,3$ and an upper bound for $k > 3$ because a quadratic doesn't "bow out" as much as higher-order powers.