Is this Factorial Sequence Increasing, Decreasing, or Neither?

In summary: No problem. I can't stress enough how important this technique is - not just in its own right, but it forms the basis both of proof by induction and of analysis (the study of limits) which together probably make up about a quarter of the maths you will ever need.
  • #1
Jimbo57
96
0

Homework Statement



These trickly little buggers always seem to confuse me. I need to find out whether or not the sequence is increasing, decreasing or neither.

An=(n!)2/(2n)!

Homework Equations


The Attempt at a Solution



I'm pretty sure that it's a decreasing sequences but when I expand and reduce, it's not so obvious:

(n!)2/(2n)! = (n!)2/2n*(n!)

Which leaves me with,

= (n!)/2n since one of the factorials in the numerator cancels out with the factorial in the denominator. Did I expand this wrong or something?

Jim
 
Physics news on Phys.org
  • #2
Yes you expanded it wrong. (2n)! ≠ 2n*(n!).

Try looking at An+1.
 
  • #3
Oops, double posted.
 
  • #4
MrAnchovy said:
Yes you expanded it wrong. (2n)! ≠ 2n*(n!).

Try looking at An+1.

Hey Mr. Anchovy,

I stumbled upon what it expands to,

(2n)! = 2ⁿ*(n!)*[ 1.3.5...(2n-1) ]

And see hows it's decreasing.

But how (2n)! expands out to that, seems unintuitive at this point.

Using An+1 = ((n+1)!)^2/(2n+2)! Which still leaves me lost. I feel like I just don't understand factorials that well...
 
  • #5
Jimbo57 said:
(2n)! = 2ⁿ*(n!)*[ 1.3.5...(2n-1) ]
But how (2n)! expands out to that, seems unintuitive at this point.

2ⁿ*(n!) = 2.4.6...(2n-2).2n
 
  • #6
Jimbo57 said:
But how (2n)! expands out to that, seems unintuitive at this point.

Write out the first few and the last few terms of each series and match them up. But that is not going to help answer the question.

Jimbo57 said:
Using An+1 = ((n+1)!)^2/(2n+2)! Which still leaves me lost..

Well (n+1)! = (n+1)n! and (2n+2)! = (2n+2)(2n+1)(2n)!, so write that expression with these substitutions and see if you can group terms together to get An+1 = (blob)An. If (blob) is less than 1 then the series is decreasing.
 
  • #7
MrAnchovy said:
An+1 = (blob)An. If (blob) is less than 1

I love that, I will start using (blob) instead of c or n or x whenever I need a mathematical symbol!
I'll probably even take out my old-fashioned ink pen just to be able to write (blob) by shaking it up and down.
 
  • #8
CompuChip said:
I love that, I will start using (blob) instead of c or n or x whenever I need a mathematical symbol!

I wouldn't go that far, but in this case the more conventionally appropriate ## f(n) ## can easily cause confusion IME.
 
  • #9
MrAnchovy said:
Write out the first few and the last few terms of each series and match them up. But that is not going to help answer the question.



Well (n+1)! = (n+1)n! and (2n+2)! = (2n+2)(2n+1)(2n)!, so write that expression with these substitutions and see if you can group terms together to get An+1 = (blob)An. If (blob) is less than 1 then the series is decreasing.

Okay. I think I'm starting to see something, but am unsure if what I did was correct.

((n+1)n!)2/(2n+2)(2n+1)(2n) = (n!)2/(2n!)

((n+1)n!)2/(n!)2 = (2n+2)(2n+1)(2n!)/(2n!)

(n+1)2 = (2n+2)(2n+1)

n2+2n+1/4n2+5n+2 = 1

I see that the denominator is greater from here and this will be less than 1. Did I do this right? Sorry if it's hard to read.
 
  • #10
Jimbo57 said:
Did I do this right?

