How can the integration limit be determined for a continuous function?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Dethrone
Messages
716
Reaction score
0
Suppose $f$ is a continuous function on $(-\infty,\infty)$. Calculating the following in terms of $f$.

$$\lim_{{x}\to{0}}f\left(\int_{0}^{\int_{0}^{x}f(y) \,dy} f(t)\,dt\right)$$

Source: Calc I Midterm
 
Last edited:
Physics news on Phys.org
Let $g(x) = \int_0^x f(t)\, dt$. Since $f$ is continuous, so is $g$. Therefore, the composition $f\circ g \circ g$ is continuous. We are considering the limit $\lim_{x\to 0} f(g(g(x)))$, which equals $f(g(g(0)))$, by continuity of $f\circ g \circ g$. Since $g(0) = 0$, the limit is $f(0)$.
 
Excellent solution, Euge. Thanks for participating!
I thought this would be an interesting problem, as any other approach to this would be very difficult (if even possible). :D