I don't know why, but this equation seems to be true for several functions that I've tested. "a" is a real value and "f" is some function.
$$\lim_{n \to \infty} \int_0^a f(t, \sin{nt})\,\mathrm dx = \lim_{n \to \infty} \int_0^a f(t, \cos{nt})\,\mathrm dx$$
ex. $$\lim_{n \to \infty} \int_0^{\pi/2} \frac{\sin^2{nt}}{1+t} \,\mathrm dt = \lim_{n \to \infty} \int_0^{\pi/2} \frac{\cos^2{nt}}{1+t}\,\mathrm dt = \frac{1}{2}\log(1+\frac{\pi}{2})$$
Graph Image Here is a graph that graphs the equation above. https://www.desmos.com/calculator/20m87pszz8
My intuition tells me that each pair of neighboring hills made by sin and cos will eventually be indistinguishable and therefore the area will be the same. However, I don't know a way to prove this.
Does anyone know a proof or a theorem relating to this problem?
I appreciate your help.