Problem 21
Question
a. Show that \(\ln x\) grows slower as \(x \rightarrow \infty\) than \(x^{1 / n}\) for any positive integer \(n,\) even \(x^{1 / 1,000,000}\) b. Although the values of \(x^{1 / 1,000,000}\) eventually overtake the values of \(\ln x,\) you have to go way out on the \(x\) -axis before this happens. Find a value of \(x\) greater than 1 for which \(x^{1 / 1.000 .000}>\ln x .\) You might start by observing that when \(x>1\) the equation \(\ln x=x^{1 / 1,000,000}\) is equivalent to the equation \(\ln (\ln x)=(\ln x) / 1,000,000\). c. Even \(x^{1 / 10}\) takes a long time to overtake \(\ln x\). Experiment with a calculator to find the value of \(x\) at which the graphs of \(x^{1 / 10}\) and \(\ln x\) cross, or, equivalently, at which \(\ln x=10 \ln (\ln x)\) Bracket the crossing point between powers of 10 and then close in by successive halving. d. (Continuation of part \((c) .)\) The value of \(x\) at which \(\ln x=10 \ln (\ln x)\) is too far out for some graphers and root finders to identify. Try it on the equipment available to you and see what happens.
Step-by-Step Solution
VerifiedKey Concepts
Logarithmic Functions
When working with the natural logarithm, remember:
- \( \ln(1) = 0 \) because \( e^0 = 1 \)
- \( \ln(e) = 1 \) since \( e^1 = e \)
- The function is undefined for \( x \leq 0 \) as you cannot take the logarithm of a non-positive number in the real domain
Limits
- \( \lim_{x \to \infty} \frac{\ln x}{x^{1/n}} \)
This concept of limits allows us to formally prove the asymptotic behavior of functions, making it fundamental in calculus. Remember, the notation \( \lim_{x \to c} f(x) \) signifies the value that \( f(x) \) approaches as \( x \) gets arbitrarily close to \( c \).
L'Hôpital's Rule
- \( \frac{d}{dx}(\ln x) = \frac{1}{x} \)
- \( \frac{d}{dx}(x^{1/n}) = \frac{1}{n}x^{1/n - 1} \)
- \[ \lim_{x \to \infty} \frac{1/x}{(1/n)x^{1/n - 1}} = \lim_{x \to \infty} \frac{n}{x^{(n-1)/n}} = 0 \]
Numerical Methods
For instance, when the equation \( \ln(x) = 10 \ln(\ln x) \) does not allow easy factorization, numerical methods like successive approximations or using calculators allow us to experiment with different large powers of ten. These approaches might involve:
- Estimating values within a range by halving intervals
- Increasing the precision of guesses by evaluating smaller increments
- Utilizing software tools to handle computations beyond calculator precision