Rate of growth of factorials.

In summary, when comparing the growth of x!, x^n, 2^x, and x^x as x approaches infinity, x! grows the fastest, followed by x^x, 2^x, and finally x^n. This is because the terms in the numerator of x! are always larger than or equal to the terms in the denominator, while the other functions have terms in the denominator that grow much faster than the terms in the numerator. Additionally, the comparison of logarithmic functions can be used to further prove this trend. Finally, starting at 1 and working forwards rather than starting at n and working backwards can help to further illustrate this trend.
  • #1
cp255
54
0
I was wondering how fast x! grows as it approaches infinity as compared to x2, 2x, and xx. The last one was fairly obvious since x*x*x*x... > x(x-1)(x-2)(x-3)... But I can't figure out a way to show that x! grows faster than x2 or 2x. I know it grows faster since I can compare the graphs of the functions on my calculator but I want to understand why. This since it seems like it would be helpful in solving limits where x approaches infinity, and using the comparison test for series which involve factorials.
 
Physics news on Phys.org
  • #2
Try looking up Stirling's formula.
 
  • #3
I haven't attempted the proofs you ask about, but my suggestions are these:

The error in Stirlings formula for approximating n! approaches infinity as n becomes large, but you can try to use the idea behind Stirlings formula.

For positive valued functions f and g, you can compare ln(f) and ln(g) to see which function is larger.

ln(n!) = ln( (n)(n-1)(n-2)...(1) ) = ln(n) + ln(n-1) + ln(n-2) + ...ln(1)

The latter sum is a Riemann sum that does a bad approximation for [itex] \int_1^n \ln(x) dx [/itex]. It uses rectangles that have a base of 1. If you can prove the sum is an over-estimate of the integral then you can test if functions are smaller than the integral [itex] \int_1^n {\ln(x)} dx = |_1^n (x \ln(x) - x) [/itex]

At least that gets rid of the factorial when you try to compare things.

The phrase "grows faster" is ambiguous. "f grows faster than g" might mean that f(n+1)-f(n) > g(n+1)-g(n) for n greater than some value k. Or it might mean f(n) > g(n) for n greater than some value k. No doubt there is a relation between these two statements, but you should clarify which you are tyring to prove.
 
  • #4
I thought about it more and I realized that I was focusing on the end which starts at n and works backwards when really I should start at 1 and work forwards. For instance (assuming n is large enough which it can always be since we are talking about it approaching infinity) n! = 1 * 2 * 3 * 4 * 5 * ... * (n-1) * n. For the expression 2n or any other base the following continues n times. 2 * 2 * 2 * 2 * ... * 2. This starts out as the greater expression since it starts by multiplying by the base of the exponent whereas n! starts with 1 and works up incrementally. Eventually the value of the factors of n! will exceed 2 (or whatever the base of the exponent is) and begin increasing at a faster rate as compared to the exponential. Since n can become arbitrary large there will always be a point at which the factorial exceeds the exponential.
 
  • #5
To compare [itex]x^n[/itex], [itex]2^x[/itex], and [itex]x^x[/itex] with x!. Look at the ratios.
[tex]\frac{x^n}{x!}[/tex]
That fraction has a product of n "x"s in the numerator and numbers from 1 to x in the denominator. As soon as x is larger than n (which is fixed), the denominator will be much larger than the numerator. As x goes to infinity that fraction goes to 0.

[tex]\frac{a^x}{x!}[/tex]
has x "a"s in the numerator and x numbers ranging from 1 to x in the denominator. You can think of that as a product of x fractions, each with "a" in the numerator and a number from 1 to x in the denominator. It should be clear that as soon as x> a, most of the numbers in the denominator will be larger than the numbers in the numerator and so the fraction is less than 1. As x goes to infinity, that product will go to 0.

[tex]\frac{x^x}{x!}[/tex]
Now the numerator is a product of x "x"s while the denominator is a product from 1 to x. Again, we have the same number of terms in the numerator and denominator but now the numbers in the numerator are always large than or equal to the numbers in the numerator. If we think of this as the product of x fractions, one fraction is equal to 1 the others are all larger than 1. A x goes to infinity, the fraction goes to infinity.
 

What is the definition of factorials?

Factorials are mathematical operations that calculate the product of all the whole numbers from 1 to a given number. For example, 5! (read as "five factorial") is equal to 5 x 4 x 3 x 2 x 1 = 120.

How is the rate of growth of factorials calculated?

The rate of growth of factorials is calculated by dividing the value of a factorial by the value of the previous factorial. For example, the rate of growth of 4! would be 4! / 3! = 4, since 4! = 24 and 3! = 6.

What is the pattern of growth for factorials?

The pattern of growth for factorials is exponential. As the input number increases, the value of the factorial grows at an increasingly faster rate.

How does the rate of growth of factorials compare to other mathematical functions?

The rate of growth of factorials is faster than most other mathematical functions, such as powers and logarithms. For example, the rate of growth of n! is faster than n^2 and log(n).

Can the rate of growth of factorials be used to solve real-world problems?

Yes, the rate of growth of factorials can be used to solve real-world problems, such as calculating the number of possible combinations or permutations in a given scenario. It can also be used in probability calculations and in the analysis of algorithms.

Similar threads

Replies
11
Views
4K
Replies
1
Views
928
Replies
3
Views
8K
  • Calculus
Replies
3
Views
936
  • Precalculus Mathematics Homework Help
Replies
10
Views
602
Replies
11
Views
2K
Replies
6
Views
12K
Replies
4
Views
1K
Back
Top