0

The graph of the continuous function $y = f (x)$ is symmetric with respect to the origin, for all real numbers $x$

If $$ f(x)=\frac{\pi}{2}\int_1^{x+1}f(t)dt$$ and $f(1)=1$

Find $$\pi^2\int_0^1xf(x+1)dx$$ I have tried:$$f'(x)=\frac{\pi}{2}f(x+1)$$ and as the function is odd $f(-1)=-1$ $$\frac{\pi}{2}\int_0^1f(x+1)dx=1$$
But I can`t go any further can someone help me with it?

R.Temur
  • 415

1 Answers1

1

From given condition, $$f(0) = 0, \ \ f'(x) = \frac{\pi}{2}f(x+1), \ \ f'(x-1) = \frac{\pi}{2}f(x) $$

Then,

$$\begin{align}\pi^2\int_{0}^{1}xf(x+1)dx &= 2\pi\int_{0}^{1}xf'(x)dx \\\\ &= 2\pi(xf(x)|_{0}^{1} - \int_{0}^{1}f(x)dx) \\\\ &= 2\pi - 4\int_{0}^{1}f'(x-1)dx \\\\ &= 2\pi - 4f(x-1)|_{0}^{1} \\\\ &= 2\pi + 4f(-1) \\\\ &= 2\pi-4 \end{align}$$

Dhruv Kohli
  • 5,216