What Are Binomial Coefficients and How Are They Derived?

AI Thread Summary
Binomial coefficients are derived from the concept of counting combinations of objects, represented mathematically as binomial(n, r) = n! / (r!(n-r)!). The derivation begins with understanding permutations, where the number of k-permutations of n objects is given by n! / (n-k)!. To find k-combinations, the permutations of k objects must be accounted for, leading to the formula x = n! / [k!(n-k)!]. The discussion also touches on the application of binomial coefficients in scenarios like Bernoulli trials and the expansion of expressions like (H+T)^n. Further clarification on related mathematical results is requested, particularly regarding the powers of sums involving roots.
Gale
Messages
682
Reaction score
2
k, maybe wrong forum... whatever...

Anyway, so i was hoping someone could maybe derive or at least explain binomial coefficients. Like, i know that binomial(n,r)= n!/(n-r)!r! but why? in class the guy was explaining something like, if you're counting, and you're trying to arrange 3 balls into 2 groups then its like...


|1 2 3
1|2 3
1 2|3
1 2 3|

and that because of that, it was like, the formula we'd use for this problem would be binomial(n+r-1, r-1), and then we plug that into the factorial problem... and voila... but, i dunno. this didn't make sense to me at all. we introduce a divider, and we derive some formula for it... and... eh...

so, i see how the method was convienient, but i think there must be some more formal way of going about it. soo...
 
Physics news on Phys.org
Okay, first we need to know that the set of all n-permutations of n objects (arrangements of all n objects) contains n! elements. It is easy enough to see this from the multiplication principle of counting. You can then derive the expression for all k-permutations of n objects where k is between n and 0 as n!/(n-k)!. This can be derived in an in situ fashion. Suppose x is the number of k-permutations. Then by the multiplication principle x*(n-k)! = n!, so we have x = n!/(n-k)!. (LHS explanation: x counts permutations of k things. Next, we permute n-k things for each permutation x counts. This is the same as the amount of permutations of n things.) This is the method we shall use to get the form for combinations.
Suppose you have a set of n objects. Let x be the number of k-combinations of n objects, where k is between n and 0. If we were to then count the k-permutations of these k objects, we should then have a number equivalent to k-permutations of the original n objects. Now each object in the set of combinations has k! permutations, so we have the equation k!*x = n!/(n-k)!, which we solve to get the familiar x = n!/[k!(n-k)!].
 
Last edited:
You can look at it as a heads and tails situation. (H+T)(H+T) = HH+HT+TH+TT = H^2+2HT+T^2; which give us all of the four outcomes from flipping a series of heads and tails. This can all be repeated for the nth power, (H+T)^n. These are known, by the way, as Bernoulli trials.
 
Uh, I am sorry, I am posting a question in this thread, but it's realted to binomial coeffecients. The question is that there exists an important result that (rootA + B)to the power n = I + f ( I - integral value, f - fractional part ). From this we get the value of (A + Bsquare)to the power n = K to the power n. Then, it is explained for n as odd and even integer separately.
I have not got this one clearly. Can someone please explain this to me.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top