Let $X_t$ be defined as follow: $$X_t:=\int_{h=0}^{h=t}W_h^{-1}dW_h$$ Is $X_t$ well defined? Can the integral be computed?
We know that for a general function $y=\frac{1}{x}$, we can integrate to $ln(x)$, so I thought about defining a function $F(W_t):=ln(W_t)$ and applying Ito's lemma to $F$, but the problem is that $W_t$ can go negative, so that makes me think that we cannot do that (i.e. log of negative number is undefined).
As another example, if I were to integrate $X_t:=\int_{h=0}^{h=t}W_h^{-2}dW_h$, I'd proceed as follows:
We have:
$$W_t=W_0+\int_0^ta(W_t,t)_{=0}dh+\int_0^tb(W_t,t)_{=1}dW_h$$
So that $W_t$ is an Ito process. Let $F(W_t):=W_t^{-1}$, then, using Ito's Lemma:
$$F(W_t)=\int_{0}^t \left( \frac{\partial F}{\partial t}_{=0}+\frac{\partial F}{\partial W_t}_{=-W_h^{-2}}*a(W_t,t)_{=0} + 0.5\frac{\partial^2 F}{\partial W_t^2}_{=2W_h^{-3}}*b(W_t,t)^2_{=1} \right)+\int_0^t\left(\frac{\partial F}{\partial W_t}_{=-W_h^{-2}}b(W_t,t)_{=1}\right)dW_h=\\=\int_0^tW_h^{-3}dh-\int_0^tW_h^{-2}$$
So that:
$$\int_0^tW_h^{-2}dW_h=\int_0^tW_h^{-3}dt-W_t^{-1}$$
The problem above is again that $W_t^{-1}$ goes to infinity, whenever $W(t)$ approaches zero, so the integrals might not be well defined in any case and I am not sure if they converge: i.e. if I can even use Ito's Lemma as above?
Are integrals of negative powers of Brownian motion well defined?