Question-60
To establish a big-O relationship, find witnesses C and k such that
whenever x > k.
Find the least integer n such that f (x) is O for each of the functions.
a) f(x) = log x
n = ?
b) f (x) = 4
n = ?
c) f (x) =
n = ?
d) f (x) =
n = ?
Solution
a) 8
b) 7
c) 0
d) -1