Thread Closed

Random walk in spherical coordinates

 
Share Thread Thread Tools
Aug10-10, 04:21 PM   #1
 

Random walk in spherical coordinates


Hi,

I'm modeling receptors moving along a cell surface that interact with proteins inside of a cell. I figured it would be easier to model the receptors in spherical coordinates, however I'm unsure of how to model a random walk. In cartesian coordinates, I basically model a step as:

x = x + sqrt(6*D*timeStep)*randn
y = y + sqrt(6*D*timeStep)*randn
z = z + sqrt(6*D*timeStep)*randn

Where D is my diffusion constant. How can I do this just using theta and phi? Modeling random walk in spherical coordinates will be really nice, because I can fix r such that the receptors can't leave the membrane of the cell, and just focus on how it moves in 2D with respect to the membrane.
 
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Aug10-10, 08:40 PM   #2
 
Because the receptors are so much smaller than the size of the cell, it should be fine if you treat theta and phi just like x-y; i.e. pretend its a 2D random walk in Cartesian coordinates.
 
Aug10-10, 11:08 PM   #3
 
Recognitions:
Science Advisor Science Advisor
To choose points on the surface of a sphere uniformly, the two angles should be chosen as follows (I'll call them latitude and longitude):

Longitude (θ) - θ uniform between 0 and 2π.
Latitude (φ) - sinφ uniform between -1 and 1.
 
Thread Closed

Tags
coordinates, random walk, spherical
Thread Tools


Similar Threads for: Random walk in spherical coordinates
Thread Forum Replies
Random Walk question Advanced Physics Homework 2
Random walk Advanced Physics Homework 3
random walk Calculus & Beyond Homework 7
random walk (3) Calculus & Beyond Homework 0
random walk (2) Calculus & Beyond Homework 0