Find $f(x)$ if $f(x)=A\int_0^{\frac{\pi}2}(\sin x\cos t\cdot f(t))dt+\sin x$, where $A$ is a constant.
$$f(x)=(A\int_0^{\frac{\pi}2}(\cos t\cdot f(t))dt+1)\sin x\\=B\sin x,$$ where $B=A\int_0^{\frac{\pi}2}(\cos t\cdot f(t))dt+1$ .... $(1)$
Also, $f(t)=B\sin t$ .... $(2)$
Putting $(2)$ in $(1)$,$$B=A\int_0^{\frac{\pi}2}(\cos t\cdot B\sin t)dt+1\\\implies B=\frac{AB}2\int_0^{\frac{\pi}2}\sin(2t)dt+1\\\implies B=AB+1 $$
Don't know if I am doing right and/or how to finish.
EDIT: @Nicolas asked to do double derivative. So, here is my attempt:
$$f(x)=B\sin x\\f'(x)=B\cos x\\f''(x)=-B\sin x\\\implies f^{"}(x)=-f(x)$$
I must add that solving second order differential equations is not in the syllabus.