What Does R(n) Represent in a One-Dimensional Chain Model?

AI Thread Summary
R(n) represents the endpoint of a one-dimensional chain model where segments can face left or right. In this model, the total number of configurations is 2^N, and the configurations with n segments facing right can be calculated using C(N, n). The value of R(n) is determined by the difference between the number of right and left facing segments, multiplied by 2. When the number of segments facing left equals those facing right, R(n) equals zero. Ultimately, R(n) serves as a function of n, indicating the chain's endpoint based on the orientation of the segments.
usn7564
Messages
61
Reaction score
0

Homework Statement


Consider a chain with N >> 1 segments of length 1. One end of the chain is at the origin, the other at a point R. In this onedimensional model the segments may face left or right. The number of segments facing right is n.

1: What is the number of possible configurations in the chain? [This I have answered, 2^N]

2: Find the number of configurations with n segments facing right? Which is the associated R(n)? [Did first part, C(N, n)]

The Attempt at a Solution



I frankly don't get what the hell R(n) is supposed to be. The answer is R(n) = 2(n - N/2)

Analyzing that I concluded that R(n) is 0 if the number segments facing left = number of segments facing right. Othewise the length of R(n) is [number of right facing segments - number of left facing segments] * 2. Which tells me just about nothing, what on Earth is R(n) supposed to represent? I was thinking maybe the left segments 'take out' the right segments and R(n) represents what's left, but that doesn't explain the factor 2 because every segment is of length 1.

Thanks in advance.

Edit: Think I figured it out. Was right with initial thinking after all
 
Last edited:
Physics news on Phys.org
usn7564 said:
One end of the chain is at the origin, the other at a point R. In this onedimensional model the segments may face left or right. The number of segments facing right is n.

I frankly don't get what the hell R(n) is supposed to be.
It's stated in the problem: it is the end point of the chain, which is a function of n, the number of segments facing right.

usn7564 said:
Othewise the length of R(n) is [number of right facing segments - number of left facing segments] * 2.
Are you sure about that?
 
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