question archive Determine if each of the following functions are big-O of (x^2)
Subject:MathPrice:2.86 Bought3
Determine if each of the following functions are big-O of (x^2). Answer true or false
a. log((9^x))
b. log((x^(x^2)))
c. 30x+1
d. (x^2)(x^1/2)
a) True as log9 is a constant
b) False
c) True
d) False