Consider the Itō integral $X_t := \int_0^t s \,dB_s$.
Here is my attempt. Let $f(t,x) = tx$. By Itō's formula, $$ d f(t, B_t) = B_t dt + t dB_t $$ so $$ t B_t = \int_0^t B_s\, ds + \int_0^t s \,dB_s. $$ But how is $\int_0^t B_s\,ds$ calculated?
Are $\int_0^t f(s) \,dB_s$ and $\int_0^t f(s, B_s)\,ds$ not solvable for any $f$, and generally left as they are when computing Itō integrals and solving Itō SDEs?
Thanks and regards!