Factorial in example problem, I'm confused

AI Thread Summary
The confusion arises from understanding the factorial notation, particularly how (n+1)! can be expressed as (n+1)n!. The explanation clarifies that (n+1)! expands to (n+1) multiplied by all integers down to 1, which is equivalent to (n+1) times n!. A concrete example using n=5 illustrates this, showing that both (n+1)! and (n+1)n! yield the same result. The discussion concludes with the participant expressing gratitude for the clarity provided by others, indicating they now understand the concept.
CinderBlockFist
Messages
86
Reaction score
0
I'm confused from one step to the next in the book.

In the first step, they have (n+1)!

then in the next step the write that as (n+1)n!


so (n+1)! = (n+1)n! ?

I don't understand that, can someone explain it to me ? ( I am very unfamiliar with factorials, this is like some of the first times I have seen it in computations.
 
Physics news on Phys.org
Let's take a general case:
a!=a(a-1)(a-2)(a-3)...
So in the problem:
(n+1)!=(n+1)(n+1-1)(n+1-2)(n+1-3)(n+1-4)...=(n+1)(n)(n-1)(n-2)(n-3)...
Now you can see that the terms after (n+1) are just n!, according to our general definition above, so:
(n+1)!=(n+1)n!
 
The easiest way to see it is a concrete example I think. Take n as 5... then (n+1)! is 6! , which is 6*5*4*3*2*1. (n+1)n! is the same thing because n+1 is 6, then n! is 5*4*3*2*1, giving you 6*5*4*3*2*1.

edit: posted late I guess :rolleyes:
 
n! = 1 *2 * 3 ... *n

(n + 1)! = 1 * 2 * 3 ... *n *(n+1)

Since 1*2*3...*n = n!, you can rewrite the statement so that

(n+1)! = (n+1)n!
 
Ohhh i get it now, thanks guys! all of your responses helped me visualize it, ty.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
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