Not really I'm afraid. It should go like this...[tex]
A_n = \frac{n!^2}{(2n)!} \\
A_{n+1} = \frac{(n+1)!^2}{(2(n+1))!} \\
= \frac{((n+1)n!)^2}{(2n+2)(2n+1)(2n)!} \\
= \frac{(n+1)^2 n!^2}{(2n+2)(2n+1)(2n)!} \\
= \frac{(n+1)^2}{(2n+2)(2n+1)} . \frac{n!^2}{(2n)!} \\
A_{n+1} = \frac{(n+1)^2}{(2n+2)(2n+1)}A_n[/tex]

Now you can multiply out the brackets, and compare the numerator and denominator.

I have taken the time to set this out because this is in general how you need to approach this kind of problem - write down an expression for ## A_{n+1} ##, expand it a bit, regroup terms to isolate ## A_n ## and see what you have got.
 
  • Like
Likes 1 person
  • #11
MrAnchovy said:
Not really I'm afraid. It should go like this...[tex]
A_n = \frac{n!^2}{(2n)!} \\
A_{n+1} = \frac{(n+1)!^2}{(2(n+1))!} \\
= \frac{((n+1)n!)^2}{(2n+2)(2n+1)(2n)!} \\
= \frac{(n+1)^2 n!^2}{(2n+2)(2n+1)(2n)!} \\
= \frac{(n+1)^2}{(2n+2)(2n+1)} . \frac{n!^2}{(2n)!} \\
A_{n+1} = \frac{(n+1)^2}{(2n+2)(2n+1)}A_n[/tex]

Now you can multiply out the brackets, and compare the numerator and denominator.

I have taken the time to set this out because this is in general how you need to approach this kind of problem - write down an expression for ## A_{n+1} ##, expand it a bit, regroup terms to isolate ## A_n ## and see what you have got.

Okay, that's some great knowledge that I can take forward. I'll just keep practicing on different problems and see what I get using what you showed me. Thanks!
 
  • #12
Jimbo57 said:
Okay, that's some great knowledge that I can take forward. I'll just keep practicing on different problems and see what I get using what you showed me. Thanks!

No problem. I can't stress enough how important this technique is - not just in its own right, but it forms the basis both of proof by induction and of analysis (the study of limits) which together probably make up about a quarter of the maths you will ever do!
 
  • #13
MrAnchovy said:
No problem. I can't stress enough how important this technique is - not just in its own right, but it forms the basis both of proof by induction and of analysis (the study of limits) which together probably make up about a quarter of the maths you will ever do!

I'll be studying engineering and am thinking I won't do too much in terms of analysis, unless of course I want to.

Another method in my text, which I somehow missed, was to take the ratio of A_n/A_(n+1) then simplify and take the limit as n approaches infinite. If the limit is infinite then it's eventually decreasing. Which seems like it's along the lines of what you had me do. Both have worked great so far!
 

Related to Is this Factorial Sequence Increasing, Decreasing, or Neither?

1. What is a factorial sequence?

A factorial sequence is a sequence of numbers in which each term is the product of all positive integers from 1 up to that term. It is denoted by the exclamation mark (!), such as 5! = 5 x 4 x 3 x 2 x 1 = 120.

2. How do you find the next term in a factorial sequence?

In order to find the next term in a factorial sequence, you need to multiply the previous term by the next integer. For example, if the previous term is 5, the next term would be 6! = 6 x 5 x 4 x 3 x 2 x 1 = 720.

3. What is the significance of factorial sequences in mathematics?

Factorial sequences are important in combinatorics and probability as they represent the number of ways a set of objects can be arranged. They are also used in binomial expansions and in solving equations involving permutations and combinations.

4. How do you calculate the factorial of a large number?

Calculating the factorial of a large number manually can be time-consuming and prone to errors. Instead, you can use a scientific calculator or a computer program to calculate the factorial. There are also online factorial calculators available for convenience.

5. What are some real-life applications of factorial sequences?

Factorial sequences can be found in various fields such as engineering, physics, and computer science. For instance, they are used in designing experiments, analyzing algorithms, and in calculating the number of possible outcomes in a game or sport. They can also be used to model real-life situations involving permutations and combinations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
422
  • Calculus and Beyond Homework Help
Replies
2
Views
227
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
933
  • Calculus and Beyond Homework Help
Replies
3
Views
7K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Topology and Analysis
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
3K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
4K
Back
Top