![]() |
Random walk in arbitrary dimension
I'm trying to find the probability distribution for a random walk on a lattice with lattice constant a in arbitrary dimension d. The rules for my walk is that in each step the walker has to move to an adjacent spot on the lattice along one and only one component. My logic is as follows.
My probability distribution ought to be Here, [itex]\vec{r}[/itex] is my final position vector from the starting point of the walk, t is the total time since we started the walk and $\tau$ the time per step. [itex]\vec{R}(t)[/itex] is a random variable consistent with the final position of the walk. [itex]L[/itex] simply indicates that we are on a lattice, and is merely included for consistency with my textbook. The delta-function is a d-dimensional delta function, d being the dimensionality of my lattice. Since the delta-function is normalized the right-hand side should represent the probability distribution of my random walk. Using the Fourier representation of a delta function, and the fact that a multidimensional delta-function is a product of single dimensional delta-functions, I can rewrite my probability distribution as [itex]R_i[/itex] and [itex]r_i[/itex] represent the ith component of my random variable and the ith component of the position on my lattice whose probability I want to find respectively. I can rewrite [itex]R_i[/itex] as follows: Here, my [itex]\xi_{j,i}[/itex] represent the change in [itex]R_i[/itex] on step j. Writing [itex[M=t/\tau[/itex] my probability distribution is therefore [itex]\xi_{j,i}/a[/itex] can take on values of +1, 0, or -1 with probability 1/2d, (d-1)/d, and 1/2d respectively. So Most of the probability distributions I'v seen for the d-dimensional random walk are based on combinatoric considerations. Can anyone confirm that the logic and final expression for my probability distribution are correct. Also, does anyone have any advice on how to proceed with the final integral? Chruser? WW? Anyone? Also, I don't know how to do inline latex on Zelaron :( Can one of you guys fix my post for me so that the inline latex shows up? |
Computer simulations show my model is only accurate for d=1. I don't understand why. I used Wolfram Alpha to numerically evaluate my integral.
|
Unfortunately, I'm not that much of a math nerd. Chruser may have some insight to impart, however. As for the inline latex, all latex is inline on this site. Just use the normal tag.
|
Anyway, I like your approach. Have you checked your your first integral numerically (for reasonable values of My other, dumb 10:15-AM-with-no-sleep guess for a possible culprit is that |
Thanks for the comments!
And sorry, it's clear that the way my final expression displays makes its meaning ambiguous. The expression in block parenthesis is not meant to be part of the exponent. Perhaps this makes the integral clearer Does that look any more analytically approachable to anyone? Meh, it probably doesn't matter since my result doesn't hold for anything more than d=1. It's a little unclear to me how I would find a theoretical average for I'm unfamiliar with stochastic integrals, and what difficulties might be introduced when replacing and therefore My suspicion is also that my calculation for the average of the exponential is wrong. One possible pitfall in my model is that for fixed j the where M is the measure of a set. The last term comes up somewhat unexpectedly unless you've thought about that kind of operation before. I'm not sure if there might be something like that in the computation of the exponential average that I might not have accounted for. That's something I can look into. The alternative solution I'm considering trying is to decompose my R vector a little differently. I'm thinking of having a single This means that Thanks again, guys. |
Quote:
It wasn't really ambiguous, I just fucked up. Not that you probably need that integral, but it looks like a straightforward application of Euler's formula and the multinomial theorem, if I'm reading it correctly... Something like (using k instead of i as the iteration variable in the product to prevent it from being mixed up with the imaginary unit) where Pushing the where If the |
I tried using my new expansion for R. Got the same result, as expected. I figured I'd carry out the math though to check for the possibility of there being some hidden term or factor that pops out. So, either my final integral in the original post is correct or I'm messing up my expectation algebra somewhere.
For some reason I never considered doing a multinomial expansion, but that definitely seems to be the way to go. Your evaluation of the integral even appears like what I'd expect the combinatoric solution to be, which is promising. I'm wondering if perhaps I messed up entering my integral expression into the numerical integrator. Could someone else possibly check the final numerical integral in the original post for me using The code is as follows Code:
#include <stdio.h> All you have to do is supply the |
The integral seems fine for d=1 (both for obvious inputs, like a probability of 1/2 for the point x=1 after one step, and less obvious ones simulated by your program).
For d=2 dimensions, a simple case for which the distribution seems to fail is the point Actually, this seems like a pretty fun problem to solve by counting words... |
You are correct, again. I'm lost at this point. Don't know what's wrong. Giving up for now.
Thanks. |
I played around a bit with the word-counting approach, which seems to have given me some promising results.
Each walk of length For instance, if you're interested in walks from The If we consider the first two In this particular example, it is realized that we can represent a selection of three pairs of By counting the number of permutations of all words that arise from all such sums (3+0+0, 0+3+0, 0+0+3, 2+0+1, 2+1+0, 0+2+1, 1+2+0, 0+1+2, 1+0+2, 1+1+1), we get the total number of walks we seek (since no other walks of this type exist). For this example, we get that the number of walks that we seek, N, is (Number of walks arising from 3+0+0) + (Number of walks arising from 0+3+0) + ... + (Number of walks arising from 1+1+1) = Dividing N by the total number of walks in 20 steps ( This example is easily extended to the general case. For instance, using the notation we get that the probability that we end up in where the sum is taken over all nonnegative integers |
Sorry for being slow. I think I've solved it, and I will try and comment on your solution tomorrow. Exhausted at this point, and have a stack of papers to grade. :(
|
That doesn't sound very fun. :(
Remind me to capacitate myself to work on problems like this without any teaching duties. |
All times are GMT -6. The time now is 04:59 PM. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.