Understanding Factorials and Multiplying by an Integer

  • Thread starter Thread starter sandy.bridge
  • Start date Start date
  • Tags Tags
    Factorials Integer
AI Thread Summary
Factorials are defined as the product of all positive integers up to a given number, expressed as n! = 1*2*3*...*n. When multiplying an integer n by 2 before taking the factorial, such as (2n)!, it expands to include all integers from 1 to 2n. The discussion clarifies that (2n)! can be understood as the product of two sequences: integers from 1 to n and integers from n+1 to 2n. Participants emphasize the equivalence of different representations of factorials, which can sometimes be confusing. Ultimately, the concept of counting from n+1 to 2n helps clarify the understanding of factorials in this context.
sandy.bridge
Messages
797
Reaction score
1

Homework Statement


Hey all. Not super familiar with using factorials, however, they do pop up occasionally. I understand that n! = 1*2*3*...*n. How do we treat factorial when we are multiplying n by an integer before taking the factorial? I know the answer for expanding (2n)!, however, I do not see why. Thanks in advance.
 
Physics news on Phys.org
What don't you see? Think of this:

4! = 4*3*2*1

(2*4)! = 8! = 8*7*6*5*4*3*2*1
 
so (2n)!=(2*1)*(4*3*2*1)*(6*5*4*3*2*1)*...*(2n*(2n-1)*...*1). This can be taken a step further, though correct?
 
sandy.bridge said:
so (2n)!=(2*1)*(4*3*2*1)*(6*5*4*3*2*1)*...*(2n*(2n-1)*...*1). This can be taken a step further, though correct?

I don't think you get it. Look at post #2 again.
 
(2n)!=(2n*(2n-1)*(2n-2)*...*1) ?
 
sandy.bridge said:
(2n)!=(2n*(2n-1)*(2n-2)*...*1) ?
That's more like it!
 
Okay. How exactly does that end up being: 1*2*3*...*n*(n+1)*(n+2)*(n+3)*...*(2n) ?
 
sandy.bridge said:
Okay. How exactly does that end up being: 1*2*3*...*n*(n+1)*(n+2)*(n+3)*...*(2n) ?

How did (2*4)! = 8! end up being 1*2*3* ... *8? What are you not seeing?
 
Look at counting to 2n this way:

1,2,3,4,...,n-2,n-1,n - the sequence of all integers from 1 to n
n+1,n+2,n+3,..., n+n-2,n+n-1,n+n - the sequence of integers from n+1 to 2n
 
  • #10
sandy.bridge said:
(2n)!=(2n*(2n-1)*(2n-2)*...*1) ?
sandy.bridge said:
Okay. How exactly does that end up being: 1*2*3*...*n*(n+1)*(n+2)*(n+3)*...*(2n) ?

You've written it down correctly twice - one of them is in reverse order of the other. How can you not know that they are the same?

1*2 = 2*1 etc
 
  • #11
SteamKing said:
Look at counting to 2n this way:

1,2,3,4,...,n-2,n-1,n - the sequence of all integers from 1 to n
n+1,n+2,n+3,..., n+n-2,n+n-1,n+n - the sequence of integers from n+1 to 2n
For some reason I was having a hard time seeing from n+1 to 2n. I completely see it now. Thanks!
 
Back
Top