Moonnstars said:
I figure now to just subtract the left side from the right, setting the equation to f(x).
Then, take the first derivative of it, which is g(x) [2\int0^x g(t) dt - (g(x)2)]
To prove f' increases, use the fact that g'\geq 0, demonstrating g(x) increases.
So, it can be said that h(x)=f'(x)= 2\int 0^x g(t) dt - (g(x)2) increases.
Taking h'(x) = 2g(x) - 2g'(x)g(x) = 2g(x)(1-g'(x)) >= 0, because of the problem's conditions.
My teacher wants a better explanation of this last part, and I don't know what else to do.
I essentially need to prove that every part is positive.
I offered this as an explanation...
If g'(0)=0, then f'(0)=0; thus, f'(x)>=0 implies f"(0)>=0.
(My teacher said I should be able to get away with not having to take the second derivative.)
Also, since g'(x)>=0 ==> g(x)>=g(0)=0
Thanks for looking at it.
This thread is getting long and seems to be getting afield from the OP, so it's probably reasonable to recap things.
Given: g(0) = 0, 0 < g' <= 1
Show that
\int_0^x g^3(t)dt \leq \left( \int_0^x g(t)dt \right)^2
Since g is an increasing function (g' > 0), it turns out that we can look the derivatives of the two functions above (the two integrals, which are functions of x). If we can show that the derivative of the integral on the left is <= the derivative of the integral on the right, that will prove the inequality we're trying to prove.
Equivalently we can show that the difference of the derivatives of the two integrals is <= 0, so lets' look at that difference.
d/dx \int_0^x g^3(t)dt - d/dx \left( \int_0^x g(t)dt \right)^2
= g^3(x) - 2 \int_0^x g(t)dt~d/dx \left(\int_0^x g(t)dt\right)
= g^3(x) - 2g(x) \int_0^x g(t)dt
= g(x)[g^2(x) - 2 \int_0^x g(t)dt]
We know that g(x) >= 0, so to show that the expression above is <= 0, we need to show that the expression in parentheses is <= 0. Using Office_Shredder's suggestion, take the derivative with respect to x of
(g^2(x) - 2 \int_0^x g(t)dt)
and show that this quantity is <= 0.