[Math] Brownian hitting time of a _very_ simple linear boundary

brownian motionstochastic-integralsstochastic-processes

I realize that general results on the hitting times of a curve are practically nonexistant, but I am hoping that someone can string together a sequence of tricks to tell me what

$$
\Pr\left( \inf\left\{ t \ge 0: B_t + \mu t \le \log( A + Ce^{bt} ) \right\} \le x \right)
$$

where $B_s$ is a standard Brownian motion, $A>0, C>0$ is. I would like $\mu \lessgtr 0$ and $b \lessgtr 0$ if possible, but would be interested in any result in this direction. Alternately, if someone can simply offer the expectation of

$$
\int_0^\tau e^{rt} d t
$$

where $\tau$ is the hitting time discussed above, this is how I will use the distribution. This problem is derived from the first time that a geometric Brownian motion with drift hits the curve $A + C^{bs}$. If the more general case of the first time that $Ae^{aB_s} + Ce^{cB_s} \ge \Xi$ is available, I would also be very interested.

Many thanks.

Best Answer

Well, the problem is that there is a reason why general hitting time results are practically non-existent:

Let $f(t)$ be the time-dependent cutoff of your Brownian motion. In your case, $f(t) = \log (Ae^{-\mu t} + Ce^{(b-\mu) t})$. We would like to compute the probability density of $B_t$ given that we have not yet hit the boundary at time $t$. Let this density be $p(x;t)$, so that $\int_{-\infty}^{f(t)} dx \space p(x;t) = 1$. One can work out a PDE for $p$ by discretizing and looking at $p(x;t+\Delta t)$. It is not easy, and one has to be very careful about factors of $\Delta t$ vs $\sqrt{\Delta t}$ and the rate at which you lose weight to the cutoff, but it is doable. One finds the following:

$\partial_t p(x;t) = \frac{1}{2} \partial_x^2 p(x;t) - \frac{1}{2} p(x;t) \partial_x p(f(t); t)$ for $x < f(t)$

The first term is the standard Brownian diffusion of probability, while the latter term accounts for the renormalization necessary (after loss through the cutoff) to keep the total probability equal to 1. One can check the consistency of this by integrating both sides with respect to $x$. The LHS goes to zero (being $\partial_t 1$), and the two terms on the RHS cancel each other. The probability density of hitting times is given by $P(t) \propto \partial_x p(f(t);t)$.

The more complicated the function $f(t)$, the less likely this is to have a nice solution. Even relatively simple $f(t)$ are difficult to solve. Your best bet to find an analytical solution, if one exists, is to run a small-scale Monte Carlo simulation to get an idea of what the probability looks like, and then guess an Ansatz.

Let's look at the case where $(b-\mu) > 0$ or $\mu < 0$, so that asymptotically, the cutoff recedes linearly as $at$ for some positive $a$. Then we expect most of the probability density will look like the standard Brownian motion distribution $e^{-x^2/2t}$, and the rest of it will be a function of $(x-at)$, at least asymptotically. So let's take that as our Ansatz: $p(x;t) = e^{-x^2/2t} g(x-at,t)$. Plugging in, we find

$-a\partial_z g(z,t) + \partial_t g(z,t) = \frac{1}{2} \partial_z^2 g(z,t) - \frac{x}{t} \partial_z g(z,t) + \frac{a}{2} e^{-\frac{a^2t}{2}} g(z,t)$, or
$\partial_t g(z,t) = \frac{1}{2} \partial_z^2 g(z,t) - \frac{z}{t} \partial_z g(z,t) + \frac{a}{2} e^{-\frac{a^2t}{2}}g(z,t)$.

Let's ignore the last term, because we are only looking at the asymptotic behavior. Then a good solution is $g(z,t) = \alpha z + \beta + \gamma \frac{z}{t}$ for $z<0$, and we set the free variables by the requirement that $p(x;t)$ integrates (over x) to $1$, that $g(0,t) = 0$ (so $\beta = 0$), and that we really don't care about the $z/t$ term in the limit.

The hitting times wind up to be proportional to $e^{-\frac{a^2}{2} t}$, at least asymptotically. Of course, that's not the behavior you're interested in, but this is a first step. (Next steps involve perturbing f(t) by lower-order terms in the expansion of the log and seeing how you have to modify your Ansatz.)