How many ways can one reach point (a,b) starting from (0,0)?

  • Thread starter Thread starter geoffrey159
  • Start date Start date
  • Tags Tags
    Grid
geoffrey159
Messages
535
Reaction score
72

Homework Statement



We fit the plane with a coordinate system, and we consider the set of points with coordinates in ##\mathbb{N}\times\mathbb{N} ##. To link two points in this coordinate system, we only allow unit displacements, and only increasing displacements.
In how many ways can one reach point ##(a,b)## starting from ##(0,0)## ?

Homework Equations



##d_i## is the direction of axis ##i##, ##i = 1,2##

The Attempt at a Solution



There will be ##a## displacements in direction ##d_1##, and ##b## displacements in direction ##d_2##, for a total of ##a+b## displacements.
Since there are only two kinds of displacements, it fully describes a possible way to choose once and for all a direction, and to assign an order of appearance in ##[[1..a+b]]## for each displacements in this direction, among all displacements.
Let us choose ##d_1##. The number of possible ways to link ##(0,0)## and ##(a,b)## is reduced to finding the number of parts of cardinal ##a## in ##[[1..a+b]]##, which is ##\binom {a+b} {a}##.
Do you agree with the reasoning ?
 
Physics news on Phys.org
Hi geoffrey:

Looks good to me.

Regards,
Buzz
 
  • Like
Likes geoffrey159
Ok, thanks !
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top