How to cancel factorials in power series problems?

  • Context: Undergrad 
  • Thread starter Thread starter shanepitts
  • Start date Start date
  • Tags Tags
    Factorials
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
shanepitts
Messages
84
Reaction score
1
I have been practicing power series problems and a lot of them include factorials. To find out if they converge or not I'll often use the ratio test. However, I never quite understood how to cancel factorials when replacing the n with n+1. i.e. the textbook has an example problem that shows that

[(n+1)!]2 ⇒ (n+1)2 (n!)

How is this done?

Thank you in advance.
 
Physics news on Phys.org
shanepitts said:
I have been practicing power series problems and a lot of them include factorials. To find out if they converge or not I'll often use the ratio test. However, I never quite understood how to cancel factorials when replacing the n with n+1. i.e. the textbook has an example problem that shows that

[(n+1)!]2 ⇒ (n+1)2 (n!)
In your example, [(n+1)!]2 means [(n+1)!] * [(n+1)!], which would be (n + 1)2(n)2(n - 1)2 ... 3222.
shanepitts said:
How is this done?

Thank you in advance.
 
  • Like
Likes   Reactions: shanepitts
Note that [itex][(n+1)!]^2 \ne \big(n+1\big)^2 \big(n!\big)[/itex], so you will have difficulty reducing the left side to the right side. :)
 
  • Like
Likes   Reactions: shanepitts
A slight typo, but it should be
shanepitts said:
[(n+1)!]2 ⇒ (n+1)2 (n!)2

[tex](n+1)! = (n+1)\times n![/tex]

Hence

[tex]\left[ (n+1)!\right]^2 = \left[ (n+1)\times n!\right]^2[/tex]
 
  • Like
Likes   Reactions: shanepitts
Mark44 said:
In your example, [(n+1)!]2 means [(n+1)!] * [(n+1)!], which would be (n + 1)2(n)2(n - 1)2 ... 3222.

Thanks