Math Problem Statement
If f(n) = 3n^2 and g(n) = n^2, why in the world would we choose g(n) to upper bound f(n)? that doesn't intuitively make sense.
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Asymptotic Analysis
Big-O Notation
Growth Rate
Formulas
f(n) = 3n^2
g(n) = n^2
Theorems
Big-O Upper Bound Theorem
Suitable Grade Level
Undergraduate Level (Computer Science or Mathematics)