Give asymptotic upper and lower bounds for $T(n)$ in: $T(n) = 9T(n/81)+\log(n)$

417 Views Asked by At

How would I go about finding the upper and lower bounds of $T(n) = 9T(n/81)+\log(n)$?