Here I defined a non-negative stochastic process. Now, taking $F(t,x) = tx^2$, I would like to find that the continuous local martingale ``part'' obtained by Itô's formula is indeed a Martingale. To do so, I obtained, by applying Itô's formula, and $$ d X_t = 3dt + 2\sqrt{X_t}d B_t, \quad\quad d\langle X,X\rangle_t = 4X_t\langle B,B\rangle_t, $$ the following formula: $$ F(t,X_t) = \int_0^2 [X_s^2 + 10s X_s ] ds + 4\int_0^t sX_s \sqrt{X_s}d B_s. $$
Hence, I defined $M = (M_t)_{t\geq 0}$ by $$ \int_0^t sX_s \sqrt{X_s}d B_s. $$ To see that it is a martingale, it is sufficient to see that $E\sqrt{\langle M,M\rangle_s}< \infty$, but, by (concave function version) Jensen's inequality, $E\sqrt{\langle M,M\rangle_s}\leq \sqrt{E\langle M,M\rangle_s}$, and then it is enough to see that $E\langle M,M\rangle_s<\infty$. Hence, $$ E\langle M,M\rangle_s = E\int_0^t s^2 X_s^3 ds. $$ Since $X_s\geq 0$, we can apply Fubini's theorem, and hence $$ E\int_0^t s^2 X_s^3 d s = \int_0^t s^2 EX_s^3 ds. $$ My question is: How can I asssure that $EX_s^3 <\infty$? Is there any other way of doing it? Thank you in advance and I hope you find it interesting.