Or search by topic
\sqrt{n} > 100
n> 10^4
\sqrt{n} > 1000\ 000
n> 10^{12}
\sqrt{n} > 1000\ 000\ 000\ 000
n> 10^{24}
n^n> 100
n\log n> \log 100
Using the interval bisection method: n is greater than 3.59728502354042
n^n> 1000\ 000
n\log n> \log 1\ 000\ 000
Using the interval bisection method: n is greater than 7.06579672829962
n^n> 1000\ 000\ 000\ 000
n\log n> \log 1000\ 000\ 000\ 000
Using the interval bisection method: n is greater than
11.3673178030006
Interval
Bisection tables
n!=1 \times 2 \times 3 \times 4 \times \dots (n-1) \times
n
Taking logs:
\begin{align*} \ln(n!) &= \ln (1 \times 2 \times 3 \times 4 \times \dots (n-1) \times n) \\&= \ln 1 + \ln 2 +\ln 3 +...\ln(n-1) +\ln(n) \\&= \sum_{i=1}^n\ln(i) \approx\int^n_1\ln(x)\,dx \end{align*}
where we've assumed n is large when replacing the sum by an integral. We can evaluate this integral using integrating by parts:
\int \ln(x) \,dx = x \ln(x) - \int 1 \,dx = x\ln(x) - x = \ln(x^x) - x
There appears to be no limit to the factorial which may be
calculated if the answer is left in an algebraic form. Using the
formula in Excel, 142! was the largest number that I was able to
compute. The value of the real and approximated results are listed
below.
142!= 2.695364137888160 \times 10^{245}
\sqrt{2\pi} \times 142^{142 +0.5}e^{-142} =2.693782818480670
\times 10^{245}
Percentage difference = 0.058668118 %
Which is the biggest and which the smallest of 2000^{2002}, 2001^{2001} \text{and } 2002^{2000}?
In this article we are going to look at infinite continued fractions - continued fractions that do not terminate.
Explore the hyperbolic functions sinh and cosh using what you know about the exponential function.