Solving a Probabilities Problem in Thermodynamics: Stuck? Let's Figure It Out!

AI Thread Summary
The discussion focuses on a probabilities problem involving two idealized drunks walking in one dimension. For part a, the probability that the drunks are a distance A apart after M timesteps is derived using the multiplicity formula, leading to P(A,M) = (M!)/[(1/2(M+A))!(1/2(M-A))!]. In part b, the probability that the drunks meet at the Mth timestep, which corresponds to A = 0, is similarly calculated as P(0,M) = (M!)/[(1/2(M+0))!(1/2(M-0))!]. The calculations require careful consideration of the number of forward and backward steps taken by each drunk. Overall, the problem illustrates the application of combinatorial probability in a thermodynamic context.
jessawells
Messages
18
Reaction score
0
i'm stuck trying to figure out this probabilities problem for my thermodynamics class. the question is:

consider an idealized drunk, restricted to walk in one dimension (eg. back and forward only). the drunk takes a step every second, and each pace is the same length. let us observe the drunk in discrete timesteps, as they walk randomly - with equal probability - back or forward.

a) suppose we have 2 non-interacting drunks who start out in the same location. What is the probability that the drunks are a distance A apart after M timesteps? (use stirling's approximation if you need to)

b)suppose instead that the 2 drunks started a distance L apart. Find the probability that the drunks meet at precisely the Mth timestep.


i know that the probability of a binary model system is given by:
P = multiplicity of system / total # of accessible states
= g (M, s) / 2^M

where g is the multiplicity and s is the spin excess (# of forward steps - # of backward steps")

= M! / [(1/2M+s)! (1/2M-s)! 2^M]

using stirling's approx. for large M, this becomes,

P (M,s) = sqrt[2/M(pi)] exp[-2s^2/M]


i'm not sure where to go from here and I'm really confused. the formula i wrote takes care of the M timesteps, but how do i factor in the distance A? how should i go about doing this question? I would appreciate any help. Thanks.
 
Physics news on Phys.org


Hi there,

I can understand your confusion with this problem. It can be quite challenging to incorporate both the time steps and distance A in the probability calculation. However, I will try to break it down for you and hopefully, it will make more sense.

Firstly, let's define the variables in the problem:

M = number of timesteps
A = distance between the two drunks
L = initial distance between the two drunks
s = spin excess (# of forward steps - # of backward steps)

Now, let's focus on part a) of the problem. We want to find the probability that the drunks are a distance A apart after M timesteps. To do this, we need to consider all the possible paths that the drunks can take to reach this distance A.

Let's say that the first drunk takes x number of forward steps and y number of backward steps. This means that the second drunk will take (M-x) forward steps and (M-y) backward steps to reach the distance A. Since each step is of equal length, we can say that:

x + (M-x) = A
and
y + (M-y) = A

Solving these equations, we get x = (M+A)/2 and y = (M-A)/2. Now, we can use these values to calculate the multiplicity of the system using the formula you mentioned above:

g(M,s) = (M!)/[(1/2(M+A))!(1/2(M-A))!2^M]

Substituting this in the formula for probability, we get:

P(A,M) = g(M,s)/2^M = (M!)/[(1/2(M+A))!(1/2(M-A))!2^M * 2^M]

Simplifying this, we get:

P(A,M) = (M!)/[(1/2(M+A))!(1/2(M-A))!]

Now, for part b) of the problem, we want to find the probability that the drunks meet at precisely the Mth timestep. This means that they must be at the same location after M timesteps, which is A = 0. Using the same approach as above, we can calculate the probability as:

P(0,M) = (M!)/[(1/2(M+0))!(1/2(M-0))!]

Simplifying this, we get
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top