Let $0<m(E)<\infty$ for a Lebesgue measurable subset $E \subset \mathbb{R}$. Consider two positive functions $f$ and $g$ in $L^p(E)$, $p>1$, and define the function $F:[0,\infty) \to [0, \infty)$ as $$F(t)= \int_E [f(x)+tg(x)]^pd x.$$ Show $F$ is differentiable on $(0, \infty)$ and compute its derivative $F'(t)$. Make sure to show $F'(t)$ is finite.
This came from an old qualifying exam at my university. Here is my attempt (letting $h(x,t)$ stand for the function in the integral):
Since $p-1>0$ and since $f$ and $g$ are positive, the partial $$\frac{\partial h}{\partial t}=pg(x)[f(x)+tg(x)]^{p-1}$$
exists for each $(x,t), x\in E, t\in [0,\infty)$. Also note for each $(x,t)$ again since $g$ and $f$ are positive, \begin{align*} \bigg|\frac{\partial h}{\partial t}\bigg|&=\big|pg(x)[f(x)+tg(x)]^{p-1}\big| \\ & \leq p 2^{p-1}\big(f(x)^{p-1}g(x)+t^{p-1}g(x)^p\big) \end{align*}
The finiteness of $m(E)$ ensures that the latter function is integrable. Hence, $$\frac{\partial F}{\partial t}=\frac {\partial}{\partial t} \int_E h(x,t)\:\mathrm{d}x=\int_E \frac{\partial h}{\partial t}\:\mathrm{d}x=p\int_Eg(x)[f(x)+tg(x)]^{p-1}\:\mathrm{d}x < \infty$$ for all $(x,t)$ as previously described.
I feel uneasy with this solution, particularly with the inequalities, and whether I correctly justified differentiation under the integral sign.
I meant, by my own inequalities, that $$[f(x)+tg(x)] \leq 2\max\big(f(x),tg(x)\big)\leq 2\big(f(x)+tg(x)\big)$$ as all quantities involved are positive (assuming $t=0$ trivially works as well). Since $p-1>0$ and both sides of the above inequality are positive, we then have $$[f(x)+tg(x)]^{p-1}\leq 2^{p-1}\big(f(x)+tg(x)\big)^{p-1}$$ since $\xi^{p-1}$ is strictly increasing on $\xi>0$. This overdoes things if $p-1 \geq 1$ but it still works, and furthermore takes care of the case if $0<p-1<1$. The finiteness of $E$ guarantees that the $L^p$ functions are in $L^{p-1}$. Correct?
– Darrin Dec 27 '14 at 22:44