Skip to main content
Ch. 7 - Transcendental Functions
Hass - Thomas' Calculus 15th Edition
Hass15th EditionThomas' CalculusISBN: 9780137616077Not the one you use?Change textbook
Chapter 7, Problem 7.8.11

11. Show that if positive functions f(x) and g(x) grow at the same rate as x→∞, then f=O(g) and g=O(f).

Verified step by step guidance
1
Recall the definition of "growing at the same rate" as \(x \to \infty\): two positive functions \(f(x)\) and \(g(x)\) grow at the same rate if the limit \(\lim_{x \to \infty} \frac{f(x)}{g(x)}\) exists and is a positive finite constant, say \(L > 0\).
From the limit \(\lim_{x \to \infty} \frac{f(x)}{g(x)} = L\), we can write that for sufficiently large \(x\), the ratio \(\frac{f(x)}{g(x)}\) is close to \(L\). This implies there exist constants \(c_1, c_2 > 0\) and \(x_0\) such that for all \(x > x_0\), \(c_1 \leq \frac{f(x)}{g(x)} \leq c_2\).
Rearranging the inequalities, we get \(c_1 g(x) \leq f(x) \leq c_2 g(x)\) for all \(x > x_0\). This shows that \(f(x)\) is bounded above and below by constant multiples of \(g(x)\) for large \(x\).
By the definition of Big-O notation, \(f = O(g)\) means there exist constants \(M > 0\) and \(x_1\) such that \(|f(x)| \leq M |g(x)|\) for all \(x > x_1\). From the inequality above, we can choose \(M = c_2\) and \(x_1 = x_0\) to conclude \(f = O(g)\).
Similarly, since \(c_1 g(x) \leq f(x)\), we can rewrite this as \(g(x) \leq \frac{1}{c_1} f(x)\) for \(x > x_0\). This shows \(g = O(f)\) by choosing appropriate constants, completing the proof that if \(f\) and \(g\) grow at the same rate, then \(f = O(g)\) and \(g = O(f)\).

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
6m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Big-O Notation

Big-O notation describes an upper bound on the growth rate of a function. Saying f = O(g) means there exist constants C > 0 and x₀ such that for all x > x₀, |f(x)| ≤ C|g(x)|. It is used to compare the asymptotic behavior of functions as x approaches infinity.
Recommended video:
04:22
Sigma Notation

Growth Rate of Functions

Two functions f(x) and g(x) grow at the same rate if their ratio f(x)/g(x) approaches a positive finite limit as x → ∞. This implies neither function dominates the other asymptotically, indicating comparable magnitudes for large x.
Recommended video:
04:16
Intro To Related Rates

Limits and Asymptotic Equivalence

The concept of limits helps formalize the idea of functions growing at the same rate. If limₓ→∞ f(x)/g(x) = L, where L is a positive finite number, then f and g are asymptotically equivalent, which supports the conclusion that f = O(g) and g = O(f).
Recommended video:
5:50
Asymptotes of Hyperbolas